Volumes Of Fun http://www.volumesoffun.com/phpBB3/ |
|
Got C++0x errors. http://www.volumesoffun.com/phpBB3/viewtopic.php?f=14&t=391 |
Page 1 of 1 |
Author: | milliams [ Sat May 05, 2012 3:32 pm ] |
Post subject: | Re: Got C++0x errors. |
Hi there. This error is caused by an oversight on my part. We currently check for GCC and Clang in order to enable C++0x mode but I've net yet added the check for MinGW. The simplest way for you to fix this is to open the CMakeLists.txt file in the base directory of PolyVox and find the lines (about line 24) that are: Code: IF(CMAKE_COMPILER_IS_GNUCXX) #Maybe "OR MINGW" and turn them into justADD_DEFINITIONS(-std=c++0x) #Enable C++0x mode ENDIF() Code: ADD_DEFINITIONS(-std=c++0x) #Enable C++0x mode This will enable C++0x mode and should allow the compilation to continue.
|
Author: | Chang-Joe-Rim [ Sat May 05, 2012 11:34 pm ] |
Post subject: | Re: Got C++0x errors. |
wow!! thanks!! it's work!! |
Page 1 of 1 | All times are UTC |
Powered by phpBB © 2000, 2002, 2005, 2007 phpBB Group http://www.phpbb.com/ |