AndyStricker / gettext-javascript

Javascript language support for gettext
http://www.gnu.org/software/gettext/
GNU General Public License v3.0
23 stars 3 forks source link

INSTALL #3

Open abernier opened 12 years ago

abernier commented 12 years ago

Hi,

I'm desperately trying to have javascript in xgettext for my javascript app...

I saw you had submitted it to the ML http://lists.gnu.org/archive/html/bug-gettext/2011-08/msg00006.html

In the meantime it is part of gettext, I tried and checkouted your github repository but didn't manage to get it compiled...

I tried with :

$ ./autogen.sh 
Initialized empty Git repository in /Users/abernier/tmp/gettext-javascript/gnulib/.git/
git.savannah.gnu.org[0: 140.186.70.72]: errno=Operation timed out
fatal: unable to connect a socket (Operation timed out)
** warning: gnulib-tool not found

Then I manually checkouted gnulib from http://git.savannah.gnu.org/r/gnulib.git/ — supposing repository has moved — but then had compilation errors...

Can you help?

Thank you

PS: Here is the entire log if it can help http://pastebin.com/nwfJtiEq

AndyStricker commented 12 years ago

Did you solve the problem? This looks like gnulib couldn't be downloaded from GNU Savannah server.

abernier commented 12 years ago

Hi Andy,

No I didn't... On your hand, can you still build the project? Can you confirm ./autogen.sh is the way to go?

Thank you

AndyStricker commented 12 years ago

Yes ./autogen.sh is the way to go. It will download gnulib by Git and run ./configure. But I've had several times problems — always different problems — running it, I can't give you a specific advice.