Does anyone know of, or have a GA implementation in PD besides GAPop by Georg Holzman? I can't get it to compile on my Linux box. I think it may be an incompatibility with the version of flext I'm running.
Jamie
Jamie Bullock schrieb:
Does anyone know of, or have a GA implementation in PD besides GAPop by Georg Holzman? I can't get it to compile on my Linux box. I think it may be an incompatibility with the version of flext I'm running.
what are your error messages ? (I'm also on linux)
Jamie Bullock schrieb:
Does anyone know of, or have a GA implementation in PD besides GAPop by Georg Holzman? I can't get it to compile on my Linux box. I think it may be an incompatibility with the version of flext I'm running.
Sorry, you were right. I haven't added the makefiles for linux... I will do it - maybe today afternoon.
LG Georg
Thanks for the reply,
I've managed to get it compile (without errors or warnings) now by adding the -DPD flag to the compiler options. I then run:
ld --export_dynamic -shared -o GApop.pd_linux GApop.o -lc -lm strip --strip-unneeded GApop.pd_linux
I am not familiar with C++ or flext, so this may be wrong. It is just what I would do for an extern written in C.
When I create an instance of the object in PD I get:
undefined symbol: _ZN12flext_single8AtomList3SetEiPK5_atomib
on the console.
I tried strip -s GApop.pd_linux, but it makes no difference.
I am using flext version 0.4.5
I am sure I am probably missing something obvious.
Regards,
Jamie
On Thu, 2005-04-28 at 11:26 +0000, Georg Holzmann wrote:
Jamie Bullock schrieb:
Does anyone know of, or have a GA implementation in PD besides GAPop by Georg Holzman? I can't get it to compile on my Linux box. I think it may be an incompatibility with the version of flext I'm running.
Sorry, you were right. I haven't added the makefiles for linux... I will do it - maybe today afternoon.
LG Georg
PD-list@iem.at mailing list UNSUBSCRIBE and account-management -> http://lists.puredata.info/listinfo/pd-list
Hallo!
When I create an instance of the object in PD I get:
undefined symbol: _ZN12flext_single8AtomList3SetEiPK5_atomib
on the console.
I added now the makefiles: http://grh.mur.at/software/GApop0.1.tar.gz
LG Georg
PS: mail me if you would need more functionalities, because I only made it very quickly for a specific project ...
Thank you! That works perfectly now. Your code is very well commented and clear, so if there are any mods, I might have a try myself in due course. Either way I'll probably be in touch if any changes are made.
Jamie
On Fri, 2005-04-29 at 09:47 +0000, Georg Holzmann wrote:
Hallo!
When I create an instance of the object in PD I get:
undefined symbol: _ZN12flext_single8AtomList3SetEiPK5_atomib
on the console.
I added now the makefiles: http://grh.mur.at/software/GApop0.1.tar.gz
LG Georg
PS: mail me if you would need more functionalities, because I only made it very quickly for a specific project ...
PD-list@iem.at mailing list UNSUBSCRIBE and account-management -> http://lists.puredata.info/listinfo/pd-list
Jamie Bullock schrieb:
Thank you! That works perfectly now. Your code is very well commented and clear, so if there are any mods, I might have a try myself in due course. Either way I'll probably be in touch if any changes are made.
Let me know if you change something ...
LG Georg