Alexander Hansen wrote:
[]
>>> gcc -DHAVE_CONFIG_H -I. -I. -I../.. -I../../include   -I/sw/include  -g
>>> -O2 -D_REENTRANT -D_THREAD_SAFE -g -Wall -c demo.c
>>> In file included from demo.c:37:
>>> /usr/include/stdlib.h:223: error: conflicting types for 'rand'
>>> /usr/include/stdlib.h:175: error: previous declaration of 'rand' was 
>>> here
>>> ...
>> The issue seems more related to 10.5 than to pangocairo.
>> On 10.4 I can't reproduce this.
>> A conflict within the same (so standard ..) header looks suspicious..
>> (no ill-defined macros could be involved ?)

The two "conflictiong" macros #define rand and random, respectively. 
They conflict only because demo.c #defines random rand, and this happens 
because apparently configure wrongly #undefs HAVE_RANDOM. So there is 
something wrong with the configure phase of libggi2.
Sorry, no more time to find out what.

-- 
Martin

-------------------------------------------------------------------------
This SF.net email is sponsored by the 2008 JavaOne(SM) Conference 
Don't miss this year's exciting event. There's still time to save $100. 
Use priority code J8TL2D2. 
http://ad.doubleclick.net/clk;198757673;13503038;p?http://java.sun.com/javaone
_______________________________________________
Fink-devel mailing list
Fink-devel@lists.sourceforge.net
http://news.gmane.org/gmane.os.apple.fink.devel

Reply via email to