GNUMakefile.inc

View: New views
8 Messages — Rating Filter:   Alert me  

GNUMakefile.inc

by AFShin :: Rate this Message:

| View Threaded | Show Only this Message

Dear Friends,

I'm trying to translate the Gallery to a new language.
I've tried this on Redhat 9 and FreeBSD5.4
gettext was installed on both of them (I think so) I've not downloaded
the gettext, I've used the gettext package that was in the distribution.
On both systems I got this Error:
gmake: *** No rule to make target '../../../lib/tools/po/GNUMakefile.inc'

Any help ?

Thank you all,
AFShin



-------------------------------------------------------
This SF.Net email is sponsored by xPML, a groundbreaking scripting language
that extends applications into web and mobile media. Attend the live webcast
and join the prime developer group breaking into this new coding territory!
http://sel.as-us.falkag.net/sel?cmd=lnk&kid=110944&bid=241720&dat=121642
_______________________________________________
Gallery-translations mailing list
Gallery-translations@...
https://lists.sourceforge.net/lists/listinfo/gallery-translations

Re: GNUMakefile.inc

by AFShin :: Rate this Message:

| View Threaded | Show Only this Message

Thanks Friends,

I've used the Latest gettext on FreeBSD 5.4.

The step is:  make messages.po
and in FreeBSD I type: gmake messages.po

Also I was wondering that this command will produce something like
tr_TR.po,  So I've decided to compile it, as it was on the guide,
So:  make install tr_TR.po

Same result, as before.
I thought that the Makefile couldn't find the GNUmakefile.inc, I've
search the FreeBSD box, and found one in Core module, under the classes,

So I copied the file everywhere, and changed the dicrections in the
Makefile to point to this file,
Unfortunatelly same result.

I'm wondering if at last I couldn't do this by myself, I can Translate
it , and then send it to some of you,

Thank you all.

AFShin



Alan Harder wrote:

> http://codex.gallery2.org/index.php/Gallery2:Localization
>
> Which step or what command is giving you the error?
>
>     - Alan
>
> AFShin wrote:
>> Dear Friends,
>>
>> I'm trying to translate the Gallery to a new language.
>> I've tried this on Redhat 9 and FreeBSD5.4
>> gettext was installed on both of them (I think so) I've not
>> downloaded the gettext, I've used the gettext package that was in the
>> distribution.
>> On both systems I got this Error:
>> gmake: *** No rule to make target
>> '../../../lib/tools/po/GNUMakefile.inc'
>>
>> Any help ?
>>
>> Thank you all,
>> AFShin
>
>
>



-------------------------------------------------------
This SF.Net email is sponsored by xPML, a groundbreaking scripting language
that extends applications into web and mobile media. Attend the live webcast
and join the prime developer group breaking into this new coding territory!
http://sel.as-us.falkag.net/sel?cmd=lnk&kid=110944&bid=241720&dat=121642
_______________________________________________
Gallery-translations mailing list
Gallery-translations@...
https://lists.sourceforge.net/lists/listinfo/gallery-translations

Re: GNUMakefile.inc

by Alan Harder :: Rate this Message:

| View Threaded | Show Only this Message

http://codex.gallery2.org/index.php/Gallery2:Localization

Which step or what command is giving you the error?

        - Alan

AFShin wrote:

> Dear Friends,
>
> I'm trying to translate the Gallery to a new language.
> I've tried this on Redhat 9 and FreeBSD5.4
> gettext was installed on both of them (I think so) I've not downloaded
> the gettext, I've used the gettext package that was in the distribution.
> On both systems I got this Error:
> gmake: *** No rule to make target '../../../lib/tools/po/GNUMakefile.inc'
>
> Any help ?
>
> Thank you all,
> AFShin


-------------------------------------------------------
This SF.Net email is sponsored by xPML, a groundbreaking scripting language
that extends applications into web and mobile media. Attend the live webcast
and join the prime developer group breaking into this new coding territory!
http://sel.as-us.falkag.net/sel?cmd=lnk&kid=110944&bid=241720&dat=121642
_______________________________________________
Gallery-translations mailing list
Gallery-translations@...
https://lists.sourceforge.net/lists/listinfo/gallery-translations

