urusi****@yahoo*****
urusi****@yahoo*****
2008年 8月 30日 (土) 19:27:35 JST
田中(Ubuntu8.04)と申します。長文申し訳ございません。 soccerwindow2-3.0.0のインストールがうまくいかず困っております。 yoji @ yoji-laptop:~$ cd soccerwindow2-3.0.0 yoji @ yoji-laptop:~/soccerwindow2-3.0.0$ ./configure (中略) checking for ranlib... ranlib checking for a BSD-compatible install... /usr/bin/install -c configure: enabled Qt3 checking for pkg-config... /usr/local/bin/pkg-config checking pkg-config is at least version 0.9.0... yes checking for Qt3... checking for pkg-config... /usr/local/bin/pkg-config checking for Qt3... no checking for Qt3... no configure: error: The Qt library >= 3.3.0 could not be found. というエラーメッセージがでて先に進みません。 なんとか自分で解決しようとSynapticでサイトに最低限必要だと書かれていたものもすべてインストールしました。(Qt3関連のものも) それでもダメだったので、qt-x11-free-3.3.0.tar.gzでインストールしようとしたのですが、makeの時点でうまくいきませんでした。 yoji @ yoji-laptop:~$ cd qt-x11-free-3.3.0 yoji @ yoji-laptop:~/qt-x11-free-3.3.0$ ./configure (中略) Qt is now configured for building. Just run /usr/bin/make. To reconfigure, run /usr/bin/make confclean and configure. この後に yoji @ yoji-laptop:~/qt-x11-free-3.3.0$make とやっても以下のようなエラーがでて先に進めません。 どうすればよいのでしょうか。 非常に申し訳ありませんが、どうか心当たりのある方、御返答を何卒よろしくお願い致します。 make[1]: ディレクトリ `/home/yoji/qt-x11-free-3.3.0' に入ります cd qmake && make make[2]: ディレクトリ `/home/yoji/qt-x11-free-3.3.0/qmake' に入ります make[2]: `qmake' は更新済みです make[2]: ディレクトリ `/home/yoji/qt-x11-free-3.3.0/qmake' から出ます cd src/moc && make make[2]: ディレクトリ `/home/yoji/qt-x11-free-3.3.0/src/moc' に入ります make[2]: `first' に対して行うべき事はありません. make[2]: ディレクトリ `/home/yoji/qt-x11-free-3.3.0/src/moc' から出ます cd src && make make[2]: ディレクトリ `/home/yoji/qt-x11-free-3.3.0/src' に入ります gcc -c -include qt -pipe -Wall -W -O2 -fPIC -DQT_SHARED -DQT_NO_DEBUG -D_LARGEFILE_SOURCE -D_LARGE_FILES -D_FILE_OFFSET_BITS=64 -DQT_NO_XCURSOR -DQT_NO_IMAGEIO_MNG -DQT_NO_IMAGEIO_JPEG -DQT_NO_STYLE_MAC -DQT_NO_STYLE_AQUA -DQT_NO_STYLE_INTERLACE -DQT_NO_STYLE_WINDOWSXP -DQT_NO_STYLE_COMPACT -DQT_NO_STYLE_POCKETPC -I/home/yoji/qt-x11-free-3.3.0/mkspecs/linux-g++ -I. -I/usr/include/freetype2 -I3rdparty/libpng -I3rdparty/zlib -I3rdparty/opentype -I../include -I/usr/X11R6/include -I.moc/release-shared/ -o .obj/release-shared/ftxopentype.o 3rdparty/opentype/ftxopentype.c 3rdparty/opentype/ftxopentype.c:3 から include されたファイル中: 3rdparty/opentype/ftxopen.c:18:40: error: freetype/internal/ftstream.h: No such file or directory 3rdparty/opentype/ftxopen.c:19:40: error: freetype/internal/ftmemory.h: No such file or directory 3rdparty/opentype/ftxopen.c:20:39: error: freetype/internal/tttypes.h: No such file or directory 3rdparty/opentype/ftxopen.h:25 から include されたファイル中, 3rdparty/opentype/ftxopen.c:24 から, 3rdparty/opentype/ftxopentype.c:3 から: /usr/include/freetype2/freetype/freetype.h:20:2: error: #error "`ft2build.h' hasn't been included yet!" /usr/include/freetype2/freetype/freetype.h:21:2: error: #error "Please always use macros to include FreeType header files." /usr/include/freetype2/freetype/freetype.h:22:2: error: #error "Example:" /usr/include/freetype2/freetype/freetype.h:23:2: error: #error " #include <ft2build.h>" /usr/include/freetype2/freetype/freetype.h:24:2: error: #error " #include FT_FREETYPE_H" In file included from 3rdparty/opentype/ftxopentype.c:3: 3rdparty/opentype/ftxopen.c: In function ‘Load_LangSys’: 3rdparty/opentype/ftxopen.c:44: 警告: implicit declaration of function ‘ACCESS_Frame’ 3rdparty/opentype/ftxopen.c:47: 警告: implicit declaration of function ‘GET_UShort’ 3rdparty/opentype/ftxopen.c:51: 警告: implicit declaration of function ‘FORGET_Frame’ 3rdparty/opentype/ftxopen.c:55: 警告: implicit declaration of function ‘ALLOC_ARRAY’ 3rdparty/opentype/ftxopen.c:55: error: expected _expression before ‘FT_UShort’ 3rdparty/opentype/ftxopen.c:60: 警告: implicit declaration of function ‘FREE’ 3rdparty/opentype/ftxopen.c:39: 警告: unused variable ‘memory’ 3rdparty/opentype/ftxopen.c: In function ‘Free_LangSys’: 3rdparty/opentype/ftxopen.c:76: 警告: unused parameter ‘memory’ 3rdparty/opentype/ftxopen.c: In function ‘Load_Script’: 3rdparty/opentype/ftxopen.c:95: 警告: implicit declaration of function ‘FILE_Pos’ 3rdparty/opentype/ftxopen.c:107: 警告: implicit declaration of function ‘FILE_Seek’ 3rdparty/opentype/ftxopen.c:141: error: expected _expression before ‘TTO_LangSysRecord’ 3rdparty/opentype/ftxopen.c:151: 警告: implicit declaration of function ‘GET_ULong’ (中略 似たようなメッセージがつづく) make[2]: *** [.obj/release-shared/ftxopentype.o] エラー 1 make[2]: ディレクトリ `/home/yoji/qt-x11-free-3.3.0/src' から出ます make[1]: *** [sub-src] エラー 2 make[1]: ディレクトリ `/home/yoji/qt-x11-free-3.3.0' から出ます make: *** [init] エラー 2 --------------------------------- Enjoy MLB with MAJOR.JP! Ichiro, Matsuzaka, Matsui, and more! -------------- next part -------------- HTMLの添付ファイルを保管しました...下载