Hi,
I used the superb installation notes of Terrence August, which guided me successfully to the running of QuantLib-0.3.8. When doing the same steps with the newest version QuantLib-0.3.10 I get the following message when typing configure into the Shell. ... checking for ctime... yes checking for Boost development files...no configure: error: Boost development files not found Does anyone know what to do? I appreciate every comment. Many thanks. Maxim ------------------------------------------------- This mail sent through IMP: http://horde.org/imp/ |
On 09/28/2005 11:29:34 AM, Maxim Ulrich wrote:
> > Hi, > I used the superb installation notes of Terrence August, which guided > me successfully to the running of QuantLib-0.3.8. > When doing the same steps with the newest version QuantLib-0.3.10 I > get the following message when typing configure into the Shell. > > ... > checking for ctime... yes > checking for Boost development files...no > configure: error: Boost development files not found > > Does anyone know what to do? > I appreciate every comment. Maxim, ./configure created a file called config.log in the base QuantLib directory which contains more details about what went wrong (i.e., what configure tried to do exactly, and what errors were returned by the compiler.) Can you post the relevant lines? Later, Luigi ---------------------------------------- There is no such thing as public opinion. There is only published opinion. -- Winston Churchill |
In reply to this post by Maxim Ulrich
Maxim,
looks like configure has failed to find you boost installation directory. $ configure --with-boost-lib=/cygdrive/p/boost_1_33_0/libs --with-boost-include =/cygdrive/p/boost_1_33_0/ For instance I need to run configure with settings above so that the boost install is found. John Maxim Ulrich wrote: >Hi, >I used the superb installation notes of Terrence August, which guided me >successfully to the running of QuantLib-0.3.8. >When doing the same steps with the newest version QuantLib-0.3.10 I get the >following message when typing configure into the Shell. > >... >checking for ctime... yes >checking for Boost development files...no >configure: error: Boost development files not found > > > >Does anyone know what to do? >I appreciate every comment. > >Many thanks. >Maxim > > >------------------------------------------------- >This mail sent through IMP: http://horde.org/imp/ > > >------------------------------------------------------- >This SF.Net email is sponsored by: >Power Architecture Resource Center: Free content, downloads, discussions, >and more. http://solutions.newsforge.com/ibmarch.tmpl >_______________________________________________ >Quantlib-users mailing list >[hidden email] >https://lists.sourceforge.net/lists/listinfo/quantlib-users > > > > |
In reply to this post by Luigi Ballabio
On 09/28/2005 11:54:13 AM, Maxim Ulrich wrote:
> here are all lines: Here are the relevant ones: > configure:20788: checking for Boost development files > configure:20809: g++ -c -g -O2 -Wall -I/local/include conftest.cc >&5 > conftest.cc:31:29: boost/version.hpp: No such file or directory > conftest.cc:32:37: boost/shared_ptr.hpp: No such file or directory > conftest.cc:33:33: boost/assert.hpp: No such file or directory > conftest.cc:34:43: boost/current_function.hpp: No such file or As correctly guessed by John, g++ wasn't passed any -I flag with the location of your Boost installation. His suggestion should fix the problem. Later, Luigi ---------------------------------------- Lubarsky's Law of Cybernetic Entomology: There is _always_ one more bug. |
... Thank you John, Thank you Luigi,
you were absolutely right. Now, it is working!! Have a nice evening, Maxim Zitat von Luigi Ballabio <[hidden email]>: > On 09/28/2005 11:54:13 AM, Maxim Ulrich wrote: > > here are all lines: > > Here are the relevant ones: > > > configure:20788: checking for Boost development files > > configure:20809: g++ -c -g -O2 -Wall -I/local/include conftest.cc >&5 > > conftest.cc:31:29: boost/version.hpp: No such file or directory > > conftest.cc:32:37: boost/shared_ptr.hpp: No such file or directory > > conftest.cc:33:33: boost/assert.hpp: No such file or directory > > conftest.cc:34:43: boost/current_function.hpp: No such file or > > As correctly guessed by John, g++ wasn't passed any -I flag with the > location of your Boost installation. His suggestion should fix the > problem. > > Later, > Luigi > > > ---------------------------------------- > > Lubarsky's Law of Cybernetic Entomology: > There is _always_ one more bug. > > > > > ------------------------------------------------------- > This SF.Net email is sponsored by: > Power Architecture Resource Center: Free content, downloads, discussions, > and more. http://solutions.newsforge.com/ibmarch.tmpl > _______________________________________________ > Quantlib-users mailing list > [hidden email] > https://lists.sourceforge.net/lists/listinfo/quantlib-users > ------------------------------------------------- This mail sent through IMP: http://horde.org/imp/ |
In reply to this post by John Nichol-2
Hi,
Does anyone know, how to make Quantlib work under Microsoft Visual Studio C++ 6.0 ? Are there any instructions available on the web, like the ones of Terry August for MinGW users? Or is there a MSVC user who already works with QuantLib and who can give some guidance. Many thanks. Maxim ------------------------------------------------- This mail sent through IMP: http://horde.org/imp/ |
Hi Maxim,
VC6 is fully supported and there are no special steps necessary to use QuantLib under VC6 - just open the VC6 workspace that's included in the release. The link below gives some additional info on linking QuantLib into your own VC project - http://quantlib.org/reference/usage.html If you're having trouble please come back with a more specific description of the problem. Regards, Eric On 10/6/05, Maxim Ulrich <[hidden email]> wrote: > Hi, > > Does anyone know, how to make Quantlib work under Microsoft Visual Studio C++ > 6.0 ? Are there any instructions available on the web, like the ones of Terry > August for MinGW users? Or is there a MSVC user who already works with QuantLib > and who can give some guidance. > Many thanks. > Maxim > > > > ------------------------------------------------- > This mail sent through IMP: http://horde.org/imp/ > > > ------------------------------------------------------- > This SF.Net email is sponsored by: > Power Architecture Resource Center: Free content, downloads, discussions, > and more. http://solutions.newsforge.com/ibmarch.tmpl > _______________________________________________ > Quantlib-users mailing list > [hidden email] > https://lists.sourceforge.net/lists/listinfo/quantlib-users > |
Free forum by Nabble | Edit this page |