From owner-freebsd-ports Mon Mar 25 4:49: 9 2002 Delivered-To: freebsd-ports@freebsd.org Received: from ns0.binep.ac.ru (serv2.binep.ac.ru [193.233.44.227]) by hub.freebsd.org (Postfix) with ESMTP id 7732837B405; Mon, 25 Mar 2002 04:48:56 -0800 (PST) Received: from byfi (byfi.binep.ac.ru [193.233.44.234]) by ns0.binep.ac.ru (8.11.6/8.11.6) with SMTP id g2PD8Ii56954; Mon, 25 Mar 2002 16:08:18 +0300 (MSK) (envelope-from goshik@binep.ac.ru) Message-ID: <007101c1d3fb$66f886a0$ea2ce9c1@binep.ac.ru> From: "Igor B. Bykhalo" To: "FreeBSD Questions" Cc: Subject: IceWM refuses to build Date: Mon, 25 Mar 2002 15:48:42 +0300 Organization: BINEPCP RAS MIME-Version: 1.0 Content-Type: text/plain; charset="koi8-r" Content-Transfer-Encoding: 7bit X-Priority: 3 X-MSMail-Priority: Normal X-Mailer: Microsoft Outlook Express 6.00.2600.0000 X-MimeOLE: Produced By Microsoft MimeOLE V6.00.2600.0000 Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.org After latest updates to XFree86-4 IceWM bild fails on my system ... here is some chunks of build log: (sorry for wrapping) [...] > checking whether iconv converts from BIG5 to ISO-8859-1... yes > checking for gettext... no > checking for gettext in -lintl... yes > checking for XInternAtoms in -lX11... no > checking for IceConnectionNumber in -lICE... (cached) yes > checking for XShapeCombineRectangles in -lXext... no > configure: WARNING: Unable to use X shape extension > checking for XpmReadFileToPixmap in -lXpm... no > configure: error: libXpm can not be found, you have to enable Imlib > ===> Script "configure" failed: here are the contents of "config.log" > This file contains any messages produced by compilers while > running configure, to aid debugging if configure makes a mistake. > > It was created by configure, which was > generated by GNU Autoconf 2.53. Invocation command line was > > $ ./configure --enable-i18n --enable-nls --with-cfgdir=/usr/X11R6/share/icewm --with-libdir=/usr/X11R6/share/icewm --with-kdedatadir=/ usr/local/share --with-docdir=/usr/X11R6/share/doc --with-mkfontdir=/nonexistent --without-imlib --with-xpm --without-gnome-menus -- x-libraries=/usr/X11R6/lib --x-includes=/usr/X11R6/include --prefix=/usr/X11R6 i386-portbld-freebsd4.5 > > ## --------- ## > ## Platform. ## [...] > #define CONFIG_APPLET_NET_STATUS 1 > #define CONFIG_APPLET_CLOCK 1 > #define CONFIG_APPLET_APM 1 > #define CONFIG_ADDRESSBAR 1 > #define CONFIG_WINLIST 1 > #define CONFIG_WINMENU 1 > #define CONFIG_GNOME_ROOT_PROPERTY "GNOME_SM_PROXY" > > configure: exit 1 > (end of "config.log") > *** Error code 1 > > Stop in /usr/ports/x11-wm/icewm. > *** Error code 1 > > Stop in /usr/ports/x11-wm/icewm. > *** Error code 1 > > Stop in /usr/ports/x11-wm/icewm. > *** Error code 1 > > Stop in /usr/ports/x11-wm/icewm. [End of build log] I wonder about the line: > configure: error: libXpm can not be found, you have to enable Imlib But Makefile says: > .if defined(HAVE_GNOME) > USE_GNOME= yes > CONFIGURE_ARGS+= --with-imlib --without-xpm --with-gnome-menus > INSTALL_TARGET= install install-gnome > .else > USE_XPM= yes > CONFIGURE_ARGS+= --without-imlib --with-xpm --without-gnome-menus > .endif I didn' define HAVE_GNOME, so i should have --without-imlib, yes? Am i missing something? I can send full log if needed. TIA, Igor To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message