I'm no python expert, and I am not at a computer. My guess is you are using python3 instead of 2. I know they changed lots of list stuff.
Paul On Jul 19, 2011 2:46 PM, "Aurélien Leblond" <[email protected]> wrote: > Hi, > > I can't compile the MDA-LV2 plugins (SVN 3422). > > I tried to mess around with the wscript file, but this time couldn't > find a solution... > > It fails with the following error: > blablack@igor:~/src/Launchpad/mda-lv2$ ./waf configure > Setting top to : /home/blablack/src/Launchpad/mda-lv2 > Setting out to : > /home/blablack/src/Launchpad/mda-lv2/build > > Global Configuration > * Install prefix : /usr/local > * Debuggable build : False > * Strict compiler flags : False > * Build documentation : False > > Mdala Configuration > Checking for 'g++' (c++ compiler) : /usr/bin/g++ > Checking for header lv2/lv2plug.in/ns/lv2core/lv2.h : yes > Traceback (most recent call last): > File "/home/blablack/src/Launchpad/mda-lv2/.waf-1.6.6-158eec7a0749a003782d4a9a502e3d08/waflib/Scripting.py", > line 94, in waf_entry_point > run_commands() > File "/home/blablack/src/Launchpad/mda-lv2/.waf-1.6.6-158eec7a0749a003782d4a9a502e3d08/waflib/Scripting.py", > line 146, in run_commands > run_command(cmd_name) > File "/home/blablack/src/Launchpad/mda-lv2/.waf-1.6.6-158eec7a0749a003782d4a9a502e3d08/waflib/Scripting.py", > line 139, in run_command > ctx.execute() > File "/home/blablack/src/Launchpad/mda-lv2/.waf-1.6.6-158eec7a0749a003782d4a9a502e3d08/waflib/Configure.py", > line 127, in execute > super(ConfigurationContext,self).execute() > File "/home/blablack/src/Launchpad/mda-lv2/.waf-1.6.6-158eec7a0749a003782d4a9a502e3d08/waflib/Context.py", > line 87, in execute > self.recurse([os.path.dirname(g_module.root_path)]) > File "/home/blablack/src/Launchpad/mda-lv2/.waf-1.6.6-158eec7a0749a003782d4a9a502e3d08/waflib/Context.py", > line 127, in recurse > user_function(self) > File "/home/blablack/src/Launchpad/mda-lv2/wscript", line 36, in configure > conf.env['pluginlib_EXT'] = pat[pat.rfind('.'):] > AttributeError: 'list' object has no attribute 'rfind' > > > Is anybody else facing the same issue? > > Thanks in advance, > Aurélien > _______________________________________________ > Linux-audio-dev mailing list > [email protected] > http://lists.linuxaudio.org/listinfo/linux-audio-dev
_______________________________________________ Linux-audio-dev mailing list [email protected] http://lists.linuxaudio.org/listinfo/linux-audio-dev
