Hallo!
I get the following undefined symbol when I try to compile the latest gem from cvs:
c++filt _ZN8pix_film6renderEP8GemState pix_film::render(GemState*)
btw: did the gem build system change ? or how can I disable to compile this file ?
thanks, LG Georg
Georg Holzmann wrote:
Hallo!
I get the following undefined symbol when I try to compile the latest gem from cvs:
when did you check it out ? yestereve ? today ??
c++filt _ZN8pix_film6renderEP8GemState pix_film::render(GemState*)
this really seems to be the same problem you posted to me privatly (pix_filmLinux being deleted (because it is covered by pix_filmNEW for quite some time now) which resulted in a lot of dependency problems of pix_film and pix_movie files)
it _should_ be fixed in the current CVS (revision of pix_film is 1.16)
btw: did the gem build system change ? or how can I disable to compile this file ?
not really. just delete the file that makes problems
mfg.asd.r IOhannes
thanks, LG Georg
PD-list@iem.at mailing list UNSUBSCRIBE and account-management -> http://lists.puredata.info/listinfo/pd-list
Hallo!
when did you check it out ? yestereve ? today ??
yesterday 23:00 or so ...
it _should_ be fixed in the current CVS (revision of pix_film is 1.16)
okay, i will try ...
btw: did the gem build system change ? or how can I disable to compile this file ?
not really. just delete the file that makes problems
yes, but I can remember a file in the src directories, where I could select all the files which should compile (cant't remember the exact name now) ...
LG Georg
Georg Holzmann wrote:
Hallo!
yes, but I can remember a file in the src directories, where I could select all the files which should compile (cant't remember the exact name now) ...
well, the build system _has_ changed; currently all files with an ".cpp"-ending will be compiled; there is no Make.source any more but instead the files to be compiled are calculated on the fly.
mfg.jutz.sd IOhannes
LG Georg