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 <aklap...@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@maemo.org
> https://lists.maemo.org/mailman/listinfo/maemo-developers
>



-- 
Best Regards,

Zhihai Wang
_______________________________________________
maemo-developers mailing list
maemo-developers@maemo.org
https://lists.maemo.org/mailman/listinfo/maemo-developers

Reply via email to