On Tuesday 26 April 2005 09:53 am, Alexander K. Hansen wrote: > On Apr 26, 2005, at 11:33 AM, Brian O'Keefe wrote: > > On Tuesday 26 April 2005 07:48 am, Alexander K. Hansen wrote: > > thanks alexander, > > I wouldn't know what that line would look like. sorry for my naivete! > > Any > > hints? > > Thanks foryour time.Maybe we'll get this figured out. > > Brian > > It probably starts with "cc", or "gcc", or "g++" or something like that. > Here's the entire output from my second 'make' command which is much shorter thatn the initial effort's output:
brianoke% cd planner [Brian-OKeefes-Computer:~/planner] brianoke% make make all-recursive Making all in po make[2]: Nothing to be done for `all'. Making all in libplanner make[2]: Nothing to be done for `all'. Making all in libegg Making all in recent-files make[3]: Nothing to be done for `all'. make[3]: Nothing to be done for `all-am'. Making all in src if gcc -DHAVE_CONFIG_H -I. -I. -I.. -I.. -I../src -DORBIT2=1 -I/sw/include/glib-2.0 -I/sw/lib/glib-2.0/include -I/sw/include/gtk-2.0 -I/sw/lib/gtk-2.0/include -I/usr/X11R6/include -I/sw/include/atk-1.0 -I/sw/include/pango-1.0 -I/usr/X11R6/include/freetype2 -I/sw/include/libgnomecanvas-2.0 -I/sw/include/libart-2.0 -I/sw/include/libgnomeui-2.0 -I/sw/include/libgnome-2.0 -I/sw/include/gconf/2 -I/sw/include/libbonoboui-2.0 -I/sw/include/orbit-2.0 -I/sw/include/libbonobo-2.0 -I/sw/include/gnome-vfs-2.0 -I/sw/lib/gnome-vfs-2.0/include -I/sw/include/bonobo-activation-2.0 -I/sw/include/libxml2 -I/sw/include -I/sw/include/libglade-2.0 -I/sw/include/libgnomeprintui-2.2 -I/sw/include/libgnomeprint-2.2 -DG_LOG_DOMAIN=\"Planner\" -DPREFIX=\""/usr/local"\" -DSYSCONFDIR=\""/usr/local/etc"\" -DLIBDIR=\""/usr/local/lib"\" -DDATADIR=\""/usr/local/share"\" -DGNOMELOCALEDIR=\""/usr/local/share/locale"\" -DIMAGEDIR=\""/usr/local/share/pixmaps/planner"\" -DGLADEDIR=\""/usr/local/share/planner/glade"\" -DMRP_VIEWDIR=\""/usr/local/lib/planner/views"\" -DMRP_PLUGINDIR=\""/usr/local/lib/planner/plugins"\" -UUSE_STABLE_LIBGNOMEUI -g -O2 -MT planner-window.o -MD -MP -MF ".deps/planner-window.Tpo" \ -c -o planner-window.o `test -f 'planner-window.c' || echo './'`planner-window.c; \ then mv -f ".deps/planner-window.Tpo" ".deps/planner-window.Po"; \ else rm -f ".deps/planner-window.Tpo"; exit 1; \ fi In file included from planner-window.c:24: ../config.h:11:1: warning: "GNOMELOCALEDIR" redefined <command line>:13:1: warning: this is the location of the previous definition planner-window.c: In function `window_print_cb': planner-window.c:845: error: `LC_NUMERIC' undeclared (first use in this function) planner-window.c:845: error: (Each undeclared identifier is reported only once planner-window.c:845: error: for each function it appears in.) planner-window.c:845: warning: passing arg 1 of `g_strdup' makes pointer from integer without a cast make[2]: *** [planner-window.o] Error 1 make[1]: *** [all-recursive] Error 1 make: *** [all] Error 2 ------------------------------------------------------- SF.Net email is sponsored by: Tell us your software development plans! Take this survey and enter to win a one-year sub to SourceForge.net Plus IDC's 2005 look-ahead and a copy of this survey Click here to start! http://www.idcswdc.com/cgi-bin/survey?id=105hix _______________________________________________ Fink-beginners mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/fink-beginners
