Hi developers, and hi Piotr Miarecki -- I just synched my local gEDA source directory with the CVS. Then I tried rebuilding the entire suite (gEDA/gaf). Unfortunately, I have a compile error in geda -- the installer. Please find the error spew below.
Piotr -- Please take a look at my error. I did a "cvs update" and then just did a "make install". I see that you made some changes to the configure.ac. Do I need to rerun all the automake tools? Or is there another problem lurking here (which is how it looks to me)? Stuart ------------------------------------------------------------- Making install in src make[2]: Entering directory `/usr/local/src/geda/devel/geda/src' cd .. && \ /bin/sh /usr/local/src/geda/devel/geda/missing --run automake-1.7 --gnu src/Makefile cd .. && /bin/sh ./config.status src/Makefile depfiles config.status: creating src/Makefile config.status: executing depfiles commands make[2]: Leaving directory `/usr/local/src/geda/devel/geda/src' make[2]: Entering directory `/usr/local/src/geda/devel/geda/src' if gcc -DPACKAGE_LOCALE_DIR=\"/usr/local/geda/share/locale\" -DHAVE_CONFIG_H -I. -I. -I.. -I/usr//include/gtk-2.0 -I/usr//lib/gtk-2.0/include -I/usr/X11R6/include -I/usr/include/atk-1.0 -I/usr/include/pango-1.0 -I/usr/include/freetype2 -I/usr//include/glib-2.0 -I/usr//lib/glib-2.0/include -I/usr/X11R6/include -I./ -I../intl -Wall -Wimplicit -Wreturn-type -Wunused -Wswitch -Wcomment -Wuninitialized -Wparentheses -Wpointer-arith -Wmissing-prototypes -O1 -g -g -O2 -MT filetool.o -MD -MP -MF ".deps/filetool.Tpo" \ -c -o filetool.o `test -f 'filetool.c' || echo './'`filetool.c; \ then mv -f ".deps/filetool.Tpo" ".deps/filetool.Po"; \ else rm -f ".deps/filetool.Tpo"; exit 1; \ fi if gcc -DPACKAGE_LOCALE_DIR=\"/usr/local/geda/share/locale\" -DHAVE_CONFIG_H -I. -I. -I.. -I/usr//include/gtk-2.0 -I/usr//lib/gtk-2.0/include -I/usr/X11R6/include -I/usr/include/atk-1.0 -I/usr/include/pango-1.0 -I/usr/include/freetype2 -I/usr//include/glib-2.0 -I/usr//lib/glib-2.0/include -I/usr/X11R6/include -I./ -I../intl -Wall -Wimplicit -Wreturn-type -Wunused -Wswitch -Wcomment -Wuninitialized -Wparentheses -Wpointer-arith -Wmissing-prototypes -O1 -g -g -O2 -MT interface.o -MD -MP -MF ".deps/interface.Tpo" \ -c -o interface.o `test -f 'interface.c' || echo './'`interface.c; \ then mv -f ".deps/interface.Tpo" ".deps/interface.Po"; \ else rm -f ".deps/interface.Tpo"; exit 1; \ fi interface.c: In function `create_MainWindow': interface.c:30: warning: unused variable `MenuProject_menu_accels' interface.c:39: warning: unused variable `MenuFile_menu_accels' if gcc -DPACKAGE_LOCALE_DIR=\"/usr/local/geda/share/locale\" -DHAVE_CONFIG_H -I. -I. -I.. -I/usr//include/gtk-2.0 -I/usr//lib/gtk-2.0/include -I/usr/X11R6/include -I/usr/include/atk-1.0 -I/usr/include/pango-1.0 -I/usr/include/freetype2 -I/usr//include/glib-2.0 -I/usr//lib/glib-2.0/include -I/usr/X11R6/include -I./ -I../intl -Wall -Wimplicit -Wreturn-type -Wunused -Wswitch -Wcomment -Wuninitialized -Wparentheses -Wpointer-arith -Wmissing-prototypes -O1 -g -g -O2 -MT m_project.o -MD -MP -MF ".deps/m_project.Tpo" \ -c -o m_project.o `test -f 'm_project.c' || echo './'`m_project.c; \ then mv -f ".deps/m_project.Tpo" ".deps/m_project.Po"; \ else rm -f ".deps/m_project.Tpo"; exit 1; \ fi if gcc -DPACKAGE_LOCALE_DIR=\"/usr/local/geda/share/locale\" -DHAVE_CONFIG_H -I. -I. -I.. -I/usr//include/gtk-2.0 -I/usr//lib/gtk-2.0/include -I/usr/X11R6/include -I/usr/include/atk-1.0 -I/usr/include/pango-1.0 -I/usr/include/freetype2 -I/usr//include/glib-2.0 -I/usr//lib/glib-2.0/include -I/usr/X11R6/include -I./ -I../intl -Wall -Wimplicit -Wreturn-type -Wunused -Wswitch -Wcomment -Wuninitialized -Wparentheses -Wpointer-arith -Wmissing-prototypes -O1 -g -g -O2 -MT msgbox.o -MD -MP -MF ".deps/msgbox.Tpo" \ -c -o msgbox.o `test -f 'msgbox.c' || echo './'`msgbox.c; \ then mv -f ".deps/msgbox.Tpo" ".deps/msgbox.Po"; \ else rm -f ".deps/msgbox.Tpo"; exit 1; \ fi msgbox.c: In function `MsgBoxCreate': msgbox.c:221: error: `GTK_WINDOW_DIALOG' undeclared (first use in this function) msgbox.c:221: error: (Each undeclared identifier is reported only once msgbox.c:221: error: for each function it appears in.) make[2]: *** [msgbox.o] Error 1 make[2]: Leaving directory `/usr/local/src/geda/devel/geda/src' make[1]: *** [install-recursive] Error 1 make[1]: Leaving directory `/usr/local/src/geda/devel/geda' make: *** [geda_install] Error 2 [EMAIL PROTECTED] devel]$
