pocketzeroes/pipeviewer

po2table.sh doesn't create table.c

GoogleCodeExporter opened this issue · 1 comments

because  de for  sentence  is missing $@


for POFILE ; do
...
done

must be 
for POFILE in $@; do
...
done

to replicate delete  src/nls/table.c and run  make 

Original issue reported on code.google.com by eddie.ar...@gmail.com on 1 Nov 2010 at 2:48

Yes it does (at least in 1.2.0). Did you remember to run configure with 
--enable-static-nls?

Original comment by ivarch...@gmail.com on 14 Dec 2010 at 2:15

  • Changed state: Invalid