[vbox-dev] Change needed for building with Qt 5.13

2019-04-07 Thread Larry Finger
Hi, Just a heads-up on this issue, not an actual patch. Changing from Qt 5.12 to 5.13 requires changes in various header files because GLsizeiptr has gone from type ptrdiff_t (unsigned int) to long int. Only the above type of change was needed for the system to build. My testing has shown

Re: [vbox-dev] RE - VirtualBox 6.0.4 compiling error [/kBuild/footer-pass2-compiling-targets.kmk:739 ]

2019-04-07 Thread Valdis Klētnieks
On Sun, 07 Apr 2019 14:32:12 +0530, Bipul kumar said: > 1. Ubuntu 18.04.2 LTS running on 64 bit , repository enabled - main I see a 64 here, which means your install probably only installed 64-bit libraries by default. > restricted, universe, multiverse, partner > Failed to build on *host*

Re: [vbox-dev] RE - VirtualBox 6.0.4 compiling error [/kBuild/footer-pass2-compiling-targets.kmk:739 ]

2019-04-07 Thread Bipul kumar
Hi Michael, As you said to try "./loadall.sh" in out/.../bin to build and load the modules. I did, And again i tried rebuilding the source. ./configure source ./env.sh kmk allcd out/linux.amd64/release/bin/src/ cd out/linux.amd64/release/bin/src/ make make install

Re: [vbox-dev] RE - VirtualBox 6.0.4 compiling error [/kBuild/footer-pass2-compiling-targets.kmk:739 ]

2019-04-07 Thread Michael Thayer
Hello Bipul, Am I correctly seeing that the problem now is that "make install" of the modules and "modprobe vboxdrv" is not working for you? Haven't tried that for a long time, but if you are running out of the build folder, try "./loadall.sh" in out/.../bin to build and load the modules. If

Re: [vbox-dev] RE - VirtualBox 6.0.4 compiling error [/kBuild/footer-pass2-compiling-targets.kmk:739 ]

2019-04-07 Thread Bipul kumar
Hi McAllister, Thank you for sharing your experience. Between i have tried the same steps & instructions mentioned here *https://www.virtualbox.org/wiki/Linux%20build%20instructions *and i am failed to do so on 1. Ubuntu 18.04.2