Hi Devaraj: As others may soon point out to you that we generally don't discuss ASN.1 tools in this list, but I guess it's okay to make this an exception as this is a freeware, unsupported tool anyway, so you cannot talk to any "vendor" for this.
Having said that, I've compiled "snacc" several times, and never faced this problem. Could you try to build snacc in a different development environment with different/newer compiler and lex/yacc tools ? I hope that you've got the "enhanced" snacc, which has some bug fixes and as per historical info., (which itself is some 7-8 yrs old i guess) is better than the original "snacc". Note that there was another enhanced-SNACC from getronics.com which supports DER. i am not talking about that. Having said that, I'd say that the ease of use, and power provided by most commercial ASN.1 tools will far exceed that of snacc for many applications :-) though you may like to checkout the asn1 project hosted on sourceforge.net. thanks & regards, Banibrata Dutta. > -----Original Message----- > From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On > Behalf Of KB Devaraj > Sent: Friday, September 17, 2004 6:10 AM > To: [EMAIL PROTECTED] > Subject: [ASN1] ASN.1 Compiler Installation > > > Hi All, > > I am trying to Install Snacc1.1 ASN.1 compiler on > linux system and I got the following error. > > Can anyone please help to install it successfully? > > [EMAIL PROTECTED] snacc]$ make > make compiler > make[1]: Entering directory `/home/cgi/ASN.1/snacc' > cd src; make > make[2]: Entering directory > `/home/cgi/ASN.1/snacc/src' > gcc -O -Ic_lib -Iback_ends/c_gen -Iback_ends/c++_gen > -DFLEX -c -o y.tab.o y.tab.c > asn1.yacc: In function `yyparse': > asn1.yacc:520: parse error before '}' token > asn1.yacc:2980: `s' undeclared (first use in this > function) > asn1.yacc:2980: (Each undeclared identifier is > reported only once > asn1.yacc:2980: for each function it appears in.) > asn1.yacc:2981: parse error before "char" > asn1.yacc:3111: parse error at end of input > make[2]: *** [y.tab.o] Error 1 > make[2]: Leaving directory `/home/cgi/ASN.1/snacc/src' > make[1]: *** [compiler] Error 2 > make[1]: Leaving directory `/home/cgi/ASN.1/snacc' > make: *** [c] Error 2 > > > Many thanks in advance > > thanks and regards > kb devaraj > > > > _______________________________ > Do you Yahoo!? > Declare Yourself - Register online to vote today! http://vote.yahoo.com _______________________________________________ ASN1 mailing list [EMAIL PROTECTED] http://lists.asn1.org/mailman/listinfo/asn1 _______________________________________________ ASN1 mailing list [EMAIL PROTECTED] http://lists.asn1.org/mailman/listinfo/asn1
