GithubHelp home page GithubHelp logo

dependency problem about castxml HOT 5 CLOSED

castxml avatar castxml commented on July 23, 2024
dependency problem

from castxml.

Comments (5)

bradking avatar bradking commented on July 23, 2024 1

From the screenshot:

cmake -D CMAKE_PREFIX_PATH=C:\Program Files (x86)\LLVM\ ..\CastXML

You're not quoting the path with spaces. Please try:

cmake -DCMAKE_PREFIX_PATH="C:/Program Files (x86)/LLVM" ..\CastXML

from castxml.

bradking avatar bradking commented on July 23, 2024

Please try configuring CastXML in a fresh build tree with

cmake -DCMAKE_PREFIX_PATH=C:/path/to/llvm-install-prefix ..\CastXML

where llvm-install-prefix is the CMAKE_INSTALL_PREFIX used when building LLVM/Clang. The value of CLANG_RESOURCE_DIR should be computed automatically if LLVM is found properly.

If you still get the error please attach the LLVMConfig.cmake file that sits next to LLVM-Config.cmake (note the lack of - in the former's name).

from castxml.

C4Shah avatar C4Shah commented on July 23, 2024

I didn't specify a CMAKE_INSTALL_PREFIX path and it installed in the default location. So I tried your suggestion with C:\Program Files (x86)\LLVM. It still gives me the same error.
I can see that there is a config file at: C:\Program Files (x86)\LLVM\lib\cmake\llvm. I tried trying your suggestion with that one but that too didn't work.
I have attached the install tree config files here:
llvm-install-config-files.zip

also here is the build tree config file:
llvm build tree config files.zip

command line screenshot:

screenshot

from castxml.

C4Shah avatar C4Shah commented on July 23, 2024

Ha, thanks. that did it. I got 219 warnings though.

from castxml.

bradking avatar bradking commented on July 23, 2024

Great.

from castxml.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.