#linuxcnc-devel | Logs for 2019-03-07

Back
[01:01:18] -!- c-log has quit [Ping timeout: 245 seconds]
[01:03:55] -!- c-log has joined #linuxcnc-devel
[01:39:13] -!- c-log has quit [Ping timeout: 245 seconds]
[01:41:21] -!- c-log has joined #linuxcnc-devel
[01:59:35] -!- ve7it has quit [Remote host closed the connection]
[02:32:12] -!- c-log has quit [Ping timeout: 252 seconds]
[02:34:06] -!- c-log has joined #linuxcnc-devel
[04:09:51] -!- selroc has joined #linuxcnc-devel
[04:26:14] -!- selroc has quit [Quit: Leaving]
[10:08:36] <skunkworks> anyone know how to build stlink?
[10:08:50] <skunkworks> https://github.com
[10:09:04] <skunkworks> the directions seem to assume you know what you are doing
[10:10:21] <skunkworks> I have pulled the repository - but any form of cmake seems to fail
[10:11:07] <mozmck> hi skunkworks: according to the docs you need build-essential, cmake, and libusb-1.0 dev at least.
[10:12:00] <mozmck> and libgtk-3-dev for the gui
[10:12:27] <mozmck> what linux are you trying to build on?
[10:12:53] <skunkworks> debian
[10:14:46] <skunkworks> I have build essential
[10:15:04] <mozmck> sudo apt-get install build-essential cmake libusb-1.0-0-dev libgtk-3-dev
[10:15:16] <mozmck> That will install anything you are missing.
[10:16:19] <mozmck> Looks like you should be able to just run $ make release from the root source dir
[10:18:40] <skunkworks> how do you get that ?
[10:19:06] <skunkworks> [RELEASE]
[10:19:06] <skunkworks> make[1]: *** No targets specified and no makefile found. Stop.
[10:19:06] <skunkworks> Makefile:27: recipe for target 'release' failed
[10:19:06] <skunkworks> make: *** [release] Error 2
[10:19:24] <mozmck> how do I get it? I read that in the doc you linked. I just cloned and ran make release and it compiled perfectly.
[10:19:36] <mozmck> Are you in the stlink directory?
[10:20:20] <skunkworks> yes - I feel stupid -
[10:20:39] <mozmck> Is it a fresh pull? I literally just cloned, changed to the stlink directory, and ran 'make release' and it built. I'm on Linux mint 17.3 I think
[10:21:19] <skunkworks> pulled last night
[10:21:24] <skunkworks> let me start over
[10:21:37] <mozmck> Odd. It's acting like the makefile is not there.
[10:22:58] <skunkworks> git clone https://github.com
[10:23:21] <skunkworks> I must have messed it up..
[10:24:34] <skunkworks> that worked - I think I was using a terminal that was . ./script/rip[mumble] for linuxcnc - I think then it got confused
[10:24:53] <mozmck> oh, maybe so!
[10:34:10] <pcw_home> Yes, that breaks all manor of things...
[10:50:57] -!- mozmck has quit [Ping timeout: 268 seconds]
[11:30:51] -!- mozmck has joined #linuxcnc-devel