Page 1 of 1

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

Posted: 18. Apr 2014, 22:26
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

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

Posted: 29. Apr 2014, 15:05
by Johannesynt
up

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

Posted: 29. Apr 2014, 15:32
by Perryg
Are you sure that you have installed all necessary packages?
See viewforum.php?f=31 and use the Ubuntu section.

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

Posted: 16. May 2014, 20:10
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

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

Posted: 27. Feb 2015, 08:44
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' \