|
From: Ed . <ep...@ho...> - 2004-12-09 06:44:52
|
Well I've tried to build this on mandrake 10.0 and fedora core 3 with no joy. Even a hint of what options to try would be appreciated. Here is the result of trying make immediately after a ./configure on fedora core 3: [ed@hubris ddccontrol]$ make Making all in src /tmp/ddccontrol/src make[1]: Entering directory `/tmp/ddccontrol/src' make all-recursive make[2]: Entering directory `/tmp/ddccontrol/src' Making all in lib /tmp/ddccontrol/src/lib make[3]: Entering directory `/tmp/ddccontrol/src/lib' if gcc -DHAVE_CONFIG_H -I. -I. -I../../src -I.. -DLOCALEDIR=\"/usr/local/share/locale\" -g -O2 -Wall -I/usr/include/libxml2 -DDATADIR="\"/usr/local/share/ddccontrol-db\"" -DBINDIR="\"/usr/local/bin\"" -MT ddcci.o -MD -MP -MF ".deps/ddcci.Tpo" -c -o ddcci.o ddcci.c; \ then mv -f ".deps/ddcci.Tpo" ".deps/ddcci.Po"; else rm -f ".deps/ddcci.Tpo"; exit 1; fi In file included from ddcci.c:82: ddcpci-ipc.h:32: error: syntax error before "word" ddcpci-ipc.h:32: warning: no semicolon at end of struct or union ddcpci-ipc.h:33: warning: type defaults to `int' in declaration of `dev' ddcpci-ipc.h:33: error: 'dev' redeclared as different kind of symbol ddcci.h:46: error: previous definition of 'dev' was here ddcpci-ipc.h:33: warning: data definition has no type or storage class ddcpci-ipc.h:34: error: syntax error before "func" ddcpci-ipc.h:34: warning: type defaults to `int' in declaration of `func' ddcpci-ipc.h:34: warning: data definition has no type or storage class ddcpci-ipc.h:36: error: syntax error before '}' token ddcpci-ipc.h:52: error: field `bus' has incomplete type ddcpci-ipc.h:66: error: field `bus' has incomplete type make[3]: *** [ddcci.o] Error 1 Ed |