Results 188 comments of Dima Kogan

Actually, I bet I know what's going on. You installed `g++-13`, but this didn't replace the default: this is still `g++`, which is still version 12. What does `g++ --version`...

OK. I suppose you should compare the failing and succeeding commands to see how they differ. What is `/usr/bin/g++ --version` ?

Hi. Let's clarify who's testing what. I'm on the `20.37.2` tag + some debian patches that shouldn't matter + these two patches from this bug: - 736-b04c4da-Possible.fix.patch - 736-2464e97-Added.pessimizing-move.warning.disable.for.GCC.patch Without...

Hello. This currently doesn't work on windows. There are several reports about that in the bug tracker, and an incomplete attempt to fix it here: https://github.com/dkogan/gnuplotlib/pull/15 All I need is...

Did you read the documentation? Everything is described there. Are you asking about the equations or about the code? Generally everything involving homogeneous coordinates (projection matrices, etc) is poisonous and...

Closing. Reopen if there are more questions

Hi. I'll help with whatever porting issues you encounter, but you're going to have to do all the actual work on this one. What if you target wsl? Wouldn't it...

I just looked at your work tree. It looks like you're effectively trying to re-architect big chunks of this: moving the build system to cmake, moving the main sources from...

OK. You know far better than me about the details here. But I do think it's worth it to spend the time to figure out the least-diverging way to do...