bondgeek / pybg

9 stars 0 forks source link

Windows build #11

Closed bondgeek closed 12 years ago

bondgeek commented 12 years ago

Visual Studio 2008 test build

Compiling... Microsoft (R) 32-bit C/C++ Optimizing Compiler Version 15.00.30729.01 for 80x86 Copyright (C) Microsoft Corporation. All rights reserved. cl /O2 /Oi /GL /I "c:\QuantLib\QuantLib-1.2" /D "WIN32" /D "NDEBUG" /D "_CONSOLE" /D "_SCL_SECURE_NO_DEPRECATE" /D "_CRT_SECURE_NO_DEPRECATE" /D "_UNICODE" /D "UNICODE" /FD /EHsc /MD /Gy /Yc"stdafx.h" /Fp"Release\TestingQuantLib.pch" /Fo"Release\" /Fd"Release\vc90.pdb" /W3 /c /Zi /TP ".\stdafx.cpp" stdafx.cpp Compiling... Microsoft (R) 32-bit C/C++ Optimizing Compiler Version 15.00.30729.01 for 80x86 Copyright (C) Microsoft Corporation. All rights reserved. cl /O2 /Oi /GL /I "c:\QuantLib\QuantLib-1.2" /D "WIN32" /D "NDEBUG" /D "_CONSOLE" /D "_SCL_SECURE_NO_DEPRECATE" /D "_CRT_SECURE_NO_DEPRECATE" /D "_UNICODE" /D "UNICODE" /FD /EHsc /MD /Gy /Yu"stdafx.h" /Fp"Release\TestingQuantLib.pch" /Fo"Release\" /Fd"Release\vc90.pdb" /W3 /c /Zi /TP ".\TestingQuantLib.cpp" TestingQuantLib.cpp Linking... Microsoft (R) Incremental Linker Version 9.00.30729.01 Copyright (C) Microsoft Corporation. All rights reserved. "/OUT:C:\Users\Bart\Documents\Visual Studio 2008\Projects\TestingQuantLib\Release\TestingQuantLib.exe" /INCREMENTAL:NO "/LIBPATH:C:\QuantLib\QuantLib-1.2\lib" /MANIFEST "/MANIFESTFILE:Release\TestingQuantLib.exe.intermediate.manifest" "/MANIFESTUAC:level='asInvoker' uiAccess='false'" /DEBUG "/PDB:C:\Users\Bart\Documents\Visual Studio 2008\Projects\TestingQuantLib\Release\TestingQuantLib.pdb" /SUBSYSTEM:CONSOLE /OPT:REF /OPT:ICF /LTCG /DYNAMICBASE /NXCOMPAT /MACHINE:X86 kernel32.lib user32.lib gdi32.lib winspool.lib comdlg32.lib advapi32.lib shell32.lib ole32.lib oleaut32.lib uuid.lib odbc32.lib odbccp32.lib

".\Release\stdafx.obj" ".\Release\TestingQuantLib.obj" Generating code Finished generating code

Cython Build

building 'pybg.quantlib.quotes' extension c:\Program Files (x86)\Microsoft Visual Studio 9.0\VC\BIN\cl.exe /c /nologo /Ox /MD /W3 /GS- /DNDEBUG -DHAVE_CONFIG_H -DWIN32 -DWIN32 -DNDEBUG -D_WINDOWS -D NOMINMAX -DWINNT -D_WINDLL -D_SCL_SECURE_NO_DEPRECATE -D_CRT_SECURE_NO_DEPRECATE -D_SCL_SECURE_NO_WARNINGS "-IC:\Program Files (x86)\boost\boost_1_47" -IC:\Quan tLib\QuantLib-1.2 -I. -IC:\Python27\include -IC:\Python27\PC /Tppybg/quantlib/qu otes.cpp /Fobuild\temp.win32-2.7\Release\pybg/quantlib/quotes.obj /GR /FD /Zm250 /EHsc quotes.cpp c:\Program Files (x86)\Microsoft Visual Studio 9.0\VC\BIN\link.exe /DLL /nologo /INCREMENTAL:NO /LIBPATH:C:\QuantLib\QuantLib-1.2\lib "/LIBPATH:C:\Program Files (x86)\boost\boost_1_47\lib" /LIBPATH:C:\Python27\libs /LIBPATH:C:\Python27\PCbu ild /EXPORT:initquotes build\temp.win32-2.7\Release\pybg/quantlib/quotes.obj /OU T:C:\Users\Bart\Documents\GitHub\pybg\pybg\quantlib\quotes.pyd /IMPLIB:build\tem p.win32-2.7\Release\pybg/quantlib\quotes.lib /MANIFESTFILE:build\temp.win32-2.7\ Release\pybg/quantlib\quotes.pyd.manifest /subsystem:windows /machine:x86 Creating library build\temp.win32-2.7\Release\pybg/quantlib\quotes.lib and ob ject build\temp.win32-2.7\Release\pybg/quantlib\quotes.exp