We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
I'm trying to compile rsync copyengine in opensuse tumbleweed but I got the following error:
`make[1]: Entering directory '/home/ahmedmoselhi/obs-repositories/home:ahmedmoselhi2/ultracopier/build-build-Qt_5_15_11_qt5-Debug/plugins/CopyEngine/Rsync' g++ -o Rsync /usr/lib64/libQt5Gui.so /usr/lib64/libQt5Core.so -lGL -lpthread make[1]: Entering directory '/home/ahmedmoselhi/obs-repositories/home:ahmedmoselhi2/ultracopier/build-build-Qt_5_15_11_qt5-Debug/plugins/CopyEngine/Random' make[1]: Nothing to be done for 'first'. make[1]: Leaving directory '/home/ahmedmoselhi/obs-repositories/home:ahmedmoselhi2/ultracopier/build-build-Qt_5_15_11_qt5-Debug/plugins/CopyEngine/Random' /usr/lib64/gcc/x86_64-suse-linux/13/../../../../x86_64-suse-linux/bin/ld: /usr/lib64/gcc/x86_64-suse-linux/13/../../../../lib64/crt1.o: in function `_start': /home/abuild/rpmbuild/BUILD/glibc-2.38/csu/../sysdeps/x86_64/start.S:103:(.text+0x2b): undefined reference to `main' collect2: error: ld returned 1 exit status make[1]: *** [Makefile:167: Rsync] Error 1 make[1]: Leaving directory '/home/ahmedmoselhi/obs-repositories/home:ahmedmoselhi2/ultracopier/build-build-Qt_5_15_11_qt5-Debug/plugins/CopyEngine/Rsync' make: *** [Makefile:178: sub-plugins-CopyEngine-Rsync-Rsync-pro-make_first] Error 2`
The text was updated successfully, but these errors were encountered:
Thanks for the report, it's broken I will fix this the next week.
You can just disable it
Sorry, something went wrong.
No branches or pull requests
I'm trying to compile rsync copyengine in opensuse tumbleweed but I got the following error:
The text was updated successfully, but these errors were encountered: