[quake3-bugzilla] [Bug 5521] New: Building fails with newer zlib headers

bugzilla-daemon at icculus.org bugzilla-daemon at icculus.org
Mon May 28 12:50:19 EDT 2012


https://bugzilla.icculus.org/show_bug.cgi?id=5521

           Summary: Building fails with newer zlib headers
           Product: ioquake3
           Version: SVN HEAD
          Platform: All
        OS/Version: All
            Status: NEW
          Severity: minor
          Priority: P3
         Component: Platform
        AssignedTo: zakk at icculus.org
        ReportedBy: brian.webbs at gmx.de
         QAContact: quake3-bugzilla at icculus.org


When building with something like "USE_LOCAL_HEADERS=0 USE_INTERNAL_ZLIB=0
make", compilation fails.
The "OF()" macro used in several places in ioquake3 has been renamed to
"_Z_OF()" in newer zlib versions >=1.2.5 (see zconf.h).

I don't have a patch ready, as there are basically two ways;
- #ifdef the macro usage only
- update the OF() usage and the zlib copy in ioquake3/code/zlib/

-- 
Configure bugmail: https://bugzilla.icculus.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the QA contact for the bug.


More information about the quake3-bugzilla mailing list