On Thu, 24 Oct 2002 13:37:17 -0500 "Robert B. Love" <[EMAIL PROTECTED]> wrote:
RBL> I grabbed the sources today and built wxGTK and attempted to build RBL> Mahogany with python. I have this set of problems to get past and a RBL> question on shared libraries. If you don't need Python at all, the simplest thing to do is to disable it using the appropriate configure option. RBL> First the python errors: RBL> RBL> /usr/bin/swig -IPython/ -c++ -python -shadow -c -o Python/MailFolder.cpp Python/MailFolder.i RBL> Generating wrappers for Python RBL> Python/MailFolder.i : Line 10. Syntax error in input. ... RBL> What can I do about that? If you insist on building it with Python, you must have the correct (meaning the same as me) version of SWIG. Mine is 1.3.9u, run "swig -version" to see yours. RBL> Second, I don't have root access to this RH 7.0 linux box so I built RBL> the wxGTK libraries and put them in my ~/lib and ~/share etc. I can't RBL> run ldconfig since I don't have root privledges. How can I tell RBL> Mahogany to use the local library? Is it enough to set RBL> LD_LIBRARY_PATH? Yes, absolutely. Regards, VZ ------------------------------------------------------- This sf.net email is sponsored by: Influence the future of Java(TM) technology. Join the Java Community Process(SM) (JCP(SM)) program now. http://ads.sourceforge.net/cgi-bin/redirect.pl?sunm0003en _______________________________________________ Mahogany-Users mailing list [EMAIL PROTECTED] https://lists.sourceforge.net/lists/listinfo/mahogany-users
