On Tuesday, July 16, 2002, at 01:36 PM, Timothy Gregg wrote:
> Hi, > I don't know if this is a bug or just me. I did a fink selfupdate-cvs > then tried fink install ghemical. All seemed fine installing Gnome and > passwd etc, then it started working on ghemical itself and eventually > failed. I list below the last few lines: > ... > In file included from geomopt_dialog.h:13, > from ./geomopt_dialog.cpp:10: > ../../../src/target3/glade_dialog.h:13: glade/glade.h: No such file or > directory > In file included from ../../../src/target3/t3views.h:26, > from ../../../src/target3/t3docv.h:22, > from ../../../src/target3/t3qm1docv.h:19, > from ./geomopt_dialog.cpp:12: > /sw/include/gnome-1.0/gnome.h:12: gnomesupport.h: No such file or > directory > make[1]: *** [geomopt_dialog.o] Error 1 > make: *** [all] Error 1 > ### make failed, exit code 2 > Failed: compiling ghemical-0.90-1 failed > /Users/tmgregg> > Hmm. gnomesupport.h (/sw/lib/gnome-libs/include/gnomesupport.h) should be packaged in gnome-libs. glade.h (/sw/include/libglade-1.0/glade/glade.h) should be provided by libglade. (If these libraries are not installed, one of ghemical's upstream info descriptions has an incomplete dependency line). My compile of ghemical fails at a different point. g++ -c -I/sw/include -I/usr/X11R6/include -fno-exceptions -I../../src/target3/glade -I../../src/target3 -I../../src/graphics -I../../src/common -I../../openbabel -I../..//src -I/sw/include/gtk-1.2 -I/sw/include/glib-1.2 -I/sw/lib/glib/include -I/usr/X11R6/include -I/sw/include/gnome-1.0 -DNEED_GNOMESUPPORT_H -I/sw/lib/gnome- libs/include -I/sw/include -I/sw/include/gtk-1.2 -I/sw/include/glib-1.2 -I/sw/lib/glib/include -I/usr/X11R6/include -I/sw/include/gnome-xml -I/sw/include/libglade-1.0 -I/sw/include/gnome-1.0 -DNEED_GNOMESUPPORT_H -I/sw/lib/gnome-libs/include -I/sw/include -I/sw/include/glib-1.2 -I/sw/lib/glib/include -I/sw/include/orbit-1.0 -I/sw/include/gtk-1.2 -I/usr/X11R6/include ./t3mm2docv.cpp make[1]: [../..//bin/ghemical] Error 1 (ignored) g++ -o ../..//bin/ghemical t3main.o t3docv.o t3views.o t3errutil.o t3prefs.o t3dialog.o glade_dialog.o t3qm1docv.o t3qm2docv.o t3mm1docv.o t3mm2docv.o ../..//src/target3/glade/libdialogs.a ../..//src/graphics/libgraphics.a ../..//src/common/libcommon.a ../..//miniMOPAC/libminiMOPAC.a ../..//openbabel/libopenbabel.a -lglut -lXmu -lg2c -lm -lgtkgl -lGLU -lGL -L/sw/lib -L/usr/X11R6/lib -lgtk -lgdk -lgmodule -lglib -ldl -lintl -lXext -lX11 -lm -lg2c -lm -lgtkgl -lGLU -lGL -L/sw/lib -L/usr/X11R6/lib -lgtk -lgdk -lgmodule -lglib -ldl -lintl -lXext -lX11 -lm -lgnomeui -lart_lgpl -lgdk_imlib -lSM -lICE -lgtk -lgdk -lgmodule -ldl -lintl -lXext -lX11 -lgnome -lgnomesupport -lesd -laudiofile -lm -lglib -L/sw/lib -lglade-gnome -lglade -L/sw/lib -lxml -lz -L/sw/lib -L/usr/X11R6/lib -lgnomeui -lart_lgpl -lgdk_imlib -lSM -lICE -lgtk -lgdk -lgmodule -ldl -lintl -lXext -lX11 -lgnome -lgnomesupport -lesd -laudiofile -lm -lglib /usr/bin/ld: warning multiple definitions of symbol _locale_charset /sw/lib/libintl.dylib(localcharset.lo) definition of _locale_charset /sw/lib/libiconv.2.dylib(localcharset.lo) definition of _locale_charset /usr/bin/ld: Undefined symbols: _initCanonicalForm__Fv make[1]: *** [../..//bin/ghemical] Error 1 make: *** [all] Error 1 Jeremy Erwin ------------------------------------------------------- This sf.net email is sponsored by: Jabber - The world's fastest growing real-time communications platform! Don't just IM. Build it in! http://www.jabber.com/osdn/xim _______________________________________________ Fink-users mailing list [EMAIL PROTECTED] https://lists.sourceforge.net/lists/listinfo/fink-users