Re: GNUMakefile.inc

by Stephen Chu :: Rate this Message:

| View Threaded | Show Only this Message


On Mar 9, 2006, at 2:12 PM, AFShin wrote:

> Dear Friends,
>
> I'm trying to translate the Gallery to a new language.
> I've tried this on Redhat 9 and FreeBSD5.4
> gettext was installed on both of them (I think so) I've not  
> downloaded the gettext, I've used the gettext package that was in  
> the distribution.
> On both systems I got this Error:
> gmake: *** No rule to make target '../../../lib/tools/po/
> GNUMakefile.inc'
>
> Any help ?
>
> Thank you all,
> AFShin

I remember having this problem once on OS X. It turned out to be a  
older version of gettext utilities. Updating to the latest one fixed  
that.

--
Stephen Chu

Mail: <mailto:stephen@...>
Web:  <http://www.ju-ju.com/>




-------------------------------------------------------
This SF.Net email is sponsored by xPML, a groundbreaking scripting language
that extends applications into web and mobile media. Attend the live webcast
and join the prime developer group breaking into this new coding territory!
http://sel.as-us.falkag.net/sel?cmd=lnk&kid=110944&bid=241720&dat=121642
_______________________________________________
Gallery-translations mailing list
Gallery-translations@...
https://lists.sourceforge.net/lists/listinfo/gallery-translations

Re: GNUMakefile.inc

by Fran Hermoso :: Rate this Message:

| View Threaded | Show Only this Message

This problem occured to me, the only thing I had to do was download the gallery-developer package instead of the others.
I also reconfigured the locales of my language

On 3/9/06, AFShin <glist@...> wrote:
Thanks Friends,

I've used the Latest gettext on FreeBSD 5.4.

The step is:  make messages.po
and in FreeBSD I type: gmake messages.po

Also I was wondering that this command will produce something like
tr_TR.po,  So I've decided to compile it, as it was on the guide,
So:  make install tr_TR.po

Same result, as before.
I thought that the Makefile couldn't find the GNUmakefile.inc, I've
search the FreeBSD box, and found one in Core module, under the classes,

So I copied the file everywhere, and changed the dicrections in the
Makefile to point to this file,
Unfortunatelly same result.

I'm wondering if at last I couldn't do this by myself, I can Translate
it , and then send it to some of you,

Thank you all.

AFShin



Alan Harder wrote:

> http://codex.gallery2.org/index.php/Gallery2:Localization
>
> Which step or what command is giving you the error?
>
>     - Alan
>
> AFShin wrote:
>> Dear Friends,
>>
>> I'm trying to translate the Gallery to a new language.
>> I've tried this on Redhat 9 and FreeBSD5.4
>> gettext was installed on both of them (I think so) I've not
>> downloaded the gettext, I've used the gettext package that was in the
>> distribution.
>> On both systems I got this Error:
>> gmake: *** No rule to make target
>> '../../../lib/tools/po/GNUMakefile.inc'
>>
>> Any help ?
>>
>> Thank you all,
>> AFShin
>
>
>



-------------------------------------------------------
This SF.Net email is sponsored by xPML, a groundbreaking scripting language
that extends applications into web and mobile media. Attend the live webcast
and join the prime developer group breaking into this new coding territory!
http://sel.as-us.falkag.net/sel?cmd=lnk&kid=110944&bid=241720&dat=121642
_______________________________________________
Gallery-translations mailing list
Gallery-translations@...
https://lists.sourceforge.net/lists/listinfo/gallery-translations



--
--------------------------------------------------------------
Fran Hermoso               franhp.blogspot.com
--GraP--                         grap.thruhere.net
Usuari de Catux nº39             Manresa
Linux member #362209                Barcelona    
---------------------------------------------------------------

Re: GNUMakefile.inc

by Alan Harder :: Rate this Message:

| View Threaded | Show Only this Message

