Hallo zusammen,
beim Compilieren des esnacc Paketes aus dem Treiber Paket Version 061109 von Sirrix tritt immer eine Fehlermeldung auf. Hat jemand das Paket ohne Probleme installieren können?
beim Compilieren des esnacc Paketes aus dem Treiber Paket Version 061109 von Sirrix tritt immer eine Fehlermeldung auf. Hat jemand das Paket ohne Probleme installieren können?
Code:
inux -c -o core/gen-tbls.o core/gen-tbls.c
gcc -DCOMPILER -I./c-gen -I./c++-gen -I./core -I../c-lib/inc -I./back-ends -I./back-ends/idl-gen -I../ -O2 -Wall -fPIC -DLinux -c -o core/lex-asn1.o core/lex-asn1.c
In file included from core/lex-asn1.l:36:
core/lex-stuff.h:41: error: conflicting types for `yytext'
<stdout>:2209: error: previous declaration of `yytext'
<stdout>: In Funktion yylex:
<stdout>:2472: error: `yytext' has an incomplete type
core/lex-asn1.l:476:9: Warnung: /* innerhalb des Kommentars
core/lex-asn1.l:484:35: Warnung: /* innerhalb des Kommentars
core/lex-asn1.l:490:10: Warnung: /* innerhalb des Kommentars
core/lex-asn1.l:493:9: Warnung: /* innerhalb des Kommentars
core/lex-asn1.l:497:9: Warnung: /* innerhalb des Kommentars
core/lex-asn1.l:500:9: Warnung: /* innerhalb des Kommentars
core/lex-asn1.l:508:9: Warnung: /* innerhalb des Kommentars
<stdout>: In Funktion yy_get_next_buffer:
<stdout>:4144: error: `yytext' has an incomplete type
<stdout>: In Funktion yyunput:
<stdout>:4238: error: `yytext' has an incomplete type
<stdout>: In Funktion yy_load_buffer_state:
<stdout>:4373: error: `yytext' has an incomplete type
core/lex-asn1.l: Auf h�hster Ebene:
core/lex-stuff.h:41: Warnung: array `yytext' assumed to have one element
make[1]: *** [core/lex-asn1.o] Fehler 1
make[1]: Leaving directory `/root/srx-pci/SNACC/compiler'
Entering Directory
make[1]: Entering directory `/root/srx-pci/SNACC/c-examples'
(cd vdatestC; make)
make[2]: Entering directory `/root/srx-pci/SNACC/c-examples/vdatestC'
...building ASN.1 modules...
make rfc1155-smi.c rfc1157-snmp.c vdatest_asn2C.c vdatestC_asn.c
make[3]: Entering directory `/root/srx-pci/SNACC/c-examples/vdatestC'
../../compiler/esnacc -c -E DER -I ./ rfc1155-smi.asn1
make[3]: ../../compiler/esnacc: Kommando nicht gefunden
make[3]: *** [rfc1155-smi.c] Fehler 127
make[3]: Leaving directory `/root/srx-pci/SNACC/c-examples/vdatestC'
make[2]: *** [all] Fehler 2
make[2]: Leaving directory `/root/srx-pci/SNACC/c-examples/vdatestC'
make[1]: *** [all] Fehler 2
make[1]: Leaving directory `/root/srx-pci/SNACC/c-examples'
make: *** [all] Fehler 2