[Emc-users] simulator build on Ubuntu 11.10 64-bit

2011-11-19 Thread Anders Wallin
Hi all, I want a simulator-build for playing around with emc2 on 64-bit ubuntu 11.10. Following the instructions on the wiki I do: $ git clone git://git.linuxcnc.org/git/emc2.git emc2-dev $ cd emc2-dev $ cd debian $ ./configure sim $ cd .. $ dpkg-checkbuilddeps I've installed everything that dpkg-

Re: [Emc-users] simulator build on Ubuntu 11.10 64-bit

2011-11-19 Thread Anders Wallin
Don't ask me exactly why, but with these changes I now seem to be able to build on 64-bit Ubuntu 11.10: anders@anders-i7:~/Desktop/emc2-dev$ git diff diff --git a/src/emc/sai/Submakefile b/src/emc/sai/Submakefile index 5edf0d9..d5e6a7d 100644 --- a/src/emc/sai/Submakefile +++ b/src/emc/sai/Submak

Re: [Emc-users] simulator build on Ubuntu 11.10 64-bit

2011-11-19 Thread Anders Wallin
On Sat, Nov 19, 2011 at 9:41 PM, Anders Wallin wrote: > Don't ask me exactly why, but with these changes I now seem to be able > to build on 64-bit Ubuntu 11.10: I previously copy/pasted the output of "git diff", but that doesn't create a valid patch (problems with long lines etc). This is made w

Re: [Emc-users] simulator build on Ubuntu 11.10 64-bit

2011-11-19 Thread Jon Elson
Anders Wallin wrote: > I've installed everything that dpkg-checkbuilddeps suggests, but it > also suggests tk8.4 and tcl8.4, and installing those seem to create > conflicts with tk8.5 and tcl8.5 which I already have. Then: > You can have tk/tck 8.4 and 8.5 on the same system, but there can only