A few points:
- you should work on translations from either current cvs
   or nightly snapshot.. these will have all the developer tools
   plus the most recent translation files that we have.
- the process now is 'make tr.po' and not 'make messages.po'
   followed by copy to tr_TR.po.  there is a note about this
   change for gallery 2.1 in the codex page.. i will now make
   this the recommended process, as 2.1 will be out soon.
- the install process is 'make install PO=tr' and not
   'make install tr_TR.po'



AFShin wrote:

> Thanks Friends,
>
> I've used the Latest gettext on FreeBSD 5.4.
>
> The step is:  make messages.po
> and in FreeBSD I type: gmake messages.po
>
> Also I was wondering that this command will produce something like
> tr_TR.po,  So I've decided to compile it, as it was on the guide,
> So:  make install tr_TR.po
>
> Same result, as before.
> I thought that the Makefile couldn't find the GNUmakefile.inc, I've
> search the FreeBSD box, and found one in Core module, under the classes,
>
> So I copied the file everywhere, and changed the dicrections in the
> Makefile to point to this file,
> Unfortunatelly same result.
>
> I'm wondering if at last I couldn't do this by myself, I can Translate
> it , and then send it to some of you,
>
> Thank you all.
>
> AFShin
>
>
>
> Alan Harder wrote:
>> http://codex.gallery2.org/index.php/Gallery2:Localization
>>
>> Which step or what command is giving you the error?
>>
>>     - Alan
>>
>> AFShin wrote:
>>> Dear Friends,
>>>
>>> I'm trying to translate the Gallery to a new language.
>>> I've tried this on Redhat 9 and FreeBSD5.4
>>> gettext was installed on both of them (I think so) I've not
>>> downloaded the gettext, I've used the gettext package that was in the
>>> distribution.
>>> On both systems I got this Error:
>>> gmake: *** No rule to make target
>>> '../../../lib/tools/po/GNUMakefile.inc'
>>>
>>> Any help ?
>>>
>>> Thank you all,
>>> AFShin
>>
>>
>>
>
>
>
> -------------------------------------------------------
> This SF.Net email is sponsored by xPML, a groundbreaking scripting language
> that extends applications into web and mobile media. Attend the live
> webcast
> and join the prime developer group breaking into this new coding territory!
> http://sel.as-us.falkag.net/sel?cmd=lnk&kid=110944&bid=241720&dat=121642
> _______________________________________________
> Gallery-translations mailing list
> Gallery-translations@...
> https://lists.sourceforge.net/lists/listinfo/gallery-translations


-------------------------------------------------------
This SF.Net email is sponsored by xPML, a groundbreaking scripting language
that extends applications into web and mobile media. Attend the live webcast
and join the prime developer group breaking into this new coding territory!
http://sel.as-us.falkag.net/sel?cmd=lnk&kid=110944&bid=241720&dat=121642
_______________________________________________
Gallery-translations mailing list
Gallery-translations@...
https://lists.sourceforge.net/lists/listinfo/gallery-translations

Re: GNUMakefile.inc

by AFShin :: Rate this Message:

| View Threaded | Show Only this Message

Thank you Fran.
I've downloaded the 2.0.3 Developer Version and the Problem Fixed. Thanks.

Will the Page Maintainer of:
http://codex.gallery2.org/index.php/Gallery2:Localization 
<http://codex.gallery2.org/index.php/Gallery2:Localization>
Add a comment to this page, Regarding that, This works on Developer
Version ?

Thanks,

AFShin



Fran Hermoso wrote:

