Re: [documancer] documancer without wxmozilla
Status: Beta
Brought to you by:
vaclavslavik
From: Vaclav S. <vs...@fa...> - 2004-12-19 08:58:46
|
Hi, Arnd Baecker wrote: > (and _maybe_ also: > apt-get install python-gtk2-dev I think you'll need this one for building wxMozilla for wx-2.5. > This sounds crucial: are you saying with this that > wxMozilla has not (yet) been "ported" to wx-2.5 ?? It was ported, but it takes more effort to get it running. wxPython=20 2.5 is still changing rapidly and the Python<->C++ bridge code is=20 different in different versions, so we can't include pre-generated=20 SWIG wrapper. So you need devel version of wxPython (including *.i=20 files and its custom version of SWIG [until it's ported to latest=20 SWIG which no longer needs any patches]) and you have to use SWIG to=20 regenerate the wrapper. I don't how to do this myself, I'm afraid : ( The setup.py script in mozilla25 is supposed to help with it. > To summarize: overall things went fine in the > end, but when doing `make install` I get the error below, > which might have to do with the wxmozilla/python part ... I'll make it possible to disable building bundled copy of wxmozilla,=20 thanks for pointing this out. Regards, Vaclav =2D-=20 PGP key: 0x465264C9, available from http://wwwkeys.pgp.net/ |