[Deadftp-devel] [ deadftp-Bugs-476549 ] Problems compiling under FreeBSD 4.3
Status: Beta
Brought to you by:
brandon2
From: <no...@so...> - 2001-11-02 05:02:09
|
Bugs item #476549, was opened at 2001-10-30 14:15 You can respond by visiting: http://sourceforge.net/tracker/?func=detail&atid=107301&aid=476549&group_id=7301 Category: General Group: None Status: Open Resolution: Fixed Priority: 5 Submitted By: Pierre-Paul Lavoie (ppl) Assigned to: Brandon Lees (brandon2) Summary: Problems compiling under FreeBSD 4.3 Initial Comment: gcc -DHAVE_CONFIG_H -I. -I. -I.. -I../intl -I/usr/X11R6/include -DNEED_GNOMESUPPORT_H -I/usr/local/include/glib12 -I/usr/local/include -I/usr/X11R6/include/gtk12 -I/usr/local/include/gtk-1.2 -I/usr/local/include/glib-1.2 -I/usr/local/lib/glib/include -D_REENTRANT -I/usr/X11R6/include -g -Wall -Wunused -c ftp.c gcc -DHAVE_CONFIG_H -I. -I. -I.. -I../intl -I/usr/X11R6/include -DNEED_GNOMESUPPORT_H -I/usr/local/include/glib12 -I/usr/local/include -I/usr/X11R6/include/gtk12 -I/usr/local/include/gtk-1.2 -I/usr/local/include/glib-1.2 -I/usr/local/lib/glib/include -D_REENTRANT -I/usr/X11R6/include -g -Wall -Wunused -c socket.c In file included from socket.c:25: /usr/include/netinet/ip.h:156: syntax error before `n_long' /usr/include/netinet/ip.h:159: syntax error before `n_long' socket.c: In function `socket_set_data': socket.c:600: `SOL_IP' undeclared (first use in this function) socket.c:600: (Each undeclared identifier is reported only once socket.c:600: for each function it appears in.) gmake[2]: *** [socket.o] Error 1 gmake[2]: Leaving directory `/usr/home/crow/tmp/deadftp-0.1.2/src' gmake[1]: *** [all-recursive] Error 1 gmake[1]: Leaving directory `/usr/home/crow/tmp/deadftp-0.1.2' gmake: *** [all-recursive-am] Error 2 /**************************************************/ well here's the output.. dont have much else to add. :) feel free to email me... ---------------------------------------------------------------------- >Comment By: Pierre-Paul Lavoie (ppl) Date: 2001-11-01 21:02 Message: Logged In: YES user_id=140309 problem solved. compilation was o.k. wanst running alocal. %deadftp ** WARNING **: document not well formed! ** WARNING **: Could not parse file ** ERROR **: Couldn't load the interface! aborting... Abort (core dumped) thats an other story i guess.. :-) ---------------------------------------------------------------------- Comment By: Brandon Lees (brandon2) Date: 2001-11-01 20:19 Message: Logged In: YES user_id=19497 it looks like you're not running aclocal before running automake. You should just use the autogen.sh script, it takes care of all that for you. I made a tar ball of it for you though, you can get it at http://deadftp.sourceforge.net/deadftp-20011101cvs.tar.gz ---------------------------------------------------------------------- Comment By: Pierre-Paul Lavoie (ppl) Date: 2001-11-01 06:15 Message: Logged In: YES user_id=140309 i downloaded the latest version on the CVS rep, but now i get this when running automake: configure.in: 5: required file `./config.h.in' not found configure.in: 21: required file `./ABOUT-NLS' not found macros/Makefile.am:31: INSIDE_GNOME_COMMON does not appear in AM_CONDITIONAL src/Makefile.am:29: variable `GNOME_LIBDIR' not defined src/Makefile.am:29: variable `GNOMEUI_LIBS' not defined src/Makefile.am:29: variable `GTK_LIBS' not defined src/Makefile.am:29: variable `INTLLIBS' not defined src/Makefile.am:29: variable `GNOME_XML_LIB' not defined src/Makefile.am:29: variable `LIBGLADE_LIBS' not defined src/Makefile.am:29: variable `GDK_PIXBUF_LIBS' not defined src/Makefile.am:29: variable `PTHREAD_LIB' not defined well, i guess i would need to install this stuff. the previous release was not giving me those errors. if you can make a distcheck and send me the tarball to test it would be better imho. ---------------------------------------------------------------------- Comment By: Brandon Lees (brandon2) Date: 2001-10-31 20:10 Message: Logged In: YES user_id=19497 I checked in some changes that got it to compile on the compile farm. I couldn't, however, test it so please try out the changes and let me know how it goes. ---------------------------------------------------------------------- You can respond by visiting: http://sourceforge.net/tracker/?func=detail&atid=107301&aid=476549&group_id=7301 |