Hello. On 07/04/2010 05:07 AM, Piero Lenzo wrote: > i used these options in my ubuntu 10.04: > sudo scons prefix=/usr ipod=1 ladspa=1 ffmpeg=1 shoutcast=1 tuned=1 > optimize=4 script=1 tonal=1 m4a=1 test=1 gprof=1 install
The error is related to setting script=1. That's for the Mixxx ScriptStudio, which is experimental and hasn't been looked at in over two years. For general use, please don't alter the default build flags other than 'tuned' and/or 'optimize' unless you know what they do and want to experiment. (Many of the flags you specified are from before we had easy code branching and will attempt to build experimental/unmaintained/obsolete code.) So to fix your problem, do this in the mixxx/ directory: sudo rm -r .sconf_temp sudo rm .sconsign.dblite scons prefix=usr/ tuned=1 sudo scons install (if you want to install it. Otherwise run from the current directory with ./mixxx --resourcePath res/ ) Let us know if you have any more problems after doing these steps. Sincerely, Sean M. Pappalardo "D.J. Pegasus" Mixxx Developer - Controller Specialist ------------------------------------------------------------------------------ This SF.net email is sponsored by Sprint What will you do first with EVO, the first 4G phone? Visit sprint.com/first -- http://p.sf.net/sfu/sprint-com-first _______________________________________________ Mixxx-devel mailing list Mixxx-devel@lists.sourceforge.net https://lists.sourceforge.net/lists/listinfo/mixxx-devel