RuggedPineapple

Results 6 comments of RuggedPineapple

For the record, the line of the makefile its complaining about is this: cd /home/pi/openjk/build/codeJK2/game && /usr/bin/c++ $(CXX_DEFINES) $(CXX_INCLUDES) $(CXX_FLAGS) -o CMakeFiles/jospgameaarch64.dir/bg_pmove.cpp.o -c /home/pi/openjk/codeJK2/game/bg_pmove.cpp

Think this is what you need: In file included from /home/pi/openjk/codeJK2/game/../../code/qcommon/q_shared.h:106, from /home/pi/openjk/codeJK2/game/bg_pmove.cpp:31: /home/pi/openjk/codeJK2/game/bg_pmove.cpp: In function ‘qboolean PM_SaberLocked()’: /home/pi/openjk/codeJK2/game/bg_pmove.cpp:6503:48: error: ‘ret’ was not declared in this scope 6503 | assert(ret);...

looking through the issue tracker, seems to be the same cause as https://github.com/JACoders/OpenJK/issues/1097 Was there a fix? That issue notes the line is off by one and should be moved...

Took the plunge. moving the #end_if statement to encompass the assert(ret) allowed it to compile. Will test with game data.

Works like a charm now. I don't have committing rights here, but if someone could push that change to the repo this issue can be closed.

Had this same issue. Had used a temp number so that account is just gone forever. Don't use with accounts you don't have access to the number used to register...