Qt Creator에서 Qwt(이게 문제인듯)와 VTK라이브러리 링크시에 에러 발생하는 것 좀 도와주세요.

dhckdaks의 이미지

현재 Qt와 그래프 관련 라이브러리 Qwt와 VTK를 이용해서 프로그램을 짰는데

설정을 잘 못해서 그런지 계속 에러가 납니다.

물론 소스 그대로 다른 사람이 run하면 에러가 안나기 때문에 제가 뭔가 설정을 잘 못한 것 같습니다.

그리고 VTK는 아래 설정대로 다른 프로그램을 돌리면 정상적으로 run이 되기 때문에 아무래도 Qwt쪽 설정이 잘못 된 것 같습니다.

또 Qwt는 라이브러리를 받아서 Qt Creator를 통해 빌드를 한번 한 상태로 링크해서 사용했습니다.

아래는 제가 설정 및 각종 스펙들입니다.

----------------------------
스펙
----------------------------

Qt 4.7.4
Qt Creator 2.3.1
Qwt 6.0.1
VTK 5.8

----------------------------
환경변수
----------------------------

PATH = %QTDIR%\bin;%PATH%;
QTDIR = C:\QtSDK\Desktop\Qt\4.7.4\mingw
INCLUDE = %QTDIR%\include;%INCLUDE%
LIB = %QTDIR%\lib;%LIB%;

----------------------------
각종 경로
----------------------------

QT = C:\QtSDK\Desktop\Qt\4.7.4\mingw
Qwt = C:\qwt-6.0.1(하위에 lib 및 include 폴더 있음.)
VTK = C:\VTK(하위에 bin, lib 및 include 폴더 있음.)

----------------------------
.pro파일
----------------------------
QT += core gui xml phonon

TARGET = RealTimeEstimation
TEMPLATE = app
DESTDIR = ./
DEFINES += QWT_DLL

SOURCES += 소스 파일들

HEADERS += 헤더 파일들

RESOURCES += 리소스 파일들

INCLUDEPATH += C:/qwt-6.0.1/include
INCLUDEPATH += C:/VTK/include/vtk-5.8/

LIBS += -LC:/qwt-6.0.1/lib -lqwt
LIBS += -LC:/VTK/bin -lvtkCommon -lvtksys -lQVTK -lvtkQtChart -lvtkViews -lvtkWidgets -lvtkInfovis -lvtkRendering -lvtkGraphics -lvtkImaging -lvtkIO -lvtkFiltering -lvtklibxml2 -lvtkDICOMParser -lvtkpng -lvtkpng -lvtktiff -lvtkzlib -lvtkjpeg -lvtkalglib -lvtkexpat -lvtkverdict -lvtkmetaio -lvtkNetCDF -lvtkexoIIc -lvtkftgl -lvtkfreetype -lvtkHybrid

-----------------------------------------------------------------------------------------------------------------------

이상이 보실 때 필요하시다고 생각한 설정들입니다.

혹시 확인 하실 때 더 필요한 정보들이 있으시면 얘기해 주시면 바로 답변 달아 드리겠습니다.

파일첨부로 에러 화면 올립니다.

감사합니다.

File attachments: 
첨부파일 크기
Image icon qwt문제.png23.64 KB

댓글 달기

Filtered HTML

  • 텍스트에 BBCode 태그를 사용할 수 있습니다. URL은 자동으로 링크 됩니다.
  • 사용할 수 있는 HTML 태그: <p><div><span><br><a><em><strong><del><ins><b><i><u><s><pre><code><cite><blockquote><ul><ol><li><dl><dt><dd><table><tr><td><th><thead><tbody><h1><h2><h3><h4><h5><h6><img><embed><object><param><hr>
  • 다음 태그를 이용하여 소스 코드 구문 강조를 할 수 있습니다: <code>, <blockcode>, <apache>, <applescript>, <autoconf>, <awk>, <bash>, <c>, <cpp>, <css>, <diff>, <drupal5>, <drupal6>, <gdb>, <html>, <html5>, <java>, <javascript>, <ldif>, <lua>, <make>, <mysql>, <perl>, <perl6>, <php>, <pgsql>, <proftpd>, <python>, <reg>, <spec>, <ruby>. 지원하는 태그 형식: <foo>, [foo].
  • web 주소와/이메일 주소를 클릭할 수 있는 링크로 자동으로 바꿉니다.

