Sunday, 18 November 2012

Re: [gccsdk] Building the libraries

In article <52f083a327chrisg@care4free.net>,
Chris Gransden <chrisg@care4free.net> wrote:
> In article <S2f02ebc0bgcc-sub@aconet.nl>,

> > The next failure (still with cairo-gtk2), is where I got stuck (see
> > last-failure in the attached tarball).
> > The failing #include is for .../bits/socket2.h and this actually does
> > not exist. I found a socket2.h file -which does indeed define macros- on
> > my host system in /usr/include/i386-linux-gnu/bits, but I'm not sure if
> > I can copy that to the cross compiler's .../bits unchanged.

> It should be safe to just comment out that line.

Thanks. That got me a little further.

The next failure was libgtk2.0-0. The packaged cairo-xlib doesn't exist.

I skipped libgtk for the time being and then got stuck on libgee2, which
failed while building the package because it wanted to copy the .so
files, ignoring the fact the build was done static.

Skipping that, libcairo2 failed, because its dependency librsvg2-2
couldn't find gtk/gtk.h.

I then (temporarily) marked libgtkhtml2 as failed, because it wanted to
build libgtk which would just fail again.

After that the process ran without interruption for a while, until it
got to libnetpbm10, which failed in the first stage of configuration.

Tarball with some logs: http://aconet.org/tmp/logs.tar.gz

At the moment build-libs is running again (with -a, so skipping the
failed items).

Regards,
Frank


_______________________________________________
GCCSDK mailing list gcc@gccsdk.riscos.info
Bugzilla: http://www.riscos.info/bugzilla/index.cgi
List Info: http://www.riscos.info/mailman/listinfo/gcc
Main Page: http://www.riscos.info/index.php/GCCSDK

No comments:

Post a Comment