Hi guys,
Here's what I get, looks like some includes were not updated:
g++ -DHAVE_CONFIG_H -I. -I../../ql -I../.. -I../.. -g -O2 -Wall -MT BermudanSwaption.o -MD -MP -MF .deps/BermudanSwaption.Tpo -c -o BermudanSwaption.o BermudanSwaption.cpp
In file included from ../../ql/quantlib.hpp:44, from BermudanSwaption.cpp:22: ../../ql/instruments/all.hpp:19:52: error: ql/instruments/dividendbarrieroption.hpp: No such file or directory In file included from ../../ql/math/interpolations/all.hpp:17, from ../../ql/math/all.hpp:30, from ../../ql/quantlib.hpp:46, from BermudanSwaption.cpp:22: Regards, Sylvain ------------------------------------------------------------------------- This SF.Net email is sponsored by the Moblin Your Move Developer's challenge Build the coolest Linux based applications with Moblin SDK & win great prizes Grand prize is a trip for two to an Open Source event anywhere in the world http://moblin-contest.org/redirect.php?banner_id=100&url=/ _______________________________________________ QuantLib-dev mailing list [hidden email] https://lists.sourceforge.net/lists/listinfo/quantlib-dev |
On Mon, 2008-10-20 at 11:48 -0400, Sylvain Bertrand wrote:
> In file included from ../../ql/quantlib.hpp:44, > from BermudanSwaption.cpp:22: > ../../ql/instruments/all.hpp:19:52: error: > ql/instruments/dividendbarrieroption.hpp: No such file or directory instruments/all.hpp does not include dividendbarrieroption.hpp. Are you sure you have the latest code? Luigi -- Debugging is twice as hard as writing the code in the first place. Therefore, if you write the code as cleverly as possible, you are, by definition, not smart enough to debug it. -- Brian W. Kernighan ------------------------------------------------------------------------- This SF.Net email is sponsored by the Moblin Your Move Developer's challenge Build the coolest Linux based applications with Moblin SDK & win great prizes Grand prize is a trip for two to an Open Source event anywhere in the world http://moblin-contest.org/redirect.php?banner_id=100&url=/ _______________________________________________ QuantLib-dev mailing list [hidden email] https://lists.sourceforge.net/lists/listinfo/quantlib-dev |
I just ran svn update.
Could that be related to the troubles that sourceforge is experiencing?
S On Mon, Oct 20, 2008 at 12:02 PM, Luigi Ballabio <[hidden email]> wrote:
------------------------------------------------------------------------- This SF.Net email is sponsored by the Moblin Your Move Developer's challenge Build the coolest Linux based applications with Moblin SDK & win great prizes Grand prize is a trip for two to an Open Source event anywhere in the world http://moblin-contest.org/redirect.php?banner_id=100&url=/ _______________________________________________ QuantLib-dev mailing list [hidden email] https://lists.sourceforge.net/lists/listinfo/quantlib-dev |
On Mon, 2008-10-20 at 12:05 -0400, Sylvain Bertrand wrote:
> I just ran svn update. > Could that be related to the troubles that sourceforge is > experiencing? I don't know. How about svn status? Did you by any chance modify anything? Luigi -- Poets have been mysteriously silent on the subject of cheese. -- Gilbert K. Chesterton ------------------------------------------------------------------------- This SF.Net email is sponsored by the Moblin Your Move Developer's challenge Build the coolest Linux based applications with Moblin SDK & win great prizes Grand prize is a trip for two to an Open Source event anywhere in the world http://moblin-contest.org/redirect.php?banner_id=100&url=/ _______________________________________________ QuantLib-dev mailing list [hidden email] https://lists.sourceforge.net/lists/listinfo/quantlib-dev |
Some files were marked M, even though I didn't modify them. Weird.
Anyway I deleted them and ran update again, and now everything's fine.
Thanks
S
On Mon, Oct 20, 2008 at 12:16 PM, Luigi Ballabio <[hidden email]> wrote:
------------------------------------------------------------------------- This SF.Net email is sponsored by the Moblin Your Move Developer's challenge Build the coolest Linux based applications with Moblin SDK & win great prizes Grand prize is a trip for two to an Open Source event anywhere in the world http://moblin-contest.org/redirect.php?banner_id=100&url=/ _______________________________________________ QuantLib-dev mailing list [hidden email] https://lists.sourceforge.net/lists/listinfo/quantlib-dev |
Free forum by Nabble | Edit this page |