I downloaded the source tar ball this morning and rand configure the configure command like so:
./configure --prefix=`/bin/pwd`/inst --disable-threads --disable-joystick --with-gtk --no-recursion --with-modules=static Attached is the config.log
config.log
Description: Binary data
Everything configured fine, then I ran make and got the following error: modules/crypt/PGPEngine.cpp: In method `int PGPEngine::ExecCommand(const String &, const String &, String &)': modules/crypt/PGPEngine.cpp:544: no matching function for call to `wxInputStream::CanRead ()' modules/crypt/PGPEngine.cpp:555: no matching function for call to `wxInputStream::CanRead ()' modules/crypt/PGPEngine.cpp:485: warning: unused variable `class Profile * profile' make[1]: *** [modules/crypt/PGPEngine.o] Error 1 make[1]: Leaving directory `/home/chrisj/tmp/mahogany-0.64/src' make: *** [all] Error 2 This is a different error then before obviously but any help with this would be appreciated. Thanks, C - On Thu, 5 Dec 2002 04:32:40 +0200 (EET) Nerijus Baliunas <[EMAIL PROTECTED]> wrote: > On Tue, 12 Nov 2002 15:36:22 -0500 (EST) "Christopher D. Jones" > <[EMAIL PROTECTED]> wrote: > > Hello, > > Sorry for not replying earlier. > > CDJ> I downloaded the mahogany-latest.tar.gz file configured it and built it > with no > CDJ> problems (except adding -lsocket -lnsl to the LIBS macro in makeopts). > > What system is it? > > CDJ> But when I went to run it it core dumped on startup with the following > error: > CDJ> > CDJ> Cannot load module 'Filters' > > Please use ./configure --with-modules=static for now. > > Regards, > Nerijus > > > > ------------------------------------------------------- > This SF.net email is sponsored by: Microsoft Visual Studio.NET > comprehensive development tool, built to increase your > productivity. Try a free online hosted session at: > http://ads.sourceforge.net/cgi-bin/redirect.pl?micr0003en -- life would be easier if I had the source code
