![]() |
![]() |
|
![]() |
![]() |
|
Programmierung Rat & Tat für Programmierer |
![]() |
|
Themen-Optionen | Ansicht |
![]() |
#1 |
Jr. Member
![]() |
![]() Hallo!
Nun nochmal, hab schon wieder ein proggi das sich net compilieren lassen will! vielleicht hat jemand zeit und lust und könnte sich das mal ansehen! ![]() Hier ist das error log: ---cut--- arsi@10466_001:~/daten/tnt$ make gcc -funsigned-char -O2 -DTNT_LINUX -c -o serial.o serial.c In file included from config.h:113, from tnt.h:24, from serial.c:9: /usr/include/linux/wait.h:4: warning: `WNOHANG' redefined /usr/include/bits/waitflags.h:26: warning: this is the location of the previous definition /usr/include/linux/wait.h:5: warning: `WUNTRACED' redefined /usr/include/bits/waitflags.h:27: warning: this is the location of the previous definition serial.c: In function `resync_tnc': serial.c:723: storage size of `cvtime' isn't known serial.c:765: invalid type argument of `unary *' serial.c:789: invalid type argument of `unary *' serial.c:809: invalid type argument of `unary *' serial.c: In function `send_block': serial.c:1040: storage size of `cvtime' isn't known serial.c:1053: invalid type argument of `unary *' serial.c: In function `block_receiver': serial.c:1105: storage size of `cvtime' isn't known serial.c:1208: invalid type argument of `unary *' make: *** [serial.o] Error 1 arsi@10466_001:~/daten/tnt$ ---cut--- danke ... mfg Andreas
____________________________________
<a href=\"http://www.cyberlord.at/?partner=16580\" target=\"_blank\"> <img src=\"http://www.cyberlord.at/images/banner/normal_ani.gif\" border=0> </a> |
![]() |
![]() |
![]() |
#2 |
Jr. Member
![]() |
![]() hier ist die serial.c
____________________________________
<a href=\"http://www.cyberlord.at/?partner=16580\" target=\"_blank\"> <img src=\"http://www.cyberlord.at/images/banner/normal_ani.gif\" border=0> </a> |
![]() |
![]() |
![]() |
#3 |
Jr. Member
![]() |
![]() Hallo!
So habe jetzt nach langem suchen doch noch eine neue Version des Programms gefunden! Jedoch annähernd der gleiche Fehler: arsi@10466_001:~/daten/tnt$ make gcc -funsigned-char -O2 -DTNT_LINUX -c -o main.o main.c In file included from config.h:113, from tnt.h:24, from main.c:8: /usr/include/linux/wait.h:4: warning: `WNOHANG' redefined /usr/include/bits/waitflags.h:26: warning: this is the location of the previous definition /usr/include/linux/wait.h:5: warning: `WUNTRACED' redefined /usr/include/bits/waitflags.h:27: warning: this is the location of the previous definition gcc -funsigned-char -O2 -DTNT_LINUX -c -o serial.o serial.c In file included from config.h:113, from tnt.h:24, from serial.c:9: /usr/include/linux/wait.h:4: warning: `WNOHANG' redefined /usr/include/bits/waitflags.h:26: warning: this is the location of the previous definition /usr/include/linux/wait.h:5: warning: `WUNTRACED' redefined /usr/include/bits/waitflags.h:27: warning: this is the location of the previous definition serial.c: In function `resync_tnc': serial.c:749: storage size of `cvtime' isn't known serial.c:790: invalid type argument of `unary *' serial.c:814: invalid type argument of `unary *' serial.c:834: invalid type argument of `unary *' serial.c: In function `send_block': serial.c:1065: storage size of `cvtime' isn't known serial.c:1089: invalid type argument of `unary *' serial.c: In function `block_receiver': serial.c:1141: storage size of `cvtime' isn't known serial.c:1244: invalid type argument of `unary *' make: *** [serial.o] Error 1 arsi@10466_001:~/daten/tnt$ für hilfe bin ich sehr dankbar! hier noch die neue "serial.c" mfg Andreas
____________________________________
<a href=\"http://www.cyberlord.at/?partner=16580\" target=\"_blank\"> <img src=\"http://www.cyberlord.at/images/banner/normal_ani.gif\" border=0> </a> |
![]() |
![]() |
![]() |
#4 |
Jr. Member
![]() |
![]() Bitte HILFE!
![]()
____________________________________
<a href=\"http://www.cyberlord.at/?partner=16580\" target=\"_blank\"> <img src=\"http://www.cyberlord.at/images/banner/normal_ani.gif\" border=0> </a> |
![]() |
![]() |
![]() |
#5 |
Inventar
![]() Registriert seit: 04.11.2001
Alter: 45
Beiträge: 2.150
|
![]() #include <time.h> ?
~
____________________________________
LOL - Mein erstes Post im Programmier Forum MACINTOSH - Most Applications Crash, If Not The Operating System Hangs |
![]() |
![]() |
![]() |
#6 |
Jr. Member
![]() |
![]() Hallo !
Danke Käptn du bist meine Rettung! Doch hab schon das nächste Problem: arsi@10466_001:~/daten/tnt$ make gcc -funsigned-char -O2 -DTNT_LINUX -c -o remote.o remote.c In file included from config.h:113, from tnt.h:24, from remote.c:9: /usr/include/linux/wait.h:4: warning: `WNOHANG' redefined /usr/include/bits/waitflags.h:26: warning: this is the location of the previous definition /usr/include/linux/wait.h:5: warning: `WUNTRACED' redefined /usr/include/bits/waitflags.h:27: warning: this is the location of the previous definition gcc -funsigned-char -O2 -DTNT_LINUX -c -o cookie.o cookie.c In file included from config.h:113, from tnt.h:24, from cookie.c:9: /usr/include/linux/wait.h:4: warning: `WNOHANG' redefined /usr/include/bits/waitflags.h:26: warning: this is the location of the previous definition /usr/include/linux/wait.h:5: warning: `WUNTRACED' redefined /usr/include/bits/waitflags.h:27: warning: this is the location of the previous definition gcc -funsigned-char -O2 -DTNT_LINUX -c -o crc.o crc.c In file included from config.h:113, from tnt.h:24, from crc.c:10: /usr/include/linux/wait.h:4: warning: `WNOHANG' redefined /usr/include/bits/waitflags.h:26: warning: this is the location of the previous definition /usr/include/linux/wait.h:5: warning: `WUNTRACED' redefined /usr/include/bits/waitflags.h:27: warning: this is the location of the previous definition gcc -funsigned-char -O2 -DTNT_LINUX -c -o shell.o shell.c In file included from config.h:113, from tnt.h:24, from shell.c:9: /usr/include/linux/wait.h:4: warning: `WNOHANG' redefined /usr/include/bits/waitflags.h:26: warning: this is the location of the previous definition /usr/include/linux/wait.h:5: warning: `WUNTRACED' redefined /usr/include/bits/waitflags.h:27: warning: this is the location of the previous definition shell.c: In function `shell_fdset': shell.c:2081: dereferencing pointer to incomplete type shell.c:2092: dereferencing pointer to incomplete type shell.c:2102: dereferencing pointer to incomplete type shell.c: In function `shell_receive': shell.c:2137: dereferencing pointer to incomplete type shell.c:2164: dereferencing pointer to incomplete type shell.c:2188: dereferencing pointer to incomplete type make: *** [shell.o] Error 1 und die datei:
____________________________________
<a href=\"http://www.cyberlord.at/?partner=16580\" target=\"_blank\"> <img src=\"http://www.cyberlord.at/images/banner/normal_ani.gif\" border=0> </a> |
![]() |
![]() |
![]() |
#7 |
Inventar
![]() Registriert seit: 04.11.2001
Alter: 45
Beiträge: 2.150
|
![]() Zeile 2068 "struct fd_set *fdmask;" => "fd_set *fdmask;"
Zeile 2113 dasselbe. Was kompilierst du denn da eingeltlich für uralten Schrott? Ich glaub' nicht, dass das läuft wenn's fertig ist... ![]() ~
____________________________________
LOL - Mein erstes Post im Programmier Forum MACINTOSH - Most Applications Crash, If Not The Operating System Hangs |
![]() |
![]() |
![]() |
#8 |
Jr. Member
![]() |
![]() hallo!
herzlichen dank an käptn... haut wieder alles hin. is ein ax25 terminal programm!! danke ... mfg Andreas
____________________________________
<a href=\"http://www.cyberlord.at/?partner=16580\" target=\"_blank\"> <img src=\"http://www.cyberlord.at/images/banner/normal_ani.gif\" border=0> </a> |
![]() |
![]() |
![]() |
Aktive Benutzer in diesem Thema: 1 (Registrierte Benutzer: 0, Gäste: 1) | |
|
|