Re: [Emc-users] Unified Build/ new RTOS work: general availability for testing

2013-09-13 Thread Sven Wesley
2013/9/11 Thomas Kaiser c...@kaiser-linux.li On Ubuntu 13.04 one need to install tcl8.5-dev, tk8.5-dev instead of 8.4. libxmu-headers and libxmu-dev is also needed. So, I have to use that command to get everything for Ubuntu 13.04: sudo apt-get install libpth-dev dvipng tcl8.5-dev

Re: [Emc-users] Unified Build/ new RTOS work: general availability for testing

2013-09-13 Thread Sven Wesley
2013/9/13 Sven Wesley svenne.d...@gmail.com 2013/9/11 Thomas Kaiser c...@kaiser-linux.li On Ubuntu 13.04 one need to install tcl8.5-dev, tk8.5-dev instead of 8.4. libxmu-headers and libxmu-dev is also needed. So, I have to use that command to get everything for Ubuntu 13.04: sudo

Re: [Emc-users] Unified Build/ new RTOS work: general availability for testing

2013-09-13 Thread Thomas Kaiser
On 09/13/2013 10:59 PM, Sven Wesley wrote: 2013/9/13 Sven Wesley svenne.d...@gmail.com 2013/9/11 Thomas Kaiser c...@kaiser-linux.li On Ubuntu 13.04 one need to install tcl8.5-dev, tk8.5-dev instead of 8.4. libxmu-headers and libxmu-dev is also needed. So, I have to use that command to

Re: [Emc-users] Unified Build/ new RTOS work: general availability for testing

2013-09-13 Thread Sven Wesley
2013/9/13 Thomas Kaiser c...@kaiser-linux.li On 09/13/2013 10:59 PM, Sven Wesley wrote: 2013/9/13 Sven Wesley svenne.d...@gmail.com 2013/9/11 Thomas Kaiser c...@kaiser-linux.li On Ubuntu 13.04 one need to install tcl8.5-dev, tk8.5-dev instead of 8.4. libxmu-headers and

Re: [Emc-users] Unified Build/ new RTOS work: general availability for testing

2013-09-12 Thread Kent A. Reed
On 9/11/2013 3:44 PM, Thomas Kaiser wrote: On 09/11/2013 08:47 AM, Thomas Kaiser wrote: On 09/11/2013 08:28 AM, Sebastian Kuzminsky wrote: You need libreadline-dev. dpkg-checkbuilddeps will tell you. Thanks, now Tcl and Tk is missing. Looks like I have to figure out all the dependencies...

Re: [Emc-users] Unified Build/ new RTOS work: general availability for testing

2013-09-12 Thread Gregg Eshelman
On Thu, 9/12/13, Kent A. Reed kentallanr...@gmail.com wrote: I personally lean away from shell-script cleverness* and toward creating explicit lists for each new distro ala Michael's install-packages-for-build-on-12.04-pristine.sh. Speaking solely for myself, this approach improves clarity

Re: [Emc-users] Unified Build/ new RTOS work: general availability for testing

2013-09-11 Thread Thomas Kaiser
On 09/11/2013 05:22 AM, Michael Haberler wrote: Hello Thomas, Am 11.09.2013 um 02:16 schrieb Thomas Kaiser c...@kaiser-linux.li: On 09/11/2013 01:16 AM, andy pugh wrote: On 10 September 2013 23:46, Thomas Kaiser c...@kaiser-linux.li wrote: I got the same error on both machines after I run

Re: [Emc-users] Unified Build/ new RTOS work: general availability for testing

2013-09-11 Thread Sebastian Kuzminsky
You need libreadline-dev. dpkg-checkbuilddeps will tell you. Thomas Kaiser c...@kaiser-linux.li wrote: On 09/11/2013 05:22 AM, Michael Haberler wrote: Hello Thomas, Am 11.09.2013 um 02:16 schrieb Thomas Kaiser c...@kaiser-linux.li: On 09/11/2013 01:16 AM, andy pugh wrote: On 10 September

