-
Notifications
You must be signed in to change notification settings - Fork 3
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
Comments
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. |
I have a build that fixes these issues. I will push it out today.
…On Mon, May 13, 2024, 5:43 AM Jeremiah Johnson ***@***.***> wrote:
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.
—
Reply to this email directly, view it on GitHub
<#4 (comment)>, or
unsubscribe
<https://github.com/notifications/unsubscribe-auth/AAIPX7WJFHYP2HXE4D5XBMLZCCROJAVCNFSM6AAAAABHNN3YBGVHI2DSMVQWIX3LMV43OSLTON2WKQ3PNVWWK3TUHMZDCMBXGM2TKNRTGA>
.
You are receiving this because you are subscribed to this thread.Message
ID: ***@***.***>
|
You did it, thank you so very much! |
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. |
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
andclang
/clang++
and I don't know C++ well enough to fix these.The text was updated successfully, but these errors were encountered: