[pygtk] Re: PyGTK 2.10.6 build fails
Frank Hale
frankhale at gmail.com
Thu Jul 12 05:15:13 WST 2007
It would seem that the package for pygobject in the distro I was using
had --disable-doc set when it was compiled. I recompiled it without
that and now pygtk builds just fine.
On 7/11/07, Frank Hale <frankhale at gmail.com> wrote:
> I just tried to build PyGTK 2.10.6. I have GCC 4.2. Here is the last
> lines of output from GCC before it dies. Any ideas? PyGTK 2.10.4
> doesn't build either with the same error.
>
> gcc -shared .libs/glade_la-libglademodule.o
> .libs/glade_la-libglade.o /usr/lib/libglade-2.0.so -L/usr/lib
> /usr/lib/libgtk-x11-2.0.so /usr/lib/libxml2.so
> /usr/lib/libgdk-x11-2.0.so /usr/lib/libatk-1.0.so
> /usr/lib/libgdk_pixbuf-2.0.so -lm /usr/lib/libpangocairo-1.0.so
> /usr/lib/libpango-1.0.so /usr/lib/libcairo.so
> /usr/lib/libgobject-2.0.so /usr/lib/libgmodule-2.0.so -ldl
> /usr/lib/libglib-2.0.so -march=i686 -Wl,-soname -Wl,glade.so
> -Wl,-version-script -Wl,.libs/glade.ver -o .libs/glade.so
> creating glade.la
> (cd .libs && rm -f glade.la && ln -s ../glade.la glade.la)
> make[2]: Leaving directory `/usr/ports/opt/pygtk/work/src/pygtk-2.10.6/gtk'
> Making all in examples
> make[2]: Entering directory
> `/usr/ports/opt/pygtk/work/src/pygtk-2.10.6/examples'
> make[2]: Leaving directory `/usr/ports/opt/pygtk/work/src/pygtk-2.10.6/examples'
> Making all in tests
> make[2]: Entering directory `/usr/ports/opt/pygtk/work/src/pygtk-2.10.6/tests'
> make[2]: Nothing to be done for `all'.
> make[2]: Leaving directory `/usr/ports/opt/pygtk/work/src/pygtk-2.10.6/tests'
> Making all in docs
> make[2]: Entering directory `/usr/ports/opt/pygtk/work/src/pygtk-2.10.6/docs'
> make all-am
> make[3]: Entering directory `/usr/ports/opt/pygtk/work/src/pygtk-2.10.6/docs'
> make[3]: *** No rule to make target
> `/usr/share/gtk-doc/html/pygobject/style.css', needed by `all-am'.
> Stop.
> make[3]: Leaving directory `/usr/ports/opt/pygtk/work/src/pygtk-2.10.6/docs'
> make[2]: *** [all] Error 2
> make[2]: Leaving directory `/usr/ports/opt/pygtk/work/src/pygtk-2.10.6/docs'
> make[1]: *** [all-recursive] Error 1
> make[1]: Leaving directory `/usr/ports/opt/pygtk/work/src/pygtk-2.10.6'
> make: *** [all] Error 2
>
More information about the pygtk
mailing list