Update: I had just done a "make" before, but now I tried a "./configure && make", and it worked correctly. I suppose I needed to reconfigure the library locations.
Thanks all for the help!
Denís.
2007/11/5, Denís Fernández Cabrera <denis@...2126...>:
Hello JonY, jmak and everyone. Thanks for your help.
It isn't neither a bad symlink to bash (I checked it) nor gettext (I installed it), because I keep having the same issue in compiling.
The thing is that /bin/sh (thus, bash) doesn't seem to find this "no" command from the lines:
file=`echo am | sed 's,.*/,,'`.gmo \ && rm -f $file && no -o $file am.po /bin/sh: line 1: no: command not found
Should I perhaps install some package to process .po files, or something?
I forgot to mention that my systemm is a powerpc running Debian unstable, in case that helps.
Denís.
2007/11/5, jmak <jozmak@...155...>:
On 11/4/07, Denís Fernández Cabrera <denis@...2126...> wrote:
Hello people,
When I try to compile the current Inkscape snapshot, as per: http://inkscape.modevia.com/svn-snap/?M=D
...I get the following error:
<begin code> (...) Making all in po make[2]: Entrando no directorio `/home/denis/src/inkscape-16424/po' file=`echo am | sed 's,.*/,,'`.gmo \ && rm -f $file && no -o $file am.po /bin/sh: line 1: no: command not found make[2]: *** [am.gmo] Erro 127 make[2]: Saíndo do directorio `/home/denis/src/inkscape-16424/po' make[1]: *** [all-recursive] Erro 1 make[1]: Saíndo do directorio `/home/denis/src/inkscape-16424' make: *** [all] Erro 2 denis@...2285...:~/src/inkscape-16424$
<end code>
From what I have seen through the files that the compilation has
generated sofar, Inkscape did compile successfully, and it is even runnable locally (but, of course, not installable, because it throws out this very same error). The error seems to be something related to language files (that is what those .po files are, correct?), but I am unsure on how to fix it or avoid it.
Could anyone help?
Thanks in advance, Denís.
-- Denís Fernández Cabrera mailto://denis@...2126... http://gatonegro.ceibes.org
This SF.net email is sponsored by: Splunk Inc. Still grepping through log files to find problems? Stop. Now Search log events and configuration files using AJAX and a browser. Download your FREE copy of Splunk now >> http://get.splunk.com/ _______________________________________________ Inkscape-user mailing list Inkscape-user@lists.sourceforge.net https://lists.sourceforge.net/lists/listinfo/inkscape-user
Install> 'gettext'
This SF.net email is sponsored by: Splunk Inc. Still grepping through log files to find problems? Stop. Now Search log events and configuration files using AJAX and a browser. Download your FREE copy of Splunk now >> http://get.splunk.com/ _______________________________________________ Inkscape-user mailing list Inkscape-user@lists.sourceforge.net https://lists.sourceforge.net/lists/listinfo/inkscape-user
-- Denís Fernández Cabrera mailto://denis@...2126... http://gatonegro.ceibes.org