ganeshredcobra / animata

Automatically exported from code.google.com/p/animata
GNU General Public License v3.0
0 stars 0 forks source link

SCons 2.1.0 #46

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
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

GoogleCodeExporter commented 9 years ago
thanks. fixed in svn.

Original comment by gabor.p...@gmail.com on 29 Nov 2011 at 9:52