On Thu, 16 May 2013 16:29:40 -0400, Daniel Macks <[email protected]> wrote: On Thu, 16 May 2013 12:13:17 -0700, Richard Miles > <[email protected]> wrote: > I tried to install icewm but ii fails: > > g++ -o icesound icesound.o misc.o ycmdline.o -L/sw/lib -liconv > > `pkg-config gdk-pixbuf-xlib-2.0 --libs` -lXinerama -L/sw/lib -lXft > > -lfontconfig -lfreetype -lSM -lICE -liconv -lintl -lX11 > > -L/usr/X11R6/lib -R/usr/X11R6/lib -lXrandr -lXrender -lXext > > `pkg-config fontconfig --libs` -L/sw/lib -Wl,-framework,CoreAudio > > -lesd > > g++ -fpermissive -Wall -Wpointer-arith -Wwrite-strings > > -Woverloaded-virtual -W -fno-exceptions -fno-rtti -Os -pipe -MD > > -I/sw/include -DHAVE_CONFIG_H -DLIBDIR='"/sw/share/icewm"' > > -DCFGDIR='"/sw/etc/icewm"' -DLOCDIR='"/sw/share/locale"' > > -DKDEDIR='"/sw/share"' -DPACKAGE='"icewm"' -DVERSION='"1.3.6"' > > -DHOSTOS='"Darwin"' -DHOSTCPU='"i386"' -DEXEEXT='""' > > -DICEWMEXE='"icewm"' -DICEWMTRAYEXE='"icewmtray"' > > -DICEWMBGEXE='"icewmbg"' -DICESMEXE='"icewm-session"' > > -DICEHELPEXE='"icehelp"' > > -DICEHELPIDX='"/sw/share/doc/icewm/icewm.html"' `pkg-config > > gdk-pixbuf-xlib-2.0 --cflags` -I/sw/include -I/sw/include/freetype2 > > -I/usr/X11/include -I/usr/X11R6/include -I/usr/X11R6/include > > -I/sw/include/glib-2.0 -I/sw/lib/glib-2.0/include -I/sw/include > > -I/sw/include/gtk-2.0 -I/sw/include `pkg-config fontconfig > > --cflags` -c icehelp.cc > > In file included from intl.h:7, > > from icehelp.cc:27: > > /sw/include/libintl.h:440: error: 'locale_t' does not name a type > > make[1]: *** [icehelp.o] Error 1 > > make[1]: Leaving directory > > `/sw/src/fink.build/icewm-1.3.6-101/icewm-1.3.6/src' > > make: *** [base] Error 2 > > ### execution of make failed, exit code 2 > > ### execution of /tmp/fink.wg0dV failed, exit code 2 > > Removing runtime build-lock... > Removing build-lock package... > > /sw/bin/dpkg-lockwait -r fink-buildlock-icewm-1.3.6-101 > > (Reading database ... 278721 files and directories currently installed.) > > Removing fink-buildlock-icewm-1.3.6-101 ... > Failed: phase > compiling: icewm-1.3.6-101 failed > > > > > Package manager version: 0.34.8 > > Distribution version: selfupdate-cvs Thu May 16 08:08:07 2013, 10.6, i386 > > Trees: local/main stable/main stable/crypto unstable/main unstable/crypto > > Xcode.app: 3.2.6 > > Xcode command-line tools: 3.2.6 > > Max. Fink build jobs: 1 > > I get the same failure on my 10.6/i386 xcode-4.2 machine. It had > previously (May 2011) built for me, so presumably it's due to a > change in some dependency's headers or something.
It's *actually* a bug in X11, but one that is often masked or affected by other packages' headers (especially gtk+2 I think). I just committed a fix that avoids interference of other ones, and pushed to a newer version as well. For those playing along at home, see the 'x11-xlocale-fix' package for more information about the bug and solution to it. dan -- Daniel Macks [email protected] ------------------------------------------------------------------------------ Introducing AppDynamics Lite, a free troubleshooting tool for Java/.NET Get 100% visibility into your production application - at no cost. Code-level diagnostics for performance bottlenecks with <2% overhead Download for free and get started troubleshooting in minutes. http://p.sf.net/sfu/appdyn_d2d_ap1 _______________________________________________ Fink-users mailing list [email protected] List archive: http://news.gmane.org/gmane.os.macosx.fink.user Subscription management: https://lists.sourceforge.net/lists/listinfo/fink-users
