LinuxQuestions.org

LinuxQuestions.org (/questions/)
-   Linux - Software (https://www.linuxquestions.org/questions/linux-software-2/)
-   -   WineX CVS Compiling problems (https://www.linuxquestions.org/questions/linux-software-2/winex-cvs-compiling-problems-128762/)

falconfighter 12-24-2003 10:40 PM

WineX CVS Compiling problems
 
./configure
<ok>
make depend
<ok>
make
ts_xlib.c:1169: warning: implicit declaration of function `XWarpPointer'
ts_xlib.c:1169: `a0' undeclared (first use in this function)
ts_xlib.c:1169: `a1' undeclared (first use in this function)
ts_xlib.c:1169: `a2' undeclared (first use in this function)
ts_xlib.c:1169: `a3' undeclared (first use in this function)
ts_xlib.c:1169: `a4' undeclared (first use in this function)
ts_xlib.c:1169: `a5' undeclared (first use in this function)
ts_xlib.c:1169: `a6' undeclared (first use in this function)
ts_xlib.c:1169: `a7' undeclared (first use in this function)
ts_xlib.c:1169: `a8' undeclared (first use in this function)
ts_xlib.c: At top level:
ts_xlib.c:1174: parse error before "TSXOpenIM"
ts_xlib.c:1174: parse error before '*' token
ts_xlib.c:1175: warning: return type defaults to `int'
ts_xlib.c: In function `TSXOpenIM':
ts_xlib.c:1176: `XIM' undeclared (first use in this function)
ts_xlib.c:1176: parse error before "r"
ts_xlib.c:1178: `r' undeclared (first use in this function)
ts_xlib.c:1178: warning: implicit declaration of function `XOpenIM'
ts_xlib.c:1178: `a0' undeclared (first use in this function)
ts_xlib.c:1178: `a1' undeclared (first use in this function)
ts_xlib.c:1178: `a2' undeclared (first use in this function)
ts_xlib.c:1178: `a3' undeclared (first use in this function)
ts_xlib.c: At top level:
ts_xlib.c:1183: parse error before "TSXCheckIfEvent"
ts_xlib.c:1183: parse error before '*' token
ts_xlib.c:1183: warning: type defaults to `int' in declaration of `TSXCheckIfEvent'
ts_xlib.c:1183: `TSXCheckIfEvent' declared as function returning a function
ts_xlib.c:1183: warning: type defaults to `int' in declaration of `XPointer'
ts_xlib.c:1183: parse error before "a3"
ts_xlib.c:1186: warning: type defaults to `int' in declaration of `wine_tsx11_lock'
ts_xlib.c:1186: `wine_tsx11_lock' redeclared as different kind of symbol
../include/ts_xlib.h:19: previous declaration of `wine_tsx11_lock'
ts_xlib.c:1186: warning: data definition has no type or storage class
ts_xlib.c:1187: warning: type defaults to `int' in declaration of `r'
ts_xlib.c:1187: `r' used prior to declaration
ts_xlib.c:1187: warning: implicit declaration of function `XCheckIfEvent'
ts_xlib.c:1187: `a0' undeclared here (not in a function)
ts_xlib.c:1187: `a1' undeclared here (not in a function)
ts_xlib.c:1187: `a2' undeclared here (not in a function)
ts_xlib.c:1187: `a3' undeclared here (not in a function)
ts_xlib.c:1187: initializer element is not constant
ts_xlib.c:1187: warning: data definition has no type or storage class
ts_xlib.c:1188: warning: type defaults to `int' in declaration of `wine_tsx11_unlock'
ts_xlib.c:1188: `wine_tsx11_unlock' redeclared as different kind of symbol
../include/ts_xlib.h:20: previous declaration of `wine_tsx11_unlock'
ts_xlib.c:1188: warning: data definition has no type or storage class
ts_xlib.c:1189: parse error before "return"
ts_xlib.c:1192: parse error before '*' token
ts_xlib.c:1192: parse error before '*' token
ts_xlib.c: In function `TSXSynchronize':
ts_xlib.c:1194: parse error before '*' token
ts_xlib.c:1196: warning: implicit declaration of function `XSynchronize'
ts_xlib.c:1196: `a0' undeclared (first use in this function)
ts_xlib.c:1196: `a1' undeclared (first use in this function)
ts_xlib.c:1196: warning: assignment makes pointer from integer without a cast
ts_xlib.c: At top level:
ts_xlib.c:1201: parse error before '*' token
ts_xlib.c:1203: parse error before '*' token
ts_xlib.c: In function `TS_XInitImageFuncPtrs':
ts_xlib.c:1206: `a0' undeclared (first use in this function)
make[1]: *** [ts_xlib.o] Error 1
make[1]: Leaving directory `/home/peterh/winex/tsx11'
make: *** [tsx11/libwine_tsx11.so] Error 2



and so on....
what am I doing wrong?

falconfighter 12-24-2003 10:40 PM

merry christmas, btw


All times are GMT -5. The time now is 06:07 AM.