Re: [documancer] documancer without wxmozilla
Status: Beta
Brought to you by:
vaclavslavik
From: Arnd B. <arn...@we...> - 2004-12-16 08:59:26
|
Hi Vaclav, On Mon, 15 Nov 2004, Vaclav Slavik wrote: > Hi, > > Arnd Baecker wrote: > > Neither mozilla.py nor mozillac.so in that directory. > > It seems they ended up in > > $prefix/lib/python2.3/site-packages/wxPython > > I must have forgotten to update wxMozilla's Makefile.in files. It's > fixed now: I removed generated files from Documancer's CVS copy and > modified autogen.sh to renegerate them. Sorry for the late reply, I was swamped with other stuff. I just tried it out and get the following: ./autogen.sh aclocal: configure.in: 11: macro `AM_OPTIONS_WXCONFIG' not found in library aclocal: configure.in: 37: macro `AM_PATH_WXCONFIG' not found in library aclocal: configure.in: 197: macro `AM_PATH_GTK' not found in library aclocal: configure.in: 199: macro `AM_PATH_GTK_2_0' not found in library ./configure --prefix=/usr/opt/ [...] configure: running /bin/sh admin/configure --prefix=/usr/opt/ '--prefix=/usr/opt/' --cache-file=/dev/null --srcdir=. admin/configure: admin/configure: No such file or directory configure: error: /bin/sh admin/configure failed for bundled/wxmozilla So this looks more serious: actually there is no configure in bundled/wxmozilla/ (and no autogen.sh there either). And one more question (I am pretty certain that I will get to a problem at this point once the above one is solved ;-): with debian sarge one can now get wx-2.5.3-gtk2-unicode I hope that I could use documancer with this package (which would mean that I only have to install documancer+the bundled wxmozilla!). Are there any configure switches to convince the installation to use wx-2.5.3-gtk2-unicode instead of the wx (which is 2.4 and also installed)? The wxversion.py scrips are available - so there might be a trick? If this route works it would be fairly simple to install documancer on debian (I promise to provide notes if it does ;-). Best, Arnd |