Re: Recent updates to Mod_Jk on NetWare ;-(

2004-11-11 Thread Mladen Turk
NormW wrote:
Good evening All,
Following the recent CVS updates a build of Mod_Jk on Windows using CW 
for NetWare produces the following...

# -
# 293: __FUNCTION__ ::service sticky_session=%d\n,
I was afraid of that :(.
GCC and MSVC has a __FUNCTION__ macro, but CW apparently doesn't.
Are you aware of the predefined macros for CW?
Perhaps __FUNC__ like on C99?
MT.
-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]


Re: Recent updates to Mod_Jk on NetWare ;-(

2004-11-11 Thread NormW
Mladen Turk wrote:
NormW wrote:
Good evening All,
Following the recent CVS updates a build of Mod_Jk on Windows using CW 
for NetWare produces the following...

# -
# 293: __FUNCTION__ ::service sticky_session=%d\n,

I was afraid of that :(.
GCC and MSVC has a __FUNCTION__ macro, but CW apparently doesn't.
Are you aware of the predefined macros for CW?
Perhaps __FUNC__ like on C99?
MT.
-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]
.
Good evening,
Nothing like _ALL_ macro's (pun intended). A search of the CLIB/LIBC 
library source tree finds no match for __FUNC__. I've placed a question 
on the Novell LibC forum but Murphy's Law of Watched Kettles is in 
operation.
Surely I can't be the only NetWare user watching this considering Novell 
use Mod_Jk in the Tomcat apps...

For the minute,
Norm
-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]


Re: Recent updates to Mod_Jk on NetWare ;-(

2004-11-11 Thread Mladen Turk
NormW wrote:
Mladen Turk wrote:
GCC and MSVC has a __FUNCTION__ macro, but CW apparently doesn't.
Are you aware of the predefined macros for CW?
Perhaps __FUNC__ like on C99?

Good evening,
Nothing like _ALL_ macro's (pun intended). A search of the CLIB/LIBC 
library source tree finds no match for __FUNC__. I've placed a question 
on the Novell LibC forum but Murphy's Law of Watched Kettles is in 
operation.
Surely I can't be the only NetWare user watching this considering Novell 
use Mod_Jk in the Tomcat apps...


Yes, I searched trough metrowers documentation and there's nothing
like __FUNCT__ or __FUNCTION__.
I'll think of something else.
MT.
-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]


Recent updates to Mod_Jk on NetWare ;-(

2004-11-10 Thread NormW
Good evening All,
Following the recent CVS updates a build of Mod_Jk on Windows using CW 
for NetWare produces the following...

Compiling ../common/jk_ajp_common.c
Compiling ../common/jk_connect.c
Compiling ../common/jk_context.c
Compiling ../common/jk_jni_worker.c
Compiling ../common/jk_lb_worker.c
### mwccnlm Compiler:
#File: ..\common\jk_lb_worker.c
# -
# 293: __FUNCTION__ ::service sticky_session=%d\n,
#   Error:  ^
#   ',' expected
[one of several - the first module containing the __FUNCTION__ object]
The major gripe seems to be that __FUNCTION__ is an unknown. If this is 
a 'standard' for Unix builds it might need a local definition for builds 
on NetWare... I'll drop a message in the LibC forum and see what's known 
as there is nothing in either CLIB or LIBC libraries that I can find.

For the minute,
Norm
-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]