Tagged Questions
Compiling is the process of transforming source code into byte codes for a particular computer architecture.
2
votes
0answers
36 views
grubby fatal error in linux kernel installation
I have compiled Linux kernel 2.6.24.6 from source (without problem) and tries to install it. In specific, after unpacking linux source code, I did
make && make modules
to compile. Then ...
2
votes
0answers
138 views
NetBSD 5.1 NDIS Kernel Compile Error
I have an old Toshiba Satellite 4015CDT, with Pentium II MMX, 32MB RAM, 4GB HDD. It also has one USB 1.0 port, parallel and serial ports, a 3.5" floppy drive and a CD-ROM drive (almost dead). I've ...
1
vote
0answers
167 views
wacom pen & touch cth-460 on debian
Following instructions at http://lik.noblogs.org/post/2010/05/07/wacom-debian/
Though, i downloaded and built linuxwacom-0.8.8-11
./configure --enable-wacom ...
1
vote
0answers
139 views
Kile freezes running pdflatex
When I run kile I get the message:
QStatusBar::insertWidget: Index out of range (4), appending widget
and I am not able to compile from Kile. While I press pdfLatex inside Kile, it freezes. What ...
0
votes
0answers
15 views
Build Groovy & Grails rpms - Suse build service
Just looking for some advice if I want to install Groovy and Grails what is the best tools to create the rpms so I can install them. I am on suse 12.1, should I be using the suse build service? Is it ...
0
votes
0answers
86 views
Linux kernel 2.6.38 compilation error
When I try to compile the Linux 2.6.38 kernel on my Linux PC, I get:
$ make defconfig
$ make
I get:
ubuntu/ndiswrapper/iw_ndis.c:1966:2: error: unknown field ‘num_private’ specified in initializer
...
0
votes
0answers
60 views
“ unsupported for `ljmp' ” error while compiling minimal bootloader and kernel
I'm using gmake to compile this code, but I'm stuck on this error message:
+ as kern/entry.S
kern/entry.S: Assembler messages:
kern/entry.S:55: Error: unsupported for `ljmp'
gmake: * ...
4
votes
1answer
160 views
libcanberra is failing to build
I got version 0.26 from libcanberra site, and running make gives:
make[2]: *** No rule to make target `README', needed by `all-am'. Stop.
make[2]: Leaving directory ...
2
votes
1answer
35 views
How do I build custom Ubuntu CD's automatically?
I'd like to build custom Ubuntu installation CD's daily (CRON job). Think Daily Build but with custom packages coming from a text file. Packages would be a mix of some official Ubuntu packages as well ...
0
votes
1answer
161 views
I am failing to build gudev with JHBuild
When I run jhbuild buildone gudev I get:
<SNIP>
Making all in .
CC extras/gudev/extras_gudev_libgudev_1_0_la-gudevclient.lo
CC ...
1
vote
2answers
74 views
DocBook DSSSL test failure
So I followed these (Linux From Scratch) instructions to test my build of DocBook DSSSL, and I get this:
$ onsgmls -sv test.sgm
onsgmls:I: "OpenSP" version "1.5.2"
onsgmls:test.sgm:1:61:W: cannot ...
4
votes
3answers
81 views
How can I build and install PL/R as a non-privileged user?
There is a postgres instance, and I have the ability to build my own instance.
Using these instructions I ran:
USE_PGXS=1 make
which worked but then
USE_PGXS=1 make install
did not, with this ...