dhewm / dhewm3-sdk

An SDK to create Mods for dhewm3
GNU General Public License v3.0
62 stars 27 forks source link

[riversin] desn't compile #41

Open BielBdeLuna opened 1 month ago

BielBdeLuna commented 1 month ago

compiling for Ubuntu 24.04 with g++ and cmake

the compile error messages messages - PlayerView.cpp:60:1: error: expected identifier before ‘{’ token - PlayerView.cpp:190:15: error: ‘class idPlayerView’ has no member named ‘m_postProcessManager’ - Weapon.cpp:3652:69: error: no matching function for call to ‘idEntity::AddDamageEffect(trace_t&, idVec3&, const char*, idWeapon*)’ - Weapon.cpp:4612:29: error: ‘ChangeProjectileDef’ was not declared in this scope; did you mean ‘Event_ChangeProjectileDef’? - Weapon.cpp:4659:21: error: ‘ChangeProjectileDef’ was not declared in this scope; did you mean ‘Event_ChangeProjectileDef’? - Player.cpp:10783:53: error: no matching function for call to ‘idEntity::AddDamageEffect(trace_t&, idVec3&, const char*, idPlayer*)’
DanielGibson commented 1 month ago

works for me, are you sure you don't have any changes in the code that caused the issues?

you may have to debug this yourself