You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
It looks like the released xmlwrapp-0.8.0.tar.gz does not contain the cpp11.h file? Is this intentional? How am I supposed to build this?
Jeroens-MacBook-Pro:xmlwrapp-0.8.0 jeroen$ make
Making all in include
make[1]: Nothing to be done for `all'.
Making all in src
CXX libxml/libxmlwrapp_la-ait_impl.lo
CXX libxml/libxmlwrapp_la-attributes.lo
CXX libxml/libxmlwrapp_la-document.lo
libxml/document.cxx:42:10: fatal error: 'cpp11.h' file not found
#include "cpp11.h"
^
1 error generated.
make[1]: *** [libxml/libxmlwrapp_la-document.lo] Error 1
make: *** [all-recursive] Error 1
The text was updated successfully, but these errors were encountered:
It looks like the released xmlwrapp-0.8.0.tar.gz does not contain the
cpp11.h
file? Is this intentional? How am I supposed to build this?The text was updated successfully, but these errors were encountered: