-
Notifications
You must be signed in to change notification settings - Fork 2
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
Dact won't compile with DbXML version 2 #135
Comments
There is the dbxml-2.5.16 branch that supports the old XQilla. |
Using the dbxml-2.5.16 branch, compiling against dbxml version 2, and against alpinocorpus compiled against dbxml version 2, I get this error:
|
I fixed the shared_ptr issue like this. In
|
Thanks! I guess that problem is that I moved to C++11 in BTW. newer g++ (IIRC >= 6.1) default to the gnu++14 standard. But it's good to be explicit anyway. |
/net/aps/haytabo/src/dact/src/XPathValidator.cpp:14:45: fatal error: xqilla/ast/XQFunctionCoercion.hpp: No such file or directory
The text was updated successfully, but these errors were encountered: