Bug #234
Linux CVS: undefined symbol: curpos (w/ fix)
Start date:
2005-05-31
% Done:
100%
Description
Just grabbed latest CVS earlier today and got errors
like this when trying to run Heretic or Hexen:
InitGame: Loading of libjheretic failed
(/usr/games/lib/libjheretic.so: undefined symbol: curpos).
The problem seems to be that the Makefile.am files in
Src/jHeretic and Src/jHexen didn't include st_stuff.c,
so it isn't getting compiled.
Labels: Gameplay
History
#1 Updated by zachkeene over 19 years ago
Logged In: YES
user_id=1103163
Oops, meant to add that changing the Makefile.am files as
described and redoing configure/make/make install indeed
fixed the problem.