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

Making a distribution ZIP archive for cygwin fails #96

Closed
LigH-de opened this issue Oct 25, 2015 · 1 comment
Closed

Making a distribution ZIP archive for cygwin fails #96

LigH-de opened this issue Oct 25, 2015 · 1 comment

Comments

@LigH-de
Copy link

LigH-de commented Oct 25, 2015

Despite the (probably outdated) source installation guide, make zip fails, Makefile does not contain a target "zip".

Instead it contains a target "win"; but this fails too, at this file: /usr/bin/cyggcc_s-1.dll does not exist in current cygwin-win32 installations; instead, there is a cyggcc_s-seh-1.dll (which seems to serve now the same purpose).

@merces merces closed this as completed in 815a269 Oct 29, 2015
@merces
Copy link
Collaborator

merces commented Oct 29, 2015

Thanks for reporting this. Actually the existing documentation is for v0.70 release, that has a 'zip' target. We changed that in the current code, that is going to be part of our future v0.80 release.

Regarding the cyggcc_s-1.dll, apparently Cygwin doesn't require it anymore to run our pev programs, so I have removed it. It should be working now (with make win).

Again, thank you very much for letting us know about this bug. We really appreciate. ;)

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

2 participants