On Tue, 23 Aug 2005 07:28:08 -0400 (EDT) Richard Welty <[EMAIL PROTECTED]> wrote:
RW> sqlite 2.8.mumble is installed from darwin ports; the sqlite.h file RW> is in the default location for such an install, /opt/local/include RW> when i run ./configure for M, it doesn't see the sqlite.h file. what RW> parameter do i need to set to get it to see the header file? Set CPPFLAGS=-I/opt/local/include (and LDFLAGS=-L/opt/local/lib probably). This works for me with fink, anyhow (export CPPFLAGS=-I/sw/include). RW> also, when i move my email from the linux laptop to the new RW> one, any must-move files that i might overlook? Everything in ~/.M I'd think. Of course, you can't currently take your ~/.M/config to another OS unchanged but you should be able to keep 90% of the settings. Also, if you continue to plan to use the other machine, now you can easily shared the config file between them by leaving common settings in it and having an extra machine-specific config file for every machine. Regards, VZ ------------------------------------------------------- SF.Net email is Sponsored by the Better Software Conference & EXPO September 19-22, 2005 * San Francisco, CA * Development Lifecycle Practices Agile & Plan-Driven Development * Managing Projects & Teams * Testing & QA Security * Process Improvement & Measurement * http://www.sqe.com/bsce5sf _______________________________________________ Mahogany-Users mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/mahogany-users
