Re: [Emc-developers] 2.5.2?

2013-03-04 Thread s...@highlab.com
Your config push last night did not make it to 2.5.2, unfortunately. -- Sebastian Kuzminsky - Reply message - From: Jon Elson el...@pico-systems.com Date: Mon, Mar 4, 2013 10:55 Subject: [Emc-developers] 2.5.2? To: EMC developers emc-developers@lists.sourceforge.net Sebastian Kuzminsky

Re: [Emc-developers] experimental RTAI realtime kernel for Ubuntu Precise

2013-03-01 Thread s...@highlab.com
Cool! Is that a VM or real hardware? -- Sebastian Kuzminsky - Reply message - From: sam sokolik sa...@empirescreen.com Date: Fri, Mar 1, 2013 05:28 Subject: [Emc-developers] experimental RTAI realtime kernel for Ubuntu Precise To: s...@highlab.com, EMC developers emc-developers

Re: [Emc-developers] Help with: No rule to make target 'objects/hal/utils/comp.py'

2012-10-29 Thread s...@highlab.com
If it requires a package the configure doesnt check for, that's a bug. We record dependencies like that in two places: src/configure and debian/control. I know that debian/control has a complete list of dependencies, but i dont know about src/configure. To see what dependencies

Re: [Emc-developers] Help with: No rule to make target 'objects/hal/utils/comp.py'

2012-10-29 Thread s...@highlab.com
sako...@gmail.com Date: Mon, Oct 29, 2012 08:18 Subject: [Emc-developers] Help with: No rule to make target 'objects/hal/utils/comp.py' To: s...@highlab.com s...@highlab.com, EMC developers emc-developers@lists.sourceforge.net Aha! After digging through the logs I see the issue: Import error

Re: [Emc-developers] New PCI based system for LinuxCNC

2012-10-26 Thread s...@highlab.com
The branch is called general-mechatronics-driver. I'll try to review it this weekend. -- Sebastian Kuzminsky - Reply message - From: andy pugh bodge...@gmail.com Date: Fri, Oct 26, 2012 15:57 Subject: [Emc-developers] New PCI based system for LinuxCNC To: EMC developers

Re: [Emc-developers] I would like to contribute a modbus to hal component, AKA mb2hal.

2012-10-18 Thread s...@highlab.com
I'll take a look at it. But as you noted, it's been on my list for years, so don't nobody hold your breath. ;-) -- Sebastian Kuzminsky - Reply message - From: Michael Haberler mai...@mah.priv.at Date: Thu, Oct 18, 2012 06:55 Subject: [Emc-developers] I would like to contribute a

Re: [Emc-developers] wiki page PreparingContributions (was: Re: sim-parport)

2012-10-06 Thread s...@highlab.com
When building debs, dont run cd src; ./configure --enable-simulator. Instead run cd debian; ./configure sim. The deb infrastructure needs to know which flavor you're building, and it will run src/configure with the proper flags for you. Then fakeroot debian/rules binary should build it. --

Re: [Emc-developers] locale.h

2012-10-03 Thread s...@highlab.com
Subject: [Emc-developers] locale.h To: s...@highlab.com Cc: EMC developers emc-developers@lists.sourceforge.net On 3 October 2012 02:42, Sebastian Kuzminsky s...@highlab.com wrote: Only userspace code gets to see /usr/include. Kernel code (for example all our realtime code) can't use

Re: [Emc-developers] Spurious Unhoming

2012-06-20 Thread s...@highlab.com
Spurious unhome in a move sounds pretty broken. What does memtest86 think of the system? - Reply message - From: andy pugh bodge...@gmail.com Date: Wed, Jun 20, 2012 05:18 Subject: [Emc-developers] Spurious Unhoming To: EMC developers emc-developers@lists.sourceforge.net

Re: [Emc-developers] [Emc-users] Open letter to the EMC Board of Directors

2012-01-25 Thread s...@highlab.com
I am not a board member or anything official, I'm just some guy who hacks on linuxcnc sometimes. I speak for myself. I've been following this thread since the start, and there is a disconnect between what people are asking for and how i think this project works. People are saying thing like:

[Emc-developers] New build dependency

2011-12-11 Thread s...@highlab.com
If you don't compile emc yourself, you can ignore this email. If you *do* compile emc, be ware that i just added a new build dependency! To build the docs, you now need texlive-lang-cyrillic installed. That is all.--

Re: [Emc-developers] [Emc-commit] v2.5_branch: Merge branch 'master' into v2.5_branch

2011-11-09 Thread s...@highlab.com
Andy's suggested workflow (pull, commit, push) works, and nicely avoids spurious merges. But it has the drawback that you dont get to commit until you're ready to push, which means it gives up one of my favorite features of git. Consider this instead: Hack, commit Hack, commit git fetch git

Re: [Emc-developers] [Emc-commit] master: build: use libboost-python-dev instead of libboost-python1.40-dev

2011-11-04 Thread s...@highlab.com
I think thay's our build system's incredibly cryptic way of saying build dependency not found. Try installing libboost-python-dev and see if the error goes away. I'll see if i can fix the error next week - Reply message - From: John Thornton bjt...@gmail.com Date: Fri, Nov 4, 2011

Re: [Emc-developers] Single-precision datatype

2011-10-03 Thread s...@highlab.com
IEEE 754 floats have a fully specified format, so they have no endian-ness issues. The only degree of freedom is the resolution. - Reply message - From: andy pugh bodge...@gmail.com Date: Mon, Oct 3, 2011 01:38 Subject: [Emc-developers] Single-precision datatype To: EMC developers

Re: [Emc-developers] patch: generating a backtrace in task (was: EMC's 'silent segfaulting' behaviour)

2011-09-16 Thread s...@highlab.com
I'd love to have backtraces of users' crashes, but i'm not sure explicit support in each of our executables is the way to do it. Do you know about Apport? It's a system-wide crash reporting tool that might be useful for us. https://wiki.ubuntu.com/Apport - Reply message - From:

Re: [Emc-developers] doc bug?

2011-08-30 Thread s...@highlab.com
Thanks for the debugging fixing, Kim. I appreciate all your work on the docs! - Reply message - From: Kim Kirwan k...@kimkirwan.com Date: Sun, Aug 28, 2011 23:23 Subject: [Emc-developers] doc bug? To: emc-developers@lists.sourceforge.net Thanks for pointing this out, Seb. I see that it

Re: [Emc-developers] 2.5 Status

2011-08-28 Thread s...@highlab.com
Seems fine to me if it doesnt break existing cards. - Reply message - From: andy pugh bodge...@gmail.com Date: Sun, Aug 28, 2011 06:37 Subject: [Emc-developers] 2.5 Status To: EMC developers emc-developers@lists.sourceforge.net I have a patch (written by Pete) that adds support for three

Re: [Emc-developers] parallel make?

2011-07-13 Thread s...@highlab.com
e...@rvt.dds.nl Date: Wed, Jul 13, 2011 17:08 Subject: [Emc-developers] parallel make? To: EMC developers emc-developers@lists.sourceforge.net Cc: s...@highlab.com Kim, parallel builds allows you to build a project using multiple processes. If you have 2 CPU cores in your computer, then it's nice

Re: [Emc-developers] ngcgui patch

2011-07-05 Thread s...@highlab.com
The problem with the current patch is that it prevents the .deb package from building. RIP works fine, but packaging fails. - Reply message - From: John Thornton bjt...@gmail.com Date: Fri, Jul 1, 2011 07:07 Subject: [Emc-developers] ngcgui patch To: s...@highlab.com, EMC developers emc

Re: [Emc-developers] 2.4.7 release date?

2011-06-19 Thread s...@highlab.com
Until the release is made, you could point them at the buildbot... - Reply message - From: Chris Morley chrisinnana...@hotmail.com Date: Sat, Jun 18, 2011 22:41 Subject: [Emc-developers] 2.4.7 release date? To: EMC DEV emc-developers@lists.sourceforge.net