petricf

Results 34 comments of petricf

Already done - requesting QtLocation. Answer was: New packages will not be added to a release (here: Debian 12). Have to wait for Debian 13 (?) or use unstable line.

Found a solution: Add path to bin directory of Qt (here: ~/Qt/6.6.3/gcc_64/bin) in front of $PATH environment variable. Possible reason: I have Debian provided QtCreator also in the system. For...

> OK, but will the package be added to the next release? No idea. I hope so.

Update ... Checked the libs with ldd. Got: > libicui18n.so.72 => /lib/x86_64-linux-gnu/libicui18n.so.72 (0x00007ffb59600000) > libicuuc.so.72 => /lib/x86_64-linux-gnu/libicuuc.so.72 (0x00007ffb59402000) > libicudata.so.72 => /lib/x86_64-linux-gnu/libicudata.so.72 (0x00007ffb57200000) I expected to be linked with libicuuc.so.56....

I have checked out from git again and built the libs (with option --fresh). Same result - points to icu v.72.

Ein vorheriger Aufruf vom QOpenGLContext::currentContext liefert 0x0.

Für Tutorial_01 kann ich dir - bis auf den hier genannten Fehler - den Code anbieten. Reicht das ?

Ich muß mal schauen wir das von innerhalb QtCreator funktioniert. Ich habe bisher noch nicht so viel mit GIT gemacht. Oder hast du da ein "schnelles" Kochbuch (clone, change file,...

Nachdem ich nachgeschaut habe sind eigentlich nur 2 Dateien zu ändern: OpenGL-Tutorial1.pro (opengl hinzufügen): > QT += core gui opengl In OpenGLWindow.cpp: > #include statt > #include Wobei man -...

Would this not result in an endless loop ? Delete config -> restart -> running ... some later reboot -> delete config -> restart ...