Albert

Results 56 comments of Albert

i have the same issue in CodeBlocks raspberry pi Raspbian bullseye. cant compile code with line `CImgDisplay dispWindow(img, "window name");` 2 ways here : - compile without display anything: ```...

code in CodeBlocks: ``` #include "CImg.h" using namespace cimg_library; int main() { CImg img("test.bmp"); CImgDisplay dispWindow(img, "window name"); while (!dispWindow.is_closed()) { dispWindow.wait(); } return 0; } ``` here`s build log:...

`nano ~/Pangolin/components/pango_windowing/src/display_x11.cpp` correct as in https://woojjang.tistory.com/52 pointed out (right spelling below): `GLXFBConfig* fbc = glXGetFBConfigs(display, DefaultScreen(display), &fbcount);` and `//throw std::runtime_error("Pangolin X11: Invalid GLX version. Require GLX >= 1.3");` no need...

ok. i start it working on raspberry pi - https://youtu.be/mD5SVY2NPq8 but dont understand why it returns answers never asked: ``` 'text': 'Instruct: Назови планеты Солнечной системы.\n' 'Output: Меркурий, Венера, Земля,...

> Just curious - is there a reason for not using the official Python bindings for Qt (PySide2)? i just need one class func from big project on c++ without...

``` qtpath='/opt/Qt6/include' cppyy.add_include_path (qtpath) ``` didnt fix ( > Which version is this? error: the clang compiler does not support '-march=native' should happen anymore on ARM. have no idea. i...