2 Dec
2007
2 Dec
'07
1:11 a.m.
Ben, How did you compile the libX11 that you have in your freedesktop.org webspace? I compiled my own version, and it works fine on my macbook, but when I try it on my powerbook G4 or my powermac G5, I get an error when trying to open the display: (16:51:44 Sat Dec 01 2007 jeremy@yuffie Power Macintosh) ~ $ xmodmap xmodmap: unable to open display '/tmp/launch-HMCPPG/:0' --- I compiled mine with: CFLAGS="${CFLAGS} -Wall -O2 -arch i386 -arch ppc -pipe -arch x86_64 - arch ppc64 -D__DARWIN__" and ./configure -prefix=/usr/X11 --mandir=/usr/X11/man --disable- dependency-tracking --disable-xf86bigfont --disable-static --- I'm using your version for now in the binary pkg that I'm making.