Stupid human question. Wouldn't running in a VM be quicker, easier, and
less painful?

On Sat, Sep 19, 2015, 9:08 PM Evan Foss <evanf...@gmail.com> wrote:

> On Sun, Sep 20, 2015 at 1:00 AM, Evan Foss <evanf...@gmail.com> wrote:
> > Hi Folks,
> >
> > I am trying to build from source. I know this is not advised but I am
> > working on debugging a gcode generator and I just want the simulator
> > to run on my regular desktop.
>
> Sorry I meant to include this. I tried this configuration
>
> ./configure --enable-simulator --without-libmodbus
> --enable-run-in-place --with-tkConfig=/usr/lib64/tkConfig.sh
> --with-tclconfig=/usr/lib64/tclConfig.sh
>
> which fails before I can even start the build with this
> ...
> checking for --tcl support in msgfmt... yes
> checking for Python support... yes
> checking python version... OK
> checking version of python libraries... python2.7
> checking match between tk and Tkinter versions... Traceback (most
> recent call last):
>   File "<string>", line 1, in <module>
> ImportError: No module named _tkinter
> Traceback (most recent call last):
>   File "<string>", line 1, in <module>
> ImportError: No module named _tkinter
> TCL mismatch: 8.5 vs
> configure: error: Python requires use of Tcl  and Tk .
> Install this version and specify --with-tclConfig and --with-tkConfig
> if necessary
>
> and this one finishes the configuration but
>
> ./configure --enable-simulator --without-libmodbus
> --enable-run-in-place --with-tkConfig=/usr/lib64/tkConfig.sh
> --with-tclconfig=/usr/lib64/tclConfig.sh --disable-python
>
> the build fails with this this
>
> > Compiling emc/task/emctask.cc
> > In file included from /usr/include/boost/python/detail/prefix.hpp:13:0,
> >                  from /usr/include/boost/python/args.hpp:8,
> >                  from /usr/include/boost/python.hpp:11,
> >                  from emc/rs274ngc/interp_internal.hh:16,
> >                  from emc/rs274ngc/rs274ngc_interp.hh:20,
> >                  from emc/task/emctask.cc:29:
> > /usr/include/boost/python/detail/wrap_python.hpp:50:23: fatal error:
> > pyconfig.h: No such file or directory
> > compilation terminated.
> > Makefile:215: recipe for target 'objects/emc/task/emctask.o' failed
> > make: *** [objects/emc/task/emctask.o] Error 1
>
> I understand that I am minus some key dependency that autotools is not
> configured to catch correctly.
>
> --
> Home
> http://evanfoss.googlepages.com/
> Work
> http://forge.abcd.harvard.edu/gf/project/epl_engineering/wiki/
>
>
> ------------------------------------------------------------------------------
> _______________________________________________
> Emc-users mailing list
> Emc-users@lists.sourceforge.net
> https://lists.sourceforge.net/lists/listinfo/emc-users
>
------------------------------------------------------------------------------
_______________________________________________
Emc-users mailing list
Emc-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/emc-users

Reply via email to