Date: Mon, 25 Mar 2002 15:48:42 +0300 From: "Igor B. Bykhalo" <goshik@binep.ac.ru> To: "FreeBSD Questions" <freebsd-questions@FreeBSD.org> Cc: <ports@FreeBSD.org> Subject: IceWM refuses to build Message-ID: <007101c1d3fb$66f886a0$ea2ce9c1@binep.ac.ru>
next in thread | raw e-mail | index | archive | help
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
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?007101c1d3fb$66f886a0$ea2ce9c1>