Page 3 of 3

Re: For how many of these are there functional Linux version

Posted: Tue Oct 17, 2017 6:50 am
by Dann Corbit
Maybe a static link would help.
Might be slightly different versions of the compiler compared to the DLL files on the other system.

Re: For how many of these are there functional Linux version

Posted: Tue Oct 17, 2017 8:46 am
by elcabesa
Volker Pittlik wrote:
elcabesa wrote:Vajolet can be compiled for linux and raspberry if you like :)
Both would be interesting for me. I tried the makefile from github. It works fine but the resulting Vajolet2 2.3.1 exe caused a memory access violation.

Volker
Sorry it's my fault.
Edit makefile and remove -static options from the linker. It should be at line 133.

Retry by doing
Make clean
Make all

Now it should work

Re: For how many of these are there functional Linux version

Posted: Tue Oct 17, 2017 9:49 am
by Volker Pittlik
elcabesa wrote:...

Sorry it's my fault.
Edit makefile and remove -static options from the linker. It should be at line 133.

Retry by doing
Make clean
Make all

Now it should work
Already found out, please see the other thread. Your program runs fine here now. I also recommend to avoid the .exe suffix. Otherwise my Linux tries to start it with wine.
Thank you for this engine!

Volker