Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

OSX build is broken due to od -w #16

Closed
sparkprime opened this issue Sep 1, 2014 · 4 comments
Closed

OSX build is broken due to od -w #16

sparkprime opened this issue Sep 1, 2014 · 4 comments
Assignees
Labels

Comments

@sparkprime
Copy link
Contributor

No description provided.

@sparkprime sparkprime added the bug label Sep 1, 2014
@sparkprime sparkprime self-assigned this Sep 1, 2014
@nikolay
Copy link

nikolay commented Sep 1, 2014

It's fixed now, but I it still doesn't compile:

$ make
c++ -g -O3 -Wall -Wextra -pedantic -std=c++0x  jsonnet.cpp lexer.cpp parser.cpp static_analysis.cpp vm.cpp libjsonnet.cpp -o jsonnet
c++: warning: couldn't understand kern.osversion '14.0.0
parser.cpp:822:1: error: zero-size array 'STD_CODE'
 };
 ^
make: *** [jsonnet] Error 1

@sparkprime
Copy link
Contributor Author

Closing as per conclusion of parallel discussion on google groups.

@nikolay
Copy link

nikolay commented Sep 1, 2014

Thanks, @sparkprime! Can't wait to start playing with this. I have to deal with huge monolithic JSON files for AWS CloudFormation, so, I developed my own Pythonic extension of it, but Jsonnet can definitely do that and a lot more, so, once I have something accomplished, I will post examples to popularize Jsonnet!

@sparkprime
Copy link
Contributor Author

Sounds great! Do post your findings on the Google group :)

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

2 participants