Open joaobrittoneto opened 6 years ago
The understanding of ignition's team is to check for a number after the >= operator.
There understanding is plain wrong, as both published documentation and freedesktop's reference implementation of pkg-config show. See my answer on bitbucket.
For what it's worth, though, Utilrb's pkg-config implementation does not parse versions properly either.
Hi,
I'm trying to move to Gazebo9 in rock-gazebo but got the follow error:
I could track the error to a pkgconfig of a Gazebo9's dependency (
libcurl >= jsoncpp
)The understanding of ignition's team is to check for a number after the
>=
operator. Should it be the case here?