After installing i tried a make install-swig-py and it produced the following error:
Error: CPP #error "no decision has been made on APR_PATH_MAX for your platform". Use the -cpperraswarn option to continue swig processing. make: *** [subversion/bindings/swig/python/svn_client.c] Error 1 On 5/25/06, Emmanuel Blot <[EMAIL PROTECTED]> wrote:
This is more a subversion than a Trac issue... I usually build the svn library this way, I don't know if it can help: ./configure --with-swig=/usr/local/bin/swig --with-ssl --with-python=/usr/bin/python make make install make install-swig-py On 5/25/06, Jon Savian <[EMAIL PROTECTED]> wrote: > I tried doing a "make swig-py" in the subversion and it says > > make: none: Command not found > make: *** [subversion/bindings/swig/python/svn_client.c] Error 127 > > > I configured svn with ./configure --enable-swig-bindings=python > > On 5/25/06, Bill Williams <[EMAIL PROTECTED]> wrote: > > You need to install the python binding for subversion. Be sure to > > follow the instructions for installing the binding because they tell you > > how to setup python so it can find the bindings. > > > > Jon Savian wrote: > > > > > I am getting the following error: > > > > > > > > > Failed to initialize environment. No module named svn > > > Traceback (most recent call last): > > > File "/usr/lib/python2.3/site-packages/trac/scripts/admin.py", line > > > 616, in do_initenv > > > repos = self.__env.get_repository() > > > File "/usr/lib/python2.3/site-packages/trac/env.py", line 155, in > > > get_repository > > > from trac.versioncontrol.svn_fs import SubversionRepository > > > File "/usr/lib/python2.3/site-packages/trac/versioncontrol/svn_fs.py", > > > line 25, in ? > > > from svn import fs, repos, core, delta > > > ImportError: No module named svn > > > > > > Is there other svn module i need to install or something i need to > > > modify? > > > _______________________________________________ > > > Trac mailing list > > > [email protected] > > > http://lists.edgewall.com/mailman/listinfo/trac > > > > > _______________________________________________ > > Trac mailing list > > [email protected] > > http://lists.edgewall.com/mailman/listinfo/trac > > > _______________________________________________ > Trac mailing list > [email protected] > http://lists.edgewall.com/mailman/listinfo/trac > -- Manu _______________________________________________ Trac mailing list [email protected] http://lists.edgewall.com/mailman/listinfo/trac
_______________________________________________ Trac mailing list [email protected] http://lists.edgewall.com/mailman/listinfo/trac
