Re: Cannot build mozilla anymore on 2.8.2.1 (worked fine on 2.8.2) [solved]



Hi all,

Update. It successfully compiled at last (marking as 'solved' in subject header)

Explanation : the Makefile was indeed not created at compile time because I was
extracting the CVS libart archive _too late_ that is, _after_ the configure
step.
I solved this by interrupting 'make install' just after it extracted the
mozilla's source, then extracting the libart CVS archive. I then relaunched
'make install' so that the configure step takes the libart directory into
account and creates the Makefile.

Thanks for your help, I am now being able to reproduce in 2.8.2.1 the
gst-plugins problems I had on 2.8.2 :) See my other post for that.

Vincent

Selon Vincent Rubiolo <vincent rubiolo free fr>:

> Hi Bob,
>
> Selon Bob Kashani <bobk ocf berkeley edu>:
> [...]
>
>`/folk/vrubiolo/Archives/garnome-2.8.2.1/bootstrap/mozilla/work/main.d/mozilla/other-licenses/libart_lgpl'
> > > gmake[3]: *** No rule to make target `export'.  Stop.
> >
> > How are you running make?
> >
> > cd bootstrap/mozilla
> > export MOZ_INTERNAL_LIBART_LGPL=1
> > make install
> >
> > Or are you doing things a different way?
> Almost identical. I tweak the Makefile (to add the
> --enable-svg-renderer-libart
> thing) export the variable then run 'make install'.
> It then fails on the libart step (because there is nothing in the libart in
> the
> mozilla source). I then extract your CVS archive and rerun 'make install'.
> This
> used to work on 2.8.2 (compilation was going on) but fails now on 2.8.2.1
> (with
> the abovementioned error)
> >
> > Also, what does this return:
> >
> > env | grep MOZ_INTERNAL_LIBART_LGPL
> It gives MOZ_INTERNAL_LIBART_LGPL=1 (as expected).
>
> I am building from a clean 2.8.2.1 build (removed pygtk, dasher and
> gnome-python
> bindings though as I don't want them)
>
> Thanks for your help,
>
> Vincent





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