From: Mikael M. <mik...@tj...> - 2004-12-03 11:32:45
|
Hi, Håkan Källberg wrote: >>This has worked for that particular problem! >> >>Now I have another problem. Apparently my RPM version of wxGTK does not >>provide wxrc. >> >>wxrc -c rc/*xrc -o xrc_res.cc >>/bin/sh: line 1: wxrc: command not found >> >>yum has confirmed that there are no packages that provide wxrc. Of course I >>can compile against the wx CVS version; but, is there no other way to get >>around this? >> >>-- >>Yours, Mikhail Ramendik > > > I, just wanted to say - you are not alone! I have exactly > the same problems, and is following the discussion closely. Do > you by chance run SuSE 9.0 or 9.1 Linux?? That is where I see > the problems you describ. > > B.t.w, the iaxcomm-lin-20041121.tar binary was the first > one working for me. Before, they died by calling, in or > out. iaxcomm-lin-0.99pre6.tar does not work - Segmentation > fault. > > I guess we have to build our own wxWindows package, that fit...?.. > > Regards: Håkan You should be able to compile iaxcomm without wxrc with my small patch. Instead of loading the wx resources from both xrc files *and* linked in xrc_res, it only loads the xrc files. It searches for the xrc files in "./rc/" and "~/". The directory can also be specified in ~/.iaxComm. Add "XRCDirectory=path" in "[Prefs]" section. Regards, Mikael |