Monday, 29 June 2015

Re: [gccsdk] fontconfig build issue

On 29/06/15 20:26, John Ballance wrote:
> Hi
>
> On 29/06/2015 20:11, Lee Noar wrote:
>> On 29/06/15 19:05, John Ballance wrote:
>>> Hi Lee

[snip]

>>> Probably something simple that I'm missing, but the libfontconfig1
>>> directory
>>> doesn't exist in the package directory at this point.
>>
>> Are you building shared libraries? libfontconfig1 is the shared library
> I will need to build shared libraries, but at this stage not sure. I'll
> try again with the libfontconfig1 removed from the AB line
>
> .. build does complete, thanks
>
> shared libraries. ... I've missed this.. how do I globally turn on the
> build of shared libraries please?

In the directory where you build the packages, create a text file called:

build-setvars

containing the line:

RO_SHAREDLIBS=yes

So, for example, I have this:

autobuilder
|
autobuilt
| |
| build-setvars
|
cross
|
env
|
gcc4

where autobuilt is a directory I created myself to build the packages
in. I then do:

cd autobuilt
../autobuilder/build -d fontconfig

The autobuilder automatically reads the build-setvars file each time
it's invoked so shared libraries are always enabled.

> Thanks
> John
>
> p.s. I'm building quite a list of things where I have local patches to
> the autobuilder scripts. Should theyy all come through you, or might it
> be simpler if I put them in directly? (I guess I'm also asking whether
> that could be arranged..)

I think it's John Tytgat and Theo who have the power to give svn write
access.

Lee.


_______________________________________________
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