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

fail to compile gen_code.c on windows #54

Open
cloudslee opened this issue Jan 11, 2025 · 2 comments
Open

fail to compile gen_code.c on windows #54

cloudslee opened this issue Jan 11, 2025 · 2 comments
Assignees
Labels

Comments

@cloudslee
Copy link

src\tools\gen_code\gen_code.c(1813): error C2198: 'printFunc': too few arguments for call
src\tools\gen_code\gen_code.c(1818): error C2198: 'printFunc': too few arguments for call
src\tools\gen_code\gen_code.c(1822): error C2198: 'printFunc': too few arguments for call
src\tools\gen_code\gen_code.c(1826): error C2198: 'printFunc': too few arguments for call
src\tools\gen_code\gen_code.c(1828): error C2198: 'printFunc': too few arguments for call
src\tools\gen_code\gen_code.c(1832): error C2198: 'printFunc': too few arguments for call
src\tools\gen_code\gen_code.c(1834): error C2198: 'printFunc': too few arguments for call
src\tools\gen_code\gen_code.c(1838): error C2198: 'printFunc': too few arguments for call
src\tools\gen_code\gen_code.c(1839): error C2198: 'printFunc': too few arguments for call
src\tools\gen_code\gen_code.c(4851): error C2065: 'temp': undeclared identifier

@cloudslee cloudslee changed the title fail to comile gen_code.c on windows fail to compile gen_code.c on windows Jan 11, 2025
@mario4tier mario4tier self-assigned this Jan 11, 2025
@mario4tier
Copy link
Member

Thanks for reporting. Seems we broke this with 0.6.3... working on a fix right now.

@mario4tier
Copy link
Member

mario4tier commented Jan 11, 2025

This is now fix in v0.6.4

Tomorrow, I will add a test to prevent this from happening again (as of right the automated tests verify only ta_regtest and the libraries)

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

No branches or pull requests

2 participants