[Scons-users] SCons always rebuilds on Windows
    Dirk Heinrichs 
    dirk.heinrichs at altum.de
       
    Mon Apr 29 10:04:27 EDT 2013
    
    
  
Am 29.04.2013 15:49, schrieb Dirk Heinrichs:
> Am 29.04.2013 15:25, schrieb Gary Oberbrunner:
>
>> Could you paste in the output?  (It's not supposed to make a difference,
>> just show the dependency graph.)
>
> That's what I meant with "doesn't make any difference". There is no
> dependency graph, the output is exactly the same as before:
>
> O:\Daten\scons_test>scons --tree=prune
> scons: Reading SConscript files ...
>
> scons: warning: No version of Visual Studio compiler found - C/C++
> compilers most likely not set correctly
> File "O:\Daten\scons_test\SConstruct", line 2, in <module>
> scons: done reading SConscript files.
> scons: Building targets ...
> C:/jdks/1.7/jdk/bin/javac.exe -d classes -sourcepath src src\Hello.java
> scons: done building targets.
Found it: Changed "\" to "/" in "CacheDir('C:/Temp/build_cache')" and 
now I get:
O:\Daten\scons_test>scons --tree=prune -Q
scons: warning: No version of Visual Studio compiler found - C/C++ 
compilers most likely not set correctly
File "O:\Daten\scons_test\SConstruct", line 2, in <module>
scons: `.' is up to date.
+-.
   +-classes
   | +-classes\Hello.class
   |   +-src\Hello.java
   |   +-C:\jdks\1.7\jdk\bin\javac.exe
   +-SConscript
   +-SConstruct
   +-src
     +-src\Hello.java
But there's still this annoying Visual Studio warning...
Bye...
	Dirk
-- 
Dirk Heinrichs <dirk.heinrichs at altum.de>
Tel: +49 (0)2471 209385 | Mobil: +49 (0)176 34473913
GPG Public Key C2E467BB | Jabber: dirk.heinrichs at altum.de
    
    
More information about the Scons-users
mailing list