Open DragonZX opened 1 year ago
List of packages ATM dnf install qtcreator cmake gсс gcc-c++ qt5-devel qt5-qtbase qt5-linguist xorg-x11-xkb-utils-devel xorg-x11-server-devel sqlite-devel asio-devel zstd
At the moment I installed clean Fedora. Step-by-step is:
Build cmake from the root dir!, aspia folder as pwd will cause the initial error cmake -B /sources/aspia -S ./aspia-2.5.2 -DCMAKE_TOOLCHAIN_FILE=/sources/vcpkg/scripts/buildsystems/vcpkg.cmake
ATM it's not linking
[ 81%] Building CXX object source/client/CMakeFiles/aspia_client.dir/client_entry_point.cc.o
[ 81%] Linking CXX executable ../../aspia_client
/usr/bin/ld: /tmp/ccuDdKK7.ltrans8.ltrans.o: undefined reference to symbol 'XConvertSelection'
/usr/bin/ld: /usr/lib64/libX11.so.6: error adding symbols: DSO missing from command line
collect2: error: ld returned 1 exit status
make[2]: *** [source/client/CMakeFiles/aspia_client.dir/build.make:134: aspia_client] Error 1
make[1]: *** [CMakeFiles/Makefile2:488: source/client/CMakeFiles/aspia_client.dir/all] Error 2
make: *** [Makefile:166: all] Error 2
asio-devel is installed I found sone similar topics from other projects, trying to solve that.