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

2018-02-21 Thread IOhannes m zmölnig
On 02/19/2018 10:42 PM, Miller Puckette wrote: > '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 - I have to > manually replace it with a 64-bit one. could it be (as lucas su

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

2018-02-20 Thread Lucas Cordiviola
@ Miller: Can you try deleting this 32bit files from your pd/bin (from your tk/tcl 8.6.8 test). pthreadVC.lib msvcr90.dll msvcrt.dll pthreadVC.dll it could be that "msvcrt.dll" is making troubles to Wine. I'm not sure why is not the case with wish85 builds. :/ -- Mensaje telepatico asistido

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 Miller Puckette
I guess it's working fine for you - and I guess you're compiling it on windows (not cross-compiling form linux, correct)? 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. cheers Miller On Mon, Feb 19, 2018 at 1

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 bi

[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