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

Check for basic pre-requisites on run #41

Closed
GoogleCodeExporter opened this issue May 30, 2015 · 4 comments
Closed

Check for basic pre-requisites on run #41

GoogleCodeExporter opened this issue May 30, 2015 · 4 comments

Comments

@GoogleCodeExporter
Copy link

Tired, always the same dependency people are missing. We need to at least check 
for it. Will do when I can if you don't beat me to it. Recommend isolation into 
a new script so it can be referenced by any script. check-prereqs.sh or 
something.

Original issue reported on code.google.com by jeremy.collake@gmail.com on 2 Nov 2011 at 1:52

@GoogleCodeExporter
Copy link
Author

This would probably be easiest to do with a configure script.

From the other bug reports, it looks like the crc32 function has been removed 
from zlib in Ubuntu, and possibly there have been some other changes? If this 
is the case, we might consider including a version of zlib that we know works 
and build everything against that.

Original comment by heffne...@gmail.com on 4 Nov 2011 at 1:05

@GoogleCodeExporter
Copy link
Author

Agreed. I am not sure if it was removed, or simply changed in its prototype. 
Either way, same difference, and we need to link against the older one.

Original comment by jeremy.collake@gmail.com on 4 Nov 2011 at 1:13

@GoogleCodeExporter
Copy link
Author

Don't need to do this as the issue was in the Makefiles, but I still think a 
simple configure script to check for pre-requisites is a good idea. I'll put on 
in the src directory.

Original comment by heffne...@gmail.com on 4 Nov 2011 at 3:12

@GoogleCodeExporter
Copy link
Author

Added a configure script to check for basic functions/headers as well as zlib 
prior to running make.

Original comment by heffne...@gmail.com on 5 Nov 2011 at 6:47

  • Changed state: Fixed

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

No branches or pull requests

1 participant