Hallo,
ich benötige dringend das Programm "tcng" und habe versucht es aus den Source-Datein auf opensuse 10.2 zu kompillieren.
Dazu habe ich configure ausgeführt mit: ./configure --no-tcsim --no-manual
und anschließend make aufgerufen.
Leider ohne Erfolg.
Die Ausgabe von make:
Die Kernelversion ist: 2.6.18.2-34
Ich weiß nimmer weiter. Ich brauche aber die Software dringend. Wenn mir da jemand weiterhelfen könnte, wäre ich sehr dankbar.
mfG: videlius
ich benötige dringend das Programm "tcng" und habe versucht es aus den Source-Datein auf opensuse 10.2 zu kompillieren.
Dazu habe ich configure ausgeführt mit: ./configure --no-tcsim --no-manual
und anschließend make aufgerufen.
Leider ohne Erfolg.
Die Ausgabe von make:
Code:
julius@home:/home/.../downloads/tcng-10a/tcng> make
for n in shared tcc tcsim scripts doc build; do \
( grep TCSIM=false config >/dev/null && [ $n = tcsim ]; ) || \
( grep BUILD_MANUAL=false config >/dev/null && [ $n = doc ]; ) || \
make -C $n all || exit 1; done
make[1]: Entering directory `/home/.../downloads/tcng-10a/tcng/shared'
make[1]: Nothing to be done for `all'.
make[1]: Leaving directory `/home/.../downloads/tcng-10a/tcng/shared'
make[1]: Entering directory `/home/../downloads/tcng-10a/tcng/tcc'
cc -g -Wall -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations -I../shared -DVERSION=\"`cat ../VERSION`\" -DTOPDIR=\"/home/kenneth.mueller/downloads/tcng-10a/tcng\" -DDOLLAR -DCONFIRM_EXCEED -c -o f_fw.o f_fw.c
In file included from ../shared/memutil.h:13,
from util.h:14,
from f_fw.c:13:
/usr/include/sys/types.h:62: error: conflicting types for 'dev_t'
/usr/include/linux/types.h:22: error: previous declaration of 'dev_t' was here
/usr/include/sys/types.h:67: error: conflicting types for 'gid_t'
/usr/include/linux/types.h:52: error: previous declaration of 'gid_t' was here
/usr/include/sys/types.h:72: error: conflicting types for 'mode_t'
/usr/include/linux/types.h:24: error: previous declaration of 'mode_t' was here
/usr/include/sys/types.h:77: error: conflicting types for 'nlink_t'
/usr/include/linux/types.h:25: error: previous declaration of 'nlink_t' was here
/usr/include/sys/types.h:82: error: conflicting types for 'uid_t'
/usr/include/linux/types.h:51: error: previous declaration of 'uid_t' was here
In file included from /usr/include/sys/types.h:133,
from ../shared/memutil.h:13,
from util.h:14,
from f_fw.c:13:
/usr/include/time.h:105: error: conflicting types for 'timer_t'
/usr/include/linux/types.h:31: error: previous declaration of 'timer_t' was here
In file included from /usr/include/sys/types.h:220,
from ../shared/memutil.h:13,
from util.h:14,
from f_fw.c:13:
/usr/include/sys/select.h:78: error: conflicting types for 'fd_set'
/usr/include/linux/types.h:21: error: previous declaration of 'fd_set' was here
In file included from ../shared/memutil.h:13,
from util.h:14,
from f_fw.c:13:
/usr/include/sys/types.h:235: error: conflicting types for 'blkcnt_t'
/usr/include/linux/types.h:140: error: previous declaration of 'blkcnt_t' was here
make[1]: *** [f_fw.o] Error 1
make[1]: Leaving directory `/home/.../downloads/tcng-10a/tcng/tcc'
make: *** [all] Error 1
julius@home:/home/.../downloads/tcng-10a/tcng>
Die Kernelversion ist: 2.6.18.2-34
Ich weiß nimmer weiter. Ich brauche aber die Software dringend. Wenn mir da jemand weiterhelfen könnte, wäre ich sehr dankbar.
mfG: videlius