Giter Site home page Giter Site logo

hyper-build's People

Contributors

heapwolf avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

Watchers

 avatar  avatar  avatar  avatar

hyper-build's Issues

errors when running build

i hope this is the right repo for this. i'm having some issue when attempting to build with hyper-build.

$ node -v
v12.7.0

$ clang++ --version
clang version 8.0.0-3 (tags/RELEASE_800/final)

$ git --version
git version 2.20.1

$ lsb_release -irc
Distributor ID:	Ubuntu
Release:	19.04
Codename:	disco

steps to reproduce

example 1

git clone https://github.com/datcxx/hypercore.git
cd hypercore
build install
build

output

/datcxx/hypercore/index.cxx:2:10: fatal error: 'deps/datcxx/flat-tree/index.hxx' file not found
#include "deps/datcxx/flat-tree/index.hxx"
         ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
1 error generated.

example 2

git clone https://github.com/datcxx/path
cd path
build install
build

output

In file included from /datcxx/path/index.cxx:1:
/datcxx/path/index.hxx:4:10: fatal error: 'algorithm' file not found
#include <algorithm>
         ^~~~~~~~~~~
1 error generated.

Support for globs

Need glob support for globs in the files field of the package.json.

Should be able to do...

{
  "files" : [
    "include/index.hxx",
    "src/**/*.cxx"
  ]
}

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.