make: gettext issues
Brought to you by:
rpeyron
Because of the special character in your first name (é)
gettext is cancelled with the message to specify the
correct encoding:
/usr/local/bin/xgettext: Non-ASCII string at
src/xtnFrame.cpp:275.
Please specify the source encoding through --from-code.
I've simply manually replaced all occurences of that
character with a normal 'e'.
However, I'm not sure from where you are, but you
should probably specify the right encoding when calling
gettext.
Anyway, thanks a lot for this great app :-)