Csound Csound-dev Csound-tekno Search About

[Cs-dev] gettext dependency

Date2009-07-18 14:26
FromAndres Cabrera
Subject[Cs-dev] gettext dependency
Hi,

I've just done a fresh checkout on a fresh machine, and I've found
that gettext is required to build csound without any scons options.
Maybe this should be mentioned as one of the requirements to build a
basic csound (the other requirement that I know of is libsndfile for
the sources and python for the build system), or turned off by
default?

Cheers,
Andrés

-- 


Andrés

------------------------------------------------------------------------------
Enter the BlackBerry Developer Challenge  
This is your chance to win up to $100,000 in prizes! For a limited time, 
vendors submitting new applications to BlackBerry App World(TM) will have
the opportunity to enter the BlackBerry Developer Challenge. See full prize  
details at: http://p.sf.net/sfu/Challenge
_______________________________________________
Csound-devel mailing list
Csound-devel@lists.sourceforge.net

Date2009-07-18 15:32
FromMichael Gogins
SubjectRe: [Cs-dev] gettext dependency
I think it should be turned off be default.

Regards,
Mike

On 7/18/09, Andres Cabrera  wrote:
> Hi,
>
> I've just done a fresh checkout on a fresh machine, and I've found
> that gettext is required to build csound without any scons options.
> Maybe this should be mentioned as one of the requirements to build a
> basic csound (the other requirement that I know of is libsndfile for
> the sources and python for the build system), or turned off by
> default?
>
> Cheers,
> Andrés
>
> --
>
>
> Andrés
>
> ------------------------------------------------------------------------------
> Enter the BlackBerry Developer Challenge
> This is your chance to win up to $100,000 in prizes! For a limited time,
> vendors submitting new applications to BlackBerry App World(TM) will have
> the opportunity to enter the BlackBerry Developer Challenge. See full prize
> details at: http://p.sf.net/sfu/Challenge
> _______________________________________________
> Csound-devel mailing list
> Csound-devel@lists.sourceforge.net
> https://lists.sourceforge.net/lists/listinfo/csound-devel
>


-- 
Michael Gogins
Irreducible Productions
http://www.michael-gogins.com
Michael dot Gogins at gmail dot com

------------------------------------------------------------------------------
Enter the BlackBerry Developer Challenge  
This is your chance to win up to $100,000 in prizes! For a limited time, 
vendors submitting new applications to BlackBerry App World(TM) will have
the opportunity to enter the BlackBerry Developer Challenge. See full prize  
details at: http://p.sf.net/sfu/Challenge
_______________________________________________
Csound-devel mailing list
Csound-devel@lists.sourceforge.net

Date2009-07-19 13:50
Fromjpff
SubjectRe: [Cs-dev] gettext dependency
I think it shoudl be on by default, but it would be better to provide no
internationalisation by replacing getstring by noop.
==John ff

------------------------------------------------------------------------------
Enter the BlackBerry Developer Challenge  
This is your chance to win up to $100,000 in prizes! For a limited time, 
vendors submitting new applications to BlackBerry App World(TM) will have
the opportunity to enter the BlackBerry Developer Challenge. See full prize  
details at: http://p.sf.net/sfu/Challenge
_______________________________________________
Csound-devel mailing list
Csound-devel@lists.sourceforge.net

Date2009-07-19 15:33
FromFelipe Sateler
SubjectRe: [Cs-dev] gettext dependency
AFAIK that is the behaviour now... the scons ouptut is misleading.
Istvan's original internationalization no longer exists in the source.

Saludos,
Felipe Sateler



On Sun, Jul 19, 2009 at 19:50, jpff wrote:
> I think it shoudl be on by default, but it would be better to provide no
> internationalisation by replacing getstring by noop.
> ==John ff
>
> ------------------------------------------------------------------------------
> Enter the BlackBerry Developer Challenge
> This is your chance to win up to $100,000 in prizes! For a limited time,
> vendors submitting new applications to BlackBerry App World(TM) will have
> the opportunity to enter the BlackBerry Developer Challenge. See full prize
> details at: http://p.sf.net/sfu/Challenge
> _______________________________________________
> Csound-devel mailing list
> Csound-devel@lists.sourceforge.net
> https://lists.sourceforge.net/lists/listinfo/csound-devel
>

------------------------------------------------------------------------------
Enter the BlackBerry Developer Challenge  
This is your chance to win up to $100,000 in prizes! For a limited time, 
vendors submitting new applications to BlackBerry App World(TM) will have
the opportunity to enter the BlackBerry Developer Challenge. See full prize  
details at: http://p.sf.net/sfu/Challenge
_______________________________________________
Csound-devel mailing list
Csound-devel@lists.sourceforge.net

Date2009-07-19 15:40
FromAndres Cabrera
SubjectRe: [Cs-dev] gettext dependency
It wasn't scons output. Csound failed to build because gettext was
required. I don't mind whether it's default or not, just that if it is
default or required, it should be mentioned in the dependencies in the
documentation.

Saludos,
Andrés

