-
|
Trying to build the lastest version of nomacs (v3.22.0), I'm experiencing a build failure. The build of nomacs itself seems to go through fine, but the building of the plugins fails with several errors, notably 2 types of errors. There are several "was not declared in this scope" errors for different elements, and 2 times the error "error: cannot convert 'QIcon' to 'const QPixmap&'" popped up. Not sure if this is a Qt v6.10 issue or something else. The commits mention qt 6.10, so that should (?) not be the cause here. Here's the part where the errors start coming in during the building process: |
Beta Was this translation helpful? Give feedback.
Replies: 2 comments 2 replies
-
|
|
Beta Was this translation helpful? Give feedback.
-
|
If you have further questions I'm happy to help. There some tips here specifically for package managers. |
Beta Was this translation helpful? Give feedback.
ImageLounge/pluginsis now integrated and not a separate component, there is no need to fetch the plugins separately and maybe pass-DPLUGINS_DIR=<path>to cmake. So the build template needs to be adjusted to remove that dependency.If you have further questions I'm happy to help. There some tips here specifically for package managers.