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

compiling this isn't straightforward #4

Closed
naikrovek opened this issue May 8, 2024 · 4 comments
Closed

compiling this isn't straightforward #4

naikrovek opened this issue May 8, 2024 · 4 comments

Comments

@naikrovek
Copy link

naikrovek commented May 8, 2024

Hi, thank you for this tool.

I'm not able to compile it, even though I know how to use cmake and I have cloned with --recursive.

I think the version of Catch2 that you're using is out of date, as I get compile errors from it. When I search for that error on the Catch2 repo, I find an issue mentioning that it is fixed in a later v2 release, so I replaced the submodule with the latest v2 Catch2 release. I got further, but now I get unused variable errors for variables which are definitely used (because I get "use of undeclared identifier" errors when I comment them out.)

I've tried with both gcc and clang/clang++ and I don't know C++ well enough to fix these.

@naikrovek
Copy link
Author

Following the azure build yaml also doesn't seem to work. I thought gcc-8 may have been required, but it gives the same errors. I'm out of ideas.

@philburr
Copy link
Owner

philburr commented May 13, 2024 via email

@naikrovek
Copy link
Author

You did it, thank you so very much!

@naikrovek
Copy link
Author

Man, I need to get a better computer. Or try doing this on one of my better computers. ATSC is CPU intensive, apparently. 😄

I knew it was, but I thought something written in C would work on that computer.

Thanks again. Issue resolved, so closing. You're my hero.

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