dde-file-manager compiled from source fails at runtime with undefined symbol error #3484
-
Hi there, I recently forked dde-file-manager on GitHub and cloned the fork locally, then installed the build dependencies and compiled the project from source according to the instructions in the README. The compile step succeeded, but now, when I run the compiled binary
A quick search suggests that my DTK version might not be new enough and needs updating. Is that indeed the cause of the problem, and if so, how do I update my DTK? Thanks! OS: deepin 20.7.1 Community, deepin 23 Preview (exact same error happens on both, down to the name of the undefined symbol) Related (Discord): https://discord.com/channels/851251275151704124/856337463999070229/1038085497303601232 |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment 5 replies
-
Hi, Hacking on DDE apps may need to use the newest version of DTK. If you are trying to fix an existing bug, it's recommended to switch to the tag version that your distro is currently using. If the tag version still has similar issues, please feel free to let us know. If you intended to build the git HEAD version, then you probably want to build and install the git HEAD version of DTK first. V23 is still in a preview stage so a developer repo is still not available for now, we might provide a develop repo in later updates :) btw, you can join https://t.me/deepin_community (currently most members are Chinese) or https://t.me/deepin for developer related questions. We also have a mailing list for developer-related topic in case you are interested :) |
Beta Was this translation helpful? Give feedback.
Hi,
Hacking on DDE apps may need to use the newest version of DTK. If you are trying to fix an existing bug, it's recommended to switch to the tag version that your distro is currently using. If the tag version still has similar issues, please feel free to let us know.
If you intended to build the git HEAD version, then you probably want to build and install the git HEAD version of DTK first. V23 is still in a preview stage so a developer repo is still not available for now, we might provide a develop repo in later updates :)
btw, you can join https://t.me/deepin_community (currently most members are Chinese) or https://t.me/deepin for developer related questions. We also have a mailing list