Fwd: linking tool to use a framework : obj_send_msg error

2009-04-14 Thread Thomas Kupper
/ Thomas Begin forwarded message: From: Thomas Kupper thomas.kup...@gmail.com Date: 13 April 2009 21:49:06 GMT+02:00 To: discuss-gnustep@gnu.org Subject: Re: linking tool to use a framework : obj_send_msg error There is probably some 'optimisation' in the framework calling the Apple runtime

Re: linking tool to use a framework : obj_send_msg error

2009-04-13 Thread Thomas Kupper
There is probably some 'optimisation' in the framework calling the Apple runtime message send function directly (the quotes because anything doing I/O like this is likely to gain an imperceptible performance increase from calling the runtime functions directly rather than using

Re: linking tool to use a framework : obj_send_msg error

2009-04-13 Thread Thomas Kupper
, Thomas Kupper wrote: There is probably some 'optimisation' in the framework calling the Apple runtime message send function directly (the quotes because anything doing I/O like this is likely to gain an imperceptible performance increase from calling the runtime functions directly rather

Re: linking tool to use a framework : obj_send_msg error

2009-04-13 Thread Thomas Kupper
You're my hero! I ignored what you said first and did what you said second and it compiles/links like a charm!! Thanks alot Thomas On 13 Apr 2009, at 23:07, David Chisnall wrote: On 13 Apr 2009, at 21:43, Thomas Kupper wrote: Hey David, I already set -std=c99 in GNUmake.preamble. Tried

linking tool to use a framework : obj_send_msg error

2009-04-12 Thread Thomas Kupper
Hello, I just started programming in Objective-C (I do have knowledge of C, Java and C++) under Mac OS X and was a bit suprised by the wide use of NSLog. But I found log4cocoa which implements the log4j concept in Obj- C. log4cocoa comes with project files for XCode only and since I don't