Re: [documancer] documancer without wxmozilla
Status: Beta
Brought to you by:
vaclavslavik
|
From: Vaclav S. <vs...@fa...> - 2004-12-16 23:08:10
|
Hi, > 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 You have to have all the packages Documancer depends on installed on=20 the system, wxGTK and GTK+ included. > ./configure --prefix=3D/usr/opt/ > > [...] > configure: running /bin/sh admin/configure --prefix=3D/usr/opt/ > '--prefix=3D/usr/opt/' --cache-file=3D/dev/null --srcdir=3D. > admin/configure: admin/configure: No such file or directory You have to generate it using autogen.sh. > 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). The autogen.sh script is in root directory and regenerates all=20 makefiles, wxMozilla's ones included. > I hope that I could use documancer with this package You can, but you must make wxMozilla work there first yourself (or use=20 the low-quality wxHTML engine). > 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)? See the output of wxMozilla's configure --help, it lists several=20 switches that affect wx-config searching. Regards, Vaclav =2D-=20 PGP key: 0x465264C9, available from http://wwwkeys.pgp.net/ |