yarp icon indicating copy to clipboard operation
yarp copied to clipboard

issue with swig 4.2.0

Open randaz81 opened this issue 1 year ago • 5 comments
trafficstars

Swig 4.2.0 seems not to work properly with yarp master: when compiling I get this error "Type Error. Expecting an integral type" on some enums.

I reported the error here: https://github.com/swig/swig/issues/2796

The recommended version of swing to use is thus 4.0.2

randaz81 avatar Feb 09 '24 15:02 randaz81

Did you tried with swig master? I think the fix for https://github.com/swig/swig/issues/2783 should have fixed yarp generation, but perhaps I was testing an earlier version of YARP.

traversaro avatar Feb 09 '24 20:02 traversaro