Quote Originally Posted by gpetty View Post
... solving with the following ...
Code:
% sudo ln -s /Users/gpetty/wx/v263/build-unicode-debug/lib/libwx_macud-2.6.0.dylib /usr/local/lib/libwx_macud-2.6.0.dylib
'Installing' by making a symbolic link will work, but if you are willing to modify your system to that degree, why not use the
Code:
make install
target to properly install your wxWidgets. This will make several things simpler for you.

Quote Originally Posted by gpetty View Post
make[1]: *** No rule to make target `../wxOil/xrc/xaralx.po', needed by `XaraLX.pot'. Stop.
I had that difficulty with xaralx.po, and I copied a working version of that file to the place from whence it seemed to be missing. It is possible that the Makefiles do not properly account for OBJDIR builds, and if one of us can establish a reproducible case, then it should be reported as a bug.

Ben.