Opened 9 years ago
Closed 9 years ago
#49 closed defect (fixed)
Change set 98-compile USB error
Reported by: | rklipp | Owned by: | rklipp |
---|---|---|---|
Priority: | critical | Milestone: | preview |
Component: | Main | Keywords: | Changeset 98 compile error |
Cc: |
Description
USBProxyDevice-os2.cpp error.'struct USBPROXYDEV' has no member named 'Backend' It looks like there is no Backend.pv available?
Change History (3)
comment:2 by , 9 years ago
Hi valerius, That got part of it, but still a problem when it gets to compiling VBoxSVC.
kBuild: Compiling VBoxSVC - F:/5.0.6Netlabs-99/src/VBox/Main/src-server/HostDnsSe
rviceResolvConf.cpp
kBuild: Compiling VBoxSVC - F:/5.0.6Netlabs-99/src/VBox/Main/src-server/os2/USBPr
oxyServiceOs2.cpp
F:/5.0.6Netlabs-99/src/VBox/Main/src-server/os2/USBProxyServiceOs2.cpp: In member
function 'virtual USBDEVICE* USBProxyServiceOs2::getDevices()':
F:/5.0.6Netlabs-99/src/VBox/Main/src-server/os2/USBProxyServiceOs2.cpp:265:15: er
ror: 'USBDEVICE' has no member named 'bDevNum'
pCur->bDevNum = 0;
kmk: * [F:/5.0.6Netlabs-99/out/os2.x86/release/obj/VBoxSVC/src-server/os2/USBPr
oxyServiceOs2.o] Error 1
comment:3 by , 9 years ago
Resolution: | → fixed |
---|---|
Status: | new → closed |
I close this ticket, as with r100 all builds fine again.
Thx for reporting the issue.
rklipp: Yes, my fault -- I forgot that I did not committed the USB changes. But now it is in the repository, please update (see r99).