First post, by Jef
Today, I grabbed the latest DOSBox source (2009-01-14), installed SDL, SDL Net, SDL Sound, Libpng & Libz. Compiled DOSBox but I wanted to have static libraries so I followed this guide : http://www.spam-filter.de/dosbox/dosbox_0.65_for_intel_macs
I changed some file locations so they were correct on my Mac and then the error pops up
It's like :
Undefined symbols:"GUI::Window::keyDown(GUI::Key const&)", referenced from:vtable for ConfigurationWindowin libgui.a(sdl_gui.o)vtable for AutoexecEditorin libgui.a(sdl_gui.o)vtable for GUI::TransientWindowin libgui.a(sdl_gui.o)vtable for SectionEditorin libgui.a(sdl_gui.o)<same errors till the end>SaveLangDialog::SaveLangDialog(GUI::Screen*, int, int, char const*)in libgui.a(sdl_gui.o)SaveLangDialog::SaveLangDialog(GUI::Screen*, int, int, char const*)in libgui.a(sdl_gui.o)ConfigurationWindow::actionExecuted(GUI::ActionEventSource*, GUI::String const&) in libgui.a(sdl_gui.o)"_MIDIClientCreate", referenced from:MidiHandler_coremidi::Open(char const*)in libgui.a(midi.o)ld: symbol(s) not foundcollect2: ld returned 1 exit status
For those who want to see the full error, download the attached .txt file...
Can someone help me with this ? thanks