machinekit / machinekit-cnc

CNC stack split out into a separate package
Other
60 stars 37 forks source link

Silence compiler warnings #53

Closed ArcEye closed 6 years ago

ArcEye commented 6 years ago

@zultrons compiler silencing commits from machinekit which relate to machinekit-cnc

ArcEye commented 6 years ago

This has failed because its build is dependent upon commits to machinekit-hal, which are not yet merged.

Chicken and egg situation, fails to find the new strstore() function in imported headers and libs from machinekit-hal, because they are not yet there.

Leave this one and when the machinekit-hal commits are merged, I will poke it into another test build, which should pass.

ArcEye commented 6 years ago

Yes that was the problem, trying to hatch an egg before the chicken had laid it!

Ready to go now