[vbox-dev] Latest SVN gets compile error on x86_64
Larry Finger
Larry.Finger at lwfinger.net
Wed Aug 22 11:57:04 PDT 2007
The latest update from the svn repository, which was pulled at ~18:40 GMT on Aug. 22 has the
following compilation error:
kBuild: Compiling Drivers - /home/finger/vbox/src/VBox/Devices/Serial/DrvHostSerial.cpp
/home/finger/vbox/src/VBox/Devices/Serial/DrvHostSerial.cpp: In function ‘int
drvHostSerialReceiveLoop(RTTHREADINT*, void*)’:
/home/finger/vbox/src/VBox/Devices/Serial/DrvHostSerial.cpp:463: error: cannot convert ‘unsigned
int*’ to ‘size_t*’ in argument passing
kmk[3]: ***
[/home/finger/vbox/out/linux.amd64/release/obj/src/VBox/Devices/Drivers/Serial/DrvHostSerial.o] Error 1
The failing command:
@g++ -c -O2 -g -Wall -pedantic -Wno-long-long -Wno-trigraphs -Wno-variadic-macros -pipe -O2
-mtune=generic -fno-omit-frame-pointer -fno-strict-aliasing -fvisibility-inlines-hidden
-fvisibility=hidden -DVBOX_HAVE_VISIBILITY_HIDDEN -fPIC -I/home/finger/vbox/src/VBox/Devices
-I/home/finger/vbox/src/VBox/Devices/Network/slirp -I/home/finger/vbox/include
-I/home/finger/vbox/out/linux.amd64/release -DVBOX -DVBOX_OSE -DRT_OS_LINUX -D__LINUX__
-D_FILE_OFFSET_BITS=64 -DRT_ARCH_AMD64 -D__AMD64__ -DIN_RING3 -DHC_ARCH_BITS=64 -DGC_ARCH_BITS=32
-DPIC -DIN_IDE_R3 -DVBOX_WITH_ALSA
-Wp,-MD,/home/finger/vbox/out/linux.amd64/release/obj/src/VBox/Devices/Drivers/Serial/DrvHostSerial.o.dep
-Wp,-MT,/home/finger/vbox/out/linux.amd64/release/obj/src/VBox/Devices/Drivers/Serial/DrvHostSerial.o
-Wp,-MP -o
/home/finger/vbox/out/linux.amd64/release/obj/src/VBox/Devices/Drivers/Serial/DrvHostSerial.o
/home/finger/vbox/src/VBox/Devices/Serial/DrvHostSerial.cpp
More information about the vbox-dev
mailing list