Re: [Emc-users] Unified Build/ new RTOS work: general availability for testing

2013-09-11 Thread Thomas Kaiser
On 09/11/2013 08:28 AM, Sebastian Kuzminsky wrote: You need libreadline-dev. dpkg-checkbuilddeps will tell you. Thanks, now Tcl and Tk is missing. Looks like I have to figure out all the dependencies... I will post what else I had to install for compiling LinuxCNC. Regards, Thomas

Re: [Emc-users] Unified Build/ new RTOS work: general availability for testing

2013-09-11 Thread Michael Haberler
Am 11.09.2013 um 08:47 schrieb Thomas Kaiser c...@kaiser-linux.li: On 09/11/2013 08:28 AM, Sebastian Kuzminsky wrote: You need libreadline-dev. dpkg-checkbuilddeps will tell you. Thanks, now Tcl and Tk is missing. Looks like I have to figure out all the dependencies... I will post

Re: [Emc-users] Unified Build/ new RTOS work: general availability for testing

2013-09-11 Thread Thomas Kaiser
On 09/11/2013 12:10 PM,Michael Haberler wrote: this might be a starting point: http//static.mah.priv.at/public/xenomai-debs/install-packages-for-build-on-12.04-pristine.sh-m Now, I have it running on Ubuntu 12.04 64bit. I installed a lot: sudo apt-get install debhelper libpth-dev dvipng

Re: [Emc-users] Unified Build/ new RTOS work: general availability for testing

2013-09-11 Thread Thomas Kaiser
On 09/11/2013 08:47 AM, Thomas Kaiser wrote: On 09/11/2013 08:28 AM, Sebastian Kuzminsky wrote: You need libreadline-dev. dpkg-checkbuilddeps will tell you. Thanks, now Tcl and Tk is missing. Looks like I have to figure out all the dependencies... I will post what else I had to install for

Re: [Emc-users] Unified Build/ new RTOS work: general availability for testing

2013-09-10 Thread andy pugh
On 10 September 2013 23:46, Thomas Kaiser c...@kaiser-linux.li wrote: I got the same error on both machines after I run ./configure: checking libgl1-mesa-dri workaround... test for libgl1-mesa-dri workaround failed, please file a bug I think this is just the first of many missing dependencies

Re: [Emc-users] Unified Build/ new RTOS work: general availability for testing

2013-09-10 Thread Thomas Kaiser
On 09/11/2013 01:16 AM, andy pugh wrote: On 10 September 2013 23:46, Thomas Kaiser c...@kaiser-linux.li wrote: I got the same error on both machines after I run ./configure: checking libgl1-mesa-dri workaround... test for libgl1-mesa-dri workaround failed, please file a bug I think this is

Re: [Emc-users] Unified Build/ new RTOS work: general availability for testing

2013-09-10 Thread Thomas Kaiser
On 09/03/2013 08:26 AM, Michael Haberler wrote: how to try it === we do not have packages as of yet - you need to build from source. Whatever kernel you happen to be running is fine if you have the linux-headers pkg installed. Follow the steps outlined in section 3 to build:

Re: [Emc-users] Unified Build/ new RTOS work: general availability for testing

2013-09-10 Thread Michael Haberler
Hello Thomas, Am 11.09.2013 um 02:16 schrieb Thomas Kaiser c...@kaiser-linux.li: On 09/11/2013 01:16 AM, andy pugh wrote: On 10 September 2013 23:46, Thomas Kaiser c...@kaiser-linux.li wrote: I got the same error on both machines after I run ./configure: checking libgl1-mesa-dri

[Emc-users] Unified Build/ new RTOS work: general availability for testing

2013-09-03 Thread Michael Haberler
We're happy to announce the Unified Build branch for general testing. This branch has been in limited preview for a while, and numerous positive reports have come in, so we think it is good to go for wider evaluation. We consider this a merge candidate for the 2.6 release. In a nutshell: