Ok, I've renamed "curses.h" to "pdcurses.h", And I've made the
/curses, and /obj above the Lynx directory. In the root directory
that is.
But now, in compiling, I'm getting the following errors:
src/lyutils.c:
Warning src/lyutils.c 2421: 'readfds' is declared but never used in
function HTCheckForInterrupt
Warning src/lyutils.c 2421: 'socket_timeout' is declared but never
used in function HTCheckForInterrupt
Warning src/lyutils.c 5141: 'phost' is declared but never used in
function LYExpandHostForURL
Warning src/lyutils.c 5141: 'hoststat' is declared but never used in
function LYExpandHostForURL
Error src/lyutils.c 7720: Undefined symbol 'thread' in function
w32_strerror
Error src/lyutils.c 7720: Statement missing ; in function
w32_strerror
Error src/lyutils.c 7722: Declaration is not allowed here in function
w32_strerror
Error src/lyutils.c 7723: Declaration is not allowed here in function
w32_strerror
Error src/lyutils.c 7724: Declaration is not allowed here in function
w32_strerror
Error src/lyutils.c 7731: Undefined symbol 'msg_buff' in function
w32_strerror
Error src/lyutils.c 7756: Not an allowed type in function w32_strerror
*** 7 errors in Compile ***
** error 1 ** deleting ../obj/lyutils.obj
Original message:
> You created the obj and curses subdirectories beneath the lynx
> directory, I assume. In the long run, creating them in the next level
> up will allow you to unpack new versions and compile without needing
> to move those subdirectories.
>
> > Since I made those changes, it is finding the "zlib.lib", but it is
> > now asking for a file "pdcurses.h" which can not be found. does any
> > one know where I can find this header file? It doesn't seem to be in
> > the pdcurses23.zip file I downloaded.
>
> I'll have to look at home, but perhaps the curses.h file or some such
> needs to be renamed?