BBCode

  • 텍스트에 BBCode 태그를 사용할 수 있습니다. URL은 자동으로 링크 됩니다.
  • 다음 태그를 이용하여 소스 코드 구문 강조를 할 수 있습니다: <code>, <blockcode>, <apache>, <applescript>, <autoconf>, <awk>, <bash>, <c>, <cpp>, <css>, <diff>, <drupal5>, <drupal6>, <gdb>, <html>, <html5>, <java>, <javascript>, <ldif>, <lua>, <make>, <mysql>, <perl>, <perl6>, <php>, <pgsql>, <proftpd>, <python>, <reg>, <spec>, <ruby>. 지원하는 태그 형식: <foo>, [foo].
  • 사용할 수 있는 HTML 태그: <p><div><span><br><a><em><strong><del><ins><b><i><u><s><pre><code><cite><blockquote><ul><ol><li><dl><dt><dd><table><tr><td><th><thead><tbody><h1><h2><h3><h4><h5><h6><img><embed><object><param>
  • web 주소와/이메일 주소를 클릭할 수 있는 링크로 자동으로 바꿉니다.

Textile

  • 다음 태그를 이용하여 소스 코드 구문 강조를 할 수 있습니다: <code>, <blockcode>, <apache>, <applescript>, <autoconf>, <awk>, <bash>, <c>, <cpp>, <css>, <diff>, <drupal5>, <drupal6>, <gdb>, <html>, <html5>, <java>, <javascript>, <ldif>, <lua>, <make>, <mysql>, <perl>, <perl6>, <php>, <pgsql>, <proftpd>, <python>, <reg>, <spec>, <ruby>. 지원하는 태그 형식: <foo>, [foo].
  • You can use Textile markup to format text.
  • 사용할 수 있는 HTML 태그: <p><div><span><br><a><em><strong><del><ins><b><i><u><s><pre><code><cite><blockquote><ul><ol><li><dl><dt><dd><table><tr><td><th><thead><tbody><h1><h2><h3><h4><h5><h6><img><embed><object><param><hr>

Markdown

  • 다음 태그를 이용하여 소스 코드 구문 강조를 할 수 있습니다: <code>, <blockcode>, <apache>, <applescript>, <autoconf>, <awk>, <bash>, <c>, <cpp>, <css>, <diff>, <drupal5>, <drupal6>, <gdb>, <html>, <html5>, <java>, <javascript>, <ldif>, <lua>, <make>, <mysql>, <perl>, <perl6>, <php>, <pgsql>, <proftpd>, <python>, <reg>, <spec>, <ruby>. 지원하는 태그 형식: <foo>, [foo].
  • Quick Tips:
    • Two or more spaces at a line's end = Line break
    • Double returns = Paragraph
    • *Single asterisks* or _single underscores_ = Emphasis
    • **Double** or __double__ = Strong
    • This is [a link](http://the.link.example.com "The optional title text")
    For complete details on the Markdown syntax, see the Markdown documentation and Markdown Extra documentation for tables, footnotes, and more.
  • web 주소와/이메일 주소를 클릭할 수 있는 링크로 자동으로 바꿉니다.
  • 사용할 수 있는 HTML 태그: <p><div><span><br><a><em><strong><del><ins><b><i><u><s><pre><code><cite><blockquote><ul><ol><li><dl><dt><dd><table><tr><td><th><thead><tbody><h1><h2><h3><h4><h5><h6><img><embed><object><param><hr>

Plain text

  • HTML 태그를 사용할 수 없습니다.
  • web 주소와/이메일 주소를 클릭할 수 있는 링크로 자동으로 바꿉니다.
  • 줄과 단락은 자동으로 분리됩니다.
댓글 첨부 파일
이 댓글에 이미지나 파일을 업로드 합니다.
파일 크기는 8 MB보다 작아야 합니다.
허용할 파일 형식: txt pdf doc xls gif jpg jpeg mp3 png rar zip.
CAPTCHA
이것은 자동으로 스팸을 올리는 것을 막기 위해서 제공됩니다.