Minimo build시에..
Posted: 2004 08 06 19:23 13
안녕하세요?
KLDP에 질문을 올렷는데.. 답변이 안올라와서.. 여기에 또 올립니다..^^;;
(KLDP.. 사람들이 더 많이 볼것 같아서 그랬는데..ㅎㅎ ^^;)
제가 Redhat 7.3에서 Minimo를 컴파일하려고 하는데요..
(업그레이드 하라고 하시는데요.. 타겟 보드가 2.4에서만 올라간다고 해서요.. 그냥 쓰려고 하거든요.. ㅡ.ㅡ;;)
make -f client.mk build_all 을 하면, 다음과 같은 에러가 나거든요..
checking for xft... Package xft was not found in the pkg-config search path.
Perhaps you should add the directory containing `xft.pc'
to the PKG_CONFIG_PATH environment variable
No package 'xft' found
configure: error: Library requirements (xft) not met; consider adjusting the PKG_CONFIG_PATH environment variable if your libraries are in a nonstandard prefix so pkg-config can find them.
*** Fix above errors and then restart with "make -f client.mk build"
make: *** [/home/yumeida/web/mozilla/Makefile] 오류 1
/usr/lib/pkgconfig를 보니까, pangoxft.pc는 있는데, xft.pc가 없더라구요..
find로 찾아봐도 xft.pc가 없어서, pangoxft.pc를 xft.pc로 카피를 했습니다.
그리고나서, make -f client.mk build를 했더니..
다음과 같은 에러가 났거든요..
checking MOZ_XFT_CFLAGS... -I/usr/X11R6/include/X11/Xft -I/usr/X11R6/include
checking MOZ_XFT_LIBS... -L/usr/X11R6/lib -lXft
checking for pango >= 1.1.0... Requested 'pango >= 1.1.0' but version of Pango is 1.0.1
configure: error: Library requirements (pango >= 1.1.0) not met; consider adjusting the PKG_CONFIG_PATH environment variable if your libraries are in a nonstandard prefix so pkg-config can find them.
*** Fix above errors and then restart with "make -f client.mk build"
make: *** [/home/yumeida/web/mozilla/Makefile] 오류 1
현재 설치되어있는 pangoxft 버젼은 1.0인데요..
1.1.0이상이 필요하다고 나오는 것 같은데...
1.1.0이상은 RedHat 8.0 버젼이던데요.. ㅡ.ㅡ;;;
그럼.. 답변 부탁드리겠습니다.. ^^
KLDP에 질문을 올렷는데.. 답변이 안올라와서.. 여기에 또 올립니다..^^;;
(KLDP.. 사람들이 더 많이 볼것 같아서 그랬는데..ㅎㅎ ^^;)
제가 Redhat 7.3에서 Minimo를 컴파일하려고 하는데요..
(업그레이드 하라고 하시는데요.. 타겟 보드가 2.4에서만 올라간다고 해서요.. 그냥 쓰려고 하거든요.. ㅡ.ㅡ;;)
make -f client.mk build_all 을 하면, 다음과 같은 에러가 나거든요..
checking for xft... Package xft was not found in the pkg-config search path.
Perhaps you should add the directory containing `xft.pc'
to the PKG_CONFIG_PATH environment variable
No package 'xft' found
configure: error: Library requirements (xft) not met; consider adjusting the PKG_CONFIG_PATH environment variable if your libraries are in a nonstandard prefix so pkg-config can find them.
*** Fix above errors and then restart with "make -f client.mk build"
make: *** [/home/yumeida/web/mozilla/Makefile] 오류 1
/usr/lib/pkgconfig를 보니까, pangoxft.pc는 있는데, xft.pc가 없더라구요..
find로 찾아봐도 xft.pc가 없어서, pangoxft.pc를 xft.pc로 카피를 했습니다.
그리고나서, make -f client.mk build를 했더니..
다음과 같은 에러가 났거든요..
checking MOZ_XFT_CFLAGS... -I/usr/X11R6/include/X11/Xft -I/usr/X11R6/include
checking MOZ_XFT_LIBS... -L/usr/X11R6/lib -lXft
checking for pango >= 1.1.0... Requested 'pango >= 1.1.0' but version of Pango is 1.0.1
configure: error: Library requirements (pango >= 1.1.0) not met; consider adjusting the PKG_CONFIG_PATH environment variable if your libraries are in a nonstandard prefix so pkg-config can find them.
*** Fix above errors and then restart with "make -f client.mk build"
make: *** [/home/yumeida/web/mozilla/Makefile] 오류 1
현재 설치되어있는 pangoxft 버젼은 1.0인데요..
1.1.0이상이 필요하다고 나오는 것 같은데...
1.1.0이상은 RedHat 8.0 버젼이던데요.. ㅡ.ㅡ;;;
그럼.. 답변 부탁드리겠습니다.. ^^