"Richard E. Hawkins" wrote:
> 
> This has stuck around for a couple of weeks now.  This is on FreeBSD
> 4.3, even after a make clean:
> 
> gmake[3]: Entering directory `/usr/local/src/lyx-devel/src'
> g++ -DHAVE_CONFIG_H -I. -I. -I. -I.. -I.. -I../boost    -isystem /usr/X11R6/include  
>-g -O -fno-exceptions -W -Wall -c gettext.C
> In file included from gettext.C:23:
> ../intl/libintl.h:25: libintl.h: No such file or directory

This file file should be generated by gmake in intl/ directory.
The Makefile in lyx-devel/intl says somewhere:

libintl.h: libgnuintl.h
        cp $(srcdir)/libgnuintl.h libintl.h


Of course you could do that manually, but why has this step not been executed?
Is that line missing in your Makefile?

Hopefully this helps a bit finding the source of the trouble.

Regards,
Rob.

Reply via email to