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
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
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
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
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
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