-The last and more serious problem is that I can't
test my gr.po file. Everything needs to be done with
sudo to run and be installed properly and when I reach
the commands from your guide:
$ ./autogen.sh && .configure && make
there are some errors in the terminal:
rm: src/config*: No such file or directory
rm: src/makefile*: No such file or directory
./autogen.sh: line 13: libtoolize: command not found
I think no problems were in the gettext installation.
I' m on an intel Macbook Pro 2008, with MacOSX Leopard.
You need to install GNU libtool. Using Fink is the way that the Mac OS X builds of Pd use. http://finkproject.org. Or really, I should make a build system that doesn't need libtool... coming soon.
.hc
Thank you for your answers .
I still have problems with libtool installed. I installed libtool through FinkCommander , as you suggested but in terminal there are still errors trying the commands:
$ ./autogen.sh && .configure && make
rm: src/config*: No such file or directory
rm: src/makefile*: No such file or directory
libtoolize: `configure.in' does not exist
Try `libtoolize --help' for more information.
$
What's wrong? I am in the ~/0.41.4/ directory when trying these. Some files are missing??