Paul, The last release I built successfully was 2.3p6. I recently tried both CVS and last night I tried 2.4p3 and had these similiar problems.
Today, I learned I can build successfully if I remove both TCl and PHP. TCL doesn't allow a clean configure, missing TCL configuration file. PHP causes compile issues. The distribution appears to be missing some include files (best I can surmise). ./configure --prefix=/usr/local --disable-tcl --disable-php Same configure works for me in CVS too. Jim Paul Alfille wrote: > Jim, > Is this a new problem? > > Paul Alfille > On 6/25/06, Jim Duda <[EMAIL PROTECTED]> wrote: > >>I'm unable to compile version 2.4p3. I have similar problems with CVS. >>I need to configure without TCL support. Configure cannot find the >>TCL configuration file. >> >>checking for Python library... /usr/lib/python2.4/config >>checking if owtcl is enabled... yes (default) >>Looking for tclConfig.sh >>checking for Tcl configuration... configure: WARNING: Can't find Tcl >>configuration definitions >> >> >>Snapshot of build issues ... >> >> gcc -DHAVE_CONFIG_H -I. -I. -I../../../src/include -I.. >>-I../../../src/include -I../../../module/owlib/src/include -I../include >>-fexceptions -D_FILE_OFFSET_BITS=64 -g -O2 -pthread -MT ow_wrap.lo -MD >>-MP -MF .deps/ow_wrap.Tpo -c ow_wrap.c -fPIC -DPIC -o .libs/ow_wrap.o >>ow_wrap.c:345:18: error: zend.h: No such file or directory >>ow_wrap.c:346:22: error: zend_API.h: No such file or directory >>ow_wrap.c:347:17: error: php.h: No such file or directory >>ow_wrap.c: In function 'SWIG_SetPointerChar': >>ow_wrap.c:414: warning: assignment makes pointer from integer without a cast >>ow_wrap.c: At top level: >>ow_wrap.c:420: error: syntax error before '*' token >> >>Jim >> >> >>Using Tomcat but need to do more? Need to support web services, security? >>Get stuff done quickly with pre-integrated technology to make your job easier >>Download IBM WebSphere Application Server v.1.0.1 based on Apache Geronimo >>http://sel.as-us.falkag.net/sel?cmd=lnk&kid=120709&bid=263057&dat=121642 >>_______________________________________________ >>Owfs-developers mailing list ->>[email protected] >>https://lists.sourceforge.net/lists/listinfo/owfs-developers >> > > > Using Tomcat but need to do more? Need to support web services, security? > Get stuff done quickly with pre-integrated technology to make your job easier > Download IBM WebSphere Application Server v.1.0.1 based on Apache Geronimo > http://sel.as-us.falkag.net/sel?cmd=lnk&kid=120709&bid=263057&dat=121642 Using Tomcat but need to do more? Need to support web services, security? Get stuff done quickly with pre-integrated technology to make your job easier Download IBM WebSphere Application Server v.1.0.1 based on Apache Geronimo http://sel.as-us.falkag.net/sel?cmd=lnk&kid=120709&bid=263057&dat=121642 _______________________________________________ Owfs-developers mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/owfs-developers
