The INSTALL file that comes with 0.5.0 still says:
cd src
tclsh ./configure.tcl
tclsh ./make.tcl shared
tclsh ./make.tcl install

but there is no configure.tcl or make.tcl included.

I googled and found some instructions saying to use --with-* so I did this after some symlinking: ./configure --with-tcl=/usr/lib/tcl --with-apxs=/usr/local/apache/bin/apxs --with-tclsh=/usr/bin/tclsh

Which looked OK, but then the make afterwards exits with:

In file included from /usr/include/sys/sem.h:28,
                from /usr/local/apache/include/ap_config.h:464,
                from /usr/local/apache/include/httpd.h:30,
                from rivetCore.c:27:
/usr/include/sys/ipc.h:25:3: warning: #warning "Files using this header must be compiled with _SVID_SOURCE or _XOPEN_SOURCE"
rivetCore.c: In function 'Rivet_Upload':
rivetCore.c:643: error: invalid lvalue in assignment
make[1]: *** [mod_rivet_la-rivetCore.lo] Error 1
make[1]: Leaving directory `/usr/local/src/rivet-0.5.0/src'
make: *** [all-recursive] Error 1

---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to