안녕하세요.
몇번을 해봐도 왜 이런증상이 발생하는지 도저히 알수가 없네요.
ftp://ftp.trolltech.com에서
/qt/source/qt-x11-2.3.2.tar.gz
/qt/source/qt-embedded-2.3.7.tar.gz
/freebies/tmake/tmake-1.13.tar.gz
/qtopia/source/qtopia-free-1.7.0.tar.gz
를 다운로드하고요

e2fsprogs-1.38.tar.gz 와 jpeg-6b.tar.gz를 다운로드
완료했습니다.

설치 강좌대로 진행하여

QT-X11설치 하기는 완료했습니다.

문제는 QT-Embedded설치하기 인데요

#cd /qt/qtx/tools/qvfb
#make
#cp qvfb/qt/qtx/bin


#source qte.env
#cd $QTDIR
#cp /qt/qtx/bin/uic ./bin  -> 요거는 강좌에 .bin/ 으로 오타났더군요..
#cp /qt/qpe/arc/qt/qconfig-qpe.h /qt/qte/src/tools/

#./configure -xplatform linux-arm-g++ -qconfig qpe -> 요것도  강좌에 -qconfig -qpe 이렇게 오타 났더군요

yes
16
yes

이렇게 누르고

#make sub-src 이렇게 타이핑 하면..
에러가 납니다.


In file included from allmoc.cpp :1:
kernel/qt.h:23.19 : stdio.h : 그런 파일이나 디렉토리가없음
In file included from allmoc.cpp :1:
/qt/qte/include/qcstring.h:50;20: string.h:그런 파일이나 디렉토리가 없음.
In file included from kernel/qt.h:132:
from allmoc.cpp:1:
/qt/qte/include/qsharedmemeory.h:53:23: sys/types.h: 그러파일이나 디렉토리가 없음..

이렇게.. qgfxraster_qws.h에서는 unistd.h, stdio.h, stdlib.h, math.h 이렇게 에러가 나네요

qte.env 파일에서 기본적인 패스가 잡히지 않아서 그런가 싶어
/usr/include : /usr/include/sys: 이렇게 추가를 해줘도
똑같네요.. 뭐가 문제일까요..

하루종일 이것만 쳐다보고 있었더니 진 빠지네요..