On Mon, 7 Aug 2006 13:07:48 +1000 Doug Laidlaw <[EMAIL PROTECTED]> wrote:

DL> Trying to compile Mahogany 0.6.7 on Mandriva 2006, I get the following
DL> errors:
DL> 
DL> Configure cannot find sqlite.h even though my heeaders are in /usr/include, 
DL> and even if I set the --INCLUDEDIR variable.

 Do you get this error during configure process or during make itself? If
during configure, please check ocnfig.log: it contains a lot of information
but by searching for "sqlite.h" you should be able to find the relevant
bits.

DL> All then runs smoothly until "make install", when I get the following 
errors:
DL> 
DL> classes/MessageView.cpp: In member function 'bool   
DL> MessageView::StoreMIMEPartData(const MimePart*, const String&)':
DL> classes/MessageView.cpp:2476: error: 'const class wxString' has no member 
DL> named 'rbegin'
DL> 
DL> I am using wxwindows 2.6.1 (the ./configure script is still happy with 
2.5.2)

 Oops, sorry about this. This method (rbegin) only exists in wxWindows
2.7.0 in fact. Please replace rbegin() in the line 2476 above with Last()
and it should be ok.

DL> I couldn't use the Redhat spec file, but rpmbuild ran until the same
DL> errors popped up.

 I don't use any RedHat-like systems myself currently so I can't test rpm
build but if you're interested in making it work, please show me the errors
and we could try fixing them.

 Thanks,
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