Re: [Xquartz-dev] 2.3.2_beta3 on Tiger in X11R7.2
Am 20.11.2008 um 19:37 schrieb Jeremy Huddleston:
threadSafety.c:34:22: error: execinfo.h: No such file or directory
hmm...
Maybe the whole message helps: threadSafety.c:34:22: error: execinfo.h: No such file or directory threadSafety.c: In function 'spewCallStack': threadSafety.c:41: warning: implicit declaration of function 'backtrace' threadSafety.c:41: warning: nested extern declaration of 'backtrace' threadSafety.c:42: warning: implicit declaration of function 'backtrace_symbols' threadSafety.c:42: warning: nested extern declaration of 'backtrace_symbols' threadSafety.c:42: warning: initialization makes pointer from integer without a cast -- Greetings Pete Isn't vi that text editor with two modes... one that beeps and one that corrupts your file? – Dan Jacobson, on comp.os.linux.advocacy
On Nov 20, 2008, at 11:39, Peter Dyballa wrote:
Am 20.11.2008 um 19:37 schrieb Jeremy Huddleston:
threadSafety.c:34:22: error: execinfo.h: No such file or directory
hmm...
Maybe the whole message helps:
threadSafety.c:34:22: error: execinfo.h: No such file or directory threadSafety.c: In function 'spewCallStack': threadSafety.c:41: warning: implicit declaration of function 'backtrace' threadSafety.c:41: warning: nested extern declaration of 'backtrace' threadSafety.c:42: warning: implicit declaration of function 'backtrace_symbols' threadSafety.c:42: warning: nested extern declaration of 'backtrace_symbols' threadSafety.c:42: warning: initialization makes pointer from integer without a cast
yes, I know... I'm just wondering how to do that in Tiger...
Jeremy Huddleston wrote:
Maybe the whole message helps:
threadSafety.c:34:22: error: execinfo.h: No such file or directory threadSafety.c: In function 'spewCallStack': threadSafety.c:41: warning: implicit declaration of function 'backtrace' threadSafety.c:41: warning: nested extern declaration of 'backtrace'
yes, I know... I'm just wondering how to do that in Tiger...
One way: http://developer.apple.com/DOCUMENTATION/DeveloperTools/gcc-4.0.1/gcc/Return... But, why not just make it a noop for Tiger and earlier? Peter
participants (3)
-
Jeremy Huddleston
-
Peter Dyballa
-
Peter O'Gorman