Hallo, ich hoffe ich bin hier richtig, aber ich bekomme das Programm open 2300 unter Suse 10.3 nicht zum laufen. Habe es auch unter Suse 10.2 auf einem anderen PC brobiert klappt auch nicht, die gleichen Fehlermeldungen.
Ich habe das Programm nach der Anleitung hier http://www.lavrsen.dk/twiki/bin/view/Open2300/InstallationGuide
installiert und habe auch schon überall rumgegooglt, komme aber nicht weiter.
Ich habe open 2300 runtergeladen und im Wurzelverzeichniss entpackt. Das Proramm hat dann einen Ordner open2300 angelegt. Im Ordner habe ich dann das open2300.conf-dist file
umbenannt nach open2300.conf und nach /etc/open2300.conf verschoben.
Beim kompillieren mit make kommt diese Meldung:
was läuft hier Falsch? Das Programm greift Daten von der Seriellen Schnittstelle ab, kann es sein das es damit etwas zu tun hat?
Für jede Hilfe Dankbar
Gerd
Ich habe das Programm nach der Anleitung hier http://www.lavrsen.dk/twiki/bin/view/Open2300/InstallationGuide
installiert und habe auch schon überall rumgegooglt, komme aber nicht weiter.
Ich habe open 2300 runtergeladen und im Wurzelverzeichniss entpackt. Das Proramm hat dann einen Ordner open2300 angelegt. Im Ordner habe ich dann das open2300.conf-dist file
umbenannt nach open2300.conf und nach /etc/open2300.conf verschoben.
Beim kompillieren mit make kommt diese Meldung:
Code:
linux-lqye:/open2300-1.10 # make
gcc -Wall -O3 -DVERSION=\"1.10\" -c -o open2300.o open2300.c
open2300.c: In function ‘main’:
open2300.c:103: warning: pointer targets in passing argument 1 of ‘strtol’ differ in signedness
open2300.c:127: warning: pointer targets in passing argument 1 of ‘strtol’ differ in signedness
gcc -Wall -O3 -DVERSION=\"1.10\" -c -o rw2300.o rw2300.c
gcc -Wall -O3 -DVERSION=\"1.10\" -c -o linux2300.o linux2300.c
gcc -Wall -O3 -DVERSION=\"1.10\" -c -o win2300.o win2300.c
gcc -Wall -O3 -DVERSION=\"1.10\" -o open2300 open2300.o rw2300.o linux2300.o win2300.o -lm
gcc -Wall -O3 -DVERSION=\"1.10\" -c -o dump2300.o dump2300.c
gcc -Wall -O3 -DVERSION=\"1.10\" -o dump2300 dump2300.o rw2300.o linux2300.o win2300.o -lm
gcc -Wall -O3 -DVERSION=\"1.10\" -c -o log2300.o log2300.c
log2300.c: In function ‘main’:
log2300.c:89: warning: pointer targets in passing argument 1 of ‘sprintf’ differ in signedness
log2300.c:95: warning: pointer targets in passing argument 1 of ‘sprintf’ differ in signedness
log2300.c:101: warning: pointer targets in passing argument 1 of ‘sprintf’ differ in signedness
log2300.c:106: warning: pointer targets in passing argument 1 of ‘sprintf’ differ in signedness
log2300.c:111: warning: pointer targets in passing argument 1 of ‘sprintf’ differ in signedness
log2300.c:117: warning: pointer targets in passing argument 1 of ‘sprintf’ differ in signedness
log2300.c:118: warning: pointer targets in passing argument 1 of ‘sprintf’ differ in signedness
log2300.c:124: warning: pointer targets in passing argument 1 of ‘sprintf’ differ in signedness
log2300.c:130: warning: pointer targets in passing argument 1 of ‘sprintf’ differ in signedness
log2300.c:136: warning: pointer targets in passing argument 1 of ‘sprintf’ differ in signedness
log2300.c:142: warning: pointer targets in passing argument 1 of ‘sprintf’ differ in signedness
log2300.c:148: warning: pointer targets in passing argument 1 of ‘sprintf’ differ in signedness
log2300.c:154: warning: pointer targets in passing argument 1 of ‘sprintf’ differ in signedness
gcc -Wall -O3 -DVERSION=\"1.10\" -o log2300 log2300.o rw2300.o linux2300.o win2300.o -lm
gcc -Wall -O3 -DVERSION=\"1.10\" -c -o fetch2300.o fetch2300.c
fetch2300.c: In function ‘main’:
fetch2300.c:50: warning: pointer targets in passing argument 1 of ‘sprintf’ differ in signedness
fetch2300.c:55: warning: pointer targets in passing argument 1 of ‘sprintf’ differ in signedness
fetch2300.c:56: warning: pointer targets in passing argument 1 of ‘sprintf’ differ in signedness
fetch2300.c:59: warning: pointer targets in passing argument 1 of ‘sprintf’ differ in signedness
fetch2300.c:62: warning: pointer targets in passing argument 1 of ‘sprintf’ differ in signedness
fetch2300.c:68: warning: pointer targets in passing argument 1 of ‘sprintf’ differ in signedness
fetch2300.c:73: warning: pointer targets in passing argument 1 of ‘sprintf’ differ in signedness
fetch2300.c:74: warning: pointer targets in passing argument 1 of ‘sprintf’ differ in signedness
fetch2300.c:77: warning: pointer targets in passing argument 1 of ‘sprintf’ differ in signedness
fetch2300.c:80: warning: pointer targets in passing argument 1 of ‘sprintf’ differ in signedness
fetch2300.c:86: warning: pointer targets in passing argument 1 of ‘sprintf’ differ in signedness
fetch2300.c:91: warning: pointer targets in passing argument 1 of ‘sprintf’ differ in signedness
fetch2300.c:92: warning: pointer targets in passing argument 1 of ‘sprintf’ differ in signedness
fetch2300.c:95: warning: pointer targets in passing argument 1 of ‘sprintf’ differ in signedness
fetch2300.c:98: warning: pointer targets in passing argument 1 of ‘sprintf’ differ in signedness
fetch2300.c:105: warning: pointer targets in passing argument 1 of ‘sprintf’ differ in signedness
fetch2300.c:107: warning: pointer targets in passing argument 1 of ‘sprintf’ differ in signedness
fetch2300.c:108: warning: pointer targets in passing argument 1 of ‘sprintf’ differ in signedness
fetch2300.c:111: warning: pointer targets in passing argument 1 of ‘sprintf’ differ in signedness
fetch2300.c:114: warning: pointer targets in passing argument 1 of ‘sprintf’ differ in signedness
fetch2300.c:121: warning: pointer targets in passing argument 1 of ‘sprintf’ differ in signedness
fetch2300.c:123: warning: pointer targets in passing argument 1 of ‘sprintf’ differ in signedness
fetch2300.c:124: warning: pointer targets in passing argument 1 of ‘sprintf’ differ in signedness
fetch2300.c:127: warning: pointer targets in passing argument 1 of ‘sprintf’ differ in signedness
fetch2300.c:130: warning: pointer targets in passing argument 1 of ‘sprintf’ differ in signedness
fetch2300.c:136: warning: pointer targets in passing argument 1 of ‘sprintf’ differ in signedness
fetch2300.c:140: warning: pointer targets in passing argument 1 of ‘sprintf’ differ in signedness
fetch2300.c:146: warning: pointer targets in passing argument 1 of ‘sprintf’ differ in signedness
fetch2300.c:151: warning: pointer targets in passing argument 1 of ‘sprintf’ differ in signedness
fetch2300.c:152: warning: pointer targets in passing argument 1 of ‘sprintf’ differ in signedness
fetch2300.c:156: warning: pointer targets in passing argument 1 of ‘sprintf’ differ in signedness
fetch2300.c:159: warning: pointer targets in passing argument 1 of ‘sprintf’ differ in signedness
fetch2300.c:167: warning: pointer targets in passing argument 1 of ‘sprintf’ differ in signedness
fetch2300.c:168: warning: pointer targets in passing argument 1 of ‘sprintf’ differ in signedness
fetch2300.c:172: warning: pointer targets in passing argument 1 of ‘sprintf’ differ in signedness
fetch2300.c:175: warning: pointer targets in passing argument 1 of ‘sprintf’ differ in signedness
fetch2300.c:182: warning: pointer targets in passing argument 1 of ‘sprintf’ differ in signedness
fetch2300.c:183: warning: pointer targets in passing argument 1 of ‘sprintf’ differ in signedness
fetch2300.c:186: warning: pointer targets in passing argument 1 of ‘sprintf’ differ in signedness
fetch2300.c:193: warning: pointer targets in passing argument 1 of ‘sprintf’ differ in signedness
fetch2300.c:194: warning: pointer targets in passing argument 1 of ‘sprintf’ differ in signedness
fetch2300.c:197: warning: pointer targets in passing argument 1 of ‘sprintf’ differ in signedness
fetch2300.c:203: warning: pointer targets in passing argument 1 of ‘sprintf’ differ in signedness
fetch2300.c:206: warning: pointer targets in passing argument 1 of ‘sprintf’ differ in signedness
fetch2300.c:212: warning: pointer targets in passing argument 1 of ‘sprintf’ differ in signedness
fetch2300.c:220: warning: pointer targets in passing argument 1 of ‘sprintf’ differ in signedness
fetch2300.c:221: warning: pointer targets in passing argument 1 of ‘sprintf’ differ in signedness
fetch2300.c:225: warning: pointer targets in passing argument 1 of ‘sprintf’ differ in signedness
fetch2300.c:228: warning: pointer targets in passing argument 1 of ‘sprintf’ differ in signedness
fetch2300.c:234: warning: pointer targets in passing argument 1 of ‘sprintf’ differ in signedness
gcc -Wall -O3 -DVERSION=\"1.10\" -o fetch2300 fetch2300.o rw2300.o linux2300.o win2300.o -lm
gcc -Wall -O3 -DVERSION=\"1.10\" -c -o wu2300.o wu2300.c
wu2300.c: In function ‘main’:
wu2300.c:43: warning: pointer targets in passing argument 1 of ‘sprintf’ differ in signedness
wu2300.c:51: warning: pointer targets in passing argument 1 of ‘sprintf’ differ in signedness
wu2300.c:57: warning: pointer targets in passing argument 1 of ‘sprintf’ differ in signedness
wu2300.c:62: warning: pointer targets in passing argument 1 of ‘sprintf’ differ in signedness
wu2300.c:67: warning: pointer targets in passing argument 1 of ‘sprintf’ differ in signedness
wu2300.c:73: warning: pointer targets in passing argument 1 of ‘sprintf’ differ in signedness
wu2300.c:74: warning: pointer targets in passing argument 1 of ‘sprintf’ differ in signedness
wu2300.c:79: warning: pointer targets in passing argument 1 of ‘sprintf’ differ in signedness
wu2300.c:84: warning: pointer targets in passing argument 1 of ‘sprintf’ differ in signedness
wu2300.c:90: warning: pointer targets in passing argument 1 of ‘sprintf’ differ in signedness
wu2300.c:95: warning: pointer targets in passing argument 1 of ‘sprintf’ differ in signedness
wu2300.c:109: warning: pointer targets in passing argument 1 of ‘http_request_url’ differ in signedness
gcc -Wall -O3 -DVERSION=\"1.10\" -o wu2300 wu2300.o rw2300.o linux2300.o win2300.o -lm
gcc -Wall -O3 -DVERSION=\"1.10\" -c -o cw2300.o cw2300.c
cw2300.c: In function ‘main’:
cw2300.c:64: warning: pointer targets in passing argument 1 of ‘sprintf’ differ in signedness
cw2300.c:69: warning: pointer targets in passing argument 1 of ‘sprintf’ differ in signedness
cw2300.c:70: warning: pointer targets in passing argument 1 of ‘sprintf’ differ in signedness
cw2300.c:79: warning: pointer targets in passing argument 1 of ‘sprintf’ differ in signedness
cw2300.c:82: warning: pointer targets in passing argument 1 of ‘sprintf’ differ in signedness
cw2300.c:85: warning: pointer targets in passing argument 1 of ‘sprintf’ differ in signedness
cw2300.c:91: warning: pointer targets in passing argument 1 of ‘sprintf’ differ in signedness
cw2300.c:94: warning: pointer targets in passing argument 1 of ‘sprintf’ differ in signedness
cw2300.c:97: warning: pointer targets in passing argument 1 of ‘sprintf’ differ in signedness
cw2300.c:103: warning: pointer targets in passing argument 2 of ‘citizen_weather_send’ differ in signedness
gcc -Wall -O3 -DVERSION=\"1.10\" -o cw2300 cw2300.o rw2300.o linux2300.o win2300.o -lm
gcc -Wall -O3 -DVERSION=\"1.10\" -c -o history2300.o history2300.c
gcc -Wall -O3 -DVERSION=\"1.10\" -o history2300 history2300.o rw2300.o linux2300.o win2300.o -lm
gcc -Wall -O3 -DVERSION=\"1.10\" -c -o histlog2300.o histlog2300.c
histlog2300.c: In function ‘main’:
histlog2300.c:177: warning: pointer targets in passing argument 1 of ‘strcpy’ differ in signedness
histlog2300.c:181: warning: pointer targets in passing argument 1 of ‘sprintf’ differ in signedness
histlog2300.c:186: warning: pointer targets in passing argument 1 of ‘sprintf’ differ in signedness
histlog2300.c:191: warning: pointer targets in passing argument 1 of ‘sprintf’ differ in signedness
histlog2300.c:196: warning: pointer targets in passing argument 1 of ‘sprintf’ differ in signedness
histlog2300.c:201: warning: pointer targets in passing argument 1 of ‘sprintf’ differ in signedness
histlog2300.c:206: warning: pointer targets in passing argument 1 of ‘sprintf’ differ in signedness
histlog2300.c:207: warning: pointer targets in passing argument 1 of ‘sprintf’ differ in signedness
histlog2300.c:212: warning: pointer targets in passing argument 1 of ‘sprintf’ differ in signedness
histlog2300.c:230: warning: pointer targets in passing argument 1 of ‘sprintf’ differ in signedness
histlog2300.c:234: warning: pointer targets in passing argument 1 of ‘sprintf’ differ in signedness
gcc -Wall -O3 -DVERSION=\"1.10\" -o histlog2300 histlog2300.o rw2300.o linux2300.o win2300.o -lm
gcc -Wall -O3 -DVERSION=\"1.10\" -c -o bin2300.o bin2300.c
gcc -Wall -O3 -DVERSION=\"1.10\" -o bin2300 bin2300.o rw2300.o linux2300.o win2300.o -lm
gcc -Wall -O3 -DVERSION=\"1.10\" -c -o xml2300.o xml2300.c
gcc -Wall -O3 -DVERSION=\"1.10\" -o xml2300 xml2300.o rw2300.o linux2300.o win2300.o -lm
gcc -Wall -O3 -DVERSION=\"1.10\" -c -o light2300.o light2300.c
gcc -Wall -O3 -DVERSION=\"1.10\" -o light2300 light2300.o rw2300.o linux2300.o win2300.o -lm
gcc -Wall -O3 -DVERSION=\"1.10\" -c -o interval2300.o interval2300.c
gcc -Wall -O3 -DVERSION=\"1.10\" -o interval2300 interval2300.o rw2300.o linux2300.o win2300.o -lm
gcc -Wall -O3 -DVERSION=\"1.10\" -c -o minmax2300.o minmax2300.c
gcc -Wall -O3 -DVERSION=\"1.10\" -o minmax2300 minmax2300.o rw2300.o linux2300.o win2300.o -lm
was läuft hier Falsch? Das Programm greift Daten von der Seriellen Schnittstelle ab, kann es sein das es damit etwas zu tun hat?
Für jede Hilfe Dankbar
Gerd