FROM : Nick Zitzmann
DATE : Thu Feb 07 23:35:11 2008
On Feb 7, 2008 AD, at 3:13 PM, Jurgen Vermeiren wrote:
> It's good to know that it's a 64 bit only issue. The error does
> disappear
> if I set i386 instead. I must say that having my x86_64 build
> working only
> in Leopard is not too much of a problem for me. It's rather intriguing
> because the code does nothing extraordinary, as you can judge by
> yourself:
Check your deployment target... If you're building for ppc64 or x86_64
and your deployment target is anything less than 10.5, then you'll get
lots of runtime warnings & possibly some errors as well. You need to
target at least 10.5 for 64-bit builds, unless you're just using plain
C/C++ and the standard libraries.
Nick Zitzmann
<http://www.chronosnet.com/>
DATE : Thu Feb 07 23:35:11 2008
On Feb 7, 2008 AD, at 3:13 PM, Jurgen Vermeiren wrote:
> It's good to know that it's a 64 bit only issue. The error does
> disappear
> if I set i386 instead. I must say that having my x86_64 build
> working only
> in Leopard is not too much of a problem for me. It's rather intriguing
> because the code does nothing extraordinary, as you can judge by
> yourself:
Check your deployment target... If you're building for ppc64 or x86_64
and your deployment target is anything less than 10.5, then you'll get
lots of runtime warnings & possibly some errors as well. You need to
target at least 10.5 for 64-bit builds, unless you're just using plain
C/C++ and the standard libraries.
Nick Zitzmann
<http://www.chronosnet.com/>
| Related mails | Author | Date |
|---|---|---|
| Jurgen Vermeiren | Feb 7, 21:57 | |
| Kyle Sluder | Feb 7, 22:05 | |
| Bill Bumgarner | Feb 7, 22:13 | |
| Jurgen Vermeiren | Feb 7, 23:13 | |
| Nick Zitzmann | Feb 7, 23:35 |






Cocoa mail archive

