14:41 ~/phd/cyclopts/cyclopts [master|✚ 1…190]$ xdress
autoall: discovering API names
autoall: no API names to discover!
autodescribe: registering ArcFlow
autodescribe: registering Solution
autodescribe: registering GraphParams
autodescribe: registering SolverParams
dtypes: registering numpy dtypes
stlwrap: registering C++ standard library types
autodescribe: scraping C/C++ APIs from source
autodescribe: describing ArcFlow
/usr/include/wchar.h:39:11: fatal error: 'stdarg.h' file not found
ERROR: failed to parse build/cpp_execute.cc-cpp_execute.h.cpp
Matthew,
You might need to add the following to your global xdressrc.py:
clang_includes = [os.path.expanduser('/<LLVM PATH>/lib/clang/<CLANG VERSION>/include')]