Đặng Đoàn Đức Trung
Đặng Đoàn Đức Trung
Update: I downgraded everything related to plasma to version 5.24, and the lock screen is working fine now. Probably some sort of API deprecation was carried out.
The Makefile looks correct to me, so I'm not sure what file is missing here. It can be `g++`, so you might want to try running that command manually.
This one `g++ -c -o obj/ctb.o src/ctb.cpp -DSFML_STATIC -I SFML-2.5.1/include -Iinclude -L SFML-2.5.1/lib -std=c++17 -s -O2 -mwindows -lsfml-graphics-s -lsfml-window-s -lsfml-system-s -lopengl32 -lfreetype -lwinmm -lgdi32 -static-libgcc -static-libstdc++ -Wl,-Bstatic -lstdc++ -lpthread -Wl,-Bdynamic`
That's interesting, I haven't seen this before :/ Can you tell me which g++ version are you using?
Okay, this might be a mistake of mine. You need to create another directory called `obj` to make it work. You can pull from the latest release if you want...
Oh man, seems like -p doesn't work on Windows, should have tested this :/ Can you just delete all `-p` in your Makefile then?
Oh ... You should do `-ISFML2.5.1` instead of `-I SFML2.5.1`. Same with `-L`. Wow that is so incredibly obvious that I now feel dumb finding it out Edit: Actually that...
When it stops moving, does the keyboard tapping still work? Sorry for asking you this, I am on Linux and I honestly have no way of testing on Windows.
Can you try the latest release and see if it works?
That's too bad, I thought the new PR could have fixed this.