Guido U. Draheim

Results 150 comments of Guido U. Draheim

Wow, syntax error is bad thing. I intend to build a test scenario so that I can run the msvc myself but I did not have time for that lately....

The pip-module installs "systemctl.py" and "systemctl3.py". In order to override "systemctl" command you would need to make the copy/symlink being an additional step in the dockerfile. After all, you are...

Hmm, I don't know - it had been used in a little game of mine but that one is not updated for ten years either. As far as SDL1.2 exist,...

I am a bit hesitant as the feature was introduced in cmake 3.17 and that's the version that I have installed as latest on my system. Pretty new? I don't...

That's what it should be like - when "test.zip" does exist then "test/foo" shall extract "foo" from test.zip. If it does not exist, then try to access a normal file....

by the way, how does "test.zip" look like? This should work: ``` unzip -c test.zip README ```

Well, that looks like the test.zip is OK. As for zzcat.... that was one of the early test programs. The zziplib had its first success among game developers that were...

Sadly, I have not worked with MingW for quite a while. Is it possible for you to run the test through gdb to get me full stacktrace?

Just to make a hint here => this would be a feature to be covered after changing to cmake #23