Changes between Initial Version and Version 1 of Ticket #33475
- Timestamp:
- Mar 5, 2012, 5:07:05 PM (13 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Ticket #33475
- Property Owner changed from macports-tickets@… to mww@…
- Property Port 4.6.3 removed
-
Ticket #33475 – Description
initial v1 1 1 Building mess 0.145 (www.mess.org) with gcc 4.6.3 fails. System PowerPC G4 on OS X 10.5.8 and MacPorts 2.0.4. Apple gcc 4.2.1 does well. 2 2 3 {{{ 3 4 make VERBOSE=1 NOWERROR=1 4 5 … … 14 15 15 16 src/osd/sdl/debugosx.m: In function 'void* operator new(std::size_t, const char*, int)': 16 '''src/osd/sdl/debugosx.m:2340:1: internal compiler error: in objc_eh_runtime_type, at objc/objc-next-runtime-abi-01.c:2824''' 17 src/osd/sdl/debugosx.m:2340:1: internal compiler error: in objc_eh_runtime_type, at objc/objc-next-runtime-abi-01.c:2824 17 18 18 19 Please submit a full bug report, … … 20 21 See <http://gcc.gnu.org/bugs.html> for instructions. 21 22 make: *** [obj/sdl/osd/sdl/debugosx.o] Error 1 23 }}}