Baughn / Dwarf-Fortress--libgraphics-

The graphics segment of Dwarf Fortress
http://www.bay12games.com/forum/index.php?topic=28841.
81 stars 13 forks source link

undefined symbol: _ZN9graphicst11changecolorEssc #32

Closed yenif closed 14 years ago

yenif commented 14 years ago

I get ./dwarfort.exe: symbol lookup error: ./dwarfort.exe: undefined symbol: _ZN9graphicst11changecolorEssc immediately after intro sequence resulting in program crash.

This is on Ubuntu 9.10 using df_28_181_40d17_linux.tar.bz2 and df-40d17-head.tar.bz2 downloaded on 4/18/2010

df_linux$ ./df
mkdir: cannot create directory 'unused_libs': File exists
mv: cannot stat 'libs/libSDL*': No such file or directory
./dwarfort.exe: /usr/lib/libjpeg.so.62: no version information available (required by . ./libs/libtiff.so.4)
Sound devices available:
ALSA Software
OSS Software
PortAudio Software
PulseAudio Software
Wave File Writer
Picking ALSA Software. If your desired device was missing, make sure you have the appropriate 32-bit libraries installed. If you wanted a different device, configure ~/.openalrc appropriately.
Perfect OpenAL context attributes GET
Loading bindings from data/init/interface.txt
Using OpenGL output path with client-side arrays
./dwarfort.exe: symbol lookup error: ./dwarfort.exe: undefined symbol: _ZN9graphicst11changecolorEssc
Baughn commented 14 years ago

May I suggest using 40d19 instead?

yenif commented 14 years ago

Didn't see that thread, would be good idea to link from the news feed.

Launches fine now.

Thanks Brian