Hello,

I've been trying (off and on for quite some while) to get dx to compile on my G4 12" powerbook. I built it a long time ago on my desktop Mac, but can't get it to build on the powerbook. Every time I try, I end up with the following problem:

<lots of stuff that looks OK>

gcc -DHAVE_CONFIG_H -I. -I. -I../../../include -I../../../include -I./../widgets -Dmacos -I/sw/include -I/sw/include/freetype2 -I/sw/include -D_REENTRANT -I/usr/X11R6/include -I/usr/X11R6/include/X11 -I/sw/include/libxml2 -I/sw/include -I/usr/X11R6/include -g -O2 -Wall -no-cpp-precomp -I/usr/X11R6/include -D_GNU_SOURCE -c `test -f 'Image.c' || echo './'`Image.c
gcc -DHAVE_CONFIG_H -I. -I. -I../../../include -I../../../include -I./../widgets -Dmacos -I/sw/include -I/sw/include/freetype2 -I/sw/include -D_REENTRANT -I/usr/X11R6/include -I/usr/X11R6/include/X11 -I/sw/include/libxml2 -I/sw/include -I/usr/X11R6/include -g -O2 -Wall -no-cpp-precomp -I/usr/X11R6/include -D_GNU_SOURCE -c `test -f 'Number.c' || echo './'`Number.c
Number.c: In function `SelfInsert':
Number.c:694: `XK_ISO_Lock' undeclared (first use in this function)
Number.c:694: (Each undeclared identifier is reported only once
Number.c:694: for each function it appears in.)
Number.c:694: `XK_ISO_Last_Group_Lock' undeclared (first use in this function)
make[3]: *** [Number.o] Error 1
make[2]: *** [all-recursive] Error 1
make[1]: *** [all-recursive] Error 1
make: *** [all-recursive] Error 1
### execution of make failed, exit code 2
Failed: compiling dx-4.2.0-10 failed


Both XK_ISO_Lock and XK_ISO_Last_Group_Lock are found in /usr/X11R6/include/X11/Xutil.h. I can't quite figure out what the problem is. I had originally installed the December tools upgrade, but after reading about potential problems, I reinstalled the December Developer's tools and rebuilt everything that dx depends on. I still get the same error. Does anyone know what the problem might be?

Thanks,
Charles

p.s. I'm running OS 10.2.6 on both machines.


Charles A. Williams Dept. of Earth & Environmental Science Science Center 2C01 Rensselaer Polytechnic Institute Troy, NY 12180 Phone: (518) 276-8463 FAX: (518) 276-2012 e-mail: [EMAIL PROTECTED]



-------------------------------------------------------
This SF.net email is sponsored by: VM Ware
With VMware you can run multiple operating systems on a single machine.
WITHOUT REBOOTING! Mix Linux / Windows / Novell virtual machines at the
same time. Free trial click here: http://www.vmware.com/wl/offer/345/0
_______________________________________________
Fink-users mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/fink-users

Reply via email to