Cross-compiling the Windows emulator on Linux?
- mwm
- Topic Author
- Offline
Less
More
09 Jan 2015 22:36 #27586
by mwm
Do not ask me questions via PM. Ask in the forums, where I'll answer if I can.
My remotely piloted vehicle ("drone") is a yacht.
Cross-compiling the Windows emulator on Linux? was created by mwm
The instructions for cross-compiling the emulator for Windows for Linux aren't working for me. In particular, it's failing at link time with a slew of errors about missing functions staring with _Pa, Fl*:: (C++?). I've attached the log file from the make on the off chance it'll help.
Anyone have such builds working? Maybe familiarity enough with such cross-compilation to provide clues as to where to look for this issue?
Anyone have such builds working? Maybe familiarity enough with such cross-compilation to provide clues as to where to look for this issue?
Do not ask me questions via PM. Ask in the forums, where I'll answer if I can.
My remotely piloted vehicle ("drone") is a yacht.
Please Log in or Create an account to join the conversation.
- HappyHarry
- Offline
Less
More
- Posts: 1136
10 Jan 2015 14:56 - 10 Jan 2015 14:58 #27598
by HappyHarry
Replied by HappyHarry on topic Cross-compiling the Windows emulator on Linux?
you'll need to install wine, pulseaudio and the fltk dev packages for your distro, but even after all that I still couldn't get the cross compile to work, it always falls over at linking to the windows library's, yet cross compiling works for other software
Last edit: 10 Jan 2015 14:58 by HappyHarry.
Please Log in or Create an account to join the conversation.
- mwm
- Topic Author
- Offline
10 Jan 2015 19:34 #27606
by mwm
Do not ask me questions via PM. Ask in the forums, where I'll answer if I can.
My remotely piloted vehicle ("drone") is a yacht.
Replied by mwm on topic Cross-compiling the Windows emulator on Linux?
Wine? Is that pulled in with the mingw cross compiler? The docs list the pulseaudio and fltk packages (though the ones it lists are way out of date) and the mingw cross compiler.
We seem to be in the same state, though. I suspect there's a missing dependency somewhere for those libraries.
We seem to be in the same state, though. I suspect there's a missing dependency somewhere for those libraries.
Do not ask me questions via PM. Ask in the forums, where I'll answer if I can.
My remotely piloted vehicle ("drone") is a yacht.
Please Log in or Create an account to join the conversation.
Time to create page: 0.031 seconds
- Home
- Forum
- Development
- Development
- Cross-compiling the Windows emulator on Linux?