#linuxcnc-devel Logs

Oct 15 2017

#linuxcnc-devel Calendar

10:31 AM dgarr: jepler fwiw: problem reported https://www.mail-archive.com/emc-developers@lists.sourceforge.net/msg17749.html
10:33 AM dgarr: reproduced with axis.ini sim, bisect shows behavior begins at 001eb00
10:37 AM jepler: some days I want to quit this job
10:38 AM jepler: I mean, thanks dgarr for confirming and bisecting
10:55 AM dgarr: 8190629 worked on my test -- thanks
11:10 AM jepler: thanks again dg
11:10 AM jepler: arr
05:05 PM skunkworks: I thought the livecd had the build deps for linuxcnc
05:06 PM skunkworks: or asked a different way - how do you apt-get build-dep linuxcnc
07:06 PM hazzy: $ dpkg-checkbuilddeps
07:06 PM hazzy: copy the list of deps
07:06 PM hazzy: sudo apt-get install paste the list of deps
07:37 PM jepler: skunkworks: with the current live CD, apt-get build depending should work. if not, show errors please. only caveat I know offhand is to apt-get update first.
07:38 PM skunkworks: I used an older version of the livcd. don't know which one.
07:38 PM skunkworks: (this is a bit older install)
07:38 PM jepler: I prefer mk-build-deps to other alternatives but I'm on a phone so I can't give full instructions.
07:38 PM skunkworks: I got it working by sudo apt-get install build-essential autoconf libpth-dev libglib2.0-dev libgtk2.0-dev tcl-dev tk-dev bwidget libreadline-dev python-tk python-dev libgl1-mesa-dev libglu1-mesa-dev libxmu-dev libudev-dev libmodbus-dev libboost-python-dev libboost-serialization-dev libboost-thread-dev
07:39 PM skunkworks: (well - there was a few outliers..
07:39 PM skunkworks: like sudo apt-get install intltool
07:49 PM hazzy: skunkworks: I am a complete noob at this stuff. What is the difference/advantage between `apt-get install` and `apt-get build-dep`?
07:52 PM hazzy: oh, is `apt-get build dep linuxcnc` a one step thing instead of doing something like `dpkg-checkbuilddeps` followed by `apt-get install <output of checkdeps>`?
09:04 PM seb_kuzminsky: hazzy: you got it
11:36 PM hazzy: thank you seb