Re: [fpc-pascal] OSX x86_64 make problem

2015-01-16 Thread Michael Ring
Zhis is what I use on my Mac: make clean all CPU_TARGET=x86_64 INSTALL_PREFIX=$HOME/3.0.1 Michael Am 16.01.15 um 22:23 schrieb Ewald: On 01/16/2015 10:08 PM, Anthony Walter wrote: Details: The problem I am having is that even on a 64bit Mac, the "make all" command builds i386-darwin. When I t

Re: [fpc-pascal] OSX x86_64 make problem

2015-01-16 Thread Jonas Maebe
On 16/01/15 22:08, Anthony Walter wrote: > > Details: The problem I am having is that even on a 64bit Mac, the "make > all" command builds i386-darwin. When I try to "make crossinstall > OS_TARGET=darwin CPU_TARGET=x86_64 > INSTALL_PREFIX=/Users/macuser/Development/Base/fpc" the make command > ret

Re: [fpc-pascal] OSX x86_64 make problem

2015-01-16 Thread Ewald
On 01/16/2015 10:08 PM, Anthony Walter wrote: > Details: The problem I am having is that even on a 64bit Mac, the > "make all" command builds i386-darwin. When I try to "make > crossinstall OS_TARGET=darwin CPU_TARGET=x86_64 > INSTALL_PREFIX=/Users/macuser/Development/Base/fpc" Have you tried `mak

Re: [fpc-pascal] OSX x86_64 make problem

2015-01-16 Thread Anthony Walter
I forgot to mention, I am using fpc sources from the fixes_3_0 branch, and building using fpc 2.6.4. ___ fpc-pascal maillist - fpc-pascal@lists.freepascal.org http://lists.freepascal.org/cgi-bin/mailman/listinfo/fpc-pascal

[fpc-pascal] OSX x86_64 make problem

2015-01-16 Thread Anthony Walter
Hello free pascal compiler developers, Problem: On OSX the x86_64-darwin compiler "ppcx64" is not being built. Background: I am in the process of writing a series of installers/scripts for Free Pascal 3.0 and Lazarus 1.4 testing. I'm currently writing a unified OSX install script which automates

[fpc-pascal] Cannot reuse TFPHTTPClient object for 2 different POST requests

2015-01-16 Thread leledumbo
Consider the following program (it's a real program with real parameters, nothing hidden, so you can really just try it out because the target server is public): {$mode objfpc}{$H+} uses fphttpclient; var HTTP: TFPHTTPClient; begin HTTP := TFPHTTPClient.Create(nil); WriteLn('Response