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

installdep and Makefile on debian are not working #64

Closed
Nhoya opened this issue Jan 7, 2017 · 4 comments
Closed

installdep and Makefile on debian are not working #64

Nhoya opened this issue Jan 7, 2017 · 4 comments
Labels

Comments

@Nhoya
Copy link

Nhoya commented Jan 7, 2017

On debian the installscript is not working, this is caused by libpng16-deb not in the repositories. Another problem is that the version of Cmake on repositories is 3.0.2 and the required version is 3.3.2

@rkitover
Copy link
Collaborator

rkitover commented Jan 7, 2017

Will fix this over the next few days, in the meantime you can lower the cmake version at the top of the root CMakeLists.txt and the package name in the debian_installdeps() function in ./installdeps .

@Nhoya Nhoya changed the title insalldep and Makefile on debian are not working intsalldep and Makefile on debian are not working Jan 7, 2017
@Nhoya Nhoya changed the title intsalldep and Makefile on debian are not working installdep and Makefile on debian are not working Jan 7, 2017
@Nhoya
Copy link
Author

Nhoya commented Jan 7, 2017

Forcing using 3.0.2 version will raise errors

 116 CMake Error at CMakeLists.txt:310 (ADD_COMPILE_OPTIONS):
 117   Error evaluating generator expression:
 118 
 119     $<COMPILE_LANGUAGE:C>
 120 
 121   Expression did not evaluate to a known generator expression
 122 
 123 
 124 CMake Error at CMakeLists.txt:314 (ADD_COMPILE_OPTIONS):
 125   Error evaluating generator expression:
 126 
 127     $<COMPILE_LANGUAGE:CXX>

@rkitover
Copy link
Collaborator

Fixed in 34e408c for Debian 8 "Jessie" and Ubuntu 14 "Trusty".

@rkitover
Copy link
Collaborator

Ok, I think we have this all ironed out now. Closing this.

rkitover pushed a commit that referenced this issue Jul 25, 2019
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