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

The __CYGWIN32__ #define should be replaced with __CYGWIN__ #6884

Closed
vicuna opened this issue May 31, 2015 · 1 comment
Closed

The __CYGWIN32__ #define should be replaced with __CYGWIN__ #6884

vicuna opened this issue May 31, 2015 · 1 comment
Assignees
Milestone

Comments

@vicuna
Copy link

vicuna commented May 31, 2015

Original bug ID: 6884
Reporter: adrien
Assigned to: @damiendoligez
Status: closed (set by @damiendoligez on 2015-06-02T19:37:32Z)
Resolution: fixed
Priority: normal
Severity: minor
Version: 4.02.1
Target version: 4.02.2+dev / +rc1
Fixed in version: 4.02.2+dev / +rc1
Category: platform support (windows, cross-compilation, etc)

Bug description

I was building OCaml on Cygwin 64 and got some mysterious errors (especially executables not found in PATH) which I tracked down to CYGWIN32 not being defined. It isn't defined for Cygwin 64 at least and there won't be a CYGWIN64. Everything should check for CYGWIN.

References:

http://www.cygwin.com/faq/faq.html#faq.programming.64bitporting-fail

http://www.cygwin.com/faq/faq.html#faq.programming.64bitporting-cygwin64

By the way, there is no flexdll for cygwin64 so there are other things left for full support. But this one is very easy to fix (there are only 3 .c files which require the replacement).

@vicuna
Copy link
Author

vicuna commented Jun 2, 2015

Comment author: @damiendoligez

Fixed in branch 4.02 (rev 16149).

@vicuna vicuna closed this as completed Jun 2, 2015
@vicuna vicuna added this to the 4.02.2 milestone Mar 14, 2019
@vicuna vicuna added the bug label Mar 20, 2019
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