lynx-dev
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

lynx-dev make file bug report and fix


From: Glenn E. Thobe
Subject: lynx-dev make file bug report and fix
Date: Sun, 27 Dec 1998 16:47:24 -0800 (PST)

I encountered the following error message when compiling
src/chrtrans/makeuctb.c from lynx2.8.2dev.8.tar.bz2.  Note that I am
running "../configure" and "make" in the directory lynx2-8-2/obj.

make[2]: Entering directory `/mnth/thobe/lynx2-8-2/obj/src/chrtrans'
gcc -DHAVE_CONFIG_H  -I/usr/5include -I../.. -I../../../intl -I../../../src 
-I../../../src/chrtrans -I../../../WWW/
Library/Implementation  -O2 -DSUN -DSUN4  -c ../../../src/chrtrans/makeuctb.c
In file included from ../../../src/chrtrans/makeuctb.c:20:
../../../WWW/Library/Implementation/HTUtils.h:435: userdefs.h: No such file or 
directory
make[2]: *** [makeuctb.o] Error 1
make[2]: Leaving directory `/mnth/thobe/lynx2-8-2/obj/src/chrtrans'

I reran the gcc statement with "-I../../.." added and compiled successfully.  

The relevant lines in lynx2-8-2/src/chrtrans/makefile.in are:

CPP_OPTS        = @DEFS@ @CPPFLAGS@ \
                -I$(top_builddir) \
                -I$(top_srcdir)/intl \
                -I$(top_srcdir)/src \
                -I$(top_srcdir)/src/chrtrans \
                -I$(top_srcdir)/$(WWWINC) \
                $(SITE_DEFS)

The problem ought to be fixable by inserting "-I$(top_srcdir) \", since that
is where userdefs.h is located.

The machine is a Sun 3/80 with SunOS 4.1.4_U1, gcc 2.7.2, and GNU make.

-Glenn Thobe <address@hidden>
(not currently subscribed)

reply via email to

[Prev in Thread] Current Thread [Next in Thread]