Opened 15 years ago

Closed 15 years ago

Last modified 12 years ago

#261 closed defect (fixed)

Redefinition errors on linux

Reported by: justme Owned by:
Priority: If Time Permits Milestone: Pre-Alpha 1
Component: Non-game systems Keywords: linux build
Cc: Patch:

Description

in libraries/cxxtest/include/cxxtest/ValueTraits.h:281

#ifndef __APPLE__ // avoid redefinition errors on mac
    CXXTEST_COPY_TRAITS( size_t, const unsigned int ); // avoid /Wp64 warnings in MSVC
#endif

There is a check to make sure redefinition errors do not happen on mac. The check also needs to apply on linux.

Change History (3)

comment:1 by Simon Brenner, 15 years ago

Resolution: fixed
Status: newclosed

This should've been fixed with this change: http://trac.wildfiregames.com/changeset/7008

(Feel free to reopen if you still see this after updating from svn though.)

comment:2 by (none), 14 years ago

Milestone: Open Source Release

Milestone Open Source Release deleted

comment:3 by historic_bruno, 12 years ago

Milestone: Pre-Alpha 1
Note: See TracTickets for help on using tickets.