Tagged Questions
0
votes
0answers
16 views
Module Not Loaded
I am new to Linux driver development, and I just stated to do some driver programming beginning with "hello.c" on Ubuntu 12.10... but unfortunately my Makefile didn't compile the kernel code... and ...
3
votes
2answers
1k views
How to install new tmux 1.8 on Ubuntu 12.10 or 12.04?
Are there any PPA?
If no, how to make it from sources? Which dev libs I'll need to do this?
0
votes
0answers
49 views
Compiling patched Wine from git
I'm attempting to install SW:TOR on 12.10 and from what I've read I need to compile Wine with a patch in order to run it. These were the commands I used:
sudo apt-get install git
git clone ...
0
votes
0answers
96 views
Build nvidia for the newest kernel
I need to have at least kernel 3.6+ for my laptop. But I know that I am unable to build the nvidia drivers in 3.7.9 and 3.8.
...
0
votes
1answer
304 views
OpenCV program won't compile (Quantal)
I am trying to compile a simple program using OpenCV in Ubuntu Quantal. I have installed all the OpenCV packages available. My code is the following
#include <stdio.h>
#include ...
0
votes
1answer
168 views
Why won't xattr PECL extension build on 12.10?
I was using the xattr pecl extension in 12.04 (in fact, I think since 10.04) without problem. Not surprisingly, I had to reinstall it after upgrading to 12.10 because of the new version of PHP.
But ...
0
votes
1answer
283 views
how to install screem in ubuntu 12.10
I downloaded screem(web development environment) and tried to compile it, but after running the ./configure command i get this error.
checking for SCREEM... configure: error: Package requirements ( ...
0
votes
0answers
31 views
How do I add unmet dependencies for unity-lens-music autogen.sh? [duplicate]
Possible Duplicate:
How do I find the dependencies when building software from source?
I would like to build unity-lens-music on my newly-upgraded Ubuntu 12.10 machine. I followed these ...
0
votes
1answer
3k views
Problems installing tar.gz files on ubuntu 12.10
I've recently installed ubuntu 12.10 and noticed that whenever I install any type of tar.gz software in the terminal , it says installation finished but I don't find the software is missing .
...