Hi there.
I have a problem with compiling of trem 1.3 source code
What I did:
- Modified some texts
- Modified sound paths to custom one
these are yet at the moment.
I am compiling the game on linux (Ubuntu) more exactly WSL. Installed mingw package to compile so used mingw g++ (tried with gcc either) and added the EXPORT path to mingw g++. Of course used Makefile with ‘make’ command.
I had some missing headers file: mman.h , pwd.h , wait.h.
After that i get these errors: trem compile error - Pastebin.com
What causing? i have a fresh installed wsl ubuntu with mingw package.
Thanks for help