-
Notifications
You must be signed in to change notification settings - Fork 229
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Error running new example 43 #142
Comments
If we've built the latest from master, then you shouldn't have this error per https://github.com/OpenSourceRisk/Engine/blob/master/OREData/ored/utilities/parsers.cpp |
May I ask how did you build your project ? cause I have errors when building the latest version from master "\Desktop\Engine-master\build\ALL_BUILD.vcxproj" (default target) (1) -> |
It's a QL error, so try updating the submodule: |
Works perfectly. Thank you |
While I can run the example 43, it doesn't seem to load the trades. I am using the recent version from master.This is my output :
|
Shoutout to my boi oussama from Lydex :) |
Still got this error (build it from master on 22 Nov 2023)
|
Well, this is due to default curve building requiring the additional Eigen3 library, the log says:
|
In general, I would suggest to include Eigen3 and zlib in the prebuilt binary, once this is possible again (see #190 ), otherwise the examples do not run completely. In the meantime I've built a windows binary with the latest version of ORE and made it available here. Simply klick on download raw file: |
What about mentioning explicitly the dependency on Eigen3 for all build environment in the doc? (not just windows) |
Actually this is already mentioned in creditmodel.tex (separate doc). I have also included it in the userguide in #242 , line 3140 of userguide.tex. |
I have seen that a new example 43 on bonds has been added . I have this error while running it. Anybody has the same error ?
The text was updated successfully, but these errors were encountered: