Re: [Emc-developers] usage of get_rtapi_config on machinekit?

2014-02-02 Thread W. Martinjak
On 2014-02-02 13:06, Michael Haberler wrote: please post a complete log, say to pastebin - is that message in the /var/log/linuxcnc.log, or where? could you your source tree to say a github repo which files are you talking about? without seeing the whole file it's pretty hard to tell

Re: [Emc-developers] usage of get_rtapi_config on machinekit?

2014-02-02 Thread John Morris
On 02/01/2014 06:28 PM, W. Martinjak wrote: I'm writing on a driver for the machinekit on BBB and I need to upload the firmware to the fpga. Therefore I need a flavor-dependent path. Compiling of the driver works but when I run lcnc i get the message: ...undefined symbol: get_rtapi_config

Re: [Emc-developers] usage of get_rtapi_config on machinekit?

2014-02-02 Thread W. Martinjak
Hi John, around the line 962 in src/Makefile there is: # # and autodetect/compat checks # rtapi-objs += rtapi/rtapi_compat.o maybe thats a hint. matsche On 2014-02-02 18:09, John Morris wrote: On 02/01/2014 06:28 PM, W. Martinjak wrote: I'm writing on a driver for the machinekit on BBB and

Re: [Emc-developers] G-code files for torture testing

2014-02-02 Thread Ben Potter
From: Steve Stallings [mailto:steve...@newsguy.com] My weak memory seems to think that Sam, or someone posted a link to a batch of G-code files that were useful for testing motion. This was offered for testing the new circular arc blending. Try as I might, I cannot find where that collection

[Emc-developers] adding a GTK theme to linuxcnc package

2014-02-02 Thread Chris Morley
For some of the new screens that favour touch screens, it is desirable to use a theme that make the scroll bar wider. I would like to add a theme to the linuxcnc package that is an example of this. I'm not sure what the proper way to do this is. I guess in a RIP, use a system link, otherwise