
Sony Ericsson mini、au から発売してほしいですなぁ
http://emobile.jp/products/se/s51se/
変更前) <em:maxVersion>6.*</em:maxVersion>
変更後) <em:maxVersion>*.*</em:maxVersion>
# wget http://nchc.dl.sourceforge.net/sourceforge/hydrogen/hydrogen-0.9.3.tar.gzqmake がないと怒られる。
# tar xzf hydrogen-0.9.3.tar.gz
# cd hydrogen-0.9.3
# ./configure
...[snip]...
configure: WARNING: QTDIR must be properly set.
* Searching for Qt library
|-> searching QT in /usr/share/qt *** Not found ***
|-> searching QT in /usr/share/qt3 *** Not found ***
|-> searching QT in /usr/lib/qt3 *** Not found ***
|-> searching QT in /usr/lib/qt-3.1 *** Not found ***
configure: WARNING: Qt library not found. Maybe QTDIR isn't properly set.
checking for qmake... no
configure: error: qmake not found in current PATH. Maybe QT development environment isn't available (qt3-devel).
PATH=$PATH:/usr/lib/qt-3.3/bin/
3255行 for X in /usr/share/qt /usr/share/qt3 /usr/lib/qt3 /usr/lib/qt-3.1; do再度 ./configure 実行。
↓
3255行 for X in /usr/share/qt /usr/share/qt3 /usr/lib/qt3 /usr/lib/qt-3.3; do
# ./configuresndfile library not found と怒られる。
* Searching for Qt library
|-> searching QT in /usr/share/qt *** Not found ***
|-> searching QT in /usr/share/qt3 *** Not found ***
|-> searching QT in /usr/lib/qt3 *** Not found ***
|-> searching QT in /usr/lib/qt-3.3 *** Found ***
checking for qmake... /usr/lib/qt-3.3/bin/qmake
...[snip]...
configure: error: "sndfile library not found. Website: http://www.mega-nerd.com/libsndfile/"
# cd ..再再度 hydrogen の ./configure 実行。
# wget http://www.mega-nerd.com/libsndfile/libsndfile-1.0.17.tar.gz
# tar xzf libsndfile-1.0.17.tar.gz
# cd libsndfile-1.0.17
# ./configure
# make && make install
# cd ../hydrogen-0.9.3FLAC++ library not found と怒られる。
# ./configure
configure: error: "FLAC++ library not found. FLAC website: http://flac.sourceforge.net"
# yum -y install flac flac-devel再再再度 hydrogen の ./configure 実行。
# ./configureまたしてもエラー orz
# make && make install
make[1]: Entering directory `/root/work/pkg/hydrogen-0.9.3'
g++ -c -pipe -g -w -O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector --param=ssp-buffer-size=4 -m32 -march=i386 -mtune=generic -fasynchronous-unwind-tables -D_REENTRANT -DQT_NO_DEBUG -DQT_THREAD_SUPPORT -I/usr/lib/qt-3.3/mkspecs/default -I. -I. -Isrc -I/include -o src/tinystr.o src/lib/xml/tinystr.cpp
src/lib/xml/tinyxml.h:828: error: extra qualification 'TiXmlDeclaration::' on member 'TiXmlDeclaration'
make[1]: *** [src/tinystr.o] Error 1
make[1]: Leaving directory `/root/work/pkg/hydrogen-0.9.3'
make: *** [hydrogenPlayer] Error 2
You should try to install hydrogen with the planet ccrma repositories. Add them to you repository list and normaly you should be able to install hydrogen with your package manager.CCRMA のリポジロリからインストールすると簡単だということで。
# rpm -Uvh http://ccrma.stanford.edu/planetccrma/mirror/fedora/linux/planetccrma/6/i386/planetccrma-repo-1.0-3.fc6.ccrma.noarch.rpm早速、
# yum -y install hydrogen hydrogen-drumkits完了 orz
# chmod a+x jre-6u3-linux-i586-rpm.bin- Eclipse のインストール :
# ./jre-6u3-linux-i586-rpm.bin
(snip)
Do you agree to the above lisence terms? [yes or no]
yes
# tar xzf eclipse-cpp-europa-fall2-linux-gtk.tar.gz
# mv ./eclipse /usr/local
# yum -y install eclipse-cdt
$ wget http://www.widestudio.org/ws-v3.97.6-src.tar.gz
$ tar xzf ws-v3.97.6-src.tar.gz
$ cd ws-v3.97-6
$ ./configure
$ make runtime
$ make mwt_java
# make install
# wget http://www.widestudio.org/nab-mwt/nab-mwt.linux-gtk.0.9.7.zip
# unzip nab-mwt.linux-gtk.0.9.7.zip -d /usr/local/eclipse/