RudjiGames / MTuner

MTuner is a C/C++ memory profiler and memory leak finder for Windows, PlayStation 4 and 3, Android and other platforms
BSD 2-Clause "Simplified" License
2.63k stars 145 forks source link

Fixes to allow the project to build on Linux #11

Closed dragonmux closed 7 years ago

dragonmux commented 7 years ago

This is not yet complete or exhaustive, but gets the build well into the main code base rather than stalling out in Qt5 moc, etc, steps. This should be combined with the other PRs I have opened across the dependencies for the project.

dragonmux commented 7 years ago

The build failures above can be fixed by changing certain #if 0's to #if RTM_PLATFORM_WINDOWS.. though the functions in question in Qt's QString have been in existence a long time, so I'm not sure why the build is failing not finding them.