> This problem occured to me, the only thing I had to do was download
> the gallery-developer package instead of the others.
> I also reconfigured the locales of my language
>
> On 3/9/06, * AFShin* <glist@...
> <mailto:glist@...>> wrote:
>
>     Thanks Friends,
>
>     I've used the Latest gettext on FreeBSD 5.4.
>
>     The step is:  make messages.po
>     and in FreeBSD I type: gmake messages.po
>
>     Also I was wondering that this command will produce something like
>     tr_TR.po,  So I've decided to compile it, as it was on the guide,
>     So:  make install tr_TR.po
>
>     Same result, as before.
>     I thought that the Makefile couldn't find the GNUmakefile.inc, I've
>     search the FreeBSD box, and found one in Core module, under the
>     classes,
>
>     So I copied the file everywhere, and changed the dicrections in the
>     Makefile to point to this file,
>     Unfortunatelly same result.
>
>     I'm wondering if at last I couldn't do this by myself, I can Translate
>     it , and then send it to some of you,
>
>     Thank you all.
>
>     AFShin
>
>
>
>     Alan Harder wrote:
>     > http://codex.gallery2.org/index.php/Gallery2:Localization
>     <http://codex.gallery2.org/index.php/Gallery2:Localization>
>     >
>     > Which step or what command is giving you the error?
>     >
>     >     - Alan
>     >
>     > AFShin wrote:
>     >> Dear Friends,
>     >>
>     >> I'm trying to translate the Gallery to a new language.
>     >> I've tried this on Redhat 9 and FreeBSD5.4
>     >> gettext was installed on both of them (I think so) I've not
>     >> downloaded the gettext, I've used the gettext package that was
>     in the
>     >> distribution.
>     >> On both systems I got this Error:
>     >> gmake: *** No rule to make target
>     >> '../../../lib/tools/po/GNUMakefile.inc'
>     >>
>     >> Any help ?
>     >>
>     >> Thank you all,
>     >> AFShin
>     >
>     >
>     >
>
>
>
>     -------------------------------------------------------
>     This SF.Net email is sponsored by xPML, a groundbreaking scripting
>     language
>     that extends applications into web and mobile media. Attend the
>     live webcast
>     and join the prime developer group breaking into this new coding
>     territory!
>     http://sel.as-us.falkag.net/sel?cmd=lnk&kid=110944&bid=241720&dat=121642
>     <http://sel.as-us.falkag.net/sel?cmd=lnk&kid=110944&bid=241720&dat=121642>
>     _______________________________________________
>     Gallery-translations mailing list
>     Gallery-translations@...
>     <mailto:Gallery-translations@...>
>     https://lists.sourceforge.net/lists/listinfo/gallery-translations
>
>
>
>
> --
> --------------------------------------------------------------
> Fran Hermoso               franhp.blogspot.com
> <http://franhp.blogspot.com>
> --GraP--                         grap.thruhere.net
> <http://grap.thruhere.net>
> Usuari de Catux nº39             Manresa
> Linux member #362209                Barcelona    
> ---------------------------------------------------------------



-------------------------------------------------------
This SF.Net email is sponsored by xPML, a groundbreaking scripting language
that extends applications into web and mobile media. Attend the live webcast
and join the prime developer group breaking into this new coding territory!
http://sel.as-us.falkag.net/sel?cmd=lnk&kid=110944&bid=241720&dat=121642
_______________________________________________
Gallery-translations mailing list
Gallery-translations@...
https://lists.sourceforge.net/lists/listinfo/gallery-translations

Re: GNUMakefile.inc

by Alan Harder :: Rate this Message:

| View Threaded | Show Only this Message


AFShin wrote:
> Thank you Fran.
> I've downloaded the 2.0.3 Developer Version and the Problem Fixed. Thanks.
>
> Will the Page Maintainer of:
> http://codex.gallery2.org/index.php/Gallery2:Localization 
> <http://codex.gallery2.org/index.php/Gallery2:Localization>
> Add a comment to this page, Regarding that, This works on Developer
> Version ?

good suggestion, I will do that.

Please consider translating Gallery 2.1-RC-2 or current nightly
snapshot.. you can translate 2.0.x but when you submit translations
we'll apply them to upcoming 2.1 release, so you'll be missing a
lot of strings and translating many that have changed..

Thanks!

        - Alan


