Tuesday, 1 September 2015

Re: Building for RISC OS

On 01/09/15 21:56, Dave Higton wrote:

> It all went well until some way into the build itself:
>
> riscos/bitmap.c:33:18: fatal error: rufl.h: No such file or directory
>
> Indeed find can't find rufl.* in the workspace folder.
>
> I didn't see any message flash past earlier about any missing files -
> but that's no surprise, there's lots of text, only a small window,
> and slow eyes watching.
>
> Any suggestions?

This means you didn't set TARGET_ABI before sourcing env.sh, so it only
fetched the libraries needed for building for amd64. You need to do:

TARGET_ABI=arm-unknown-riscos source env.sh
ns-pull-install

Then build NetSurf again with "make TARGET=riscos".


J.

No comments:

Post a Comment