deepin-editor编译缺东西
Tofloor
poster avatar
187******09
deepin
2018-07-27 22:28
Author
  1. Project ERROR: Unknown module(s) in QT: KSyntaxHighlighting KCodecs
Copy the Code
编译deepin-editor一直报这个错,缺这玩意也一直搜不到,各位帮忙看看
Reply Favorite View the author
All Replies
avatar
BLumia
deepin
2018-07-28 00:06
#1
如果外网环境源码包没问题的话,装一下构建依赖:

  1. apt build-dep deepin-editor
Copy the Code


看上去缺的大概是 libkf5syntaxhighlighting-dev 和 libkf5codecs-dev ,手头没外网环境,不一样的话 lz 可以找一下对应的。

Reply View the author
avatar
jianguo922
deepin
2018-07-28 00:21
#2
路过,帮忙顶一下
Reply View the author
avatar
海天鹰
deepin
2018-07-28 00:30
#3
深度编辑器都停工了,还玩啥
Reply View the author
avatar
187******09
deepin
2018-07-28 00:56
#4
https://bbs.deepin.org/post/166621
深度编辑器都停工了,还玩啥

??没有啊,前天刚commit了
Reply View the author
avatar
187******09
deepin
2018-07-28 01:25
#5
https://bbs.deepin.org/post/166621
如果外网环境源码包没问题的话,装一下构建依赖:

装上了,make时候又报了个这个错
  1. ../src/tabwidget.cpp: In constructor ‘TabWidget::TabWidget()’:
  2. ../src/tabwidget.cpp:56:29: error: ‘tabIsRemoved’ is not a member of ‘Dtk::Widget::DTabBar’
  3.      connect(this, &DTabBar::tabIsRemoved, this, &TabWidget::handleTabRemoved);
  4.                              ^~~~~~~~~~~~
  5. Makefile:982: recipe for target 'tabwidget.o' failed
  6. make: *** [tabwidget.o] Error 1
Copy the Code

啥时候才能可用啊
Reply View the author
avatar
BLumia
deepin
2018-07-28 01:33
#6
本帖最后由 blumia 于 2018-7-27 17:38 编辑
https://bbs.deepin.org/post/166621
装上了,make时候又报了个这个错

啥时候才能可用啊

编辑器的 master 的代码(以及现在深度的大部分开发分支的代码)是确保是能在内网开发环境可用的,在外网稳定源或许得改一些地方,毕竟现在的话外网 qt 版本都不对,构建环境差的可能大了些((

你想编译的话可以直接

  1. apt source deepin-editor
Copy the Code


会把你在用的版本的源码包下载到你当前所在的目录,然后可以用 qtcreator 编译那个来玩。 哦我忘了这个没放出来... 你那个应该是因为 DTK 版本不对,那要不等外网仓库更新了再去研究?就快更新了。

编辑器 master 分支最后一次提交可是两天前哦,怎么能说是停止开发了呢(逃
Reply View the author
avatar
187******09
deepin
2018-07-28 02:15
#7
https://bbs.deepin.org/post/166621
编辑器的 master 的代码(以及现在深度的大部分开发分支的代码)是确保是能在内网开发环境可用的,在外网 ...

o**k                 
Reply View the author
avatar
linusboyle
deepin
2018-07-28 02:47
#8
基于emacs的那个?
Reply View the author
avatar
187******09
deepin
2018-07-28 02:59
#9
https://bbs.deepin.org/post/166621
基于emacs的那个?

不是,deepin-editor,那个是deepin-emacs
Reply View the author
avatar
rekols
deepin
2018-07-28 03:04
#10
依赖就看 debian 目录下 control 文件。
Reply View the author
avatar
187******09
deepin
2018-07-28 03:35
#11
rekols 发表于 2018-7-27 19:04
依赖就看 debian 目录下 control 文件。

(•̀⌄•́)学到了
Reply View the author
avatar
zccrs
deepin
2018-07-28 03:40
#12
libkf5syntaxhighlighting-dev 和 libkf5codecs-dev
所有的编译依赖都可以在项目的 debian/control 文件中看到
Reply View the author
avatar
187******09
deepin
2018-07-28 18:40
#13
zhangjide 发表于 2018-7-27 19:40
libkf5syntaxhighlighting-dev 和 libkf5codecs-dev
所有的编译依赖都可以在项目的 debian/control 文件中 ...

get!!  
Reply View the author
avatar
海天鹰
deepin
2018-07-28 19:46
#14
https://bbs.deepin.org/post/166621
??没有啊,前天刚commit了

谁接盘了?
Reply View the author
avatar
187******09
deepin
2018-07-30 18:21
#15
Reply View the author