On Tue, 8 Aug 2006 12:49:49 +1000 Doug Laidlaw <[EMAIL PROTECTED]> wrote:

DL> > DL> Configure cannot find sqlite.h even though my heeaders are in
DL> > /usr/include, DL> and even if I set the --INCLUDEDIR variable.
DL> >
DL> >  Do you get this error during configure process or during make itself? If
DL> > during configure, please check ocnfig.log: it contains a lot of 
information
DL> > but by searching for "sqlite.h" you should be able to find the relevant
DL> > bits.
DL> >
DL> It happens during configure, but config.log merely has "checking for this, 
DL> checking for that." No results.  The terminal simply says that I won't be 
DL> able to use dspam, which is O.K.  The actual line is:
DL> 
DL> configure:4918: checking for sqlite.h

 There should be more details about this in config.log (sorry for the typo
above). In particular, there should be the compile error which resulted
from trying to compile a test program using sqlite.h.

DL> With that change I get the following during ./configure:

 Oh, sorry again, I didn't think to tell you that you also had to remove
'*'. To be clear:

DL>    String cid;
DL>    if ( *cidOrig.begin() == '<' && *cidOrig.Last() == '>' )

 This line should be 

       if ( *cidOrig.begin() == '<' && cidOrig.Last() == '>' )

Sorry again.


 Good luck,
VZ


-------------------------------------------------------------------------
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
_______________________________________________
Mahogany-Users mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/mahogany-users

Reply via email to