Re: [PD] [PD-dev] Cross Compiling External for Windows - Problem

2012-08-22 Thread Thomas Mayer
Hello Patrice, On 14.08.2012 11:52, Patrice Colet wrote: Output: i686-pc-mingw32-gcc -I/home/thomas/src/Pd-0.42.5-extended/pd-win/include/pd -std=c99 re, how to get information about the linker used, and how to set it in the Makefile. That was part of the original question, try to put

Re: [PD] [PD-dev] Cross Compiling External for Windows - Problem

2012-08-22 Thread Patrice Colet
Hello Thomas, it seems, that I have problems compiling the external with MinGW on Windows as well. I will try to make that work first, and then go on I tried to have a look but there is something I didn't have time to handle, how to get libcurl on win32 for mingw... with the compilation

Re: [PD] [PD-dev] Cross Compiling External for Windows - Problem

2012-08-14 Thread Patrice Colet
Output: i686-pc-mingw32-gcc -I/home/thomas/src/Pd-0.42.5-extended/pd-win/include/pd -std=c99 re, how to get information about the linker used, and how to set it in the Makefile. That was part of the original question, try to put this in LDFLAGS or LIBS -Wl,--verbose to make linker more

Re: [PD] [PD-dev] Cross Compiling External for Windows - Problem

2012-08-13 Thread Thomas Mayer
On 10.08.2012 23:20, Patrice Colet wrote: the mail reply says how MSVC is involved, int _get_output_format( void ); is a standard MSVC function http://msdn.microsoft.com/en-us/library/571yb472(v=vs.80).aspx the problem is certainly because stdlib is different on windows, for exemple

Re: [PD] [PD-dev] Cross Compiling External for Windows - Problem

2012-08-10 Thread Patrice Colet
De: Thomas Mayer tho...@residuum.org À: Patrice Colet colet.patr...@free.fr, pd-...@iem.at Envoyé: Vendredi 10 Août 2012 21:01:52 Objet: Re: [PD-dev] Cross Compiling External for Windows - Problem Hi, On 10.08.2012 11:20, Patrice Colet wrote: Hello, I'm afraid the work to be made