Code Monkey home page Code Monkey logo

cmakeport's People

Contributors

fanbo-meng avatar igortodorovskiibm avatar kenct7 avatar mikefultondev avatar redstar avatar tinhto-000 avatar v1gnesh avatar zosopentoolsmain avatar

Stargazers

 avatar

Watchers

 avatar  avatar  avatar  avatar

cmakeport's Issues

Build with curl

The latest ninja uses FetchContent but this fails with:

    error: downloading 'https://github.com/google/googletest/archive/release-1.10.0.tar.gz' failed
          status_code: 1
          status_string: "Unsupported protocol"
          log:
          --- LOG BEGIN ---
          Protocol "https" not supported or disabled in libcurl
  • This suggests that CMake needs to be built with libcurl to add this support

  • Here's the snippet from ninja's CMakeList.txt:

  231   if(NOT GTest_FOUND)
  232     include(FetchContent)
  233     FetchContent_Declare(
  234       googletest
  235       URL https://github.com/google/googletest/archive/release-1.10.0.tar.gz
  236       URL_HASH SHA1=9c89be7df9c5e8cb0bc20b3c4b39bf7e82686770
  237     )
  238     FetchContent_MakeAvailable(googletest)

cmake fails with error CEE3501S The module CRTEQCXE was not found.

I installed the cmake port from zopen directly. When attempting to execute it I receive the error seen in the title.

I can't find a reference to what module CRTEQCXE is and other LE programs and services run fine.

There is reference to an IBM APAR that references this module.

Has anyone run into this issue ? I can't find that module on the system (ZD&T) that I'm running on.

Perhaps a local configuration issue but I'm a bit stumped.

On USS, which compiler should we use?

Hello

I'm on a USS system and I am trying to get this port of cmake building. When I do:

$ zopen build

It says:

Checking environment configuration...
***ERROR: xlclang compiler specified, need to be running IBM C for Open Enterprise Languages on z/OS 1
zopen-build completed in 1 seconds.

I may have to speak to admins to see if it's installed. As it is now, I know we have the following compilers available:

  • xlc
  • xlc++
  • xlclang
  • xlclang++
  • cc - which seems to be xlc, but its not a link. ie. /bin/cc is not a link to /bin/xlc
  • c89
  • c99
  • cxx

Build with xlclang?

Currently the 3.18 patch is only buildable with ibm-clang. Ideally to make it more globally consumable it would be good to have xlclang to build it too.

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.