Re: choosing SDK for macports

2010-04-29 Thread Dominik Reichardt
Am 28.04.2010 um 23:35 schrieb Ryan Schmidt: Am 28.04.2010 um 12:52 schrieb Joshua Root: You can easily add the appropriate flags in a local copy of the port. Cross-compiling will probably never be a supported configuration BTW. Thanks Ryan and Joshua, now I know why that didn't work

Re: choosing SDK for macports

2010-04-29 Thread Rainer Müller
On 2010-04-29 11:30 , Dominik Reichardt wrote: Thanks, I couldn't get that to work with configure.macosx_deployment_target variable, it seemed as if MacPorts does not know that variable, and judging from the MacPorts 1.6.0 changelog, that variable was indeed removed. It was moved to a global

Re: choosing SDK for macports

2010-04-29 Thread Ryan Schmidt
On Apr 29, 2010, at 05:15, Rainer Müller wrote: On 2010-04-29 11:30 , Dominik Reichardt wrote: Thanks, I couldn't get that to work with configure.macosx_deployment_target variable, it seemed as if MacPorts does not know that variable, and judging from the MacPorts 1.6.0 changelog, that

Re: choosing SDK for macports

2010-04-28 Thread Dominik Reichardt
Am 27.04.2010 um 23:12 schrieb Joshua Root: in the process of building static binaries of our project (Exult), I hit the problem that on 10.5 my attempt to built the 10.4 PPC part always hit the Symbol not found: _pthread_cond_init$UNIX2003 referenced from SDL (and other similar

Re: choosing SDK for macports

2010-04-28 Thread Joshua Root
On 2010-4-28 20:32 , Dominik Reichardt wrote: Am 27.04.2010 um 23:12 schrieb Joshua Root: You can easily add the appropriate flags in a local copy of the port. Cross-compiling will probably never be a supported configuration BTW. Thanks Ryan and Joshua, now I know why that didn't work :)

Re: choosing SDK for macports

2010-04-28 Thread Dominik Reichardt
Am 28.04.2010 um 12:52 schrieb Joshua Root: You can easily add the appropriate flags in a local copy of the port. Cross-compiling will probably never be a supported configuration BTW. Thanks Ryan and Joshua, now I know why that didn't work :) What are the appropiate flags? These

Re: choosing SDK for macports

2010-04-28 Thread Ryan Schmidt
On Apr 28, 2010, at 09:01, Dominik Reichardt wrote: Am 28.04.2010 um 12:52 schrieb Joshua Root: You can easily add the appropriate flags in a local copy of the port. Cross-compiling will probably never be a supported configuration BTW. Thanks Ryan and Joshua, now I know why that didn't

Re: choosing SDK for macports

2010-04-27 Thread Ryan Schmidt
On Apr 27, 2010, at 11:10, Dominik Reichardt wrote: in the process of building static binaries of our project (Exult), I hit the problem that on 10.5 my attempt to built the 10.4 PPC part always hit the Symbol not found: _pthread_cond_init$UNIX2003 referenced from SDL (and other similar

Re: choosing SDK for macports

2010-04-27 Thread Joshua Root
On 2010-4-28 05:58 , Ryan Schmidt wrote: On Apr 27, 2010, at 11:10, Dominik Reichardt wrote: in the process of building static binaries of our project (Exult), I hit the problem that on 10.5 my attempt to built the 10.4 PPC part always hit the Symbol not found: _pthread_cond_init$UNIX2003