[ feedback] 跟随光标下符号 不能正确打开头文件
Tofloor
poster avatar
guyuming
deepin
2025-02-21 11:33
Author

我打开一个Makefile c 语言项目文件,开头是一列 #include, 如图下图,我使用鼠标右键的 跟随光标下符号 功能,对于 wayland-server-core.h, 系统能够正确打开头文件,但是对于下面的 backend.h, 系统却给我跳转到一个 backend 同名变量定义那里去了。

截图_20250221112740.png

截图_20250221111823.png

Reply Favorite View the author
All Replies
guyuming
deepin
2025-02-21 17:08
#1

当前系统是25preview, 我试图打开 deepin-ide的源码,结果在安装依赖的时候遇到如下错误:

gitee上面clone下来的代码最高的tag 是 1.4.1, 但是系统 关于 窗口显示的版本号是 1.4.2

guyuming@guyuming-PC:~/deepin-unioncode$ sudo apt build-dep ./
请输入密码:
验证成功
Note: Immutable system takes over this operation ...
Preparing immutable build environment...WARNING: apt does not have a stable CLI interface. Use with caution in scripts.Note, using directory '/build-dep-tmp/deepin-unioncode' to get the build dependencies
Reading package lists...
Building dependency tree...
Reading state information...
Some packages could not be installed. This may mean that you have
requested an impossible situation or if you are using the unstable
distribution that some required packages have not yet been created
or been moved out of Incoming.
The following information may help to resolve the situation:The following packages have unmet dependencies:
libicu-dev : Depends: libicu74 (= 74.2-1deepin0) but 74.2-1deepin1 is to be installed
libncurses-dev : Depends: libtinfo6 (= 6.4-4) but 6.4-4deepin2 is to be installed
Depends: libncurses6 (= 6.4-4) but 6.4-4deepin2 is to be installed
Depends: libncursesw6 (= 6.4-4) but 6.4-4deepin2 is to be installed
E: Unable to correct problems, you have held broken packages.
Error: failed to call exec command: failed to build with cumulative mode: failed to execute function: failed to prepare Debian packages: failed to execute command: unmet dependencies
guyuming@guyuming-PC:~/deepin-unioncode$
Reply View the author