What steps will reproduce the problem?
1. Use SCons 2.1.0 to compile
What is the expected output? What do you see instead?
- Error in compilation.
What version of the product are you using? On what operating system?
- openSUSE 11.2
- SCont 2.1.0
- fltk-devel-1.1.9-36.1.i586
Please provide any additional information below.
You need to change in the file:
SConstruct, line 22
- BuildDir('build', 'src', duplicate=0)
+ VariantDir('build', 'src', duplicate=0)
Then, the compile is good!
Original issue reported on code.google.com by comerc...@todo-redes.com on 19 Nov 2011 at 8:44
Original issue reported on code.google.com by
comerc...@todo-redes.com
on 19 Nov 2011 at 8:44