Tagged Questions

The tag has no wiki summary.

learn more… | top users | synonyms

5
votes
2answers
552 views

Build System and portability

I'm wondering how i can make a portable build system (step-by-step), i currently use cmake because it was easy to set up in the first place, with only one arch target, but now that i have to package ...
1
vote
1answer
74 views

Converting an absolute path in #include in C

I am trying to get some code that I acquired from a repository to work on my system. In one of the C files, it contains an absolute path to a header: #include ...
0
votes
1answer
640 views

NoMethodError: undefined method `name' for “RedCloth”:String and can't run make due to ruby/config.h error

I tried the steps in Problems with the rails console, RVM and readline because when I try to run rails or rails console I get a NoMethodError: undefined method `name' for "RedCloth":String When I try ...
0
votes
1answer
218 views

device driver missing config.h

So I start reading the book http://lwn.net/Kernel/LDD3/ to write device driver The problem is the book used 2.6.10 while I'm using 2.6.35.X (on Ubuntu) and "config.h" is missing. I googled the ...
0
votes
1answer
88 views

What is the proper way of including linux kernel config?

I'm porting an old version of a software that is partly a linux kernel module to EL5, after doing the relevant hacks, the horrible GNU autotools mess that is used to compile the thing (no, it does ...