QDevelop Qt的IDE在Ubuntu 10.04 LTS清醒山猫QWT [英] QDevelop Qt IDE in Ubuntu 10.04 LTS Lucid Lynx qwt

查看:507
本文介绍了QDevelop Qt的IDE在Ubuntu 10.04 LTS清醒山猫QWT的处理方法,对大家解决问题具有一定的参考价值,需要的朋友们下面随着小编来一起学习吧!

问题描述

我在使用的QDevelop,Qt的IDE(QT版本4.6.2)在Ubuntu 10.04 LTS清醒山猫的问题。在code我试图从一个较新的64位笔记本电脑被转移到我的32位笔记本电脑工作。这两种系统都运行Ubuntu和Qt IDE的版本相同。当我尝试建立code我得到的错误,我真的不希望在这里发表一个长长的清单,但我会在我的文字的结尾。任何帮助将大大AP preciated。无论出于何种原因,我的文本块都被截断。我现在用的是< pre>在此处插入文字<斜线pre>空格固定的把戏,什么我做错了好了我的文字的构建块没有被正确格式化使用pre?斜线pre HTML一样的东西..这个职位的格式化是越来越全乱了:|!

I am having an issue using the QDevelop, Qt IDE (Qt version 4.6.2) in Ubuntu 10.04 LTS Lucid Lynx. The code I am trying to work with was transfered from a newer 64bit laptop to my 32 bit laptop. Both systems are running the same version of Ubuntu and Qt IDE. When I try building the code I get a long list of errors, which I don't really want to post here but I will at the end of my text. Any help would be greatly appreciated. For whatever reason, my blocks of text are getting cut off. I am using the "< pre>insert text here< slashpre> white space retainer trick, what am I doing wrong? Ok my build chunk of text is not being formatted properly using the pre slashpre html thingies.. The formating of this post is getting all messed up! :|

现我把我的大学:


I installed the 32bit version of qwt-5.2.1 and it still isn’t building, I get the same errors. 

Attached are my .pro and make files as well as buildoutput.txt showing the results of my build.

See if you see anything wrong with any of the information below:

Checking paths:

In the myPico.pro file there is a line: LIBS += -L/usr/local/qwt-5.2.1/lib -lqwt-qt4 (This is 32bit, I found you can type "file" then space and a file name, it will give you information about the file including if it’s 32bit or 64bit. See note below.)

Inside /usr/local/qwt-5.2.1/lib I have three items that are teal: libqwt.so, libqwt.so.5 and libqwt.so.5.2 and one green item: libqwt.so.5.2.1. They all point to libqwt.so.5.2.1 and it’s 32bit.

Inside the Makefile, the line INCPATH everything seems ok, but I don’t understand the last part of the line: "-I/usr/include/qt4 -Ibuild  -Ibuild" When I go to /usr/include/qt4 I don’t see anything that says build. Could this be an issue?

In searching the web for solutions I see a lot of people having the same issue but their solutions are cryptic/Band-Aid short cuts.

Note: I thought of a possible issue. You had me copy the libs from your system and then we found out they were 64 bit. I installed the 32 bit ones but I don’t know if that removed what we copied manually. So I am trying to figure out where we copied those libs to. Ok I found it (/usr/local/qwt-5.2.1/lib) and they’re 32 bit, so installing the 32 bit overwrote the 64bit versions.

.pro文件:

.pro file:


TEMPLATE = app
QT = gui core
CONFIG += qt warn_on console debug
DESTDIR = bin
OBJECTS_DIR = build
MOC_DIR = build
UI_DIR = build
FORMS = ui/mainwindow.ui
HEADERS = src/mainwindowimpl.h src/picofunctions.h src/Thread.h
SOURCES = src/mainwindowimpl.cpp src/main.cpp src/picofunctions.cpp src/Thread.cpp
LIBS += -L/usr/local/qwt-5.2.1/lib -lqwt-qt4

的Makefile:

Makefile:

生成输出:

推荐答案

呃以及神秘的问题,只是并没有消失,我做了一件事情。

Uhh well mysteriously the issue just up and disappeared without me doing a single thing.

这篇关于QDevelop Qt的IDE在Ubuntu 10.04 LTS清醒山猫QWT的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持IT屋!

查看全文
登录 关闭
扫码关注1秒登录
发送“验证码”获取 | 15天全站免登陆