From owner-freebsd-questions Sat Apr 13 19:21:27 2002 Delivered-To: freebsd-questions@freebsd.org Received: from pineapple.theshop.net (pineapple.theshop.net [208.128.7.7]) by hub.freebsd.org (Postfix) with ESMTP id 4E37737B404 for ; Sat, 13 Apr 2002 19:21:24 -0700 (PDT) Received: from theshop.net (pineapple.theshop.net [208.128.7.7]) by pineapple.theshop.net (8.12.0/8.12.0) with SMTP id g3E2NxR8006080; Sat, 13 Apr 2002 21:24:00 -0500 (CDT) Received: from 63.67.33.111 (SquirrelMail authenticated user ozone) by squirrel.theshop.net with HTTP; Sat, 13 Apr 2002 21:24:00 -0500 (CDT) Message-ID: <3456.63.67.33.111.1018751040.squirrel@squirrel.theshop.net> Date: Sat, 13 Apr 2002 21:24:00 -0500 (CDT) Subject: Re: anyone knows how to compile bitchx without gnome ? From: "Scott Ozone" To: moti@flncs.com In-Reply-To: <09f201c1e24d$99a87dc0$fd6e34c6@mlevy> References: <09f201c1e24d$99a87dc0$fd6e34c6@mlevy> Cc: freebsd-questions@FreeBSD.ORG X-Mailer: SquirrelMail (version 1.0.2) MIME-Version: 1.0 Content-Type: text/plain; charset=iso-8859-1 Content-Transfer-Encoding: 8bit Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG 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