|
From: Grześ A. <gan...@gm...> - 2013-05-01 15:18:32
|
Hi,
I am trying to build the QL XL project (full, in VC10), but it fails.
It seems that the problem is this:
Build started 01/05/2013 16:14:01.
1>Project "C:\Users\ga\Documents\dev\QuantLib\ObjectHandler\gensrc\ohgensrc_vc10.vcxproj"
on node 4 (rebuild target(s)).
1>CoreClean:
NMAKE /f Makefile.vc clean
Microsoft (R) Program Maintenance Utility Version 10.00.30319.01
Copyright (C) Microsoft Corporation. All rights reserved.
C:\Users\ga\Documents\dev\QuantLib\ObjectHandler\gensrc\build\vc\ohgensrc_vc10.log
The process cannot access the file because it is being used
by another process.
Rebuild:
NMAKE /f Makefile.vc /a
Microsoft (R) Program Maintenance Utility Version 10.00.30319.01
Copyright (C) Microsoft Corporation. All rights reserved.
if not exist build\vc mkdir build\vc
..\..\gensrc\gensrc.py -xdlv --oh_dir=..
File "C:\Users\ga\Documents\dev\QuantLib\gensrc\gensrc.py", line 51
print USAGE_ERROR % { 'scriptName' : sys.argv[0] }
^
SyntaxError: invalid syntax
1>NMAKE : fatal error U1077: '..\..\gensrc\gensrc.py' : return code '0x1'
Stop.
1>C:\Program
Files\MSBuild\Microsoft.Cpp\v4.0\Microsoft.MakeFile.Targets(43,5):
error MSB3073: The command "NMAKE /f Makefile.vc /a" exited with code
2.
1>Done Building Project
"C:\Users\ga\Documents\dev\QuantLib\ObjectHandler\gensrc\ohgensrc_vc10.vcxproj"
(rebuild target(s)) -- FAILED.
Build FAILED.
Any ideas?
Regards,
Grzegorz
|