[Momonga-devel.ja:02792] KDE-3.3.0(Re: KDE 3.3.0 と STABLE_1 の kaffeine について)


nosanosaです。

On Sun, 26 Sep 2004 04:04:30 +0900 in <20040926040430.79f3fcac.namelessland@xxxxxxxxxxx>, Ichiro Nakai <namelessland@xxxxxxxxxxx> wrote...
> kdelibs-3.3.0-1m、古い kaffeine と conflict していたファイルを
> 削除する処理が復活しています。
(略)
> また、CXXFLAGS が効いていません。
> これは、diff を添付します。
>
> kdebase-3.3.0-1m、次の patch が足りません。
> kdebase-3.1.3-xpdf.patch
> kdebase-3.2.0-keymap.patch

すみません。ミスでした。kdebaseのpatchは追加し、kdelibsは2mでなおして
おきました。

KDE-3.3について、昨日送ろうと思ったメールがうまく送れなかったので、こ
こに載せておきます。

=====================================================================
nosanosaです。

大変遅ればせながらm(_ _)m、KDEを3.3.0にあげました。

またQtですがKDEが3.3からQt-3.3.xを要求するようになったのでFedoraCoreの
ものを参考にするかたちで、3.3.3に上げました。

いくつかの捕捉です。

・qtへのimmoduleパッチの適用

Fedoraにならう形でimmodule for Qt(http://immodule-qt.freedesktop.org/);
のパッチをあてています。XIMを使うかぎりでは、とくになんの違いも感じま
せんでしたが…
(っていうか、これを生かすにはさらに追加ツールがいる?)

・quantaのkdewebdevへのパッケージ名の変更

HTMLエディタのquantaが他にkimagemapeditorなどを含んでkdewebdevというパッ
ケージに名称変更されたので、パッケージをrenameしました

・kdemultimedia のkernel-2.4.xでのビルドエラー

kernel-2.4.{26,27}の環境では以下のエラーでビルドに失敗します。どうやら
kernelのヘッダに原因があるらしいのですが、詳しいことはよくわかっていません。

kernel-2.6.xの環境ではビルドできます。

Making all in input
make[4]: Entering directory `/mnt/Momonga/trunk/pkgs/kdemultimedia/BUILD/kdemultimedia-3.3.0/mpeglib/lib/input'
source='libinput_la.all_cpp.cpp' object='libinput_la.all_cpp.lo' libtool=yes \
depfile='.deps/libinput_la.all_cpp.Plo' tmpdepfile='.deps/libinput_la.all_cpp.TPlo' \
depmode=gcc3 /bin/sh ../../../admin/depcomp \
/bin/sh ../../../libtool --silent --mode=compile --tag=CXX g++ -DHAVE_CONFIG_H -I. -I. -I../../.. -I/usr/lib/qt3/include -I/usr/X11R6/include   -DQT_THREAD_SUPPORT  -I/usr/include/artsc -pthread -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include -D_REENTRANT  -Wnon-virtual-dtor -Wno-long-long -Wundef -D_XOPEN_SOURCE=500 -D_BSD_SOURCE -Wcast-align -Wconversion -Wchar-subscripts -Wall -W -Wpointer-arith -Wwrite-strings -O2 -O2 -march=i586 -funroll-loops -fomit-frame-pointer -ffast-math -fstack-protector -DNDEBUG -I/usr/include/artsc -pthread -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include -Wformat-security -Wmissing-format-attribute -fno-exceptions -fno-check-new -fno-common -DQT_CLEAN_NAMESPACE -DQT_NO_ASCII_CAST -DQT_NO_STL -DQT_NO_COMPAT -DQT_NO_TRANSLATION -fpermissive -c -o libinput_la.all_cpp.lo `test -f 'libinput_la.all_cpp.cpp' || echo './'`libinput_la.all_cpp.cpp
In file included from /usr/include/linux/cdrom.h:14,
                 from cdromAccess_Linux.cpp:17,
                 from cdromAccess.cpp:33,
                 from libinput_la.all_cpp.cpp:10:
/usr/include/asm/byteorder.h:38: syntax error before `(' token
/usr/include/asm/byteorder.h:42: '__u64' is used as a type, but is not defined
   as a type.
/usr/include/asm/byteorder.h:43: syntax error before `}' token
/usr/include/asm/byteorder.h:44: syntax error before `.' token
/usr/include/asm/byteorder.h:47: syntax error before `:' token
In file included from /usr/include/linux/byteorder/little_endian.h:11,
                 from /usr/include/asm/byteorder.h:65,
                 from /usr/include/linux/cdrom.h:14,
                 from cdromAccess_Linux.cpp:17,
                 from cdromAccess.cpp:33,
                 from libinput_la.all_cpp.cpp:10:
/usr/include/linux/byteorder/swab.h:199: syntax error before `(' token
/usr/include/linux/byteorder/swab.h:209: syntax error before `(' token
/usr/include/linux/byteorder/swab.h:213: `__u64' was not declared in this scope
/usr/include/linux/byteorder/swab.h:213: `addr' was not declared in this scope
/usr/include/linux/byteorder/swab.h:214: variable or field `__swab64s' declared

   void
/usr/include/linux/byteorder/swab.h:214: `__swab64s' declared as an `inline'
   variable
/usr/include/linux/byteorder/swab.h:214: syntax error before `{' token
inputDetector.cpp:21: warning: `const char*filestrglobal1' defined but not used
inputDetector.cpp:22: warning: `const char*filestrglobal2' defined but not used
make[4]: *** [libinput_la.all_cpp.lo] エラー 1


では。