etnt / gettext

Erlang internationalization library.
http://www.redhoterlang.com/
MIT License
70 stars 45 forks source link

gettext.app.src is not rebar-friendly #1

Closed ghost closed 7 years ago

ghost commented 13 years ago

Adding gettext as a rebar dependency fails with this error:

  ERROR: Failed to extract name from 
  /home/al/projects/matome/deps/gettext/src/gettext.app.src: 
  {25, erl_parse,  ["syntax error before: ",  "'.'"]}

gettext.app.src is not a valid erlang config file (it's intended to be processed by Perl in gettext's build). A quick workaround:

  cp ebin/gettext.app src/gettext.app.src
etnt commented 13 years ago

Yeah, perhaps I should remove that Perl junk and the .app.src file. I'll think about it.

lemenkov commented 8 years ago

Fixed in 15603623de54d4b38962d7702ac7c78bafb79b95, 2cd2fe88906cdadb035c1dbba8830176cacd14d7.

@etnt I believe you can close this ticket now as "RESOLVED".

richcarl commented 7 years ago

Closing.