-
Notifications
You must be signed in to change notification settings - Fork 4
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
Build error #20
Comments
Apparently the library is not compatible with latest version of libcxxwrap-julia |
By fixing the compatibility issue between libcxxwrap-julia and CxxWrap, I managed to compile. By setting up Overrides.toml, everything works as it should work. However, I don't know why I am not able to run QML.jl. I get the following error |
Not sure what the last error is about, possibly still an incompatibility between libcxxwrap and CxxWrap.jl versions. I have committed a fix for jlqml to build against the latest libcxxwrap, it should now be possible to use this with |
I don't think it is because of an incompatibility between libcxxwrap and CxxWrap.jl versions since I am able to run QML examples but not be able to export packages QML.jl. Actually, even without compiling and using the pre-compiled package, it gives the same error. |
I realized that the function called |
Hello,
I am getting the following error during the compiling library:
libcxxwrap-julia\include\jlcxx\attr.hpp(139,27): error C2027: use of undefined type 'jlcxx::detail::process_attribute<bool,void>'
Do you think it is because the master version of libcxxwrap-julia?
The text was updated successfully, but these errors were encountered: