Csound Csound-dev Csound-tekno Search About

[Cs-dev] CS6: PO/MO files - where to install

Date2012-05-15 18:33
FromSteven Yi
Subject[Cs-dev] CS6: PO/MO files - where to install
Hi All,

I've added into the CMake build to run msgfmt with the PO files.  I
followed along with the Scons build.  Currently, they are generating
into ${BUILD_DIR}/po.  Question: Where should the mo files be
installed to?  I'd like to make it install to the correct directory
when you run "make install".

Thanks!
steven

------------------------------------------------------------------------------
Live Security Virtual Conference
Exclusive live event will cover all the ways today's security and 
threat landscape has changed and how IT managers can respond. Discussions 
will include endpoint security, mobile security and the latest in malware 
threats. http://www.accelacomm.com/jaw/sfrnl04242012/114/50122263/
_______________________________________________
Csound-devel mailing list
Csound-devel@lists.sourceforge.net

Date2012-05-15 18:39
FromSteven Yi
SubjectRe: [Cs-dev] CS6: PO/MO files - where to install
AH, never mind.  I realize now the work was already done in the po
folder and all much better than what I committed.  I'll revert the
change I just did now.

Thanks and sorry for the noise!
steven

On Tue, May 15, 2012 at 1:33 PM, Steven Yi  wrote:
> Hi All,
>
> I've added into the CMake build to run msgfmt with the PO files.  I
> followed along with the Scons build.  Currently, they are generating
> into ${BUILD_DIR}/po.  Question: Where should the mo files be
> installed to?  I'd like to make it install to the correct directory
> when you run "make install".
>
> Thanks!
> steven

------------------------------------------------------------------------------
Live Security Virtual Conference
Exclusive live event will cover all the ways today's security and 
threat landscape has changed and how IT managers can respond. Discussions 
will include endpoint security, mobile security and the latest in malware 
threats. http://www.accelacomm.com/jaw/sfrnl04242012/114/50122263/
_______________________________________________
Csound-devel mailing list
Csound-devel@lists.sourceforge.net

Date2012-05-15 19:02
FromFelipe Sateler
SubjectRe: [Cs-dev] CS6: PO/MO files - where to install
But it looks like the textdomain needs to be changed from csound5 to csound6.

On Tue, May 15, 2012 at 1:39 PM, Steven Yi  wrote:
> AH, never mind.  I realize now the work was already done in the po
> folder and all much better than what I committed.  I'll revert the
> change I just did now.
>
> Thanks and sorry for the noise!
> steven
>
> On Tue, May 15, 2012 at 1:33 PM, Steven Yi  wrote:
>> Hi All,
>>
>> I've added into the CMake build to run msgfmt with the PO files.  I
>> followed along with the Scons build.  Currently, they are generating
>> into ${BUILD_DIR}/po.  Question: Where should the mo files be
>> installed to?  I'd like to make it install to the correct directory
>> when you run "make install".
>>
>> Thanks!
>> steven
>
> ------------------------------------------------------------------------------
> Live Security Virtual Conference
> Exclusive live event will cover all the ways today's security and
> threat landscape has changed and how IT managers can respond. Discussions
> will include endpoint security, mobile security and the latest in malware
> threats. http://www.accelacomm.com/jaw/sfrnl04242012/114/50122263/
> _______________________________________________
> Csound-devel mailing list
> Csound-devel@lists.sourceforge.net
> https://lists.sourceforge.net/lists/listinfo/csound-devel



-- 

Saludos,
Felipe Sateler

------------------------------------------------------------------------------
Live Security Virtual Conference
Exclusive live event will cover all the ways today's security and 
threat landscape has changed and how IT managers can respond. Discussions 
will include endpoint security, mobile security and the latest in malware 
threats. http://www.accelacomm.com/jaw/sfrnl04242012/114/50122263/
_______________________________________________
Csound-devel mailing list
Csound-devel@lists.sourceforge.net
https://lists.sourceforge.net/

Date2012-05-15 20:49
FromSteven Yi
SubjectRe: [Cs-dev] CS6: PO/MO files - where to install
I'm not too familiar with all the gettext stuff in Csound.  I did see
this in Top/getstring.c:

/*    textdomain("csound5"); */  /* This is not needed when using dgettext */

So, maybe it's not an issue?

On Tue, May 15, 2012 at 2:02 PM, Felipe Sateler  wrote:
> But it looks like the textdomain needs to be changed from csound5 to csound6.
>
> On Tue, May 15, 2012 at 1:39 PM, Steven Yi  wrote:
>> AH, never mind.  I realize now the work was already done in the po
>> folder and all much better than what I committed.  I'll revert the
>> change I just did now.
>>
>> Thanks and sorry for the noise!
>> steven
>>
>> On Tue, May 15, 2012 at 1:33 PM, Steven Yi  wrote:
>>> Hi All,
>>>
>>> I've added into the CMake build to run msgfmt with the PO files.  I
>>> followed along with the Scons build.  Currently, they are generating
>>> into ${BUILD_DIR}/po.  Question: Where should the mo files be
>>> installed to?  I'd like to make it install to the correct directory
>>> when you run "make install".
>>>
>>> Thanks!
>>> steven
>>
>> ------------------------------------------------------------------------------
>> Live Security Virtual Conference
>> Exclusive live event will cover all the ways today's security and
>> threat landscape has changed and how IT managers can respond. Discussions
>> will include endpoint security, mobile security and the latest in malware
>> threats. http://www.accelacomm.com/jaw/sfrnl04242012/114/50122263/
>> _______________________________________________
>> Csound-devel mailing list
>> Csound-devel@lists.sourceforge.net
>> https://lists.sourceforge.net/lists/listinfo/csound-devel
>
>
>
> --
>
> Saludos,
> Felipe Sateler
>
> ------------------------------------------------------------------------------
> Live Security Virtual Conference
> Exclusive live event will cover all the ways today's security and
> threat landscape has changed and how IT managers can respond. Discussions
> will include endpoint security, mobile security and the latest in malware
> threats. http://www.accelacomm.com/jaw/sfrnl04242012/114/50122263/
> _______________________________________________
> Csound-devel mailing list
> Csound-devel@lists.sourceforge.net
> https://lists.sourceforge.net/lists/listinfo/csound-devel

------------------------------------------------------------------------------
Live Security Virtual Conference
Exclusive live event will cover all the ways today's security and 
threat landscape has changed and how IT managers can respond. Discussions 
will include endpoint security, mobile security and the latest in malware 
threats. http://www.accelacomm.com/jaw/sfrnl04242012/114/50122263/
_______________________________________________
Csound-devel mailing list
Csound-devel@lists.sourceforge.net

Date2012-05-15 20:57
FromFelipe Sateler
SubjectRe: [Cs-dev] CS6: PO/MO files - where to install
Line 76 uses dgettext("csound5", s). That csound5 should be changed to
csound6 (and the cmakelists updated). I'm not on my own computer now,
that's why I don't change it myself.

On Tue, May 15, 2012 at 3:49 PM, Steven Yi  wrote:
> I'm not too familiar with all the gettext stuff in Csound.  I did see
> this in Top/getstring.c:
>
> /*    textdomain("csound5"); */  /* This is not needed when using dgettext */
>
> So, maybe it's not an issue?
>
> On Tue, May 15, 2012 at 2:02 PM, Felipe Sateler  wrote:
>> But it looks like the textdomain needs to be changed from csound5 to csound6.
>>
>> On Tue, May 15, 2012 at 1:39 PM, Steven Yi  wrote:
>>> AH, never mind.  I realize now the work was already done in the po
>>> folder and all much better than what I committed.  I'll revert the
>>> change I just did now.
>>>
>>> Thanks and sorry for the noise!
>>> steven
>>>
>>> On Tue, May 15, 2012 at 1:33 PM, Steven Yi  wrote:
>>>> Hi All,
>>>>
>>>> I've added into the CMake build to run msgfmt with the PO files.  I
>>>> followed along with the Scons build.  Currently, they are generating
>>>> into ${BUILD_DIR}/po.  Question: Where should the mo files be
>>>> installed to?  I'd like to make it install to the correct directory
>>>> when you run "make install".
>>>>
>>>> Thanks!
>>>> steven
>>>
>>> ------------------------------------------------------------------------------
>>> Live Security Virtual Conference
>>> Exclusive live event will cover all the ways today's security and
>>> threat landscape has changed and how IT managers can respond. Discussions
>>> will include endpoint security, mobile security and the latest in malware
>>> threats. http://www.accelacomm.com/jaw/sfrnl04242012/114/50122263/
>>> _______________________________________________
>>> Csound-devel mailing list
>>> Csound-devel@lists.sourceforge.net
>>> https://lists.sourceforge.net/lists/listinfo/csound-devel
>>
>>
>>
>> --
>>
>> Saludos,
>> Felipe Sateler
>>
>> ------------------------------------------------------------------------------
>> Live Security Virtual Conference
>> Exclusive live event will cover all the ways today's security and
>> threat landscape has changed and how IT managers can respond. Discussions
>> will include endpoint security, mobile security and the latest in malware
>> threats. http://www.accelacomm.com/jaw/sfrnl04242012/114/50122263/
>> _______________________________________________
>> Csound-devel mailing list
>> Csound-devel@lists.sourceforge.net
>> https://lists.sourceforge.net/lists/listinfo/csound-devel
>
> ------------------------------------------------------------------------------
> Live Security Virtual Conference
> Exclusive live event will cover all the ways today's security and
> threat landscape has changed and how IT managers can respond. Discussions
> will include endpoint security, mobile security and the latest in malware
> threats. http://www.accelacomm.com/jaw/sfrnl04242012/114/50122263/
> _______________________________________________
> Csound-devel mailing list
> Csound-devel@lists.sourceforge.net
> https://lists.sourceforge.net/lists/listinfo/csound-devel



-- 

Saludos,
Felipe Sateler

