Giter Club home page Giter Club logo

ctls's People

Contributors

loganwright avatar tanner0101 avatar yasumoto avatar zachwick avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar  avatar

Watchers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

ctls's Issues

What license is ctls under?

While working on adding licensing info for the ctls Homebrew package, I'm trying to find what license(s) the ctls package is available under, but I don't see this information anywhere. Can licensing information be added to the README, the Package.swift file, or somewhere else to be found?

CTLS warning on Heroku

I've been consistently getting a warning related to pkg-config on Heroku when building a Vapor app. The app works fine, but I always get this warning when building:

warning: error while trying to use pkgConfig flags for CTLS: couldNotFindConfigFile

I mentioned this on the Swift mailing list, and here was a response:

Assuming ctls is this: https://github.com/vapor/ctls, then this warning is because ctls has a pkgConfig directive that says “ctls”, but there is no ctls.pc file on the system. That’s hardly a surprise, given that ctls is a pure Swift package.

Step 1 in fixing this would be to get ctls change their .pc file from macos.pc to ctls.pc, but I don’t think that’s enough because the .pc file would still not be on the PKG_CONFIG_PATH. I don’t think the .pc file in ctls works at all, and they should just remove it and have the pkgConfig directive call for “openssl” instead. That will work fine with Homebrew and will achieve the result they’re looking for.

See https://lists.swift.org/pipermail/swift-build-dev/Week-of-Mon-20171127/001101.html

399158f commit leads to fail.

After latest commit 399158f can't build package.

There is no any ctls.pc file in pkgconfig folder. You can't install that file throw brew (installing openssl).
Error:
iMac:CTLS-1.0.0-beta.2 roaming$ swift build
error: only system module package CTLS found
fix: to use this system module package, include it in another project

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.