kmk error (unable to open 'stdint.h') on linux

Discussions related to using the OSE version of VirtualBox.
Post Reply
Johannesynt
Posts: 10
Joined: 18. Apr 2014, 22:18

kmk error (unable to open 'stdint.h') on linux

Post by Johannesynt »

Hi, on linux (mint 16 64bit), after these commands:

./configure --with-ow-dir=/home/joe/watcom --disable-hardening --enable-vnc --disable-docs --enable-webservice
source /home/joe/Documents/VirtualBox-4.3.10/env.sh


when i use kmk command to compile, i have these 2 errors:

/home/joe/Documents/VirtualBox-4.3.10/src/VBox/Devices/PC/BIOS/pcibios.c(18): Error! E1055: Unable to open 'stdint.h'
/home/joe/Documents/VirtualBox-4.3.10/src/VBox/Devices/PC/BIOS/pcibios.c(20): Error! E1055: Unable to open 'string.h'

In pcibios.c there are:
#include <stdint.h>
#inlcude <string.h>

I checked /usr/include and there are both files.

Any ideas? thanks
Johannesynt
Posts: 10
Joined: 18. Apr 2014, 22:18

Re: kmk error (unable to open 'stdint.h') on linux

Post by Johannesynt »

up
Perryg
Site Moderator
Posts: 34369
Joined: 6. Sep 2008, 22:55
Primary OS: Linux other
VBox Version: OSE self-compiled
Guest OSses: *NIX

Re: kmk error (unable to open 'stdint.h') on linux

Post by Perryg »

Are you sure that you have installed all necessary packages?
See viewforum.php?f=31 and use the Ubuntu section.
Johannesynt
Posts: 10
Joined: 18. Apr 2014, 22:18

Re: kmk error (unable to open 'stdint.h') on linux

Post by Johannesynt »

Yes i'm sure. I think it's a 64bit problem, now i'm working on a debian 32 bit and it works
Griner
Posts: 2
Joined: 27. Feb 2015, 08:32

Re: kmk error (unable to open 'stdint.h') on linux

Post by Griner »

Hi! I built on Windows 7. I had such problem before I fixed file VirtualBox-4.3.18\kBuild\tools\OPENWATCOM.kmk.
I replaced on line 135 -E 'INCLUDE='\ with -E 'INCLUDE=C:\WATCOM\H;C:\WATCOM\H\NT;C:\WATCOM\H\NT\DIRECTX;C:\WATCOM\H\NT\DDK' \
Post Reply