http://forum.falinux.com/zbxe/?mid=graphic&page=2&document_srl=406306

QT - QT 3.x.x 설치 방법 이 글을 보고 따라하고 있습니다.

막 갈은 페도라코어3에서 진행하고 있는데.

큐토피아 make시에 에러가 납니다.


[root@localhost qpe-arm]# make
make[1]: Entering directory `/qt/qpe-arm/src'
make[2]: Entering directory `/qt/qpe-arm/src'
cd qt && make -f Makefile
make[3]: Entering directory `/qt/qpe-arm/src/qt'
make[4]: Entering directory `/qt/qpe-arm/src/qt'
make[4]: Leaving directory `/qt/qpe-arm/src/qt'
make[3]: Leaving directory `/qt/qpe-arm/src/qt'
cd libraries/qtopia && make -f Makefile
make[3]: Entering directory `/qt/qpe-arm/src/libraries/qtopia'
make[4]: Entering directory `/qt/qpe-arm/src/libraries/qtopia'
/qt/qte-arm/bin/uic passwordbase_p.ui -o ../../../include/qtopia/private/passwordbase_p.h
make[4]: /qt/qte-arm/bin/uic: 명령을 찾지 못했음
make[4]: *** [../../../include/qtopia/private/passwordbase_p.h] 오류 127
make[4]: Leaving directory `/qt/qpe-arm/src/libraries/qtopia'
make[3]: *** [all] 오류 2
make[3]: Leaving directory `/qt/qpe-arm/src/libraries/qtopia'
make[2]: *** [sub-libraries-qtopia] 오류 2
make[2]: Leaving directory `/qt/qpe-arm/src'
make[1]: *** [all] 오류 2
make[1]: Leaving directory `/qt/qpe-arm/src'
make: *** [all] 오류 2

이렇게 /qt/qte-arm/bin/uic 명령을 찾지 못한다고 에러가 나옵니다.
/qt/qte-arm/bin 에는 uic 는 없고 moc 라는 파일만 있네요.

http://www.korone.net/bbs/board.php?bo_table=qt_qna&wr_id=9398&sca=&sfl=wr_content&stx=uic&sop=and&page=3
이 글을 보니 qtx를 컴파일했냐.. 라는데

qtx가 무엇인지요. QT-X11이라면 QT - QT 3.x.x 설치 방법 여기 순서에 의해서 먼저 X11을 설치한 후에

Qt embedded 까지 설치한 후에 큐토피아를 설치하는건데 말이죠..

QT4쪽으로는 답변도 안달아주셔서 페도라코어 3으로 내려오고 gcc버전까지 전부 낮췄습니다

gcc version 3.4.2
arm-linux-gcc version 3.4.3
arm-linux-g++ version 3.4.3 입니다. 이번엔 좀 도와주세요..

QT 버전은
QT - QT 3.x.x 설치 방법 여기나온대로 진행하고 있습니다.