Hi, I got "make swig-py" and "make install-swig-py" to work properly. I just needed to pass lib and include directories for compiling as parameters to the configure script. But I still have the same error when I try and access Trac via the brower. Somehow the bindings are not installed, or not installed in the right location. When I go into python and type "import svn" it tells me there is no such package. I am running Mac OS X 10.4.9 (darwin). I will also cross-post this on the subversion list. Thanks again. Any help is greatly appreciated. Cheers, Cam.
> Date: Tue, 12 Jun 2007 02:27:22 +0200> From: [EMAIL PROTECTED]> To: > [email protected]> Subject: [Trac] Re: problem with python bindings > for svn> > > maybe you could adress this at the subversion list, including > also the> platform you try to compile svn 1.4.3.> > it seems libintl is > missing, or a bug in the build system, or the> option that you do not want to > use libintl (forgot how it was called> ...).> > > On 6/11/07, Camilo Rostoker > <[EMAIL PROTECTED]> wrote:> >> >> > Hi,> >> > I went through all the steps to > create the trac (version 0.10.4) environment, and it worked up until trying > to acces via a browser, where I get this error:> >> > 'TracError: Unsupported > version control system "svn". Check that the Python bindings for "svn" are > correctly installed'> >> >> > I have subversion 1.4.3 installed and > configured with:> > /configure --prefix=/usr/local > --mandir=/usr/local/share/man --with-apxs=/usr/local/apache2/bin/apxs > --with-zlib apr-1.2.8/ --with-neon=/usr/local > --with-swig=/usr/local/bin/swig> >> > The 'make' and 'make install' commands > work, but the 'make swig-py' fails with this message:> > In file included > from > /var/tmp/installs/subversion-1.4.3/subversion/bindings/swig/python/libsvn_swig_py/swigutil_py.c:40:> > > ./subversion/svn_private_config.h:152:21: error: libintl.h: No such file > or directory> > In file included from > /var/tmp/installs/subversion-1.4.3/subversion/bindings/swig/python/libsvn_swig_py/swigutil_py.c:40:> > > ./subversion/svn_private_config.h:152:21: error: libintl.h: No such file > or directory> > lipo: can't figure out the architecture type of: > /var/tmp//ccLvTZ1B.out> > make: *** > [subversion/bindings/swig/python/libsvn_swig_py/swigutil_py.lo] Error 1> >> > >> > Also, incase it helps I have installed swig-1.3.1, configured with> > > ./configure --with-python=/usr/local/bin/python2.3> >> >> > Thanks for the > help!> >> > Cheers,> > Cam> >> >> >> >> >> >> > > _________________________________________________________________> > Connect > to the next generation of MSN Messenger> > > http://imagine-msn.com/messenger/launch80/default.aspx?locale=en-us&source=wlmailtagline> > > >> >> > _________________________________________________________________ Explore the seven wonders of the world http://search.msn.com/results.aspx?q=7+wonders+world&mkt=en-US&form=QBRE --~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups "Trac Users" group. To post to this group, send email to [email protected] To unsubscribe from this group, send email to [EMAIL PROTECTED] For more options, visit this group at http://groups.google.com/group/trac-users?hl=en -~----------~----~----~----~------~----~------~--~---
