code:blocks打不开了
Tofloor
poster avatar
loword
deepin
2020-08-06 07:05
Author
本帖最后由 loword 于 2020-8-5 23:08 编辑

window_info.go:413: id: 119537667, wmClass: "Deepin-terminal" "deepin-terminal", wmState: [], wmWindowType: [389], wmAllowedActions: [519 520 521 524 525 526 527 528], hasXEmbedInfo: false, hasWmTransientFor: false

Code::Blocks 16.01!

按照此文章:
https://wiki.wxwidgets.org/Linking_With_Gtk_And_Running_On_Any_Linux
我的步骤如下:
  • cd wxWidgets-3.05
  • mkdir build-GTK
  • cd build-GTK
  • apt-get install libgtk3.0-dev
  • ../configure --with-gtk --enable-debug
  • make
  • make install
  • ldconfig

编译wxWdigets后Code::Blocks打不开了。

wxWdigets目录
cd build-GTK执行:
make uninstall
make clean
make diskclean

终端运行:apt-get remove libgtk3.0-dev

mkdir wsw-debug
../configure UNICODE=1 SHARED=0 BUILD=debug
make
make install

后重新安装code::blocks可以正常打开。

怀疑是--with-gtk 搞的怪,因deep的桌面就是它开发的,估计会有些冲突。

Reply Favorite View the author
All Replies
avatar
jingle
deepin
2020-08-06 15:21
#1
商店的版本吗 ?  https://bbs.deepin.org/user/238373
Reply View the author
avatar
deepin_z
deepin
2020-08-06 17:34
#2
https://bbs.deepin.org/post/198352
商店的版本吗 ?  @deepin_uos

验证了,商店的版本是可以正常安装和卸载的
Reply View the author
avatar
loword
deepin
2020-08-10 00:51
#3
最新20.3编译的版本
Reply View the author