Re: [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 compilati

Re: [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, > >

Re: [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 mor

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

2012-08-10 Thread Thomas Mayer
piles fine in Linux with MXE, but linking does not work. Best regards, Thomas > Colet Patrice > > - Mail original - >> De: "Thomas Mayer" >> À: pd-dev@iem.at >> Envoyé: Vendredi 10 Août 2012 10:49:15 >> Objet: [PD-dev] Cross Compiling External

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

2012-08-10 Thread Thomas Mayer
Hi, On 10.08.2012 11:29, Patrice Colet wrote: > > Also you might find this template interesting for porting the external: > > http://pure-data.svn.sourceforge.net/viewvc/pure-data/trunk/externals/template/ I am already using the template, but the template is not ready for cross compilation. I wan

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

2012-08-10 Thread Patrice Colet
y with this: > > http://readlist.com/lists/lists.sourceforge.net/mingw-users/1/9807.html > > ? > > > Colet Patrice > > - Mail original - > > De: "Thomas Mayer" > > À: pd-dev@iem.at > > Envoyé: Vendredi 10 Août 2012 10:49:15 > > Objet: [PD

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

2012-08-10 Thread Thomas Mayer
Hello, I try to cross compile my external PuREST JSON for Windows using MXE on Linux. According to their tutorial, a little work is necessary on the Makefile to be able to cross-compile (http://mxe.cc/#tutorial): -- Start quote -- Step 5d: Cross compile your Project (Makefile) If you have a ha