The header tag has no wiki summary.
0
votes
2answers
43 views
How do I shut down X in order to install nvidia drivers/looking to install gl.h, glut.h (opengl files) [duplicate]
It's astonishingly hard to find out how to install opengl headers on ubuntu. I've seen pointers to the opengl registry: http://www.opengl.org/registry/ but the files do not appear to be there.
I've ...
2
votes
2answers
53 views
Compiling program that requires python 2.6
I'm trying to compile a software package but it fails with
g++ -Wall -O0 -fno-strict-aliasing -I/usr/include/python2.6 -I/usr/include/python2.5 -g -pthread -fpic -I../../plot/src -I../../math/src ...
1
vote
2answers
256 views
graphics.h, conio.h and dos.h not working in gcc
I am working on a project related to mouse programming. I am having a problem that graphics.h, conio.h and dos.h not working in gcc. I tried ...
1
vote
2answers
625 views
Installing missing package that provides Xm/Xm.h
I'm compiling a software package that requires a header file. The header file is missing from my Ubuntu 11.10 (64-bit) installation. During the compilation using make, gcc and gfortran, I receive ...
0
votes
3answers
367 views
Virtual Box won't load
I am unable to get Virtual Box to load since upgrading to Ubuntu 12.10. It tells me to rebuild the kernel modules by running /etc/init.d/vboxdrv setup. When I do in terminal the system cannot find ...
2
votes
1answer
2k views
How to install zlib libgcrypt using apt-get?
When I do dpkg -i
I see zlibc and libgcrypt11 in the installed applications' list.
But when I compile a c program having <zlib.c> or <gcrypt.c> it gives this error:
no such file or ...
0
votes
1answer
32 views
Packaging a header library, header dependencies
When packaging a library A that contains of headers (similar to boost), those headers may have include statements to another header library B in them. Consequently, when building an application with ...
2
votes
1answer
476 views
The following packages were automatically installed and are no longer required
After a fresh install of Ubuntu 12.04.1 (64bit), I get the following message when I want to install software via terminal:
The following packages were automatically installed and are no longer ...
0
votes
0answers
15 views
package initialize [duplicate]
Possible Duplicate:
How do I fix a “Problem with MergeList” error when trying to do an update?
Could not initialize the package information
An unresolvable problem occurred ...
5
votes
3answers
6k views
How do I get the libc development libraries for Ubuntu 12.04?
I want to install glibc-devel package in Ubuntu 12.04. I am VM Ware work station in my project and this package is one of the dependency to build project image. I tried to find information on google ...
0
votes
1answer
2k views
fatal error: avr/io.h: No such file or directory compilation terminated
how to load avr/io.h header files in the gcc compiler..im using 12.04 version of Ubuntu..
wen ever i run a AVR program this kind of error is generating " fatal error: avr/io.h: No such file or ...
0
votes
2answers
160 views
Uninstalling Ubuntu header
After updating Ubuntu to the latest version 12.04 I found Ubuntu corrupted after two days. I tried uninstalling but it wouldn't and gave me errors. I uninstalled using Revo uninstaller. Now I am ...
0
votes
1answer
900 views
Errors were encountered while processing: linux-image / headers / generic
I tried to update my machine through the Update Manager and found some errors.
First, before I get to the problem, I feel I should mention that my OS (10.04) is mounted on a portable HDD that boots ...
12
votes
6answers
15k views
Error: kernel headers not found. (But they are in place)
I'm trying to install the Guest Additions in VirtualBox 4.04. Host OS is Ubuntu desktop 11.04 64bit, guest OS is Ubuntu server 11.10 64bit.
$ sudo ./VBoxLinuxAdditions.run
After some output this ...