Cint and Xenomai

Hello,

I am trying to use cint (with makecint) in a projet that use xenomai, but cint don’t want to parse the xenomai headers :

here is the line #80:

79: static inline unsigned long xnarch_atomic_xchg (volatile void *ptr, 80: unsigned long x) 81:{

What is the problem here ?

[size=150]Problem solved, an admin can delete this post, as I don’t have any solution, I just use cint without makecint[/size]

Most likely the problem is/was that you did not tell makecint to run in C++ code (-C++).

Cheers,
Philippe.