[Bug 2835] Kazehakase segfaults when attempting to open a webpage
bugzilla-daemon at treke.net
bugzilla-daemon at treke.net
Tue Jan 29 17:00:46 CET 2008
http://bugs.openembedded.net/show_bug.cgi?id=2835
Takeshi Hamasaki <hma at syd.odn.ne.jp> changed:
What |Removed |Added
----------------------------------------------------------------------------
CC| |hma at syd.odn.ne.jp
--- Comment #1 from Takeshi Hamasaki <hma at syd.odn.ne.jp> 2008-01-29 16:00:45 ---
Recently, to build kazehakase you need additional options to configure script.
e.g. --with-gtk-webcore to use GTK-Webcore provided by osb-nrcit package as a
rendering engine.
I added few lines to kazehakase_*.bb:
export NRCIT_CFLAGS="-I${STAGING_DIR}/${TARGET_SYS}/include/gtk-webcore/webi"
export NRCIT_LIBS="-L${STAGING_DIR}/${TARGET_SYS}/lib -lgtk_webcore_nrcit"
EXTRA_OECONF = " --with-gtk-webcore --without-ruby "
--
Configure bugmail: http://bugs.openembedded.net/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug.
More information about the Openembedded-issues
mailing list