|
cosign-discuss at umich.edu
|
general discussion of cosign development and deployment
|
|
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
build for 1.9.0
Hi Folks,
Found a couple of errors for cosign-1.9.0.
1. The -fPIC still has to be manually put in the Makefile for libset.
2. Error msg is split by a line feed.
c cgi.c
cgi.c: In function `main':
cgi.c:239: error: missing terminating " character
cgi.c:240: error: `but' undeclared (first use in this function)
cgi.c:240: error: (Each undeclared identifier is reported only once
cgi.c:240: error: for each function it appears in.)
cgi.c:240: error: parse error before "no"
cgi.c:240: error: stray '\' in program
cgi.c:240: error: missing terminating " character
gmake[1]: *** [cgi.o] Error 1
gmake[1]: Leaving directory `/opt/apache/cosign-1.9.0/cgi'
gmake: *** [cgi] Error 2
#
jim
|