|
|
cosign-discuss at umich.edu
|
general discussion of cosign development and deployment
|
|
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: Compilation problem with debian sarge
On 29 Sep 2004, at 04:32, Nicolas Bocquet wrote:
I have a problem with the compilation of weblogin basic
authentification on debian sarge
....
cd libcgi; make all
make[1]: Entering directory `/download/cosign-1.6.2/libcgi'
gcc -p -DTLS -Wall -Wmissing-prototypes -g -O2 -c parse.c
btyaccpa.ske:96: error: erreur d'analyse syntaxique before "yylval"
btyaccpa.ske:96: attention : type defaults to `int' in declaration of `
....
there are several similar errors lines
parse.c is a generated file, the source for parse.c is parse.y. If you
make clean and then "make everything" you should get some lines about
how parse.c was made, i.e., with bison or yacc. Knowing which and what
versions of each would be very helpful.
:wes
|
|