So the first thing I noticed was this:

Code:
jesse@dapper:~/systems/XaraLX-0.3r741$ autoreconf -f -i -s
...
Copying file mkinstalldirs
Copying file po/Makefile.in.in
automake: configure.in: installing `./install-sh'
automake: configure.in: installing `./missing'
automake: Makefile.am: installing `./INSTALL'
Makefile.am:12: AM_GNU_GETTEXT in `configure.in' but `intl' not in SUBDIRS
automake: Makefile.am: AM_GNU_GETTEXT in `configure.in' but `ALL_LINGUAS' not defined
autoreconf: automake failed with exit status: 1
Which I thought was strange. It still created the configure file. Either way I got the ./configure to go smoothly. Then I did 'make' and after about 20 minutes here is my output:

Code:
.././wxOil/xrc/EN/camelot-strings.xrc:304 Previous definition here
.././wxOil/xrc/EN/camelot.xrc:184 Warning wxID_ABOUT multiply defined (global)
.././wxOil/xrc/EN/camelot-strings.xrc:118 Previous definition here
.././wxOil/xrc/EN/richard3-strings.xrc:10 Warning IDC_LIBPATH_HELP_BUTTON multiply defined (global)
.././wxOil/xrc/EN/richard.xrc:57 Previous definition here
/bin/sh: line 6: --force-po: command not found
make[1]: *** [xrc/dialogs.xrc] Error 127
make[1]: Leaving directory `/home/jesse/systems/XaraLX-0.3r741/wxOil'
make: *** [all-recursive] Error 1
Anyone have any idea what the problem is here? I'm almost positive I have everything needed and these errors aren't very helpful!