Opened 12 years ago
Closed 12 years ago
#10605 closed defect (fixed)
Compiling without Guest Properties support fails
| Reported by: | Twisted Lincoln, Inc. | Owned by: | |
|---|---|---|---|
| Component: | other | Version: | VirtualBox 4.1.16 |
| Keywords: | guest properties | Cc: | |
| Guest type: | all | Host type: | all |
Description
When compiling without support for Guest Properties (using the VBOX_WITH_GUEST_PROPS setting), compilation fails with fatal errors.
A fix that allows proper compilation is attached-- adding "#ifdef VBOX_WITH_GUEST_PROPS" and "#endif /* VBOX_WITH_GUEST_PROPS */" around three lines in src/VBox/Main/src-client/ConsoleImpl.cpp
Attachments (1)
Change History (2)
by , 12 years ago
| Attachment: | ConsoleImpl.cpp added |
|---|
comment:1 by , 12 years ago
| Resolution: | → fixed |
|---|---|
| Status: | new → closed |
Thanks for the report. This will be fixed in the next maintenance release.
Note:
See TracTickets
for help on using tickets.


New ConsoleImpl.cpp file with fix added