Failed to find library

Sysprogs forums Forums VisualGDB Failed to find library

Viewing 5 posts - 1 through 5 (of 5 total)
  • Author
    Posts
  • #23004
    portsip
    Participant

    Hi, we are trying your Visual GDB in our project, our project is works fine with CMake in Linux, but when we import it into VirsualGDB, we got the issues can’t find the 3rd libraries and header files ,I think that is because we didn’t set the -DCMAKE_LIBRARY_PATH and -DCMAKE_INCLUDE_PATH in VisualGDB, please let me know how can we set above -DCMAKE_LIBRARY_PATH and -DCMAKE_INCLUDE_PATH ?

    Thanks

    • This topic was modified 5 years, 4 months ago by portsip.
    Attachments:
    You must be logged in to view attached files.
    #23008
    support
    Keymaster

    Hi,

    Please use the setting under VisualGDB Project Properties shown below:

     

    Attachments:
    You must be logged in to view attached files.
    #23010
    portsip
    Participant

    Thank you very much!

    #23011
    portsip
    Participant

    In my VisualGDB, I can’t find that “Extra CMake configuration vaiables”

    Attachments:
    You must be logged in to view attached files.
    #23013
    support
    Keymaster

    Hi,

    Looks like you are using VisualGDB 5.3. In that version you can achieve the same effect by adding “-DKEY=VALUE” arguments to CMake command line. Alternatively please consider updating to VisualGDB 5.4 Preview 10 – we have redesigned many configuration dialogs and pages in that version to make them more intuitive and easy to use.

Viewing 5 posts - 1 through 5 (of 5 total)
  • You must be logged in to reply to this topic.