Re: apr for mod_webapp make problem

2002-04-16 Thread Rick Troth
... but make gets error in system.h with error messages: /usr/include/asm/system.h: In function '__xchg': /usr/include/asm/system.h:67: '__u32 undeclared /usr/include/asm/system.h:67: parse error before 'ptr' /usr/include/asm/system.h:90: parse error before 'ptr' make[2]: ***

Re: apr for mod_webapp make problem

2002-04-16 Thread Vincent Gazzillo
(11) in apache. it doesn't look too good for apache-tomcat connectivity on s/390. i did same mod_webapp on intel linux with no problem. - Original Message - From: Rick Troth [EMAIL PROTECTED] To: [EMAIL PROTECTED] Sent: Tuesday, April 16, 2002 1:57 PM Subject: Re: apr for mod_webapp make

Re: apr for mod_webapp make problem

2002-04-16 Thread Rick Troth
did not spot -ansi flag anywhere in compiler flags. You might be tripping over something different. What I specifically thought it might be is in linux/types.h there is a section that reads something like #if defined(__GNUC__) !defined(__STRICT_ANSI__) typedef __u64

Re: apr for mod_webapp make problem

2002-04-16 Thread Steve Guthrie
Don't use mod-webapp. Use mod_jk, it will give you better results. -Original Message- From: Linux on 390 Port [mailto:[EMAIL PROTECTED]]On Behalf Of Vincent Gazzillo Sent: Tuesday, April 16, 2002 3:53 PM To: [EMAIL PROTECTED] Subject: Re: apr for mod_webapp make problem did not spot

Re: apr for mod_webapp make problem

2002-04-16 Thread Rengasamy, Samy
] Subject: Re: apr for mod_webapp make problem did not spot -ansi flag anywhere in compiler flags. but did put in CPPFLAGS in rules.mk to see what would happen and go same error messages. so that wasn't it. i tried to use the precompiled mod_webapp.so at http://www.tuxosaur.org/downloads

Re: apr for mod_webapp make problem

2002-04-16 Thread Alan Cox
What I specifically thought it might be is in linux/types.h there is a section that reads something like #if defined(__GNUC__) !defined(__STRICT_ANSI__) typedef __u64 uint64_t; typedef __u64 u_int64_t; typedef

Re: apr for mod_webapp make problem

2002-04-16 Thread Rich Blair
i'm running SuSe 7.0 Linux 2.2.16 and getting the same error as Vincent stated. Not sure where the -ansi flag is invoked. Thanks -Original Message- From: Rick Troth [mailto:[EMAIL PROTECTED]] Sent: Tuesday, April 16, 2002 1:57 PM To: [EMAIL PROTECTED] Subject: Re: apr for mod_webapp