From: John <st...@un...> - 2004-04-19 19:48:10
|
i was just working on patches for FreeBSD and ran across this from head. I've been missing around with wxgtk so i'm not completely sure this isn't just my issue (btw this is on FreeBSD). There are many more errors i just thought i'd keep is small. a complete list is up on http://mail.unixjunkie.com/errors.txt g++ main.o prefs.o calls.o directory.o dial.o frame.o devices.o xrc_res.o \ accounts.o ringer.o ../../lib/libiaxclient.a -lwx_gtk_xrc-2.4 -pthread \ -lm `wx-config --libs` - o iaxcomm main.o: In function `theApp::OnInit(void)': /home/strgout/shit/iaxclient/simpleclient/iaxcomm/main.cc:116: undefined reference to `wxXmlResource::Get(void)' /home/strgout/shit/iaxclient/simpleclient/iaxcomm/main.cc:116: undefined reference to `wxXmlResource::InitAllHandlers(void)' main.o: In function `theApp::load_xrc_resource(wxString const &)': /home/strgout/shit/iaxclient/simpleclient/iaxcomm/main.cc:294: undefined reference to `wxXmlResource::Get(void)' /home/strgout/shit/iaxclient/simpleclient/iaxcomm/main.cc:294: undefined reference to `wxXmlResource::Load(wxString const &)' /home/strgout/shit/iaxclient/simpleclient/iaxcomm/main.cc:303: undefined reference to `wxXmlResource::Get(void)' /home/strgout/shit/iaxclient/simpleclient/iaxcomm/main.cc:303: undefined reference to `wxXmlResource::Load(wxString const &)' /home/strgout/shit/iaxclient/simpleclient/iaxcomm/main.cc:311: undefined reference to `wxXmlResource::Get(void)' /home/strgout/shit/iaxclient/simpleclient/iaxcomm/main.cc:311: undefined reference to `wxXmlResource::Load(wxString const &)' /home/strgout/shit/iaxclient/simpleclient/iaxcomm/main.cc:321: undefined reference to `wxXmlResource::Get(void)' /home/strgout/shit/iaxclient/simpleclient/iaxcomm/main.cc:321: undefined reference to `wxXmlResource::Load(wxString const &)' |