Giter Site home page Giter Site logo

Comments (4)

NothanUmber avatar NothanUmber commented on May 26, 2024

P.S.: If I disable building the Push lib I get a similar error for the next dynlib, seems to be a systematic issue.

from mec.

TheTechnobear avatar TheTechnobear commented on May 26, 2024

thats an odd error, and I cannot think off-hand what ive changed between master and dev that would affect this...
only thing i can think, is something to do with using more dylibs, but Im pretty sure master branch also used some dylibs, so why different on dev?

a quick google, reveals it happening on other projects.
https://forums.developer.apple.com/thread/124529

unfortunately, Ive not seen a solution yet...

Ive not upgraded to catalina yet, and not sure when I will do it.... I guess its becoming more a priority.. but im pretty busy this side of the holidays.
but once I do, I'll find a way to fix it ;)

if you find a fix in the meantime, please feel free to submit a PR.

note: we need it backwards compatible prior to 10.15 i think... as still lots of people are holding off upgrading to catalina, as so many apps/drivers are still not supporting catalina :(

from mec.

NothanUmber avatar NothanUmber commented on May 26, 2024

The error message above is misleading, the RegisterPolicyExecution problem is only a warning that also comes when building master.
The real issue is:

/Users/ferdinand/git/mecdev/MEC/mec-api/devices/mec_eigenharp.cpp:238:14: error: no member named
'setPollTime' in 'EigenApi::Eigenharp'
eigenD_->setPollTime(minPollTime_);
~~~~~~~ ^
/Users/ferdinand/git/mecdev/MEC/mec-api/devices/mec_eigenharp.cpp:256:27: error: no member named 'process'
in 'EigenApi::Eigenharp'
if (active_) eigenD_->process();
~~~~~~~ ^
3 warnings and 2 errors generated.

The reason for that is that "git checkout dev" doesn't seem to update the submodules to the referenced versions automatically. I had to do "git submodule update --recursive" additional to the checkout, now dev builds as expected.
Sorry, should have checked the error message more closely.

from mec.

TheTechnobear avatar TheTechnobear commented on May 26, 2024

Yeah submodules always needs to be updated as an additional step.
But good to know about the red herring message , we are bound to see it again :)

from mec.

Related Issues (9)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.