0 Members and 1 Guest are viewing this topic.
Bump. I'm also trying this on Linux. The computer I am using is terminal only. I installed the Ubuntu 1.16 package but got an error about an invalid linked list. I'm trying to build it from source now, but am stuck on building libticables. Configure fails because libusb was not found yet apt tells me I have it already.
Quote from: fb39ca4 on January 11, 2014, 12:12:15 amBump. I'm also trying this on Linux. The computer I am using is terminal only. I installed the Ubuntu 1.16 package but got an error about an invalid linked list. I'm trying to build it from source now, but am stuck on building libticables. Configure fails because libusb was not found yet apt tells me I have it already.Install all *-dev package of what it doesn't find. It's a common rule when you are compiling stuff, you need *-dev packages.Also, not sure about the fact that a "terminal only" linux will accept tilp anyway since it has a gtk gui.
Quote from: Levak on January 11, 2014, 05:32:38 amQuote from: fb39ca4 on January 11, 2014, 12:12:15 amBump. I'm also trying this on Linux. The computer I am using is terminal only. I installed the Ubuntu 1.16 package but got an error about an invalid linked list. I'm trying to build it from source now, but am stuck on building libticables. Configure fails because libusb was not found yet apt tells me I have it already.Install all *-dev package of what it doesn't find. It's a common rule when you are compiling stuff, you need *-dev packages.Also, not sure about the fact that a "terminal only" linux will accept tilp anyway since it has a gtk gui.The computer is actually a server without a monitor, keyboard, or mouse, so I connect to it with ssh.
I got tilp built now, but I still get a corrupted double-linked list error. I'm running tilp with sudo, so permissions should not be an issue.