[maemo-developers] microbeal doesn't compile
From: Zhihai Wang pageguest at gmail.comDate: Tue Jun 30 15:33:59 EEST 2009
- Previous message: microbeal doesn't compile
- Next message: microbeal doesn't compile
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
Hi Andre, Did you reproduce this compile error? Actually I'm using microb-engine(version 1.0.4-60.9) on our platform, and I want to achieve better performance. But it seems that the trunk is quite unstable, I think update javascript engine to TraceMonkey is a feasible way. Could you give me some advice how to do it? On Mon, Jun 29, 2009 at 7:53 PM, Zhihai Wang <pageguest at gmail.com> wrote: > 1. build environment: sbox-CHINOOK_ARMEL > 2. checkout > https://garage.maemo.org/svn/browser/mozilla/trunk/microb-engine, since > this package doesn't compile by "dpkg-buildpackage -rfakeroot -uc -b -d", I > decompressed the tarball microb-engine/microb-engine_20090207.orig.tar.gz to > microb-engine/microb-engine/build-tree/mozilla and remove following lines > from debian/rule: > 345 if [ -f $(CURDIR)/client.mk ]; then\ > 346 rm -f $(builddir) && ln -s $(CURDIR) $(builddir);\ > 347 else\ > 348 if [ -d $(builddir) ]; then \ > 349 if [ -d $(builddir)/.hg ]; then \ > 350 hg pull -R $(builddir) && hg update -R $(builddir) > -C; \ > 351 else \ > 352 hg archive -r upstream/$(version) -t files > $(builddir); \ > 353 fi \ > 354 else \ > 355 hg clone -r upstream/$(version) $(CURDIR) $(builddir) > && hg update -C -R $(builddir); \ > 356 # hg archive -r upstream/$(version) -t files $(builddir); > \ > 357 fi;\ > 358 fi > and compile succefully. Install deb and dev deb packages built out(no dbg > deb installed). > 3. checkout > https://garage.maemo.org/svn/browser/browser-ui/trunk/browser-eal, build > and install deb and dev deb. > 4. checkout https://garage.maemo.org/svn/browser/mozilla/trunk/microb-l10n, > build and install deb and dev deb. > 5. checkout > https://garage.maemo.org/svn/browser/mozilla/trunk/libgtkembedmoz, build > and install deb and dev deb. > 6. checkout https://garage.maemo.org/svn/browser/mozilla/trunk/microb-eal, > and it will complain the error I discribed before: gwebbus.h not found > > I think gwebbus.h is supposed to live in browser-eal, but I failed to find > it there. > Hope you can reproduce this bug following my steps. > > > On Mon, Jun 29, 2009 at 7:06 PM, Andre Klapper <aklapper at openismus.com>wrote: > >> Am Montag, den 29.06.2009, 18:15 +0800 schrieb Zhihai Wang: >> > When I try to compile microb eal from >> > https://garage.maemo.org/svn/browser/mozilla/trunk/microb-eal, >> > it complains no gwebbus.h found. >> >> Please provide an exact step-by-step procedure in order to reproduce. >> Assuming this is in Scratchbox: What target do you try to compile for? >> >> andre >> -- >> Andre Klapper (maemo.org bugmaster) >> >> _______________________________________________ >> maemo-developers mailing list >> maemo-developers at maemo.org >> https://lists.maemo.org/mailman/listinfo/maemo-developers >> > > > > -- > Best Regards, > > Zhihai Wang > -- Best Regards, Zhihai Wang -------------- next part -------------- An HTML attachment was scrubbed... URL: http://lists.maemo.org/pipermail/maemo-developers/attachments/20090630/6b1bb5d2/attachment.htm
- Previous message: microbeal doesn't compile
- Next message: microbeal doesn't compile
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]