This is the mail archive of the cygwin-xfree@cygwin.com mailing list for the Cygwin XFree86 project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]

windowmaker 65 1 and _Xsetlocale


hi, am trying to compile windowmaker, and am running  into the same 
problem that magnetic ganish had on the 8th --  WINGS/wapplication.c 
fails due to an undefined reference to _Xsetlocale.

have tried adding -lX11 in the Makefiles, and am still getting the same 
response.  is there anything else i should try, or should i just get the 
65 sources and go from there?

thanks,

ben

( relevant output from "make":)

Making all in Examples
make[1]: Entering directory 
`/cygdrive/c/temp/cygwin/WindowMaker-0.65.1/WINGs/Ex
amples'
gcc -DHAVE_CONFIG_H -I. -I. -I../../src -I../../WINGs -I../../wrlib 
-I../../src
        -DRESOURCE_PATH=\"/usr/local/share/WINGs\" -I/usr/local/include  
-I/usr/
X11R6/include -DDEBUG    -g -O2 -lX11 -c connect.c
gcc: -lX11: linker input file unused because linking not done
/bin/sh ../../libtool --mode=link gcc  -g -O2 -lX11  -o connect  
connect.o ../..
/WINGs/libWUtil.a -L/usr/local/lib  -L/usr/X11R6/lib     -lPropList
mkdir .libs
gcc -g -O2 -lX11 -o connect connect.o ../../WINGs/libWUtil.a 
-L/usr/local/lib -L
/usr/X11R6/lib -lPropList
../../WINGs/libWUtil.a(wapplication.o): In function 
`WMInitializeApplication':
/cygdrive/c/temp/cygwin/WindowMaker-0.65.1/WINGs/wapplication.c:39: 
undefined re
ference to `_Xsetlocale'
collect2: ld returned 1 exit status
make[1]: *** [connect] Error 1
make[1]: Leaving directory 
`/cygdrive/c/temp/cygwin/WindowMaker-0.65.1/WINGs/Exa
mples'
make: *** [all-recursive] Error 1


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]