You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Summary
I faced multiple issues trying to build this on linux fedora,
first finding all the dependencies was not easy, here is the dnf command to get all of them:
Summary
I faced multiple issues trying to build this on linux fedora,
first finding all the dependencies was not easy, here is the dnf command to get all of them:
Next issue was a conflicting declaration in MCICUTypes.h
replacing it with:
seems to fix it.
next was linking issues, two libraries where not find and I was unable to locate them:
however I removed them in CMakeLists.txt and it builds now
changed:
to:
so I assume those were not needed anyways?!
Platform(s)
The text was updated successfully, but these errors were encountered: