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

small fixes so that lib can be compiled in Win32 with Visual Studio 2013 (Express) #50

Closed
wants to merge 7 commits into from

Conversation

raymond-w-ko
Copy link
Contributor

  1. There is no "main.cpp" in the OSDependent/ directory.
  2. VS 2013 does not pull in std::min and std::max without including in Intermediate.cpp
  3. YY_NO_UNISTD_H seems to not be implemented/respected by the included bison and flex EXEs, and since this directory is already in the includes, add a dummy "unistd.h" so that compiles work.

@raymond-w-ko
Copy link
Contributor Author

oops, wrong branch

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

Successfully merging this pull request may close these issues.

None yet

1 participant