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

AST compile issues on Windows and non-gcc compilers #14

Closed
veggiesaurus opened this issue Apr 12, 2021 · 1 comment
Closed

AST compile issues on Windows and non-gcc compilers #14

veggiesaurus opened this issue Apr 12, 2021 · 1 comment

Comments

@veggiesaurus
Copy link
Contributor

I'm trying to put together a build script for AST for vcpkg, which will make building and distributing AST-based software on Windows platforms far simpler. I've run into a few gcc-specific functions in the code, and I've attached a patch to fix these. The other build issue is that the Makefile.in file is missing a few $(EXEEXT) values.

The specific issues are:

@dsberry please see attached zip for patches to fix these issues. I'm not sure if this is the correct solution though. Should Makefile.in or Makefile.am be changed?

patches_ast.zip

@dsberry
Copy link
Member

dsberry commented Apr 12, 2021

@veggiesaurus I've committed those patches. Although you're right that the $(EXEEXT) change needs to be made to Makefile.am rather than Makefile.in. Thanks for sending thsepatches.

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

No branches or pull requests

2 participants