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 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

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

2023-01-05 Thread Thiago Macieira
On Thursday, 5 January 2023 13:24:34 -03 Nuno Santos wrote: > qxcbkeyboard.cpp:(.text._ZNK12QXcbKeyboard12possibleKeysEPK9QKeyEvent+0x2e): > undefined reference to `QXkbCommon::possibleKeys(xkb_state*, QKeyEvent > const*, bool, bool)' You probably didn't install the xkbcommon development libraries

[Interest] Qt6 fails to compile on linux Ubuntu 22.04

2023-01-05 Thread Nuno Santos
Hi, I’m trying to compile Qt 6.4.1 on Linux from source but I’m having the following error: /usr/bin/ld: qtbase/lib/libQt6XcbQpa.a(qxcbkeyboard.cpp.o): in function `QXcbKeyboard::possibleKeys(QKeyEvent const*) const': qxcbkeyboard.cpp:(.text._ZNK12QXcbKeyboard12possibleKeysEPK9QKeyEvent+0x2e):