VirtualBox

Custom Query (16363 matches)

Filters
 
Or
 
  
 
Columns

Show under each result:


Results (1420 - 1422 of 16363)

Ticket Resolution Summary Owner Reporter
#1398 duplicate Build documentation for 64bit Ubuntu Paul Schulz
Description

Greetings.. I am attempting to build virtualbox from the SVN repository, and have hit some issues.

From the following webpage:

http://www.virtualbox.org/wiki/Linux%20build%20instructions

The instructions for creating the links for the required libraries on Ubuntu 7.10 64bit doesn't specify which directory the links should be made in.

Should this be /usr/lib32 ?

Configure also looks for qt4 libraries, which arn't specified in the requirements.

apt-get install libqt4-dev

In addition.. after following the instuctions, (./configure, kmk) I get the following errors:

kBuild: Linking VBoxClient /usr/bin/ld: skipping incompatible /usr/bin/../lib/libXext.so when searching for -lXext /usr/bin/ld: skipping incompatible /usr/bin/../lib/libXext.a when searching for -lXext /usr/bin/ld: skipping incompatible /usr/lib/libXext.so when searching for -lXext /usr/bin/ld: skipping incompatible /usr/lib/libXext.a when searching for -lXext /usr/bin/ld: cannot find -lXext

See attached files for configure and build logs..

#1399 invalid Build documentation for 64bit Ubuntu Paul Schulz
Description

Greetings.. I am attempting to build virtualbox from the SVN repository, and have hit some issues.

From the following webpage:

http://www.virtualbox.org/wiki/Linux%20build%20instructions

The instructions for creating the links for the required libraries on Ubuntu 7.10 64bit doesn't specify which directory the links should be made in.

Should this be /usr/lib32 ?

Configure also looks for qt4 libraries, which arn't specified in the requirements.

apt-get install libqt4-dev

In addition.. after following the instuctions, (./configure, kmk) I get the following errors:

kBuild: Linking VBoxClient /usr/bin/ld: skipping incompatible /usr/bin/../lib/libXext.so when searching for -lXext /usr/bin/ld: skipping incompatible /usr/bin/../lib/libXext.a when searching for -lXext /usr/bin/ld: skipping incompatible /usr/lib/libXext.so when searching for -lXext /usr/bin/ld: skipping incompatible /usr/lib/libXext.a when searching for -lXext /usr/bin/ld: cannot find -lXext

See attached files for configure and build logs..

#14564 fixed Build error (5.0.4) on Linux 32-bit system => Fixed in SVN Larry998
Description

As the VirtualBox maintainer for openSUSE, I need to build both 32- and 64-bit versions. For a 64-bit system, all is fine. On a 32-bit platform with gcc 5.1.1, I get the following errors:

[  528s] /home/abuild/rpmbuild/BUILD/VirtualBox-5.0.4/src/VBox/ExtPacks/VNC/VBoxVNC.cpp: In static member function 'static int VNCServerImpl::VRDEEnableConnections(HVRDESERVER, bool)':
[  528s] /home/abuild/rpmbuild/BUILD/VirtualBox-5.0.4/src/VBox/ExtPacks/VNC/VBoxVNC.cpp:339:30: error: invalid conversion from 'rfbNewClientAction (__attribute__((regparm(0), cdecl)) *)(rfbClientPtr) {aka rfbNewClientAction (__attribute__((regparm(0), cdecl)) *)(_rfbClientRec*)}' to 'rfbNewClientHookPtr {aka rfbNewClientAction (*)(_rfbClientRec*)}' [-fpermissive]
[  528s]      vncServer->newClientHook = rfbNewClientEvent;
[  528s]                               ^
[  528s] /home/abuild/rpmbuild/BUILD/VirtualBox-5.0.4/src/VBox/ExtPacks/VNC/VBoxVNC.cpp:341:28: error: invalid conversion from 'void (__attribute__((regparm(0), cdecl)) *)(int, int, int, rfbClientPtr) {aka void (__attribute__((regparm(0), cdecl)) *)(int, int, int, _rfbClientRec*)}' to 'rfbPtrAddEventProcPtr {aka void (*)(int, int, int, _rfbClientRec*)}' [-fpermissive]
[  528s]      vncServer->ptrAddEvent = vncMouseEvent;
[  528s]                             ^
[  528s] kmk: *** [/home/abuild/rpmbuild/BUILD/VirtualBox-5.0.4/out/linux.x86/release/obj/VBoxVNC/VBoxVNC.o] Error 1

My C++ skills are not good, and I have no idea how to fix this.

Batch Modify
Note: See TracBatchModify for help on using batch modify.
Note: See TracQuery for help on using queries.

© 2024 Oracle Support Privacy / Do Not Sell My Info Terms of Use Trademark Policy