Bug report #635 has just been filed.

You can view the report at the following URL:

   <http://znutar.cortexity.com/BugRatViewer/ShowReport/635>

REPORT #635 Details.

Project: Tomcat
Category: Bug Report
SubCategory: New Bug Report
Class: swbug
State: received
Priority: medium
Severity: serious
Confidence: public
Environment: 
   Release: CVS version
   JVM Release: 1.2.2
   Operating System: Solaris
   OS Release: 5.6
   Platform: sparc-sun-solaris2.6

Synopsis: 
Compilation of mod_jk failed

Description:
Compiling mod_jk
gcc -DSOLARIS2=260 -DMOD_PERL -DUSE_PERL_SSI -fno-strict-aliasing -I/usr/local/include 
-D_LARGEFILE_SOURCE -D_FILE_OFF
SET_BITS=64 -DUSE_EXPAT -I../lib/expat-lite -fPIC -DSHARED_MODULE 
-I/usr/local/apache/include -I../common -I/usr/local
/jdk/include -I/usr/local/jdk/include/solaris  -c mod_jk.c
In file included from ../common/jk_util.h:66,
                 from mod_jk.c:90:
../common/jk_pool.h:116: parse error before `jk_pool_atom_t'
mod_jk.c: In function `jk_handler':
mod_jk.c:679: `jk_pool_atom_t' undeclared (first use in this function)
m
...

The reason is that apxs use -DSOLARIS2=260, but 
jk_pool.h relies on defined(SOLARIS)
Title: BugRat Report # 635

BugRat Report # 635

Project: Tomcat Release: CVS version
Category: Bug Report SubCategory: New Bug Report
Class: swbug State: received
Priority: medium Severity: serious
Confidence: public

Submitter: _Anonymous ( [EMAIL PROTECTED] )
Date Submitted: Dec 20 2000, 09:02:20 CST
Responsible: Z_Tomcat Alias ( [EMAIL PROTECTED] )

Synopsis:
Compilation of mod_jk failed
Environment: (jvm, os, osrel, platform)
1.2.2, Solaris, 5.6, sparc-sun-solaris2.6

Additional Environment Description:

Report Description:
Compiling mod_jk gcc -DSOLARIS2=260 -DMOD_PERL -DUSE_PERL_SSI -fno-strict-aliasing -I/usr/local/include -D_LARGEFILE_SOURCE -D_FILE_OFF SET_BITS=64 -DUSE_EXPAT -I../lib/expat-lite -fPIC -DSHARED_MODULE -I/usr/local/apache/include -I../common -I/usr/local /jdk/include -I/usr/local/jdk/include/solaris -c mod_jk.c In file included from ../common/jk_util.h:66, from mod_jk.c:90: ../common/jk_pool.h:116: parse error before `jk_pool_atom_t' mod_jk.c: In function `jk_handler': mod_jk.c:679: `jk_pool_atom_t' undeclared (first use in this function) m ... The reason is that apxs use -DSOLARIS2=260, but jk_pool.h relies on defined(SOLARIS)

Workaround:
null

View this report online...

Reply via email to