zezer3 / cmaked2

Automatically exported from code.google.com/p/cmaked2
0 stars 0 forks source link

Tests hacks for 32-bit DMD #13

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
DMD now works well in 64-bit environment, so these snippets

IF("${CMAKE_BASE_NAME}" MATCHES "dmd")
   SET(CMAKE_C_FLAGS "-m32 ${CMAKE_C_FLAGS}" )
ENDIF()

in app_5 and lib_2 are not needed anymore. If I comment them out, all tests 
compile and run well.

Archlinux x86_64, DMD 2.052.

Original issue reported on code.google.com by dpx.infinity@gmail.com on 11 May 2011 at 6:02

GoogleCodeExporter commented 9 years ago
Confirmed on Fedora 14 64-bit.  Thanks for reporting!

Original comment by kingshiz...@gmail.com on 19 May 2011 at 4:45

GoogleCodeExporter commented 9 years ago
Pushed fixes to app_5 and lib_2.

Original comment by kingshiz...@gmail.com on 19 May 2011 at 5:15

GoogleCodeExporter commented 9 years ago

Original comment by kingshiz...@gmail.com on 19 May 2011 at 5:26