At some point I had changed the configure.ac script to make everything
disabled by default instead of everything enabled by default. That way
./configure with no options would *fail*, and you had to explicitly
say what you wanted to build. But I think that was just a local change
that I never published anywhere.

By the way, this issue adds points to my idea of putting the client
and server on different repos ;) But I'm fully aware of the downsides
('lib' would need a third repo, it's unclear where 'api' would end up,
build would get more complex, etc), and so far they exceed the
upsides...

-- 
Nicolás

2012/8/7 Rom Walton <[email protected]>:
> On an issue that is somewhat related...
>
> What do you all think of making the client components disabled by
> default?
>
> The idea being that most people who download the source to do a build
> are probably projects and do not need the client software built.
>
> ----- Rom
>
> -----Original Message-----
> From: [email protected]
> [mailto:[email protected]] On Behalf Of Eric J Korpela
> Sent: Tuesday, August 07, 2012 12:04 PM
> To: Oliver Bock
> Cc: [email protected]
> Subject: Re: [boinc_dev] Changes to text rendering in graphics apps
>
> I'll add that.
>
>
>
> On Tue, Aug 7, 2012 at 8:12 AM, Oliver Bock <[email protected]>
> wrote:
>
>> On 8/3/12 12:07 , Charlie Fenton wrote:
>> > If your project's graphics applications use the BOINC graphics
>> > library's support for texture fonts (*.txf), you may need to make
>> > some changes.
>>
>> Unfortunately this also affects everybody building since apps since
>> there's no configure option to not build the graphics library if I'm
>> not
>> mistaken:
>>
>> Typical configure switches to build BOINC for science apps building:
>>
>> --enable-libraries
>> --enable-install-headers
>> --disable-server
>> --disable-client
>> --disable-manager
>> --disable-fcgi
>>
>> Therefore, building science apps now requires FTGL to be installed on
>> the build machines.
>>
>> Can we get a --disable-gfx-libraries switch?
>>
>> > The ttfont code requires linking with the FreeType2 and FTGL
>> > libraries.
>>
>> Also, shouldn't configure check for FTGL's availability?
>>
>> > boinc/api/ttfont.cpp:38:23: error: FTGL/ftgl.h: No such file or
>> > directory
>>
>>
>> Cheers,
>> Oliver
_______________________________________________
boinc_dev mailing list
[email protected]
http://lists.ssl.berkeley.edu/mailman/listinfo/boinc_dev
To unsubscribe, visit the above URL and
(near bottom of page) enter your email address.

Reply via email to