Hi, Jun 20, 2020, 19:14 by [email protected]:
> Hello, > > I am setting up a development environment and trying to build machine-kit > from source, I was able to build machinekit-hal without any problems, but > machinekit-cnc is a different story. Following instructions given on > > https://www.machinekit.io/docs/developing/machinekit-developing/#get-source-and-build> > I encountered problems immediately as there is no build_with_cnc script > included in the machinekit git. > Yeah, the building of Machinekit-CNC is currently broken with work on supporting the EMCApplication work from Zultron. You can read more about it in https://github.com/machinekit/machinekit-hal/issues/267 . I am currently working on it but is it going slower that I would have liked. I am also changing the workflow of the building to be simpler and saner (actually read: So I like it better), so it is pretty unstable at the moment. The Machinekit-CNC will need to be updated to the same style as EMCApplication to actually function. > > I found this script in someone else's repo and copied it over. It started to > compile but then failed after it couldn't find > /machinekit-cnc/src/libnml/nml/inifile.XX. These appear to be symlinks to > some fakeinclude directory. I put in some dummy empty inifile.XX files which > got me a bit further but other source files are actually attempting to use an > Inifile class that doesn't exist. What's going on here? Did I clone the wrong > repo or something? > No, you cloned the right one. Probably. Checkout the e81023b8b9ae49a9e971d9da6d424297061772bc to use the scripts/build_with_cnc script. Cern. > > Thanks, > Michael > > > > -- > website: > http://www.machinekit.io> blog: > http://blog.machinekit.io> > github: > https://github.com/machinekit > --- > You received this message because you are subscribed to the Google Groups > "Machinekit" group. > To unsubscribe from this group and stop receiving emails from it, send an > email to > [email protected]> . > To view this discussion on the web visit > > https://groups.google.com/d/msgid/machinekit/85ea14a0-48a5-4b27-b4d0-ebf1fd2d7575o%40googlegroups.com > > <https://groups.google.com/d/msgid/machinekit/85ea14a0-48a5-4b27-b4d0-ebf1fd2d7575o%40googlegroups.com?utm_medium=email&utm_source=footer>> > . > -- website: http://www.machinekit.io blog: http://blog.machinekit.io github: https://github.com/machinekit --- You received this message because you are subscribed to the Google Groups "Machinekit" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. To view this discussion on the web visit https://groups.google.com/d/msgid/machinekit/MAI7W1N--3-2%40tuta.io.
