Hey, I've got an external written in C++ and don't know how to compile it, so I can use it in PD!
I already downloaded the MinGW compiler but don't know how to use it!
Can anybody help me??
Greets
Fabio
Fabio Kaiser wrote:
Hey, I've got an external written in C++ and don't know how to compile it, so I can use it in PD!
I already downloaded the MinGW compiler but don't know how to use it!
Can anybody help me??
which operating-system? which IDE are you familiar with?
have you had a look into flext? have you had a look into other c++-based externals? (found e.g. at the pd-repository at sourceforge; for instance PDContainer)
mfga.sdr IOhannes
Hallo!
To clear the things up a little bit (I already wrote some mails with Fabio):
which operating-system?
Fabio is using Windows and tries to compile the GApop external, which is based on flext.
So I already suggested him to:
But that's of course not so easy to explain how to do that on windows ...
LG Georg
Georg Holzmann wrote:
Hallo!
To clear the things up a little bit (I already wrote some mails with Fabio):
which operating-system?
Fabio is using Windows and tries to compile the GApop external, which is based on flext.
So I already suggested him to:
- install a compiler (MinGW)
- install flext
- then compile the external
But that's of course not so easy to explain how to do that on windows ...
i see. in this case, i would simply read the flext-readme and use the flext-buildsystem :-)
i think thomas has done a quite good job in documenting how to do it
fabio, keep us informed, on where you have problems in the flext documentation and the like...
mfg.asdr IOhannes
This will help you with the MinGW/MSYS setup:
http://puredata.org/docs/developer/mingw
.hc
On May 14, 2007, at 2:48 PM, Fabio Kaiser wrote:
Hey, I've got an external written in C++ and don't know how to compile it, so I can use it in PD!
I already downloaded the MinGW compiler but don't know how to use it!
Can anybody help me??
Greets
Fabio
PD-list@iem.at mailing list UNSUBSCRIBE and account-management -> http://lists.puredata.info/ listinfo/pd-list
Man has survived hitherto because he was too ignorant to know how to
realize his wishes. Now that he can realize them, he must either
change them, or perish. -William Carlos Williams
Hallo!
This will help you with the MinGW/MSYS setup:
But be aware that you don't need all the additional libraries as explained on that site !
LG Georg