Closed GoogleCodeExporter closed 9 years ago
It sounds like you may have forgotten to wrap the #include statement in
extern "C" { }
see: http://www.parashift.com/c++-faq-lite/mixing-c-and-cpp.html#faq-32.3
Original comment by kirk.kel...@0x4b.net
on 7 Dec 2011 at 9:09
using gcc (GCC) 4.1.2 20080704 (Red Hat 4.1.2-48), with extern "C", Seeing the
same issue.
"class" is a c++ keyword.
extern "C" affects only linking (name mangling, abi, calling convention, etc).
extern "C" It does _not_ change source parsing. Therefore it still refuses to
compile.
Original comment by jcwen...@gmail.com
on 12 Mar 2012 at 3:26
This is fixed in master: http://github.com/jordansissel/xdotool
New release will happen probably sometime this month.
Original comment by j...@semicomplete.com
on 12 Mar 2012 at 5:11
Original issue reported on code.google.com by
marco.esposito
on 22 Nov 2011 at 11:23