Re: [Interest] Qt6 fails to compile on linux Ubuntu 22.04

2023-01-06 Thread Thiago Macieira
On Friday, 6 January 2023 13:31:38 -03 Nuno Santos wrote: > I had all those packets installed even so it was failing… You either didn't have everything or one of the packages was actually buggy. Please confirm you had xkbcommon and xkbcommon-x11. You can also take a look at the section of the CM

Re: [Interest] Qt6 fails to compile on linux Ubuntu 22.04

2023-01-06 Thread Thiago Macieira
On Friday, 6 January 2023 13:31:38 -03 Nuno Santos wrote: > CMake Error at /usr/lib/llvm-15/lib/cmake/llvm/LLVMExports.cmake:1634 > (message): The imported target "mlir-tblgen" references the file > "/usr/lib/llvm-15/bin/mlir-tblgen” > > The file does not exist indeed. > > Any ideas? Complai

Re: [Interest] Qt6 - Fails to compile when openssl-linked enabled

2023-01-06 Thread Thiago Macieira
On Friday, 6 January 2023 15:03:52 -03 Nuno Santos wrote: > What am I missing here? Does it work with *dynamic* openssl-linked? I urge you to forget static libraries exist. The CMake verification that either OpenSSL 1.1 or OpenSSL 3.0 can compile and link and executable failed. Debugging why th

Re: [Interest] Qt6 - Fails to compile when openssl-linked enabled

2023-01-06 Thread Nuno Santos
Marten, I’m now trying to do the same in Windows but having problems. I’m using vcpkg to build openssl and the only different in the configure line is the path to the installed vcpkgs ..\configure.bat -prefix C:\Qt\6.4.1\msvc2019_static -static -debug-and-release -nomake examples -nomake test

Re: [Interest] Qt6 fails to compile on linux Ubuntu 22.04

2023-01-06 Thread Nuno Santos
Thiago, Thanks for your reply. I had all those packets installed even so it was failing… Now I’m trying with Ubuntu 22.10 and I have a new problem during the config phase: CMake Error at /usr/lib/llvm-15/lib/cmake/llvm/LLVMExports.cmake:1634 (message): The imported target "mlir-tblgen" refe