Cxbx-Reloaded / XbSymbolCacheGenTest

Self-generated symbol cache and compare between virtual vs raw memory translation.
GNU General Public License v3.0
2 stars 3 forks source link

Fix GNU compiler support #2

Closed JayFoxRox closed 5 years ago

JayFoxRox commented 5 years ago

In order to support non-Windows platform, we'll also have to update the submodule for https://github.com/Cxbx-Reloaded/XbSymbolDatabase/pull/54, which is still in review.

Please on Windows to make sure I broke nothing. Ideally also test on macOS and other non-Windows platforms.

I barely did any testing, but the generated ini files seemed to look fine and symbols were detected.

RadWolfie commented 5 years ago

Generate MSVC project files + compile works fine. At last, one xxhash32 warning message is gone. Since it is replaced with better xxhash library.

EDIT: Originally complaining about __int64 and int are not compatible.