DRTVWR-418: Until we figure out how to say FIXED:NO to linker, don't.
The present CMake logic wants to pass FIXED:NO to the linker for 64-bit builds, which on the face of it seems like a Good Thing: it permits code to be relocated in memory, preventing collisions if two libraries happen to want to load into overlapping address ranges. However the way it's being specified is wrong and harmful. Passing /FIXED:NO to the compiler command line engages /FI (Forced Include!) of a nonexistent file XED:NO -- producing lots of baffling fatal compile errors. Thanks Callum for diagnosing this!
Showing
- indra/llcommon/CMakeLists.txt 1 addition, 1 deletionindra/llcommon/CMakeLists.txt
- indra/llplugin/CMakeLists.txt 1 addition, 1 deletionindra/llplugin/CMakeLists.txt
- indra/media_plugins/base/CMakeLists.txt 1 addition, 1 deletionindra/media_plugins/base/CMakeLists.txt
- indra/media_plugins/cef/CMakeLists.txt 1 addition, 1 deletionindra/media_plugins/cef/CMakeLists.txt
- indra/media_plugins/example/CMakeLists.txt 1 addition, 1 deletionindra/media_plugins/example/CMakeLists.txt
- indra/media_plugins/gstreamer010/CMakeLists.txt 1 addition, 1 deletionindra/media_plugins/gstreamer010/CMakeLists.txt
- indra/media_plugins/libvlc/CMakeLists.txt 1 addition, 1 deletionindra/media_plugins/libvlc/CMakeLists.txt
Loading
Please register or sign in to comment