So I've got my shiny gaming rig (with Windows 8) that runs the pre-compiled binaries fine.
Because I like to make things difficult for myself, I've installed Virtualbox on the gaming rig, spun up a Debian guest and followed the instructions in COMPILING.txt (specifically, sections 1.1 and 1.3).
When I run 'make' to build everything, I get the following errors:
Code: Select all
...<snip>...
Making all in win32
make[2]: Entering directory '/home/bugbear/Documents/Pioneer/CmdrB_pioneer/pioneer/src/win32'
CXX FileSystemWin32.o
../../depcomp: line 772: exec: i686-w64-mingw32.static-g++: not found
Makefile:367: recipe for target 'FileSystemWin32.o' failed
make[2]: *** [FileSystemWin32.o] Error 127
make[2]: Leaving directory '/home/bugbear/Documents/Pioneer/CmdrB_pioneer/pioneer/src/win32'
Makefile:1304: recipe for target 'all-recursive' failed
make[1]: *** [all-recursive] Error 1
make[1]: Leaving directory '/home/bugbear/Documents/Pioneer/CmdrB_pioneer/pioneer/src'
Makefile:401: recipe for target 'all-recursive' failed
make: *** [all-recursive] Error 1
bugbear@PioneerBuild:~/Documents/Pioneer/CmdrB_pioneer/pioneer$
I don't get this error when I remove "--with-mxe=/path/to/mxe" from the ./configure command
Any suggestions?
Cheers.