分页: 1 / 2
求助!我的qt creator难道只能沦为编辑器了?
发表于 : 2012-05-22 12:52
由 alien_hjy
Re: 求助!我的qt creator难道只能沦为编辑器了?
发表于 : 2012-05-22 12:57
由 Eastsun
写控制台程序的话为什嘛不用Eclipse?
Re: 求助!我的qt creator难道只能沦为编辑器了?
发表于 : 2012-05-22 13:06
由 alien_hjy
eclipse的话还要添加C/C++支持,个人较懒。。。
而且qt creator的自动补全和自动纠错我都蛮喜欢的。。。
Re: 求助!我的qt creator难道只能沦为编辑器了?
发表于 : 2012-05-22 15:08
由 Eastsun
Linux下装个gcc,g++的有什么麻烦的?有空去装qt creator,早把eclipse整好了。
而且说不定已经装好了,如果你用编译的方法装过软件的话。
Re: 求助!我的qt creator难道只能沦为编辑器了?
发表于 : 2012-05-22 15:31
由 alien_hjy
现在的问题是,把qt creator整好。。。
eclipse也可以,只是个人比较喜欢用qt creator。。。
Re: 求助!我的qt creator难道只能沦为编辑器了?
发表于 : 2012-05-22 16:30
由 a14331990
从命令行启动qtcreator
如果没报错
strace /usr/bin/qtcreator 1>1.txt
strace /usr/bin/qtcreator 2>2.txt
如果还没看到错误
gdb /usr/bin/qtcreator
run
Re: 求助!我的qt creator难道只能沦为编辑器了?
发表于 : 2012-05-22 16:39
由 eexpress
你这只是qt creater调用执行的问题吧。设置里面是不是改了啥。
曾经安装过,不记得有问题。
Re: 求助!我的qt creator难道只能沦为编辑器了?
发表于 : 2012-05-22 20:28
由 alien_hjy
eexpress 写了:你这只是qt creater调用执行的问题吧。设置里面是不是改了啥。
曾经安装过,不记得有问题。
重置过设置,也重置并重装过qt creator了。。。
Re: 求助!我的qt creator难道只能沦为编辑器了?
发表于 : 2012-05-22 21:50
由 Cherrot
QT-Creator 相当好用,快速而且强大,只是…………搞不懂你的是怎么了……
Re: 求助!我的qt creator难道只能沦为编辑器了?
发表于 : 2012-05-23 19:03
由 a14331990
新建个用户再试。
Re: 求助!我的qt creator难道只能沦为编辑器了?
发表于 : 2012-05-24 0:41
由 alien_hjy
Cherrot 写了:QT-Creator 相当好用,快速而且强大,只是…………搞不懂你的是怎么了……
我就是冲着这点才那么执着的...
编写QT窗口程序好像没问题,就控制台程序有问题...
Re: 求助!我的qt creator难道只能沦为编辑器了?
发表于 : 2012-05-24 0:42
由 alien_hjy
a14331990 写了:新建个用户再试。
问题是我已经把我的用户目录下的所有qtcreator配置文件删了...应该和新建用户差不多...
Re: 求助!我的qt creator难道只能沦为编辑器了?
发表于 : 2012-05-24 6:56
由 ubuntu606
qt提供库
Re: 求助!我的qt creator难道只能沦为编辑器了?
发表于 : 2012-05-24 10:02
由 alien_hjy
楼上的意思是?
Re: 求助!我的qt creator难道只能沦为编辑器了?
发表于 : 2012-05-26 12:08
由 xgdgsc
这个是bug,只能用xterm -e,不能用其他终端