On Sun, Jul 19, 2009 at 9:33 AM, Felipe Sateler wrote:
> AFAIK that is the behaviour now... the scons ouptut is misleading.
> Istvan's original internationalization no longer exists in the source.
>
> Saludos,
> Felipe Sateler
>
>
>
> On Sun, Jul 19, 2009 at 19:50, jpff wrote:
>> I think it shoudl be on by default, but it would be better to provide no
>> internationalisation by replacing getstring by noop.
>> ==John ff
>>
>> ------------------------------------------------------------------------------
>> Enter the BlackBerry Developer Challenge
>> This is your chance to win up to $100,000 in prizes! For a limited time,
>> vendors submitting new applications to BlackBerry App World(TM) will have
>> the opportunity to enter the BlackBerry Developer Challenge. See full prize
>> details at: http://p.sf.net/sfu/Challenge
>> _______________________________________________
>> Csound-devel mailing list
>> Csound-devel@lists.sourceforge.net
>> https://lists.sourceforge.net/lists/listinfo/csound-devel
>>
>
> ------------------------------------------------------------------------------
> Enter the BlackBerry Developer Challenge
> This is your chance to win up to $100,000 in prizes! For a limited time,
> vendors submitting new applications to BlackBerry App World(TM) will have
> the opportunity to enter the BlackBerry Developer Challenge. See full prize
> details at: http://p.sf.net/sfu/Challenge
> _______________________________________________
> Csound-devel mailing list
> Csound-devel@lists.sourceforge.net
> https://lists.sourceforge.net/lists/listinfo/csound-devel
>



-- 


Andrés

------------------------------------------------------------------------------
Enter the BlackBerry Developer Challenge  
This is your chance to win up to $100,000 in prizes! For a limited time, 
vendors submitting new applications to BlackBerry App World(TM) will have
the opportunity to enter the BlackBerry Developer Challenge. See full prize  
details at: http://p.sf.net/sfu/Challenge
_______________________________________________
Csound-devel mailing list
Csound-devel@lists.sourceforge.net

Date2009-07-19 15:46
FromFelipe Sateler
SubjectRe: [Cs-dev] gettext dependency
If you disable gettext with useGettext=0, scons will output "Using
Istvan localization". This is what I mean is misleading.

Saludos,
Felipe Sateler



On Sun, Jul 19, 2009 at 21:40, Andres Cabrera wrote:
> It wasn't scons output. Csound failed to build because gettext was
> required. I don't mind whether it's default or not, just that if it is
> default or required, it should be mentioned in the dependencies in the
> documentation.
>
> Saludos,
> Andrés
>
> On Sun, Jul 19, 2009 at 9:33 AM, Felipe Sateler wrote:
>> AFAIK that is the behaviour now... the scons ouptut is misleading.
>> Istvan's original internationalization no longer exists in the source.
>>
>> Saludos,
>> Felipe Sateler
>>
>>
>>
>> On Sun, Jul 19, 2009 at 19:50, jpff wrote:
>>> I think it shoudl be on by default, but it would be better to provide no
>>> internationalisation by replacing getstring by noop.
>>> ==John ff
>>>
>>> ------------------------------------------------------------------------------
>>> Enter the BlackBerry Developer Challenge
>>> This is your chance to win up to $100,000 in prizes! For a limited time,
>>> vendors submitting new applications to BlackBerry App World(TM) will have
>>> the opportunity to enter the BlackBerry Developer Challenge. See full prize
>>> details at: http://p.sf.net/sfu/Challenge
>>> _______________________________________________
>>> Csound-devel mailing list
>>> Csound-devel@lists.sourceforge.net
>>> https://lists.sourceforge.net/lists/listinfo/csound-devel
>>>
>>
>> ------------------------------------------------------------------------------
>> Enter the BlackBerry Developer Challenge
>> This is your chance to win up to $100,000 in prizes! For a limited time,
>> vendors submitting new applications to BlackBerry App World(TM) will have
>> the opportunity to enter the BlackBerry Developer Challenge. See full prize
>> details at: http://p.sf.net/sfu/Challenge
>> _______________________________________________
>> Csound-devel mailing list
>> Csound-devel@lists.sourceforge.net
>> https://lists.sourceforge.net/lists/listinfo/csound-devel
>>
>
>
>
> --
>
>
> Andrés
>
> ------------------------------------------------------------------------------
> Enter the BlackBerry Developer Challenge
> This is your chance to win up to $100,000 in prizes! For a limited time,
> vendors submitting new applications to BlackBerry App World(TM) will have
> the opportunity to enter the BlackBerry Developer Challenge. See full prize
> details at: http://p.sf.net/sfu/Challenge
> _______________________________________________
> Csound-devel mailing list
> Csound-devel@lists.sourceforge.net
> https://lists.sourceforge.net/lists/listinfo/csound-devel
>

------------------------------------------------------------------------------
Enter the BlackBerry Developer Challenge  
This is your chance to win up to $100,000 in prizes! For a limited time, 
vendors submitting new applications to BlackBerry App World(TM) will have
the opportunity to enter the BlackBerry Developer Challenge. See full prize  
details at: http://p.sf.net/sfu/Challenge
_______________________________________________
Csound-devel mailing list
Csound-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/csound-de