Jk_map.c build 'problem'?

2005-02-12 Thread NormW
Greetings All, Just zipping the compiler over the recent updates to mod_jk and get the error noted below Nice to see the 'spirit' of JK2 lives on anyway... Regards, Norm Compiling ../common/jk_lb_worker.c Compiling ../common/jk_map.c ### mwccnlm Compiler: #File: ..\common\jk_map.c # -

Re: Jk_map.c build 'problem'?

2005-02-12 Thread Günter Knauf
Hi Norm, that's a netware-own problem; please add -D_POSIX_SOURCE to the compiler flags and see if that fixes teh problem; if so then please also check if we get no other strange behaviours - then we have to go other ways. Guenter. > Just zipping the compiler over the recent updates to mod_jk a

Re: Jk_map.c build 'problem'?

2005-02-12 Thread Günter Knauf
Hi Norm, can you please also do a build for Apache 1.3.x? I guess there this problem doesnt occure because of the clib headers; its only with Apache2 with libc headers. that's a netware-own problem; please add -D_POSIX_SOURCE to the compiler flags and see if that fixes teh problem; if so then p

Re: Jk_map.c build 'problem'?

2005-02-13 Thread NormW
Greetings and thanks for the feedback... With: DEFINES = -DNETWARE -D_POSIX_SOURCE in NWGNUenvironment.inc, I get the following (there was a lot more of it but this is the first few lines)... ### mwccnlm Compiler: #File: ..\common\jk_shm.c # --- # 49:

Re: Jk_map.c build 'problem'?

2005-02-13 Thread NormW
Greetings All, Get the following errors when attempting a mod_jk build for Apache 1.3 against the 1.3.33 source tree... Compiling ../common/jk_ajp_common.c Compiling ../common/jk_connect.c ### mwccnlm Compiler: #File: ..\common\jk_connect.c # --- # 105: NetDBge

Re: Jk_map.c build 'problem'?

2005-02-13 Thread Mladen Turk
NormW wrote: Greetings and thanks for the feedback... With: DEFINES= -DNETWARE -D_POSIX_SOURCE in NWGNUenvironment.inc, I get the following (there was a lot more of it but this is the first few lines)... ### mwccnlm Compiler: #File: ..\common\jk_shm.c # --- #

Re: Jk_map.c build 'problem'?

2005-02-13 Thread NormW
Good evening, OK will watch for an update and retry. Regards, Norm Mladen Turk wrote: NormW wrote: Greetings and thanks for the feedback... With: DEFINES= -DNETWARE -D_POSIX_SOURCE in NWGNUenvironment.inc, I get the following (there was a lot more of it but this is the first few lines)...

Re: Jk_map.c build 'problem'?

2005-02-13 Thread Mladen Turk
NormW wrote: ### mwccnlm Compiler: #File: ..\common\jk_connect.c # --- # 105: NetDBgethostbyname( &nwSocketCtx, (host) ) # Error: ^ # illegal implicit conversion from 'const char *' to # 'char *' This is bad ;). geth

Re: Jk_map.c build 'problem'?

2005-02-13 Thread Mladen Turk
NormW wrote: Greetings All, Get the following errors when attempting a mod_jk build for Apache 1.3 against the 1.3.33 source tree... Also, can you see if it will be possible to create NWGNUmakefile for Apache1. Looking at this file for Apache2 seems that it's quite portable, and can be transforme

Re: Jk_map.c build 'problem'?

2005-02-13 Thread NormW
Good evening Mladen, Guenter can verify, but the Build units are the same, ie CodeWarror, but Apache 1.3 uses an 'older' library set called Clib, whereas Apache2 gets a newer library set called LibC. The only other change is that the Makefile 'standard' changed to the NWGNU format. AFAIK there w

Re: Jk_map.c build 'problem'?

2005-02-13 Thread Mladen Turk
NormW wrote: Good evening Mladen, Guenter can verify, but the Build units are the same, ie CodeWarror, but Apache 1.3 uses an 'older' library set called Clib, whereas Apache2 gets a newer library set called LibC. The only other change is that the Makefile 'standard' changed to the NWGNU format.

Re: Jk_map.c build 'problem'?

2005-02-13 Thread NormW
Good evening, OK - will be off and delve into Apache 1.3 a little closer. No idea when Guenter might be through this way, but for now seems AP 1.3 is a NetWare issue and AP 2.0 will get another try when Guenter comes or I come by in the morning... if there is an update. :-) Norm Mladen Turk wr

Re: Jk_map.c build 'problem'?

2005-02-13 Thread Günter Knauf
Hi, > OK - will be off and delve into Apache 1.3 a little closer. No idea when > Guenter might be through this way, but for now seems AP 1.3 is a NetWare > issue and AP 2.0 will get another try when Guenter comes or I come by in > the morning... if there is an update. :-) I take a look as soon as

Re: Jk_map.c build 'problem'?

2005-02-13 Thread NormW
Still morning and the sky is a little lighter... Günter Knauf wrote: Hi, OK - will be off and delve into Apache 1.3 a little closer. No idea when Guenter might be through this way, but for now seems AP 1.3 is a NetWare issue and AP 2.0 will get another try when Guenter comes or I come by in the mor