Re: gtkhtml 0.1



> It crashes on bonobo. Somehow it looks for a bonobo.h file that isn't 
> there.

I had the same problem.  I'm using Bonobo 0.9, downloaded today from
ftp.gnome.org (ran rpm -tb on it).

I managed to get part way through the compile by symlinking bonobo.h
to Bonobo.h, and I hack the Makefile to include -I/usr/include/bonobo.
But once it got to components/html-editor it barfed with about 150
errors so I just gave up.

Here's an excerpt:

[tack@andromeda html-editor]$ make
gcc -DHAVE_CONFIG_H -I. -I. -I../.. -DGNOMELOCALEDIR=\""/usr/local/share/locale"\"              -I../../src                                     -I.     -I.        -I/usr/include -DNEED_GNOMESUPPORT_H -I/usr/lib/gnome-libs/include -I/usr/lib/glib/include -I/usr/X11R6/include                                      -I/usr/include -DNEED_GNOMESUPPORT_H -I/usr/lib/gnome-libs/include -I/usr/X11R6/include -I/usr/lib/glib/include -I/usr/include/gnome-xml -I/usr/include/bonobo      -g -O2 -Wall -Wunused  -c editor-control-factory.c
In file included from editor-control-factory.c:30:
persist-stream-impl.h:29: parse error before `*'
persist-stream-impl.h:29: warning: type defaults to `int' in declaration of `persist_stream_impl_new'
persist-stream-impl.h:29: warning: data definition has no type or storage class
In file included from editor-control-factory.c:31:
menubar.h:29: parse error before `*'
In file included from editor-control-factory.c:32:
toolbar.h:31: parse error before `*'
editor-control-factory.c:47: parse error before `*'
editor-control-factory.c: In function `set_frame_cb':
editor-control-factory.c:51: `BonoboUIHandler' undeclared (first use in this function)
editor-control-factory.c:51: (Each undeclared identifier is reported only once
editor-control-factory.c:51: for each function it appears in.)
editor-control-factory.c:51: `uih' undeclared (first use in this function)
editor-control-factory.c:51: warning: statement with no effect
editor-control-factory.c:52: parse error before `*'


... and it goes on and on ...

Oh well, it's bleeding edge stuff.  I'll wait. :)

Jason.



[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]