Hi,<br><br>I'm following Wang Jun's method given on <a href="http://www.clam.iua.upf.edu/wikis/clam/index.php/Devel/Windows_MinGW_build">http://www.clam.iua.upf.edu/wikis/clam/index.php/Devel/Windows_MinGW_build</a> . The second last step is producing the following error on my system:<br>
<br>C:\clam\CLAM>scons configure prefix='c:\\mingw\\local'prefix_for_packaging='c:\\<br>mingw\\local' sandbox_path='c:\\mingw' verbose=True xmlbackend='xmlpp' audio_bac<br>kend=portaudio<br>
scons: Reading SConscript files ...<br><br>scons: warning: The Options class is deprecated; use the Variables class instead<br>.<br>File "C:\clam\CLAM\SConstruct", line 122, in setup_build_options<br><br>scons: warning: The PathOption() function is deprecated; use the PathVariable()<br>
function instead.<br>File "C:\clam\CLAM\SConstruct", line 125, in setup_build_options<br><br>scons: warning: The BoolOption() function is deprecated; use the BoolVariable()<br>function instead.<br>File "C:\clam\CLAM\SConstruct", line 129, in setup_build_options<br>
<br>scons: warning: The EnumOption() function is deprecated; use the EnumVariable()<br>function instead.<br>File "C:\clam\CLAM\SConstruct", line 140, in setup_build_options<br><br>scons: *** Path for option prefix does not exist: 'c:\\mingw\\local'prefix_for_p<br>
ackaging='c:\\mingw\\local'<br>File "C:\clam\CLAM\SConstruct", line 169, in setup_build_options<br><br>Although the directory for 3rd party libraries c:\mingw\local was created as mentioned.<br><br>Kindly help...<br>