I am compiling the freedesktop. The problem is in the package /Xdmcp. When you've finished ./autogen.sh --prefix=/opt/fdo and executing make it gives a series of erorres saying that it does not find a file with extencion '.lo', but checking, I find a file with the same name, but with ".loT" as extencion (example: libXdmcp_la-AA8.lo and I have libXdmcp_la-AA8.loT). For that reason I must modify all the files and replace the ".loT" with ".lo".
That is the error: include/X11/Xdmcp.h:151: error: syntax error before "array" include/X11/Xdmcp.h:153: error: syntax error before "src" include/X11/Xdmcp.h:155: error: syntax error before "array1" include/X11/Xdmcp.h:157: error: syntax error before "key" include/X11/Xdmcp.h:158: error: syntax error before "key" include/X11/Xdmcp.h:159: error: syntax error before "key" include/X11/Xdmcp.h:176: error: syntax error before "a" include/X11/Xdmcp.h:178: error: syntax error before "array" include/X11/Xdmcp.h:179: error: syntax error before "array" include/X11/Xdmcp.h:180: error: syntax error before "array" include/X11/Xdmcp.h:181: error: syntax error before "array" include/X11/Xdmcp.h:183: error: syntax error before "array" include/X11/Xdmcp.h:184: error: syntax error before "array" include/X11/Xdmcp.h:185: error: syntax error before "array" include/X11/Xdmcp.h:186: error: syntax error before "array" AA8.c:37: error: syntax error before "int" AA8.c:38: error: syntax error before "array" AA8.c: In function `XdmcpAllocARRAY8': AA8.c:40: error: syntax error before "newData" AA8.c:42: error: `newData' undeclared (first use in this function) AA8.c:42: error: (Each undeclared identifier is reported only once AA8.c:42: error: for each function it appears in.) AA8.c:42: error: syntax error before "Xalloc" AA8.c:45: error: `array' undeclared (first use in this function) AA8.c:45: error: `length' undeclared (first use in this function) make[1]: *** [libXdmcp_la-AA8.lo] Error 1 make[1]: Leaving directory `/home/freedesktop/Xdmcp' make: *** [all] Error 2 GNU/Linux, Mi pasion, Mi Religion Moscatelli Lucas _______________________________________________ xdg mailing list [email protected] http://lists.freedesktop.org/mailman/listinfo/xdg
