Enrico Seiler

Results 102 comments of Enrico Seiler

Hey there, any news on this issue? I noticed that there was a longer break, so it might have slipped under the radar :)

This worked for me: * `develop` branch * replaced `$(ConfigurationName)` with `${ConfigurationName}` https://github.com/seqan/seqan/blob/develop/util/cmake/SeqAnCtdSetup.cmake#L71 * `CMakeSettings_schema.json`: ```json { "configurations": [ { "name": "x64-Debug", "generator": "Ninja", "configurationType": "Debug", "buildRoot": "${projectDir}\\out\\build\\${name}", "installRoot": "${projectDir}\\out\\install\\${name}",...

https://github.com/seqan/seqan/commit/aee8e314210893771f9ca3fcaaabdec1fa363458 should fix problem, i.e. on the current `develop` branch this issue should not occur anymore.

Can you please double-check that you are on the `develop` branch and also post the complete configure output?

You are still on the `master` branch instead of `develop` (see lower right corner in MSV)

Can you post the configure log again? Can you make sure that develop is up-to-date?

> You mean, `Generator` output? Yes, thank you :) I'll try to figure out what's going wrong, but as it works on my end, and also works in the CI,...

Hello, can you try ```bash brew install brewsci/bio/seqan@2 ``` The package still exists and is up to date, but it was migrated.

I'm not sure if this will help in this specific case, but there are quite a few issues in this repo where it might help. I had a bit of...

> @eseiler Can you check this with the branch of #597? Sure, what do you need to check me exactly? We are currently using gcovr 5.0 with gcc-11 and `-fprofile-abs-path`...