On Mon, 18 Aug 2003, Felipe Wilhelms Damasio wrote:
Hi,
I couldn't compile wine using the latest (0.9.20) version of uClibc. I installed the devel stuff and am using the /usr/i386-uClibc/gcc on my path, and then I get:
gcc -c -I. -I. -I../include -I../include -g -O2 -Wall -mpreferred-stack-boundary=2 -gstabs+ -fPIC -D__WINESRC__ -DDLLDIR=""/mnt/usr/lib/wine"" -D_REENTRANT -o port.o port.c port.c:597: warning: type defaults to `int' in declaration of `wchar_t' port.c:597: syntax error before '*' token port.c: In function `wine_rewrite_s4tos2': port.c:601: `str4' undeclared (first use in this function) port.c:601: (Each undeclared identifier is reported only once port.c:601: for each function it appears in.) make[1]: *** [port.o] Error 1 make[1]: Leaving directory `/home/felipewd/elipse/cvs/wine-20030115/library' make: *** [library] Error 2
You should upgrade to a more recent version of Wine. I don't know if it will solve all problems, but you are garanteed at least one less error since wine_rewrite_s4tos2 has been removed in the latest Wine<g>.