From: daniel h. <de...@to...> - 2004-10-09 14:21:26
|
Hi everybody, I'm trying to compile the today CVS tarball on my Debian SID and face a=20 problem with iaxComm. This are logs I receive: dh@nomade:~/src/iaxclient/simpleclient/iaxcomm$ make (cd ../../lib; make libiaxclient.a) make[1]: Entering directory=20 `/home/dh/Mes_documents/Informatique/src/iaxclient/lib' make[1]: =AB libiaxclient.a =BB est =E0 jour. make[1]: Leaving directory=20 `/home/dh/Mes_documents/Informatique/src/iaxclient/lib' g++ main.o prefs.o calls.o directory.o dial.o frame.o devices.o=20 xrc_res.o accounts.o ringer.o ../../lib/libiaxclient.a -lpthread -lm=20 `wx-config --static --libs` -o iaxcomm main.o(.text+0x584): In function `theApp::OnInit()': /home/dh/src/iaxclient/simpleclient/iaxcomm/main.cc:112: undefined=20 reference to `wxXmlResource::Get()' main.o(.text+0x58c):/home/dh/src/iaxclient/simpleclient/iaxcomm/main.cc:1= 12:=20 undefined reference to `wxXmlResource::InitAllHandlers()' main.o(.text+0x24bf): In function `theApp::load_xrc_resource(wxString=20 const&)': /home/dh/src/iaxclient/simpleclient/iaxcomm/main.cc:293: undefined=20 reference to `wxXmlResource::Get()' [...] accounts.o(.text+0x17e3):/home/dh/src/iaxclient/simpleclient/iaxcomm/acco= unts.cc:127:=20 more undefined references to `wxXmlResource::GetXRCID(char const*)' follo= w collect2: ld a retourn=E9 1 code d'=E9tat d'ex=E9cution make: *** [iaxcomm] Erreur 1 dh@nomade:~/src/iaxclient/simpleclient/iaxcomm$ I checked and found a wxXmlResource.py in wxpython sample directory. Is=20 this one which is missing? If yes, where to copy it? I tried to put a=20 copy in iaxcomm dir but no luck. Also, to get compile pass on Debian, I had to modify makefile by=20 commenting extralibs=3D/usr/local/lib/libwx_gtk_xrc-2.4.a and removing=20 $(EXTRALIBS) from SYSLIBS Another point to put in README, is that libtiff4-dev should also be=20 installed. Thanks for any hint concerning my compilation problem. --=20 Daniel |