>
>
> Fran Hermoso wrote:
>> This problem occured to me, the only thing I had to do was download
>> the gallery-developer package instead of the others.
>> I also reconfigured the locales of my language
>>
>> On 3/9/06, * AFShin* <glist@...
>> <mailto:glist@...>> wrote:
>>
>>     Thanks Friends,
>>
>>     I've used the Latest gettext on FreeBSD 5.4.
>>
>>     The step is:  make messages.po
>>     and in FreeBSD I type: gmake messages.po
>>
>>     Also I was wondering that this command will produce something like
>>     tr_TR.po,  So I've decided to compile it, as it was on the guide,
>>     So:  make install tr_TR.po
>>
>>     Same result, as before.
>>     I thought that the Makefile couldn't find the GNUmakefile.inc, I've
>>     search the FreeBSD box, and found one in Core module, under the
>>     classes,
>>
>>     So I copied the file everywhere, and changed the dicrections in the
>>     Makefile to point to this file,
>>     Unfortunatelly same result.
>>
>>     I'm wondering if at last I couldn't do this by myself, I can
>> Translate
>>     it , and then send it to some of you,
>>
>>     Thank you all.
>>
>>     AFShin
>>
>>
>>
>>     Alan Harder wrote:
>>     > http://codex.gallery2.org/index.php/Gallery2:Localization
>>     <http://codex.gallery2.org/index.php/Gallery2:Localization>
>>     >
>>     > Which step or what command is giving you the error?
>>     >
>>     >     - Alan
>>     >
>>     > AFShin wrote:
>>     >> Dear Friends,
>>     >>
>>     >> I'm trying to translate the Gallery to a new language.
>>     >> I've tried this on Redhat 9 and FreeBSD5.4
>>     >> gettext was installed on both of them (I think so) I've not
>>     >> downloaded the gettext, I've used the gettext package that was
>>     in the
>>     >> distribution.
>>     >> On both systems I got this Error:
>>     >> gmake: *** No rule to make target
>>     >> '../../../lib/tools/po/GNUMakefile.inc'
>>     >>
>>     >> Any help ?
>>     >>
>>     >> Thank you all,
>>     >> AFShin
>>     >
>>     >
>>     >
>>
>>
>>
>>     -------------------------------------------------------
>>     This SF.Net email is sponsored by xPML, a groundbreaking scripting
>>     language
>>     that extends applications into web and mobile media. Attend the
>>     live webcast
>>     and join the prime developer group breaking into this new coding
>>     territory!
>>    
>> http://sel.as-us.falkag.net/sel?cmd=lnk&kid=110944&bid=241720&dat=121642
>>    
>> <http://sel.as-us.falkag.net/sel?cmd=lnk&kid=110944&bid=241720&dat=121642>
>>
>>     _______________________________________________
>>     Gallery-translations mailing list
>>     Gallery-translations@...
>>     <mailto:Gallery-translations@...>
>>     https://lists.sourceforge.net/lists/listinfo/gallery-translations
>>
>>
>>
>>
>> --
>> --------------------------------------------------------------
>> Fran Hermoso               franhp.blogspot.com
>> <http://franhp.blogspot.com>
>> --GraP--                         grap.thruhere.net
>> <http://grap.thruhere.net>
>> Usuari de Catux nº39             Manresa
>> Linux member #362209                Barcelona    
>> ---------------------------------------------------------------
>
>
>
> -------------------------------------------------------
> This SF.Net email is sponsored by xPML, a groundbreaking scripting language
> that extends applications into web and mobile media. Attend the live
> webcast
> and join the prime developer group breaking into this new coding territory!
> http://sel.as-us.falkag.net/sel?cmd=lnk&kid=110944&bid=241720&dat=121642
> _______________________________________________
> Gallery-translations mailing list
> Gallery-translations@...
> https://lists.sourceforge.net/lists/listinfo/gallery-translations


-------------------------------------------------------
This SF.Net email is sponsored by xPML, a groundbreaking scripting language
that extends applications into web and mobile media. Attend the live webcast
and join the prime developer group breaking into this new coding territory!
http://sel.as-us.falkag.net/sel?cmd=lnk&kid0944&bid$1720&dat1642
_______________________________________________
Gallery-translations mailing list
Gallery-translations@...
https://lists.sourceforge.net/lists/listinfo/gallery-translations