Matteo Niccoli <[EMAIL PROTECTED]> writes: Salve,
> I'm trying to install mod_dtcl 1.0.0 with apache 1.3.27 > Apache includes file are in /root/apache_1.3.27/src/include > and mod_dtcl sources are in /root/mod_dtcl > I've edit builddtcl.sh and I changed INC variables. > But when I try to build mod_dtcl I get this: > [EMAIL PROTECTED]:~/mod_dtcl# ./builddtcl.sh shared > Using /usr/bin/tclsh as tclsh program > Apache in > Apache includes in /root/apache_1.3.27/src/include > Using tclConfig.sh: /usr/lib/tclConfig.sh > cc -pipe -g -O -D__NO_STRING_INLINES -D__NO_MATH_INLINES -Wall -Wconversion > -Wno-implicit-int -fPIC -c -I/root/apache_1.3.27/src/include -I/usr/include > mod_dtcl.c -DDTCL_VERSION=`cat VERSION` > In file included from /root/apache_1.3.27/src/include/httpd.h:72, > from mod_dtcl.c:65: > /root/apache_1.3.27/src/include/ap_config.h:114: os.h: No such file or directory > make: *** [mod_dtcl.o] Error 1 > Ideas? Yes, you should either use an 'installed' copy of the apache includes (i.e. - you've already done 'make install'), or you could copy os.h fromt the relevant directory (look at src/os/*/os.h) into the include/ directory that you are currently using. You should also consider having a look at Rivet, as that is what current development is focusing on. Ciao, -- David N. Welton Consulting: http://www.dedasys.com/ Personal: http://www.dedasys.com/davidw/ Free Software: http://www.dedasys.com/freesoftware/ Apache Tcl: http://tcl.apache.org/ --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
