I had a bug while following the Build.md file and I found a way to circumvent it #633
shubhamkumar13
started this conversation in
Show and tell
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
So the error log is here : https://gist.github.com/shubhamkumar13/2412113bca9bbe0eadc478637d548c56
But essentially there are multiple definitions generated in the object files (listed in the following code snippet) while running
make libappimage libappimageupdate libappimageupdate-qt
andmake
commands in Build.mdI was able to circumvent the error by allowing multiple definitions essentially adding a
--allow-multiple-definitions
flag inAppImageLauncher/build/lib/libappimage/src/libappimage/CMakeFiles/libappimage.dir/link.txt
But I need to manually do this. I couldn't find the place which generated the
link.txt
file if I can get some help I can close a lot of open issues which are related to this (for eg. #628, #621)Any help would be great, Thanks!
Beta Was this translation helpful? Give feedback.
All reactions