(10.5.8/PowerPC with Xcode 3.1.4) With graphviz-dev-2.26.3-2 installed I get the following:
Making all in GraphLayout make all-am /bin/sh ./libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I/sw/include -I/sw/src/fink.build/ggobi-2.1.7-1007/ggobi-2.1.7/src -I/sw/src/fink.build/ggobi-2.1.7-1007/ggobi-2.1.7/libltdl -I/sw/include/pango-1.0 -I/sw/include/freetype2 -I/sw/include -I/sw/include/gtk-2.0 -I/sw/include/libxml2 -I/sw/lib/gtk-2.0/include -I/sw/include/atk-1.0 -I/sw/include/cairo -I/sw/include/glib-2.0 -I/sw/lib/glib-2.0/include -I/usr/X11R6/include -I/usr/X11/include -I/sw/include/graphviz -Wno-unknown-pragmas -g -O2 -c -o plugin_la-glayout.lo `test -f 'glayout.c' || echo './'`glayout.c mkdir .libs gcc -DHAVE_CONFIG_H -I. -I/sw/include -I/sw/src/fink.build/ggobi-2.1.7-1007/ggobi-2.1.7/src -I/sw/src/fink.build/ggobi-2.1.7-1007/ggobi-2.1.7/libltdl -I/sw/include/pango-1.0 -I/sw/include/freetype2 -I/sw/include -I/sw/include/gtk-2.0 -I/sw/include/libxml2 -I/sw/lib/gtk-2.0/include -I/sw/include/atk-1.0 -I/sw/include/cairo -I/sw/include/glib-2.0 -I/sw/lib/glib-2.0/include -I/usr/X11R6/include -I/usr/X11/include -I/sw/include/graphviz -Wno-unknown-pragmas -g -O2 -c glayout.c -fno-common -DPIC -o .libs/plugin_la-glayout.o /bin/sh ./libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I/sw/include -I/sw/src/fink.build/ggobi-2.1.7-1007/ggobi-2.1.7/src -I/sw/src/fink.build/ggobi-2.1.7-1007/ggobi-2.1.7/libltdl -I/sw/include/pango-1.0 -I/sw/include/freetype2 -I/sw/include -I/sw/include/gtk-2.0 -I/sw/include/libxml2 -I/sw/lib/gtk-2.0/include -I/sw/include/atk-1.0 -I/sw/include/cairo -I/sw/include/glib-2.0 -I/sw/lib/glib-2.0/include -I/usr/X11R6/include -I/usr/X11/include -I/sw/include/graphviz -Wno-unknown-pragmas -g -O2 -c -o plugin_la-graphviz.lo `test -f 'graphviz.c' || echo './'`graphviz.c gcc -DHAVE_CONFIG_H -I. -I/sw/include -I/sw/src/fink.build/ggobi-2.1.7-1007/ggobi-2.1.7/src -I/sw/src/fink.build/ggobi-2.1.7-1007/ggobi-2.1.7/libltdl -I/sw/include/pango-1.0 -I/sw/include/freetype2 -I/sw/include -I/sw/include/gtk-2.0 -I/sw/include/libxml2 -I/sw/lib/gtk-2.0/include -I/sw/include/atk-1.0 -I/sw/include/cairo -I/sw/include/glib-2.0 -I/sw/lib/glib-2.0/include -I/usr/X11R6/include -I/usr/X11/include -I/sw/include/graphviz -Wno-unknown-pragmas -g -O2 -c graphviz.c -fno-common -DPIC -o .libs/plugin_la-graphviz.o graphviz.c: In function 'dot_neato_layout_cb': graphviz.c:270: error: request for member 'x' in something not a structure or union graphviz.c:271: error: request for member 'y' in something not a structure or union make[3]: *** [plugin_la-graphviz.lo] Error 1 So it appears to choke on building the graphviz plugin. When graphviz-dev is removed, ggobi will build on 10.5. -- Alexander K. Hansen akh AT finkproject DOT org Fink User Liaison and Documenter ------------------------------------------------------------------------------ Increase Visibility of Your 3D Game App & Earn a Chance To Win $500! Tap into the largest installed PC base & get more eyes on your game by optimizing for Intel(R) Graphics Technology. Get started today with the Intel(R) Software Partner Program. Five $500 cash prizes are up for grabs. http://p.sf.net/sfu/intelisp-dev2dev _______________________________________________ Fink-devel mailing list [email protected] http://news.gmane.org/gmane.os.apple.fink.devel Subscription management: https://lists.sourceforge.net/lists/listinfo/fink-devel
