Re: [PD] iemguts on windows 2

2012-06-06 Thread Tebjan Halm - VVVV
thanks, thats better! but then the next linker error pops up.. but it seems i am writing this in the wrong list, i will switch over to pd-dev with that matter. Am 06.06.2012 08:21, schrieb IOhannes m zmoelnig: -BEGIN PGP SIGNED MESSAGE- Hash: SHA1 On 2012-06-06 00:45, Tebjan Halm - VV

Re: [PD] iemguts on windows 2

2012-06-06 Thread Marco Donnarumma
yep! it would be even nicer to have on linux :P M > Nice! > http://.org/blog/default-directx-renderer#comment-80801 > > > -- Marco Donnarumma New Media + Sonic Arts Practitioner, Performer, Teacher, Director. ACE, Sound Design MSc by Research (ongoing) The University of Edinburgh, UK ~

Re: [PD] iemguts on windows 2

2012-06-06 Thread Max
Nice! http://.org/blog/default-directx-renderer#comment-80801 ___ Pd-list@iem.at mailing list UNSUBSCRIBE and account-management -> http://lists.puredata.info/listinfo/pd-list

Re: [PD] iemguts on windows 2

2012-06-05 Thread IOhannes m zmoelnig
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 and please, always always reply to the mailinglist rather than by personal email (unless you want some private conversation). On 2012-06-06 08:21, IOhannes m zmoelnig wrote: > On 2012-06-06 00:45, Tebjan Halm - wrote: >> yep, the latest pd ist ju

Re: [PD] iemguts on windows 2

2012-06-05 Thread IOhannes m zmoelnig
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 On 2012-06-04 20:25, Tebjan Halm - wrote: > > int glist_getindex(t_glist *x, t_gobj *y); > > but no body of it. does anyone know where it is and why the > compiler can't find the reference? you see a forward declaration of a function defined by

Re: [PD] iemguts on windows 2

2012-06-04 Thread Patrice Colet
able to compile pd externals? Colet Patrice - Mail original - > De: "Tebjan Halm - " > À: "Patrice Colet" > Envoyé: Lundi 4 Juin 2012 21:58:41 > Objet: Re: [PD] iemguts on windows 2 > > hello patrice, > > could you give me some version i

Re: [PD] iemguts on windows 2

2012-06-04 Thread Patrice Colet
Hello, I've just tried cd pd-extended/0.43/externals/iem/iemguts make with msys after a svn checkout with cygwin, it builds all the dll. - Mail original - > De: "Tebjan Halm - " > À: "Pd List" > Envoyé: Lundi 4 Juin 2012 20:25:05 >

Re: [PD] iemguts on windows 2

2012-06-04 Thread Tebjan Halm - VVVV
now i got a bit further and the build file seems to work somehow, after i removed some compiler flags which mingw did not know. but then i geh the error: gcc -s -shared -Wl,--enable-auto-import -L"/c/Program Files (x86)/pd/src" -L"/c/Program Files (x86)/pd/bin" -L"/c/Program Files (x86)/pd/o

[PD] iemguts on windows 2

2012-05-23 Thread Tebjan Halm - VVVV
hi all, there was an earlier discussion about compiling iemguts on windows, but it looks quite outdated. none of the provided solution was working for me. where can i find som sort of instructions on how to compile the external with mingw? thanks! ___

Re: [PD] iemguts on windows

2009-04-07 Thread Hans-Christoph Steiner
Its probably worthwhile to setup the whole Pd build system for Mingw if you are going to do much compiling: http://puredata.info/docs/developer/mingw We are sorely in need of some Windows developers. I currently do the maintenance, but literally the only time I use Windows is to fix the

Re: [PD] iemguts on windows

2009-04-05 Thread Georg Werner
hi, @iohannes: thanks for the hint: i also installed automake and autoconf @jonathan: see http://www.mingw.org/wiki/MSYS g. IOhannes m zmoelnig: Jonathan Wilkes wrote: Yes, I have msys installed. Would it make a difference where pd is installed? no not at all. the makefile uses "filter" and

Re: [PD] iemguts on windows

2009-04-04 Thread IOhannes m zmoelnig
Jonathan Wilkes wrote: > Yes, I have msys installed. > Would it make a difference where pd is installed? > no not at all. the makefile uses "filter" and "wildcard" commands, which iirc, are built into Gnu make. your version of make doesn't recognize them and tries to execute commands of the very n

Re: [PD] iemguts on windows

2009-04-03 Thread Jonathan Wilkes
Yes, I have msys installed. Would it make a difference where pd is installed? -Jonathan --- On Fri, 4/3/09, Georg Werner wrote: > From: Georg Werner > Subject: Re: [PD] iemguts on windows > To: "PD-List" > Date: Friday, April 3, 2009, 2:21 PM > have you installe

Re: [PD] iemguts on windows

2009-04-03 Thread Georg Werner
have you installed msys? i'm using mingw 5.1.4, too. g. ___ Pd-list@iem.at mailing list UNSUBSCRIBE and account-management -> http://lists.puredata.info/listinfo/pd-list

Re: [PD] iemguts on windows

2009-04-02 Thread Jonathan Wilkes
Thanks, Georg. Those dll's work fine. However, if I try to compile using your Makefile, I get these errors: wildcard: command not found filter: command not found This is with mingw 5.1.4 -Jonathan --- On Thu, 4/2/09, Georg Werner wrote: > From: Georg Werner > Subject: Re: [PD]

Re: [PD] iemguts on windows

2009-04-02 Thread Georg Werner
Hi Jonathan, i have it done quite a while ago - cant remember how exactly :( (did you use the right sources?) http://www.sendspace.com/file/rrxgh9 (the dlls) i attached my makefile it compiles every file in the directory (not nice but works ok). hope it helps. g. Jonathan Wilkes schrieb: Hi,

Re: [PD] iemguts on windows

2009-04-02 Thread IOhannes m zmoelnig
Jonathan Wilkes wrote: Hi, Has anyone been able install iemguts objects on windows xp? some objects of iemguts might rely on interal functions of Pd which are not exported properly. this might make them not available on w32. I tried using the guide for compiling externals with mingw

[PD] iemguts on windows

2009-04-01 Thread Jonathan Wilkes
Hi, Has anyone been able install iemguts objects on windows xp? I tried using the guide for compiling externals with mingw that was posted here some time ago, but after putting the dll files in the extra folder, I get an error like "couldn't load propertybang" and the object isn't created