You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@tomcat.apache.org by bu...@apache.org on 2005/05/26 08:56:49 UTC

DO NOT REPLY [Bug 35080] New: - JK-1.2.13 doesn't build on Mac OSX 10.3

DO NOT REPLY TO THIS EMAIL, BUT PLEASE POST YOUR BUG�
RELATED COMMENTS THROUGH THE WEB INTERFACE AVAILABLE AT
<http://issues.apache.org/bugzilla/show_bug.cgi?id=35080>.
ANY REPLY MADE TO THIS MESSAGE WILL NOT BE COLLECTED AND�
INSERTED IN THE BUG DATABASE.

http://issues.apache.org/bugzilla/show_bug.cgi?id=35080

           Summary: JK-1.2.13 doesn't build on Mac OSX 10.3
           Product: Tomcat 5
           Version: Unknown
          Platform: Macintosh
        OS/Version: Mac OS X 10.3
            Status: NEW
          Severity: normal
          Priority: P3
         Component: Native:JK
        AssignedTo: tomcat-dev@jakarta.apache.org
        ReportedBy: me@christophercotton.com


If I do a ./configure and then a make. I will get an error:

jk_md5.h:65: undefined type, found `uint32_t'


the fix is that the following change is needed in jk_md5.h

on line 64. insert:

#elif defined(DARWIN)
    typedef u_int32_t JK_UINT4;

before the following lines:

#else
    typedef uint32_t JK_UINT4;
#endif

Then it all builds fine.

-- 
Configure bugmail: http://issues.apache.org/bugzilla/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug, or are watching the assignee.

---------------------------------------------------------------------
To unsubscribe, e-mail: tomcat-dev-unsubscribe@jakarta.apache.org
For additional commands, e-mail: tomcat-dev-help@jakarta.apache.org