Mailing List Archive

[0.4.4] build problems, was Re: The GnuPG helps Patch release
Still seeing the same problems with 0.4.4 and the tools Makefile, using
"configure --with-included-gettext":

Making all in tools
gcc -DHAVE_CONFIG_H -I. -I. -I.. -I../include -O2 -Wall -c mpicalc.c
In file included from mpicalc.c:34:
../include/i18n.h:29: libintl.h: No such file or directory
*** Error code 1

Stop.
*** Error code 1

Stop.
*** Error code 1

Stop.

Adding -I../intl to the DEFS line in tools/Makefile once again fixes this
problem.

Other than that, no problems so far with building, installing or running.

Bryan

--
Bryan Fullerton http://www.samurai.com/
Owner, Lead Consultant http://www.feh.net/
Samurai Consulting http://www.icomm.ca/
"No, we don't do seppuku." Can you feel the Ohmu call?
Re: [0.4.4] build problems [ In reply to ]
Bryan Fullerton <bryanf@samurai.com> writes:

> Adding -I../intl to the DEFS line in tools/Makefile once again fixes this
> problem.

Okay, I fixed this. I still have doubts that this is the right way to
do it.

Werner