From: John <st...@un...> - 2004-04-15 15:21:34
|
> >Oooh, i see how it is.. put suse (linux) in the subject and everything is > >coo. > >Sure we'll help, no problem! But change the subject to FreeBSD and all > >the OS bigots come out of the woodwork! > > > >... oh wait that's me (OS bigot) ... never mind :) > > > > > I think that we (a) don't quite understand what you're asking, and (b) > don't have FreeBSD machines around to test things out. A) That wouldn't be the first time someone has said that to me :). Well i have access to many freebsd boxes, and if need be i could even give access to someone who wanted to test something on FreeBSD. Keep in mind i'm completely willing to do all the testing under FreeBSD. B) Well after getting things to compile cleanly i get the following error. 19:38:03: Deleted stale lock file '/home/strgout/iaxcomm.lock'. 19:38:03: XRC resource 'AddAccount' (class 'wxDialog') not found! I sent this a few emails ago to the list. >$ uname -a >FreeBSD unicron.unixjunkie.com 4.9-RELEASE-p3 FreeBSD 4.9-RELEASE-p3 #4: Thu Apr 8 17:21:40 CDT 2004 st...@un...:/usr/obj/usr/src/sys/NVIDIA +i386 > >$/usr/bin/wxrc >Usage: wxrc [-h] [-v] [-c] [-p] [-g] [-n <str>] [-o <str>] input file(s)... > -h, --help show help message > -v, --verbose be verbose > -c, --cpp-code output C++ source rather than .rsc file > -p, --python-code output wxPython source rather than .rsc file > -g, --gettext output list of translatable strings (to stdout or file if -o used) > -n, --function=<str> C++/Python function name (with -c or -p) [InitXmlResource] > -o, --output=<str> output file [resource.xrs/cpp] > >$ ldd /usr/bin/wxrc >/usr/bin/wxrc: > libwx_gtk_xrc-2.4.so => /usr/X11R6/lib/libwx_gtk_xrc-2.4.so (0x28070000) > libwx_gtk-2.4.so => /usr/X11R6/lib/libwx_gtk-2.4.so (0x280ed000) > libiconv.so.3 => /usr/local/lib/libiconv.so.3 (0x285e1000) > libgtk12.so.2 => /usr/X11R6/lib/libgtk12.so.2 (0x286cf000) > libgdk12.so.2 => /usr/X11R6/lib/libgdk12.so.2 (0x287f7000) > libgmodule12.so.3 => /usr/local/lib/libgmodule12.so.3 (0x2882b000) > libgthread12.so.3 => /usr/local/lib/libgthread12.so.3 (0x2882e000) > libglib12.so.3 => /usr/local/lib/libglib12.so.3 (0x28831000) > libintl.so.6 => /usr/local/lib/libintl.so.6 (0x28853000) > libXi.so.6 => /usr/X11R6/lib/libXi.so.6 (0x2885c000) > libXext.so.6 => /usr/X11R6/lib/libXext.so.6 (0x28864000) > libX11.so.6 => /usr/X11R6/lib/libX11.so.6 (0x28872000) > libpng.so.5 => /usr/local/lib/libpng.so.5 (0x2892e000) > libjpeg.so.9 => /usr/local/lib/libjpeg.so.9 (0x28951000) > libtiff.so.4 => /usr/local/lib/libtiff.so.4 (0x2896f000) > libz.so.2 => /usr/lib/libz.so.2 (0x289b8000) > libm.so.2 => /usr/lib/libm.so.2 (0x289c5000) > libstdc++.so.3 => /usr/lib/libstdc++.so.3 (0x289e0000) > libc_r.so.4 => /usr/lib/libc_r.so.4 (0x28a25000) > libXThrStub.so.6 => /usr/X11R6/lib/libXThrStub.so.6 (0x28adb000) > > >shouldn't that mean i have xrc support? just a little more info.. wxrc -vc rc/*xrc -o xrc_res.cc processing rc/devices.xrc... processing rc/directory.xrc... processing rc/frame.xrc... processing rc/menubar.xrc... processing rc/panel.xrc... adding rc/logo.xpm... processing rc/prefs.xrc... creating C++ source file /home/strgout/iaxclient/simpleclient/iaxcomm/xrc_res.cc... Just to proove i had xrc compiled on the system. > > >Sooo... anyone have any simple code i could compile to test xrc support? > > > > > wxWidgets comes with samples. I believe there are xrc samples in with > the xrc stuff. > > -SteveK > > ok i compiled xrcdemo and it seems to work just fine. wxGTK-2.4.2/contrib/samples/xrc <- from this dir. |