hello
I've downloaded boost and Quantlib. Managed to build boost but not QuantLib (on Visual Studio 2005) - I followed instruction found here (For VS2008 actually): http://www.quantnet.org/forum/showthread.php?p=32646#post32646 There's NO build error - but it's just taking forever. Must have been like 15-17 hours and Visual Studio stilll not done compiling? Thanks and Happy New Year! Norman ------------------------------------------------------------------------------ _______________________________________________ QuantLib-users mailing list [hidden email] https://lists.sourceforge.net/lists/listinfo/quantlib-users |
Hi Norman
> There's NO build error - but it's just taking forever. Must have been like > 15-17 hours and Visual Studio stilll not done compiling? c'mon... don't be impatience... show a little faith there's magic in the night. Or, if you're in a hurry, switch to Release configuration instead of Debug. happy new year everyone ciao -- Nando ------------------------------------------------------------------------------ _______________________________________________ QuantLib-users mailing list [hidden email] https://lists.sourceforge.net/lists/listinfo/quantlib-users |
It could be done next year :). Thats only a few hours for us here in canada
Happy new year On Wed, Dec 31, 2008 at 1:55 PM, <[hidden email]> wrote: Hi Norman ------------------------------------------------------------------------------ _______________________________________________ QuantLib-users mailing list [hidden email] https://lists.sourceforge.net/lists/listinfo/quantlib-users |
I have switched to "Release (static runtime)" mode yesterday it must have been more than 12 hours now Quantlib still compiling. My machine is dual 2.5GHz Intel CPU, 4GB RAM. I see CPU peaking 100% from Visual Studio so I am sure it's compiling and it's still running. Perhaps I should kill Visual Studio again. Rebuild boots and download quantlib again and start from scratch? (yike)
Thanks! Norman On Thu, Jan 1, 2009 at 10:34 AM, Norman Fung <[hidden email]> wrote: I've just switched over from "Debug (static runtime)" mode" to "Release (static runtime)". It must have taken more than a day for QuantLib compile (boost done *before* hand) ------------------------------------------------------------------------------ _______________________________________________ QuantLib-users mailing list [hidden email] https://lists.sourceforge.net/lists/listinfo/quantlib-users |
I am using Visual Studio 2005. It takes about an hour to build. However, most of the time occurs building the test-suite project. That project alone take about 45 minutes. The reason test-suite take so long is because the project runs all its unit tests after the build.
On Thu, Jan 1, 2009 at 6:42 PM, Norman Fung <[hidden email]> wrote: I have switched to "Release (static runtime)" mode yesterday it must have been more than 12 hours now Quantlib still compiling. My machine is dual 2.5GHz Intel CPU, 4GB RAM. I see CPU peaking 100% from Visual Studio so I am sure it's compiling and it's still running. Perhaps I should kill Visual Studio again. Rebuild boots and download quantlib again and start from scratch? (yike) ------------------------------------------------------------------------------ _______________________________________________ QuantLib-users mailing list [hidden email] https://lists.sourceforge.net/lists/listinfo/quantlib-users |
hey thanks, do you think I should remove "testSuite" from Quantlib solution first? This is my first time I just want to try out QuantLib example to get a feel of it, the API, pricing couple vanilla.
I checked "testSuite" post-build event and process list however, 1. "$(TargetDir)$(TargetName).exe" --log_level=message --build_info=yes --result_code=no --report_level=short 2. I don't see "testSuite.exe" running on task manager 3. I can see Visual Studio 2005 sucking up all CPU (memory fine now that I have 4GB) Thanks Norman On Fri, Jan 2, 2009 at 11:18 AM, Nathan Abbott <[hidden email]> wrote: I am using Visual Studio 2005. It takes about an hour to build. However, most of the time occurs building the test-suite project. That project alone take about 45 minutes. The reason test-suite take so long is because the project runs all its unit tests after the build. ------------------------------------------------------------------------------ _______________________________________________ QuantLib-users mailing list [hidden email] https://lists.sourceforge.net/lists/listinfo/quantlib-users |
I removed "testsuite" from "QuantLib_vc8" solution and compile again, twice I did and success compile in 15 minutes in both tries!
hurrah! Thanks guys! On Fri, Jan 2, 2009 at 12:02 PM, Norman Fung <[hidden email]> wrote: hey thanks, do you think I should remove "testSuite" from Quantlib solution first? This is my first time I just want to try out QuantLib example to get a feel of it, the API, pricing couple vanilla. ------------------------------------------------------------------------------ _______________________________________________ QuantLib-users mailing list [hidden email] https://lists.sourceforge.net/lists/listinfo/quantlib-users |
Free forum by Nabble | Edit this page |