Alexander Hansen wrote: [] > I've pulled a bit of the build log that I got. > > Making all in auto > if /bin/sh ../../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H > -I. -I. -I../.. -I../../include > -DDEBUG_NAMESPACE='"libggi.display.auto"' -I/sw/include -I/sw/include > -g -O2 -I/sw/include -pedantic -D_REENTRANT -D_THREAD_SAFE -DDEBUG -g > -std=gnu99 -Wall -Wpointer-arith -Wsign-compare -Wstrict-prototypes > -Wswitch -Wmissing-prototypes -Wreturn-type -Wshadow -Wnested-externs > -Wredundant-decls -Wuninitialized -Wcast-qual -Wwrite-strings > -Werror-implicit-function-declaration -MT probe.lo -MD -MP -MF > ".deps/probe.Tpo" -c -o probe.lo probe.c; \ > then mv -f ".deps/probe.Tpo" ".deps/probe.Plo"; else rm -f > ".deps/probe.Tpo"; exit 1; fi > libtool: compile: gcc -DHAVE_CONFIG_H -I. -I. -I../.. -I../../include > -DDEBUG_NAMESPACE=\"libggi.display.auto\" -I/sw/include -I/sw/include > -g -O2 -I/sw/include -pedantic -D_REENTRANT -D_THREAD_SAFE -DDEBUG -g > -std=gnu99 -Wall -Wpointer-arith -Wsign-compare -Wstrict-prototypes > -Wswitch -Wmissing-prototypes -Wreturn-type -Wshadow -Wnested-externs > -Wredundant-decls -Wuninitialized -Wcast-qual -Wwrite-strings > -Werror-implicit-function-declaration -MT probe.lo -MD -MP -MF > .deps/probe.Tpo -c probe.c -fno-common -DPIC -o .libs/probe.o > In file included from ../../include/ggi/internal/ggi-dl.h:33, > from probe.c:32: > ../../include/ggi/types.h:46: error: syntax error before 'ggi_pixel'
Which package is this supposed to be a build log of? In my sources of libggi2, I don't find any directory named "auto", nor any file named probe.c. And the line number in ggi/types.h that corresponds to the error message is 44, not 46. I must live in a different universe. -- 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 [email protected] http://news.gmane.org/gmane.os.apple.fink.devel
