Date: 13 Mar 2003 23:16:45 -0500 From: Joe Marcus Clarke <marcus@marcuscom.com> To: Peter Wu <peterwu@hotmail.com> Cc: ports@FreeBSD.ORG Subject: Re: Fail to build XEmacs with GTK Message-ID: <1047615404.66262.7.camel@shumai.marcuscom.com> In-Reply-To: <OE51K6qSX422M3fJTmh0000e396@hotmail.com> References: <OE51K6qSX422M3fJTmh0000e396@hotmail.com>
next in thread | previous in thread | raw e-mail | index | archive | help
--=-kFPC6oExSQ8IJC9/p0SN Content-Type: text/plain Content-Transfer-Encoding: quoted-printable On Thu, 2003-03-13 at 22:50, Peter Wu wrote: > Hello, >=20 > I attempted to install XEmacs with GTK from ports but no luck. :( >=20 > # cd /usr/ports/editors/xemacs-devel-mule > # make -DWANT_GTK >=20 > It gives me some errors about >=20 > "/usr/ports/Mk/bsd.gnomeng.mk", line 1: Malformed conditional > (${_USE_GNOME_ALL:Mgtk12}=3D=3D"") > "/usr/ports/Mk/bsd.gnomeng.mk", line 1: Need an operator > "/usr/ports/Mk/bsd.port.mk", line 4040: if-else endif > "/usr/ports/Mk/bsd.port.mk", line 4040: Need an operator > make: fatal errors encountered -- cannot continue >=20 > I have the latest src and ports. Also, Gnome 2.2 was loaded last night, > too. What could be the problem? Thanks. This port's Makefile is wrong when it comes to GNOME. The USE_GNOME stuff is after .include <bsd.port.pre.mk> which you shouldn't do (see the FreeBSD GNOME porter's guide). If you move the whole .if defined(WANT_GTK) ... .endif block _above_ .include <bsd.port.pre.mk>, it will work. Joe >=20 > -- > Cheers, Peter >=20 > To Unsubscribe: send mail to majordomo@FreeBSD.org > with "unsubscribe freebsd-ports" in the body of the message --=20 PGP Key : http://www.marcuscom.com/pgp.asc --=-kFPC6oExSQ8IJC9/p0SN Content-Type: application/pgp-signature; name=signature.asc Content-Description: This is a digitally signed message part -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.2.1 (FreeBSD) iD8DBQA+cVesb2iPiv4Uz4cRAgg3AJ9r/Sy44xv84kZtruLgBMBx4XuXXgCdHykp tcRCXjxcrLzBAWGuvPc8Tzk= =/PDE -----END PGP SIGNATURE----- --=-kFPC6oExSQ8IJC9/p0SN-- To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?1047615404.66262.7.camel>