Posted: Mon Jun 02, 2008 19:32
This needs some more complex fixing. Could you just comment out the DehackedPickup stuff in gl_dynlight? I won't be able to fix that today.
Code: Select all
releaseobj/m_options.o: In function `ModReplayerOptions()':
m_options.cpp:(.text+0x15ae): undefined reference to `mod_dumb'
releaseobj/m_options.o:(.data+0x1a68): undefined reference to `mod_dumb'
releaseobj/m_options.o:(.data+0x1aa0): undefined reference to `mod_samplerate'
releaseobj/m_options.o:(.data+0x1abc): undefined reference to `mod_interp'
releaseobj/m_options.o:(.data+0x1ad8): undefined reference to `mod_volramp'
releaseobj/m_options.o:(.data+0x1b10): undefined reference to `mod_autochip'
releaseobj/doom_sbar.o: In function `CreateDoomStatusBar()':
doom_sbar.cpp:(.text+0x821): undefined reference to `FMugShot::FMugShot()'
releaseobj/doom_sbar.o: In function `DDoomStatusBar::InPlaceConstructor(void*)':
doom_sbar.cpp:(.text+0x9b7): undefined reference to `FMugShot::FMugShot()'
releaseobj/doom_sbar.o: In function `DDoomStatusBar::SetMugShotState(char const*, bool, bool)':
doom_sbar.cpp:(.text._ZN14DDoomStatusBar15SetMugShotStateEPKcbb[DDoomStatusBar::SetMugShotState(char const*, bool, bool)]+0x20): undefined reference to `FMugShot::SetState(char const*, bool, bool)'
releaseobj/doom_sbar.o: In function `DDoomStatusBar::Tick()':
doom_sbar.cpp:(.text._ZN14DDoomStatusBar4TickEv[DDoomStatusBar::Tick()]+0x33): undefined reference to `FMugShot::Tick(player_t*)'
releaseobj/doom_sbar.o: In function `DDoomStatusBar::Draw(EHudState)':
doom_sbar.cpp:(.text._ZN14DDoomStatusBar4DrawE9EHudState[DDoomStatusBar::Draw(EHudState)]+0x1af): undefined reference to `FMugShot::GetFace(player_t*, char const*, int, bool, bool)'
releaseobj/sbarinfo_display.o: In function `DSBarInfo::DrawFace(char const*, int, bool, bool, int, int, int, int, int)':
sbarinfo_display.cpp:(.text+0x1286): undefined reference to `FMugShot::GetFace(player_t*, char const*, int, bool, bool)'
releaseobj/sbarinfo_display.o: In function `DSBarInfo::Tick()':
sbarinfo_display.cpp:(.text+0x1747): undefined reference to `FMugShot::Tick(player_t*)'
releaseobj/sbarinfo_display.o: In function `DSBarInfo::DSBarInfo()':
sbarinfo_display.cpp:(.text+0x4cc6): undefined reference to `FMugShot::FMugShot()'
releaseobj/sbarinfo_display.o: In function `DSBarInfo::DSBarInfo()':
sbarinfo_display.cpp:(.text+0x5036): undefined reference to `FMugShot::FMugShot()'
releaseobj/sbarinfo_display.o: In function `DSBarInfo::SetMugShotState(char const*, bool, bool)':
sbarinfo_display.cpp:(.text+0x13c0): undefined reference to `FMugShot::SetState(char const*, bool, bool)'
releaseobj/sbarinfo_parser.o: In function `SBarInfo::ParseMugShotBlock(FScanner&, FMugShotState&)':
sbarinfo_parser.cpp:(.text+0x4c4): undefined reference to `FMugShotFrame::FMugShotFrame()'
sbarinfo_parser.cpp:(.text+0x65a): undefined reference to `FMugShotFrame::~FMugShotFrame()'
sbarinfo_parser.cpp:(.text+0x6b9): undefined reference to `FMugShotFrame::~FMugShotFrame()'
releaseobj/sbarinfo_parser.o: In function `SBarInfo::ParseSBarInfo(int)':
sbarinfo_parser.cpp:(.text+0x4a20): undefined reference to `FMugShotState::FMugShotState(FName)'
sbarinfo_parser.cpp:(.text+0x4ae6): undefined reference to `FindMugShotStateIndex(FName)'
sbarinfo_parser.cpp:(.text+0x4af7): undefined reference to `MugShotStates'
sbarinfo_parser.cpp:(.text+0x4b05): undefined reference to `MugShotStates'
sbarinfo_parser.cpp:(.text+0x4b27): undefined reference to `MugShotStates'
sbarinfo_parser.cpp:(.text+0x4b33): undefined reference to `MugShotStates'
sbarinfo_parser.cpp:(.text+0x4b41): undefined reference to `MugShotStates'
releaseobj/sbarinfo_parser.o:sbarinfo_parser.cpp:(.text+0x4b46): more undefined references to `MugShotStates' follow
releaseobj/sbarinfo_parser.o: In function `SBarInfo::ParseSBarInfo(int)':
sbarinfo_parser.cpp:(.text+0x4bfc): undefined reference to `FMugShotState::~FMugShotState()'
sbarinfo_parser.cpp:(.text+0x50dc): undefined reference to `MugShotStates'
sbarinfo_parser.cpp:(.text+0x50e4): undefined reference to `FMugShotState::~FMugShotState()'
sbarinfo_parser.cpp:(.text+0x50ea): undefined reference to `MugShotStates'
sbarinfo_parser.cpp:(.text+0x50f5): undefined reference to `MugShotStates'
sbarinfo_parser.cpp:(.text+0x5101): undefined reference to `MugShotStates'
sbarinfo_parser.cpp:(.text+0x5123): undefined reference to `MugShotStates'
sbarinfo_parser.cpp:(.text+0x58fd): undefined reference to `FMugShotState::~FMugShotState()'
releaseobj/i_music.o: In function `I_RegisterSong(char const*, char*, int, int, int)':
i_music.cpp:(.text+0xa8a): undefined reference to `MOD_OpenSong(_IO_FILE*, char*, int)'
Code: Select all
releaseobj/doom_sbar.o: In function `CreateDoomStatusBar()':
doom_sbar.cpp:(.text+0x821): undefined reference to `FMugShot::FMugShot()'
releaseobj/doom_sbar.o: In function `DDoomStatusBar::InPlaceConstructor(void*)':
doom_sbar.cpp:(.text+0x9b7): undefined reference to `FMugShot::FMugShot()'
releaseobj/doom_sbar.o: In function `DDoomStatusBar::SetMugShotState(char const*, bool, bool)':
doom_sbar.cpp:(.text._ZN14DDoomStatusBar15SetMugShotStateEPKcbb[DDoomStatusBar::SetMugShotState(char const*, bool, bool)]+0x20): undefined reference to `FMugShot::SetState(char const*, bool, bool)'
releaseobj/doom_sbar.o: In function `DDoomStatusBar::Tick()':
doom_sbar.cpp:(.text._ZN14DDoomStatusBar4TickEv[DDoomStatusBar::Tick()]+0x33): undefined reference to `FMugShot::Tick(player_t*)'
releaseobj/doom_sbar.o: In function `DDoomStatusBar::Draw(EHudState)':
doom_sbar.cpp:(.text._ZN14DDoomStatusBar4DrawE9EHudState[DDoomStatusBar::Draw(EHudState)]+0x1af): undefined reference to `FMugShot::GetFace(player_t*, char const*, int, bool, bool)'
releaseobj/sbarinfo_display.o: In function `DSBarInfo::DrawFace(char const*, int, bool, bool, int, int, int, int, int)':
sbarinfo_display.cpp:(.text+0x1286): undefined reference to `FMugShot::GetFace(player_t*, char const*, int, bool, bool)'
releaseobj/sbarinfo_display.o: In function `DSBarInfo::Tick()':
sbarinfo_display.cpp:(.text+0x1747): undefined reference to `FMugShot::Tick(player_t*)'
releaseobj/sbarinfo_display.o: In function `DSBarInfo::DSBarInfo()':
sbarinfo_display.cpp:(.text+0x4cc6): undefined reference to `FMugShot::FMugShot()'
releaseobj/sbarinfo_display.o: In function `DSBarInfo::DSBarInfo()':
sbarinfo_display.cpp:(.text+0x5036): undefined reference to `FMugShot::FMugShot()'
releaseobj/sbarinfo_display.o: In function `DSBarInfo::SetMugShotState(char const*, bool, bool)':
sbarinfo_display.cpp:(.text+0x13c0): undefined reference to `FMugShot::SetState(char const*, bool, bool)'
releaseobj/sbarinfo_parser.o: In function `SBarInfo::ParseMugShotBlock(FScanner&, FMugShotState&)':
sbarinfo_parser.cpp:(.text+0x4c4): undefined reference to `FMugShotFrame::FMugShotFrame()'
sbarinfo_parser.cpp:(.text+0x65a): undefined reference to `FMugShotFrame::~FMugShotFrame()'
sbarinfo_parser.cpp:(.text+0x6b9): undefined reference to `FMugShotFrame::~FMugShotFrame()'
releaseobj/sbarinfo_parser.o: In function `SBarInfo::ParseSBarInfo(int)':
sbarinfo_parser.cpp:(.text+0x4a20): undefined reference to `FMugShotState::FMugShotState(FName)'
sbarinfo_parser.cpp:(.text+0x4ae6): undefined reference to `FindMugShotStateIndex(FName)'
sbarinfo_parser.cpp:(.text+0x4af7): undefined reference to `MugShotStates'
sbarinfo_parser.cpp:(.text+0x4b05): undefined reference to `MugShotStates'
sbarinfo_parser.cpp:(.text+0x4b27): undefined reference to `MugShotStates'
sbarinfo_parser.cpp:(.text+0x4b33): undefined reference to `MugShotStates'
sbarinfo_parser.cpp:(.text+0x4b41): undefined reference to `MugShotStates'
releaseobj/sbarinfo_parser.o:sbarinfo_parser.cpp:(.text+0x4b46): more undefined references to `MugShotStates' follow
releaseobj/sbarinfo_parser.o: In function `SBarInfo::ParseSBarInfo(int)':
sbarinfo_parser.cpp:(.text+0x4bfc): undefined reference to `FMugShotState::~FMugShotState()'
sbarinfo_parser.cpp:(.text+0x50dc): undefined reference to `MugShotStates'
sbarinfo_parser.cpp:(.text+0x50e4): undefined reference to `FMugShotState::~FMugShotState()'
sbarinfo_parser.cpp:(.text+0x50ea): undefined reference to `MugShotStates'
sbarinfo_parser.cpp:(.text+0x50f5): undefined reference to `MugShotStates'
sbarinfo_parser.cpp:(.text+0x5101): undefined reference to `MugShotStates'
sbarinfo_parser.cpp:(.text+0x5123): undefined reference to `MugShotStates'
sbarinfo_parser.cpp:(.text+0x58fd): undefined reference to `FMugShotState::~FMugShotState()'
collect2: ld returned 1 exit status
make[1]: *** [gzdoom] Error 1
make[1]: Leaving directory `/home/const/sources/gzdoom.svn/trunk'
make: *** [deps] Error 2
A bit off-topic.Gez wrote:There were a few beta releases of Demon Eclipse, there was Torm's city of the damned, there was the ZPack...