[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: LYNX-DEV problems compiling lynx_386 version (latest lynx-cur.z
From: |
Bill Schiavo |
Subject: |
Re: LYNX-DEV problems compiling lynx_386 version (latest lynx-cur.z |
Date: |
Thu, 6 Nov 1997 20:05:24 -0500 (EST) |
Hello everyone.
You are getting errors for missing .h files because you didn't "make" the
chartrans stuff. Move to the lynx2-7-\src\chrtrans directory and type
"make -f makefile.dos" and that problem will be taken care of.
Could you show us your directory structure? I don't mean a listing, just
the structure. I am not sure that you have things in the right places,
E.G. Specifically, your wattcp stack.
Bill
On 6 xxx -1, Sabato De Rosa wrote:
> On 1997-11-04 address@hidden said:
> ly>Cc: address@hidden
> ly>On Tue, 4 Nov 1997, Sabato De Rosa wrote:
> ly>> 3) giving MAKE command in DJGPP subdirectory ov lynx's source
> ly>code it seems This may be the problem. You DON'T type make in the
> ly>DJGPP subdirectory. Go to the src directory and type "make -f
> ly>>makefile.dos".
>
> Ok Doug; but in the section V. of INSTALLATION files was suggested
> differently; in any cases I have followed your idea but the results are
> unconfortable. That's the report:
> ----------
>
> In file included from UCdomap.c:18:
> ./WWW/library/implementation/tcp.h:478: socket.h: No such file or directory
> (ENOENT)
> UCdomap.c:63: chrtrans/def7_uni.h: No such file or directory (ENOENT)
> UCdomap.c:64: chrtrans/iso01_uni.h: No such file or directory (ENOENT)
> UCdomap.c:65: chrtrans/iso02_uni.h: No such file or directory (ENOENT)
> UCdomap.c:66: chrtrans/cp437_uni.h: No such file or directory (ENOENT)
> UCdomap.c:67: chrtrans/cp850_uni.h: No such file or directory (ENOENT)
> UCdomap.c:68: chrtrans/koi8r_uni.h: No such file or directory (ENOENT)
> UCdomap.c:69: chrtrans/cp852_uni.h: No such file or directory (ENOENT)
> UCdomap.c:70: chrtrans/cp866_uni.h: No such file or directory (ENOENT)
> UCdomap.c:71: chrtrans/cp1250_uni.h: No such file or directory (ENOENT)
> UCdomap.c:72: chrtrans/cp1251_uni.h: No such file or directory (ENOENT)
> UCdomap.c:73: chrtrans/cp1252_uni.h: No such file or directory (ENOENT)
> UCdomap.c:74: chrtrans/viscii_uni.h: No such file or directory (ENOENT)
> UCdomap.c:75: chrtrans/iso03_uni.h: No such file or directory (ENOENT)
> UCdomap.c:76: chrtrans/iso04_uni.h: No such file or directory (ENOENT)
> UCdomap.c:77: chrtrans/iso05_uni.h: No such file or directory (ENOENT)
> UCdomap.c:78: chrtrans/iso06_uni.h: No such file or directory (ENOENT)
> UCdomap.c:79: chrtrans/iso07_uni.h: No such file or directory (ENOENT)
> UCdomap.c:80: chrtrans/iso08_uni.h: No such file or directory (ENOENT)
> UCdomap.c:81: chrtrans/iso09_uni.h: No such file or directory (ENOENT)
> UCdomap.c:82: chrtrans/iso10_uni.h: No such file or directory (ENOENT)
> UCdomap.c:83: chrtrans/utf8_uni.h: No such file or directory (ENOENT)
> UCdomap.c:84: chrtrans/rfc_suni.h: No such file or directory (ENOENT)
> UCdomap.c:85: chrtrans/mnemonic_suni.h: No such file or directory (ENOENT)
> make.exe: *** [UCdomap.o] Error 1
>
> ----------
> ly>>that doesn't work; the problem is that there isn't
> ly>>file SOCKET.H called from file TCP.H. I have tried to solve this
> ly>>question adding the TCPLIB/ICLUDE/TCP in paths declared in
> ly>>C_INCLUDEPATH of compiler's DJGPP.ENV file (but I don't know if
> ly>>this solution is correct). 4) giving again the MAKE command the
> ly>>compilation ends abnormally, because errors of undeclared
> ly>>functions occur ..........
> ly>>functions); in any cases the compilation stops on file
> ly>>WWW/IMPLEENTATION/HTTP.C.
> ly>It is hard to help without more specific
> ly>information. Which version of lynx are you trying to compile?
>
> lynx-2-7-1.ac.0.89
>
> ly>Socket.h and tcp.h are referenced with the CFLAG "-I..
> ly>/djgpp/tcplib/include/tcp". Please write back to the list with
> ly>specific error messages and the version you are trying to compile.
>
> Yes; I also have seen that the references of SOCKET.H file seems to be
> correct; but here is the report of compilation beginning from
> LYNX-2-7\WWW\LIBRARY\DJGPP directory (as indicated in the INSTALLATION
> file).
> ----------
>
> In file included from ../../Library/Implementation/HTParse.c:6:
> ./../Library/Implementation/tcp.h:478: socket.h: No such file or directory
> (ENOENT)
> make.exe: *** [../../Library/djgpp/HTParse.o] Error 1
>
> ----------
> Best regards and thank you in advance.
> P.S.: Ber me, if possible! Thank you and all members.
>
> Net-Tamer V 1.10 - Test Drive
>
> ;
> ; To UNSUBSCRIBE: Send a mail message to address@hidden
> ; with "unsubscribe lynx-dev" (without the
> ; quotation marks) on a line by itself.
> ;
>
;
; To UNSUBSCRIBE: Send a mail message to address@hidden
; with "unsubscribe lynx-dev" (without the
; quotation marks) on a line by itself.
;
- Re: LYNX-DEV problems compiling lynx_386 version (latest lynx-cur.z, Sabato De Rosa, 1997/11/05
- Re: LYNX-DEV problems compiling lynx_386 version (latest lynx-cur.z, Sabato De Rosa, 1997/11/06
- Re: LYNX-DEV problems compiling lynx_386 version (latest lynx-cur.z, Doug Kaufman, 1997/11/10
- Re: LYNX-DEV problems compiling lynx_386 version (latest lynx-cur.z, Doug Kaufman, 1997/11/11
- Re: LYNX-DEV problems compiling lynx_386 version (latest lynx-cur.z, Doug Kaufman, 1997/11/11
- Re: LYNX-DEV problems compiling lynx_386 version (latest lynx-cur.z, Sabato De Rosa, 1997/11/13