Ubuntu 14.04-clang issue?

84 views
Skip to first unread message

Matthew Gidden

unread,
May 14, 2014, 3:44:34 PM5/14/14
to xdress
Has anyone seen the following when trying to xdress:

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 Gidden
Ph.D. Candidate, Nuclear Engineering
The University of Wisconsin -- Madison
Ph. 225.892.3192

John Wiggins

unread,
May 14, 2014, 4:17:49 PM5/14/14
to Matthew Gidden, xdress
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')]

-- John
> --
> You received this message because you are subscribed to the Google Groups "xdress" group.
> To view this discussion on the web visit https://groups.google.com/d/msgid/xdress/CAHRdPFyKwDqJuLhH2Uzdf-jj9weKubsOdQG4%3DD_M%3DvhZoa9uSw%40mail.gmail.com.

Matthew Gidden

unread,
May 14, 2014, 6:19:16 PM5/14/14
to John Wiggins, xdress
Hi John,


On Wed, May 14, 2014 at 3:17 PM, John Wiggins <jwig...@enthought.com> wrote:
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')]
Thanks! This worked. It seems like a bit of a heavy hammer, though. I reinstalled xdress to also get a positive effect, FYI.
Reply all
Reply to author
Forward
0 new messages