Date: Tue, 27 May 2003 09:24:45 +0800 From: Christopher Hall <freebsd@generalresources.com> To: Martin Klaffenboeck <martin.klaffenboeck@gmx.at> Cc: xemacs-devel-mule maintainer <kiri@freebsd.org> Subject: Re: editors/xemacs-devel-mule failed Message-ID: <200305270124.h4R1Ojms080370@x4.tucheng.generalresources.com> In-Reply-To: Message from Martin Klaffenboeck <martin.klaffenboeck@gmx.at> <20030526104914.GA2797@martin.kleinerdrache.org>
next in thread | previous in thread | raw e-mail | index | archive | help
I looked at your make.conf and the only match with the editors/xemacs-devel-mule/Makefile was part of the the CONFIGURE_ARGS there is a ${WITH_GTK} with your make.conf. Your make.conf has "WITH_GTK=yes". This will cause the xemacs configureto have a "yes" parameterand lead to the error you are seeing. I cannot remember where to find out the proper WITH_GTK setting grep WITH_GTK /usr/share/mk/* grep WITH_GTK /usr/ports/Mk/* grep WITH_GTK /usr/ports/x11-toolkits/gtk*/Makefile gave no examples of the usage only "WITH_GTK2=yes" editors/xemacs-devel-mule/Makefile has lots of WITH_xxx settings and none of them can be set to "yes" they all must be set to "--with-X=Y". It could be that the Makefile is wrong and it should convert the "yes" to "--with-gtk" rather than just including it in CONFIGURE_ARGS, or maybe WITH_GTK is specific to xemacs in which case you could just change your make.conf. The xemacs-devel-mule maintaner will have to answer this. However, you should be able to build if you try the make as: make clean make WITH_GTK=--with-gtk make install I used your make.conf on my system and it does compile with the extra make arggument, but I did not try to install. Hope this helps. In message <20030526104914.GA2797@martin.kleinerdrache.org>, Martin Klaffenboeck writes: > >--fdj2RfSjLxBAspz7 >Content-Type: text/plain; format=flowed; charset=ISO-8859-1 >Content-Disposition: inline >Content-Transfer-Encoding: 8bit > > >Am 2003.05.26 02:40 schrieb(en) Christopher Hall: >> > >> This is similar to the error I get from chinese/xemacs21 >> http://www.freebsd.org/cgi/query-pr.cgi?pr=52154 >> >> is it possible you have WITH_XIM=yes (or some other WITH_XXX=yes) >> set in make.conf or on the command line >> >> It should be WITH_XIM=--with-xim=xlib >> > >I have an overloaded make.conf. I didn't know how else I could set up >this stuff. > >The make.conf is attached, maybe you can have a look at it? > >Thanks, >Martin > >-- >If you've got an idea and need help, ICQ: 72997139 >or just need general encouragement, MSN: kleinerdrache@gmx.at >write me a message. ;-) Yahoo-Messenger: walking2martin > AIM: littlewizzard >--fdj2RfSjLxBAspz7 >Content-Type: text/plain; charset=us-ascii >Content-Disposition: attachment; filename="make.conf" > >#STRIP= >#CFLAGS= -O -pipe -g > >CPUTYPE=i686 >CFLAGS?= -O -pipe >INSTALL=install -C > >NO_LPR= true # do not build lpr and related programs >NO_SENDMAIL= true # do not build sendmail and related programs >NOGAMES= true # do not build games (games/ subdir) >COMPAT3X= yes >PRINTERDEVICE= ps >BOOTWAIT=4000 > >XFREE86_VERSION=4 > >MASTER_SITE_BACKUP = \ > ftp://ftp.de.freebsd.org/pub/FreeBSD/ports/distfiles/${DIST_SUBDIR}/ >MASTER_SITE_XCONTRIB= ftp://ftp.x.org/contrib/%SUBDIR%/ >MASTER_SITE_XFREE= ftp://ftp.freesoftware.com/pub/XFree86/%SUBDIR%/source/ >MASTER_SITE_GNU= ftp://ftp.gnu.org/gnu/%SUBDIR%/ >MASTER_SITE_PERL_CPAN= ftp://ftp.digital.com/pub/plan/perl/CPAN/modules/by-mod >ule/%SUBDIR%/ >MASTER_SITE_TEX_CTAN= ftp://ftp.tex.ac.uk/tex-archive/%SUBDIR%/ >MASTER_SITE_KDE= ftp://download.at.kde.org/pub/kde/%SUBDIR%/ >MASTER_SITE_GNOME= ftp://ftp.gnome.org/pub/GNOME/sources/%SUBDIR%/ >MASTER_SITE_MOZILLA= ftp://ftp.yggdrasil.com/mirrors/site/ftp.mozilla.org/pu >b/%SUBDIR%/ >MASTER_SITE_XEMACS= ftp://ftp.sunsite.utk.edu/pub/xemacs/%SUBDIR%/ >MASTER_SITE_TCLTK= ftp://ftp.uu.net/languages/tcl/%SUBDIR%/ >MASTER_SITE_RUBY= ftp://ftp.fu-berlin.de/unix/languages/ruby/%SUBDIR%/ > >SUP_UPDATE= yes >SUP= /usr/local/bin/cvsup >SUPFLAGS= -g -L 1 >SUPHOST= cvsup.at.FreeBSD.org >PORTSSUPFILE= /usr/share/examples/cvsup/ports-supfile >DOC_LANG= de_AT.ISO_8859-1 > >PERL_VER=5.8.0 >PERL_VERSION=5.8.0 >PERL_ARCH=mach >NOPERL=yo >NO_PERL=yo >NO_PERL_WRAPPER=yo > >WRKDIRPREFIX=/var/tmp > > >COMPAT4X= true >WITH_GTK2= yes >MAKE_IDEA= YES >XFREE86_VERSION= 4 >WITH_GTK= yes >WITH_GNOME= yes >WITH_GNOME_DESKTOP=2 >WITH_OPTIMIZED_CFLAGS= yes >KERNCONF= MYKERNEL >NO_BIND= true >WITHOUT_RUNTIME_CPUDETECTION=yes >NO_IPFILTER= true >ASPELL_EN= yes >ASPELL_DE= yes >WITH_ASPELL= yes >WITHOUT_IJS= yes >WITHOUT_MAILNEWS= yes >WITHOUT_LDAP= yes >WITHOUT_CHATZILLA= yes >WITHOUT_COMPOSER= yes >WITH_MOZILLA=mozilla-devel-gtk2 > >WITH_HERMES= yes >WITH_MYSQL= yes >WITH_PYTHON= yes >WITH_GUI= yes > >BUILD_OPTIMIZED= yes >SKIP_INSTALL_DB= yes > >WITH_NATIVE_THREADS=yes >NODEBUG=yes >NATIVE_BOOTSTRAP=yes >WITH_GIMP= yes >WITH_GUCHARMAP=yes > >WITH_DVD=yes >WITH_LIBDVDNAV=yes >WITH_LIBDV=yes >WITH_MAD=yes >WITH_VORBIS=yes >WITH_XVID=yes >WITH_LIBDVDREAD=yes > >WANT_GTK=yes >WITH_GPG=yes > >A4=yes > >WITH_LZW=yes > >WITH_OGI=yes > >WITH_XOSD=yes > >--fdj2RfSjLxBAspz7-- > --- Christopher Hall <hswATgeneralresources.com> Fax: +886-2-2795-3030 Christopher Hall <hswATacm.org> Phone: +886-2-2795-5799
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200305270124.h4R1Ojms080370>