Pb to compile QL9.0 with Visual Studio 2005

classic Classic list List threaded Threaded
3 messages Options
Reply | Threaded
Open this post in threaded view
|

Pb to compile QL9.0 with Visual Studio 2005

Lapin
Hi,

I have the following error message while trying to compile QL.
Everything is installed and compiled (Boost...) and the previous QL version is working fine.

1>BSCMAKE: warning BK4502 : truncated .SBR file '.\build\vc71\debug crtdll\averagebmacoupon.sbr' not in .\build\vc71\Debug CRTDLL/QuantLib.bsc
1>BSCMAKE: error BK1513 : nonincremental update requires all .SBR files

Any idea?
Cheers
Reply | Threaded
Open this post in threaded view
|

Re: Pb to compile QL9.0 with Visual Studio 2005

Ferdinando M. Ametrano-3
Hi Yomi

>  I have the following error message while trying to compile QL.
>  Everything is installed and compiled (Boost...) and the previous QL version
>  is working fine.
>
>  1>BSCMAKE: warning BK4502 : truncated .SBR file '.\build\vc71\debug
>  crtdll\averagebmacoupon.sbr' not in .\build\vc71\Debug CRTDLL/QuantLib.bsc
>  1>BSCMAKE: error BK1513 : nonincremental update requires all .SBR files
>
>  Any idea?

In the subject line you write about Visual Studio 2005, but the error
message refers to the vc71 folder, which is used only by Visual Studio
2003. Which compiler you have problems with?

Beside that, the first warning should be no problem, the second
message is an error and complain about missing SBR files. Have you
tried to just "rebuild all" ?

ciao -- Nando

-------------------------------------------------------------------------
This SF.net email is sponsored by the 2008 JavaOne(SM) Conference
Don't miss this year's exciting event. There's still time to save $100.
Use priority code J8TL2D2.
http://ad.doubleclick.net/clk;198757673;13503038;p?http://java.sun.com/javaone
_______________________________________________
QuantLib-users mailing list
[hidden email]
https://lists.sourceforge.net/lists/listinfo/quantlib-users
Reply | Threaded
Open this post in threaded view
|

Re: Pb to compile QL9.0 with Visual Studio 2005

Lapin
In reply to this post by Lapin
Ciao Nando,

Restarting my computer has solved the issue.
No idea what has happened.

Cheers

Yomi wrote
Hi,

I have the following error message while trying to compile QL.
Everything is installed and compiled (Boost...) and the previous QL version is working fine.

1>BSCMAKE: warning BK4502 : truncated .SBR file '.\build\vc71\debug crtdll\averagebmacoupon.sbr' not in .\build\vc71\Debug CRTDLL/QuantLib.bsc
1>BSCMAKE: error BK1513 : nonincremental update requires all .SBR files

Any idea?
Cheers