Re: [PD-dev] cross-compiling linus-to-windows 64 bit using automake

2018-02-19 Thread Lucas Cordiviola
> I guess it's working fine for you - and I guess you're compiling it > on windows (not cross-compiling form linux, correct)? Yes. > I should have mentioned that not only do I get garbage but also it > doesn't work in the first place (no GUI appears) when I compile it. Very strange. If you could

Re: [PD-dev] cross-compiling linus-to-windows 64 bit using automake

2018-02-19 Thread Lucas Cordiviola
It all builds fine and I'm able to run wish86.exe all right; but when I try to test it as in: wine pd-0.48-1test2-ia64/bin/wish86.exe `pwd`/pd-0.48-1test2-ia64/tcl/pd-gui.tcl I get signs of memory corruption that I haven't been able to track down (my debugging statements in pd-gui.tcl generate

[PD-dev] cross-compiling linus-to-windows 64 bit using automake

2018-02-19 Thread Miller Puckette
I'm able to sucessfuilly cross-compile 64-bit windows targets from linux now, albeit a bit shakily. Here's what I've found so far: 'libtool' has a library dependency, -lmsvcrt , which breaks compilation. It works just to delete it. Somehow a 32-bit version of libwinpthread-1.dll gets installed