Tiny Core Base > CorePlus

*SOLVED* GCC Compiler Missing Header

<< < (3/8) > >>

tinypoodle:
And it looks like the missing vga.h you mention in OP is most likely part of svgalib source.

eltone:

--- Quote from: tinypoodle on March 12, 2013, 11:14:29 AM ---And it looks like the missing vga.h you mention in OP is most likely part of svgalib source.

--- End quote ---

Hey tinypoodle!
Are you referring to svgalib-1.4.3.tar.gz, found here:

http://svgalib.org/

If so, what syntax is used for untarring/installing vga.h in the correct directory?

eltone

Rich:
Hi eltone
You installed  linux-headers-3.0.21-tinycore.tcz ?

--- Quote ---linmain.c:7:17: fatal error: vga.h: No such file or directory
--- End quote ---
Does that line read:

--- Code: ---#include <vga.h>
--- End code ---
If so, try changing it to:

--- Code: ---#include <video/vga.h>
--- End code ---

tinypoodle:

--- Quote from: eltone on March 15, 2013, 02:29:37 AM ---
--- Quote from: tinypoodle on March 12, 2013, 11:14:29 AM ---And it looks like the missing vga.h you mention in OP is most likely part of svgalib source.

--- End quote ---

Hey tinypoodle!
Are you referring to svgalib-1.4.3.tar.gz, found here:

http://svgalib.org/

If so, what syntax is used for untarring/installing vga.h in the correct directory?

eltone

--- End quote ---
Yes, that's the official stable version from 2001...
You would have to build and install svgalib according to documentation, but please first re-read all my prior posts in this thread and the whole page of the link in Reply #9

eltone:

--- Quote from: Rich on March 15, 2013, 02:55:27 AM ---Hi eltone
You installed  linux-headers-3.0.21-tinycore.tcz ?

--- Quote ---linmain.c:7:17: fatal error: vga.h: No such file or directory
--- End quote ---
Does that line read:

--- Code: ---#include <vga.h>
--- End code ---
If so, try changing it to:

--- Code: ---#include <video/vga.h>
--- End code ---

--- End quote ---
Rich,
VGA.H was tracked back to origin:

--- Code: ---/lib/modules/3.0.21-tinycore/build/include/video/vga.h

--- End code ---
Inorder to decipher what line 7:17 reads, could you provide a index-map to linmain.c?

eltone

Navigation

[0] Message Index

[#] Next page

[*] Previous page

Go to full version