hi all,
i experienced some problems running flext externals on pd 0.37. i recompiled both the flext library and the externals, but pd freezes when the externals are being loaded.
-verbose: tried /path/to/external.pd_linux and succeded.
then it stops... any clues?
Tim mailto:TimBlechmann@gmx.de ICQ: 96771783 http://www.nyds-exp-discogs.tk -- The only people for me are the mad ones, the ones who are mad to live, mad to talk, mad to be saved, desirous of everything at the same time, the ones who never yawn or say a commonplace thing, but burn, burn, burn, like fabulous yellow roman candles exploding like spiders across the stars and in the middle you see the blue centerlight pop and everybody goes "Awww!" Jack Kerouac
Hi Tim, i have no problems running flext externals with pd-0.37-0. Do you use flext 0.4.4 or the latest version from cvs where some adjustments for the new pd version have been made?
Could you find out if the source of the freeze is only a specific external or if all behave the same?
best greetings, Thomas
----- Original Message ----- From: "Tim Blechmann" TimBlechmann@gmx.net To: pd-dev@iem.kug.ac.at Cc: "Thomas Grill" t.grill@gmx.net Sent: Friday, September 19, 2003 6:34 AM Subject: flext and pd-0.37-0
hi all,
i experienced some problems running flext externals on pd 0.37. i recompiled both the flext library and the externals, but pd freezes when the externals are being loaded.
-verbose: tried /path/to/external.pd_linux and succeded.
then it stops... any clues?
Tim mailto:TimBlechmann@gmx.de ICQ: 96771783 http://www.nyds-exp-discogs.tk -- The only people for me are the mad ones, the ones who are mad to live, mad to talk, mad to be saved, desirous of everything at the same time, the ones who never yawn or say a commonplace thing, but burn, burn, burn, like fabulous yellow roman candles exploding like spiders across the stars and in the middle you see the blue centerlight pop and everybody goes "Awww!" Jack Kerouac
-- Tim mailto:TimBlechmann@gmx.de ICQ: 96771783 http://www.nyds-exp-discogs.tk -- The only people for me are the mad ones, the ones who are mad to live, mad to talk, mad to be saved, desirous of everything at the same time, the ones who never yawn or say a commonplace thing, but burn, burn, burn, like fabulous yellow roman candles exploding like spiders across the stars and in the middle you see the blue centerlight pop and everybody goes "Awww!" Jack Kerouac
hi thomas
i have no problems running flext externals with pd-0.37-0. Do you use flext 0.4.4 or the latest version from cvs where some adjustments for the new pd version have been made?
Could you find out if the source of the freeze is only a specific external or if all behave the same?
i recompiled with g++ and it works ... it seems to be an issue with the icc compiler... it freezes before the setup function is being started...
i even updated icc, but it's still a problem. i don't know what changed, but flext/pd-0.37-0 seems to be incompatible with the icc compiler.
Tim mailto:TimBlechmann@gmx.de ICQ: 96771783 http://www.nyds-exp-discogs.tk -- The only people for me are the mad ones, the ones who are mad to live, mad to talk, mad to be saved, desirous of everything at the same time, the ones who never yawn or say a commonplace thing, but burn, burn, burn, like fabulous yellow roman candles exploding like spiders across the stars and in the middle you see the blue centerlight pop and everybody goes "Awww!" Jack Kerouac
hi thomas,
i've got an undefined symbol when i try to load xsample linked with the shared flext library: _ZNSt24__default_alloc_templateILb1ELi0EE10deallocateEPvj
and when loading tbext: error: flext - Could not launch helper thread!
if i link the externals static, pd loads them (runs the setup), but creating the xsample or fftease object it segfaults, tbext objects segfault when i try to send messages (vasp / readanysf~ seem to work)...
Tim mailto:TimBlechmann@gmx.de ICQ: 96771783 http://www.nyds-exp-discogs.tk -- The only people for me are the mad ones, the ones who are mad to live, mad to talk, mad to be saved, desirous of everything at the same time, the ones who never yawn or say a commonplace thing, but burn, burn, burn, like fabulous yellow roman candles exploding like spiders across the stars and in the middle you see the blue centerlight pop and everybody goes "Awww!" Jack Kerouac
i even updated icc, but it's still a problem. i don't know what changed, but flext/pd-0.37-0 seems to be incompatible with the icc compiler.
Hi Tim, i updated the cvs make files for flext, xsample, pool and vasp so that they should now work with icc (both static and shared linkage) The other projects will follow shortly. The problem was that the order of input files to the linker didn't fit somehow... also icc used as a linker seems to need an explicit -lstdc++.
best greetings, Thomas
i even updated icc, but it's still a problem. i don't know what changed, but flext/pd-0.37-0 seems to be incompatible with the icc compiler.
Hi Tim, i updated the cvs make files for flext, xsample, pool and vasp so that they should now work with icc (both static and shared linkage) The other projects will follow shortly. The problem was that the order of input files to the linker didn't fit somehow... also icc used as a linker seems to need an explicit -lstdc++.
great!!! i'll try it tomorrow ...
thanks a lot...
Tim mailto:TimBlechmann@gmx.de ICQ: 96771783 http://www.nyds-exp-discogs.tk -- The only people for me are the mad ones, the ones who are mad to live, mad to talk, mad to be saved, desirous of everything at the same time, the ones who never yawn or say a commonplace thing, but burn, burn, burn, like fabulous yellow roman candles exploding like spiders across the stars and in the middle you see the blue centerlight pop and everybody goes "Awww!" Jack Kerouac