Hallo, hat jemand slrn-0.9.6.2 auf 'ner SuSE 6.3 selbst kompiliert? Ich bekomme bei make immer folgenden Fehler: rock:/hda8/download/slrn-0.9.6.2 # make cd src; make all make[1]: Entering directory `/hda8/download/slrn-0.9.6.2/src' /hda8/download/slrn-0.9.6.2/src/objs/chkslang slrn 10003 cd /hda8/download/slrn-0.9.6.2/src/objs; gcc -c -g -O2 -fno-strength-reduce -I/usr/X11R6/include -Dunix -I/usr/include -DSLRN_MACRO_DIR=\"/usr/local/share/slrn\" /hda8/download/slrn-0.9.6.2/src/server.c /hda8/download/slrn-0.9.6.2/src/sltcp.c: In function `get_tcp_socket_1': In file included from /hda8/download/slrn-0.9.6.2/src/server.c:40: /hda8/download/slrn-0.9.6.2/src/sltcp.c:150: storage size of `s_in' isn't known /hda8/download/slrn-0.9.6.2/src/sltcp.c:190: sizeof applied to an incomplete type make[1]: *** [/hda8/download/slrn-0.9.6.2/src/objs/server.o] Error 1 make[1]: Leaving directory `/hda8/download/slrn-0.9.6.2/src' make: *** [all] Error 2 Wo kann ich denn da schrauben? Eigentlich geht's mir nur darum, slrn das Erzeugen einer Msd-ID abzugewöhnen, damit leafnode die Msg-ID erzeugt. Dazu muss man halt src/slrnfeat.h ändern und slrn neu kompilieren. Beim RPM von SuSE erzeugt leider slrn die Msg-ID. christian -- Bitte kein CC: bei Antwort an Mailingliste Mail-Etikette: To: cschult@gmx.de, Subject: send etikette Mail-Etikette: http://www.ndh.net/home/schult/etikette.html --------------------------------------------------------------------- To unsubscribe, e-mail: suse-linux-unsubscribe@suse.com For additional commands, e-mail: suse-linux-help@suse.com
Hi Christian,
/hda8/download/slrn-0.9.6.2/src/sltcp.c: In function `get_tcp_socket_1': In file included from /hda8/download/slrn-0.9.6.2/src/server.c:40: /hda8/download/slrn-0.9.6.2/src/sltcp.c:150: storage size of `s_in' isn't known
Dieser Fehler bedeutet, dass du irgendwo - so interpretiere ich das jetzt mal - ein sizeof(s_in) angeben musst. Da in der Fehlermeldung der Befehl nicht erwähnt wurde, kann ich nichts genaueres sagen...
/hda8/download/slrn-0.9.6.2/src/sltcp.c:190: sizeof applied to an incomplete type
Hier ist ein anderer Fehler mit sizeof... (enlisch kannst du ja bestimmt) Nun ja, du müsstest halt noch ein wenig am Code schrauben... ciao Stephan Beyer -- Stephan Beyer mailto:PH-Linex@gmx.net http://lightning.prohosting.com/~sbeyer/ --------------------------------------------------------------------- To unsubscribe, e-mail: suse-linux-unsubscribe@suse.com For additional commands, e-mail: suse-linux-help@suse.com
participants (2)
-
cschult@gmx.de
-
PH-Linex@gmx.net