lynx-dev
[Top][All Lists]
Advanced

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

Re: LYNX-DEV problems with compiling lynx..


From: Laura Eaves
Subject: Re: LYNX-DEV problems with compiling lynx..
Date: Wed, 23 Apr 1997 18:01:57 -0400 (EDT)

> Date: Wed, 23 Apr 1997 16:08:42 -0400
> From: address@hidden (Nobody)
>...
> ERRIDE -DOK_PERMIT -DNO_CHANGE_EXECUTE_PERMS  -I.. -I../slang/src   -c 
> LYClean.c -o LYClean.o
> In file included from LYClean.c:3:
> LYCurses.h:15: slang.h: No such file or directory
> make[1]: *** [LYClean.o] Error 1
> make[1]: Leaving directory `/home/mlu/lynx2-7/src'
> make: *** [solaris2-slang] Error 2
>
> Here is a part of my Makefile:
>
> SLANGINC = -I../slang/src               # location of slang.h and slcurses.h
> SLANGLIB = -L../slang/src/$(ARCH)objs   # location of libslang.a
> SLANGRRLIB = -R../slang/src/$(ARCH)objs # for solaris
>
> slang is at /home/mlu/slang

You havae to specify absolute instead of relative paths for SLANGINC, etc.
THe makefile actually cds to subdirectories and calls other makefiles,
so you're not in the root dir when LYClean.c is compiled.
--le
;
; To UNSUBSCRIBE:  Send a mail message to address@hidden
;                  with "unsubscribe lynx-dev" (without the
;                  quotation marks) on a line by itself.
;

reply via email to

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