Re: [documancer] documancer without wxmozilla
Status: Beta
Brought to you by:
vaclavslavik
|
From: Arnd B. <arn...@we...> - 2004-11-08 12:20:35
|
Hi Vaclav,
On Mon, 8 Nov 2004, Vaclav Slavik wrote:
> Hi,
>
> Vaclav Slavik wrote:
> > > In general I think that the need to install wxmozilla
> > > raises the barrier for using documancer.
> >
> > Yes, I noticed that too. I'd like to bundle wxMozilla with the next
> > release.
>
> it's done now, ./configure && make && make install should install
> wxMozilla together with Documancer.
many thanks - With my debian sarge installation I run into the following
problem:
checking for wxWindows version >= 2.4.0... yes (version 2.4.2)
checking for wxMozilla library name... wxmozilla_gtk-2.4
checking for pkg-config... /usr/bin/pkg-config
checking for mozilla-nspr >= 1.3 mozilla-xpcom... yes
checking MOZILLA_CFLAGS... -I/usr/include/mozilla/nspr
-I/usr/include/mozilla/xpcom -I/usr/include/mozilla/string
checking MOZILLA_LIBS... -L/usr/lib/mozilla -lxpcom -lplds4 -lplc4 -lnspr4
-ldl -lc -lpthread
checking for mozilla-gtkmozembed >= 1.3... yes
checking MOZILLA_GTK_CFLAGS... -I/usr/include/mozilla/gtkembedmoz
-I/usr/include/mozilla/xpcom -I/usr/include/mozilla/string
-I/usr/include/mozilla/nspr
checking MOZILLA_GTK_LIBS... -L/usr/lib/mozilla -lgtkembedmoz -lxpcom
-lplds4 -lplc4 -lnspr4 -ldl -lc -lpthread
checking for wxWindows toolkit... gtk1
checking for Mozilla toolkit... gtk2
configure: error:
Mozilla and wxWindows use different GTK+ versions.
Mozilla uses gtk2, wxWindows uses gtk1.
configure: error: /bin/sh './configure' failed for bundled/wxmozilla
To me this looks as if I am stuck here.
(However, on the positive side: it seems that all the stuff
to embed mozilla is there ...).
It seems that I have to compile wxPython from source
with --enable-gtk2
(Though I am not sure at all how I could do this side-by-side
to the normally installed one).
But maybe you have any other ideas?
Best,
Arnd
|