Dolphin, the GameCube and Wii emulator - Forums

Full Version: Dolphin Build Warnings
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
I just built dolphin with cmake -D FASTLOG=ON and everything packaged. I opened it up in debug mode and the window title said debugfast in it so I know that it did indeed build for debugfast like I planned but the memory tab is all jacked up. I can't do anything without getting a bunch of error alerts. The alerts say this:

Warning
Trying to get the ID of a non-existing MMIO address.

After I saw that, I checked the cmake outputs into the command line and this warning was printed several times:

CMake Warning (dev) at Source/UnitTests/CMakeLists.txt:2 (add_executable):
Policy CMP0037 is not set: Target names should not be reserved and should
match a validity pattern. Run "cmake --help-policy CMP0037" for policy
details. Use the cmake_policy command to set the policy and suppress this
warning.

The target name "Tests/MMIOTest" is reserved or not valid for certain CMake
features, such as generator expressions, and may result in undefined
behavior.


Does anyone know what to do? I'm on Mac OSX Mavericks 10.9.3 running dolphin from github. Thanks!