VirtualBox

Changes between Initial Version and Version 1 of Ticket #12428, comment 1


Ignore:
Timestamp:
Apr 13, 2016 2:37:09 PM (8 years ago)
Author:
Frank Mehnert

Legend:

Unmodified
Added
Removed
Modified
  • Ticket #12428, comment 1

    initial v1  
    11I am working under Mac OSX, and want to write a tool use virtual box with XPCOM, but when I included XPCOM headers into my project, which developed under Qt,  some error occurred. like below:
    2 
     2{{{
    33Undefined symbols for architecture x86_64:
    44  "_NS_InitXPCOM2", referenced from:
     
    1111clang: error: linker command failed with exit code 1 (use -v to see invocation)
    1212make: *** [VBoxWithGlue.app/Contents/MacOS/VBoxWithGlue] Error 1
     13}}}
     14I think there is two reasons may cause the error:
     15 1. I didn't install Virtualbox SDK on my Mac; Although I am sure virtual box installed on Mac, and I download SDK and run python code to install SDK, I still not found xpcom.dylib and other dylibs which XPCOM needs. So IS THERE ANYBODY KNOWS HOW TO INSTALL VIRTUALBOX SDK ON Mac?
    1316
    14 I think there is two reasons may cause the error:
    15 1) I didn't install Virtualbox SDK on my Mac; Although I am sure virtual box installed on Mac, and I download SDK and run python code to install SDK, I still not found xpcom.dylib and other dylibs which XPCOM needs. So IS THERE ANYBODY KNOWS HOW TO INSTALL VIRTUALBOX SDK ON Mac?
    16 
    17 
    18 2) I am not sure I write correct code to use XPCOM. Since I didn't found valuable demo to use vbox XPCOM API, I am not sure I find the right way.
     17 2. I am not sure I write correct code to use XPCOM. Since I didn't found valuable demo to use vbox XPCOM API, I am not sure I find the right way.
    1918
    2019please help me if you know something about VirtualBox on Mac, thank you!

© 2023 Oracle
ContactPrivacy policyTerms of Use