You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Hello, I am trying to compile and run this project on an unsupported platform. I am trying it in Haiku, to achieve this I only had to make a modification in the code, and that is to stop using the glx.h library
Modifying the file rwcore/gl/gl_core_3_3.c, after that and using the options in CMake
-DCMAKE_BUILD_TYPE=Debug -DBUILD_SHARED_LIBS=On
I managed to compile the game, but when trying to run rwgame I get the following error code
runtime_loader: /boot/home/Desktop/openrw/build/rwengine/librwengine.so: Could not resolve symbol '_ZN16btRaycastVehicle8addWheelERK9btVector3S2_S2_ffRKNS_15btVehicleTuningEb'
resolve symbol "_ZN16btRaycastVehicle8addWheelERK9btVector3S2_S2_ffRKNS_15btVehicleTuningEb" returned: -2147478780
runtime_loader: /boot/home/Desktop/openrw/build/rwengine/librwengine.so: Troubles relocating: Symbol not found
I couldn't find any reference within the project code, so I'm posting it here, to see if anyone has an idea what could be the problem
The text was updated successfully, but these errors were encountered:
Hello, I am trying to compile and run this project on an unsupported platform. I am trying it in Haiku, to achieve this I only had to make a modification in the code, and that is to stop using the glx.h library
Modifying the file rwcore/gl/gl_core_3_3.c, after that and using the options in CMake
-DCMAKE_BUILD_TYPE=Debug -DBUILD_SHARED_LIBS=On
I managed to compile the game, but when trying to run rwgame I get the following error code
I couldn't find any reference within the project code, so I'm posting it here, to see if anyone has an idea what could be the problem
The text was updated successfully, but these errors were encountered: