Hi! Building mixxx-1.10.1 and soundsource plugins m4a & wv build fine and load as they should (although m4a files crash).
Build configuration is:
scons wv=1 faad=1 prefix=/usr
Now using this build configuration with latest mixxx 1.11 (rev 3875) everything appears to build as expected. When starting mixxx I see these errors relating to the m4a & wv plugins:
Debug [Main]: Dynamically loaded "/usr/lib/mixxx/plugins/soundsource/libsoundsourcem4a.so"
Debug [Main]: Plugin "/usr/lib/mixxx/plugins/soundsource/libsoundsourcem4a.so" is incompatible with your version of Mixxx!
Debug [Main]: Dynamically loaded "/usr/lib/mixxx/plugins/soundsource/libsoundsourcewv.so"
Debug [Main]: Plugin "/usr/lib/mixxx/plugins/soundsource/libsoundsourcewv.so" is incompatible with your version of Mixxx!
Rebuilding mixxx with this configuration (disabling vamp):
scons wv=1 faad=1 vamp=0 prefix=/usr
and everything builds as expected. The m4a & wv plugins load correctly:
and mixxx loads and plays (without crashing) m4a & wv files. So it would appear that vamp and soundsource plugins aren't getting along too nicely! By the way I'm using ubuntu 10.10 (maverick). Hope this info helps.
Reported by: katiem Date: 2013-05-29T18:33:09Z Status: Invalid Importance: Low Launchpad Issue: lp1185543 Tags: build
Hi! Building mixxx-1.10.1 and soundsource plugins m4a & wv build fine and load as they should (although m4a files crash).
Build configuration is: scons wv=1 faad=1 prefix=/usr
Now using this build configuration with latest mixxx 1.11 (rev 3875) everything appears to build as expected. When starting mixxx I see these errors relating to the m4a & wv plugins:
Rebuilding mixxx with this configuration (disabling vamp): scons wv=1 faad=1 vamp=0 prefix=/usr
and everything builds as expected. The m4a & wv plugins load correctly:
and mixxx loads and plays (without crashing) m4a & wv files. So it would appear that vamp and soundsource plugins aren't getting along too nicely! By the way I'm using ubuntu 10.10 (maverick). Hope this info helps.
Kind regards.