Re: Apache 1.3 and NetWare.... build problems...

2005-05-17 Thread NormW
Good morning and thanks for the time taken. The Cygwin sed is one I was sent recently; I had been using the GnuWin32 versions with no success. When the winsock2 header is relocated as you suggest then it should all glue together. Thanks for the time and clarifications, Regards, Norm Brad Nichole

Re: Apache 1.3 and NetWare.... build problems...

2005-05-17 Thread NormW
Good evening,... ..and apologies if this is wearing thin, but after updating the local trunk copy of Apache 1.3, I still see the following error: C:\Projects\svn\apache-1.3>make -f NWGNUmakefile Building C:/Projects/svn/apache-1.3/src Generating Release\cc.opt Creating dependancy list for main_nl

Re: Apache 1.3 and NetWare.... build problems...

2005-05-17 Thread Brad Nicholes
The winsock2 headers need to be in the same path as the other NWSDK headers. In other words, they should be found within the path: Set NWSDKDIR=c:\novell\ndk\nwsdk For SED, I am doing the same thing that you are which is using the cygwin tools Set GNUTOOLS=c:\prg\tools\cygwin which works j

Re: Apache 1.3 and NetWare.... build problems...

2005-05-17 Thread NormW
Good morning... (a little rain at last). Thanks for the feedback... will update the process and try again. Regards, Norm Brad Nicholes wrote: The documentation has just been updated. Apache 1.3 for NetWare is a CLib application rather than LibC. It was incorrectly referencing the wrong SDK. You

Re: Apache 1.3 and NetWare.... build problems...

2005-05-17 Thread NormW
Brad Nicholes wrote: *Truncated!* *This message exceeded the Maximum Message Size set in Account Settings, so we have only downloaded the first few lines from the mail server.* *Click here to download the rest of the mess

Re: Apache 1.3 and NetWare.... build problems...

2005-05-16 Thread Brad Nicholes
The documentation has just been updated. Apache 1.3 for NetWare is a CLib application rather than LibC. It was incorrectly referencing the wrong SDK. You should be downloading and using the CLib SDK from http://developer.novell.com/ndk/clib.htm As far as SED goes, I don't know why the 4.1.4

Apache 1.3 and NetWare.... build problems...

2005-05-15 Thread NormW
Greetings All, Had a need to build a local copy of Apache 1.3.33 (source) and after setting the env vars as described for NetWare, got the following: "Unable to locate winsock2.h" A search found this in \Novell\ws295sdk\include, so I added that to the Include path list (solved that), but now ge