Date: Sat, 13 Apr 2002 21:24:00 -0500 (CDT) From: "Scott Ozone" <ozone@theshop.net> To: moti@flncs.com Cc: freebsd-questions@FreeBSD.ORG Subject: Re: anyone knows how to compile bitchx without gnome ? Message-ID: <3456.63.67.33.111.1018751040.squirrel@squirrel.theshop.net> In-Reply-To: <09f201c1e24d$99a87dc0$fd6e34c6@mlevy> References: <09f201c1e24d$99a87dc0$fd6e34c6@mlevy>
next in thread | previous in thread | raw e-mail | index | archive | help
In the Makefile do this: #WANT_ESOUND= yes #WANT_GNOME= yes ..... other stuff ... .if defined(HAVE_GNOME) #USE_GNOME= yes .... other stuff .... .if (defined(HAVE_ESOUND) && defined(HAVE_GNOME)) #USE_ESOUND= yes > I tried: >>make -DWANT_GNOME=no -DWANT_ESOUND=no all > did not work > i tried changing the Makefile and did not help as well . > any clues ? > > when i try to compile it from prots i get > > gtkbitchx.c:2573: syntax error before `)' > gtkbitchx.c:2630: syntax error before `)' > gtkbitchx.c:2641: syntax error before `)' > gtkbitchx.c: In function `gui_screen': > gtkbitchx.c:3061: `ZvtTerm' undeclared (first use in this function) > gtkbitchx.c:3061: syntax error before `)' > gtkbitchx.c:3062: syntax error before `)' > gtkbitchx.c: In function `gui_startup': > gtkbitchx.c:3285: warning: implicit declaration of function > `gdk_imlib_init' gmake[1]: *** [term.o] Error 1 > gmake[1]: Leaving directory `/usr/ports/irc/bitchx/work/BitchX/source' > gmake: *** [gtkBitchX] Error 2 > *** Error code 2 > > > > To Unsubscribe: send mail to majordomo@FreeBSD.org > with "unsubscribe freebsd-questions" in the body of the message -- Scott Ozone /"\ ASCII Ribbon Campaign ozone@theshop.net \ / Respect for open standard X No HTML/RTF in email / \ No M$ Word docs in email To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?3456.63.67.33.111.1018751040.squirrel>