------------------------------------------------------------------------------
Live Security Virtual Conference
Exclusive live event will cover all the ways today's security and 
threat landscape has changed and how IT managers can respond. Discussions 
will include endpoint security, mobile security and the latest in malware 
threats. http://www.accelacomm.com/jaw/sfrnl04242012/114/50122263/
_______________________________________________
Csound-devel mailing list
Csound-devel@lists.sourceforge.net
https://lists.sou

Date2012-05-15 21:05
FromSteven Yi
SubjectRe: [Cs-dev] CS6: PO/MO files - where to install
Ah, okay. I've made the change to Top/getstring.c and
po/CMakeLists.txt and pushed it.

Thanks!
steven

On Tue, May 15, 2012 at 3:57 PM, Felipe Sateler  wrote:
> Line 76 uses dgettext("csound5", s). That csound5 should be changed to
> csound6 (and the cmakelists updated). I'm not on my own computer now,
> that's why I don't change it myself.
>
> On Tue, May 15, 2012 at 3:49 PM, Steven Yi  wrote:
>> I'm not too familiar with all the gettext stuff in Csound.  I did see
>> this in Top/getstring.c:
>>
>> /*    textdomain("csound5"); */  /* This is not needed when using dgettext */
>>
>> So, maybe it's not an issue?
>>
>> On Tue, May 15, 2012 at 2:02 PM, Felipe Sateler  wrote:
>>> But it looks like the textdomain needs to be changed from csound5 to csound6.
>>>
>>> On Tue, May 15, 2012 at 1:39 PM, Steven Yi  wrote:
>>>> AH, never mind.  I realize now the work was already done in the po
>>>> folder and all much better than what I committed.  I'll revert the
>>>> change I just did now.
>>>>
>>>> Thanks and sorry for the noise!
>>>> steven
>>>>
>>>> On Tue, May 15, 2012 at 1:33 PM, Steven Yi  wrote:
>>>>> Hi All,
>>>>>
>>>>> I've added into the CMake build to run msgfmt with the PO files.  I
>>>>> followed along with the Scons build.  Currently, they are generating
>>>>> into ${BUILD_DIR}/po.  Question: Where should the mo files be
>>>>> installed to?  I'd like to make it install to the correct directory
>>>>> when you run "make install".
>>>>>
>>>>> Thanks!
>>>>> steven
>>>>
>>>> ------------------------------------------------------------------------------
>>>> Live Security Virtual Conference
>>>> Exclusive live event will cover all the ways today's security and
>>>> threat landscape has changed and how IT managers can respond. Discussions
>>>> will include endpoint security, mobile security and the latest in malware
>>>> threats. http://www.accelacomm.com/jaw/sfrnl04242012/114/50122263/
>>>> _______________________________________________
>>>> Csound-devel mailing list
>>>> Csound-devel@lists.sourceforge.net
>>>> https://lists.sourceforge.net/lists/listinfo/csound-devel
>>>
>>>
>>>
>>> --
>>>
>>> Saludos,
>>> Felipe Sateler
>>>
>>> ------------------------------------------------------------------------------
>>> Live Security Virtual Conference
>>> Exclusive live event will cover all the ways today's security and
>>> threat landscape has changed and how IT managers can respond. Discussions
>>> will include endpoint security, mobile security and the latest in malware
>>> threats. http://www.accelacomm.com/jaw/sfrnl04242012/114/50122263/
>>> _______________________________________________
>>> Csound-devel mailing list
>>> Csound-devel@lists.sourceforge.net
>>> https://lists.sourceforge.net/lists/listinfo/csound-devel
>>
>> ------------------------------------------------------------------------------
>> Live Security Virtual Conference
>> Exclusive live event will cover all the ways today's security and
>> threat landscape has changed and how IT managers can respond. Discussions
>> will include endpoint security, mobile security and the latest in malware
>> threats. http://www.accelacomm.com/jaw/sfrnl04242012/114/50122263/
>> _______________________________________________
>> Csound-devel mailing list
>> Csound-devel@lists.sourceforge.net
>> https://lists.sourceforge.net/lists/listinfo/csound-devel
>
>
>
> --
>
> Saludos,
> Felipe Sateler
>
> ------------------------------------------------------------------------------
> Live Security Virtual Conference
> Exclusive live event will cover all the ways today's security and
> threat landscape has changed and how IT managers can respond. Discussions
> will include endpoint security, mobile security and the latest in malware
> threats. http://www.accelacomm.com/jaw/sfrnl04242012/114/50122263/
> _______________________________________________
> Csound-devel mailing list
> Csound-devel@lists.sourceforge.net
> https://lists.sourceforge.net/lists/listinfo/csound-devel

------------------------------------------------------------------------------
Live Security Virtual Conference
Exclusive live event will cover all the ways today's security and 
threat landscape has changed and how IT managers can respond. Discussions 
will include endpoint security, mobile security and the latest in malware 
threats. http://www.accelacomm.com/jaw/sfrnl04242012/114/50122263/
_______________________________________________
Csound-devel mailing list
Csound-devel@lists.sourceforge.net