今井です。 表題の通りALSA 1.0.7rc2がリリースされた様です。 http://www.alsa-project.org/ から入手できます。 ただWebサイトの記述だと2004-09-13リリースとなってますけど それぞれの配布ファイルの日付を見た限り2004-10-13の間違いだと 思われます。 -- ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 今井 優 mail: maimai@coral.ocn.ne.jp web: http://www10.ocn.ne.jp/~masimai/ ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
At Thu, 14 Oct 2004 22:56:20 +0900, Masaru Imai wrote:
今井です。 表題の通りALSA 1.0.7rc2がリリースされた様です。
から入手できます。 ただWebサイトの記述だと2004-09-13リリースとなってますけど それぞれの配布ファイルの日付を見た限り2004-10-13の間違いだと 思われます。
あう、typo です。直しました。 -- Takashi Iwai <tiwai@suse.de> ALSA Developer - www.alsa-project.org
今井です。 64bitマシンで 9.1の標準というかアップデートカーネルの2.6.5-7.111-smpでコンパイラも標準のgcc3.3.3 でalsa-driver-1.0.7rc2コンパイルしてみたら玉砕しました。 新規で追加になったportman2x4.c(実体はportman2x4-kernel.cだけど)の辺りがgcc3.3.3だと うまく通らない?様です。 記憶違いでなければgcc3.3.4かカーネル2.6.8もしくは2.6.9辺りでは問題なかった様に思うの ですが....。ここ2週間ほどは目まぐるしくシステムが変更になってた(SUSEだったりそうでなか ったり、インストールしたLinuxのバージョンが上がったり下がったりしてた)ので無茶苦茶怪し いとこがありますが....。 CC [M] /usr/src/linux-2.6.5-7.111/ALSA/alsa-driver-1.0.7rc2/kbuild/../drivers/portman2x4.o In file included from /usr/src/linux-2.6.5-7.111/ALSA/alsa-driver-1.0.7rc2/drivers/portman2x4.c:1: /usr/src/linux-2.6.5-7.111/ALSA/alsa-driver-1.0.7rc2/drivers/portman2x4-kernel.c:60: error: ??????? before "int" /usr/src/linux-2.6.5-7.111/ALSA/alsa-driver-1.0.7rc2/drivers/portman2x4-kernel.c:60: ??: type defaults to `int' in declaration of `module_param_array' /usr/src/linux-2.6.5-7.111/ALSA/alsa-driver-1.0.7rc2/drivers/portman2x4-kernel.c:60: ??: function declaration isn't a prototype /usr/src/linux-2.6.5-7.111/ALSA/alsa-driver-1.0.7rc2/drivers/portman2x4-kernel.c:60: ??: data definition has no type or storage class /usr/src/linux-2.6.5-7.111/ALSA/alsa-driver-1.0.7rc2/drivers/portman2x4-kernel.c:62: error: ??????? before numeric constant /usr/src/linux-2.6.5-7.111/ALSA/alsa-driver-1.0.7rc2/drivers/portman2x4-kernel.c:62: ??: type defaults to `int' in declaration of `module_param_array' /usr/src/linux-2.6.5-7.111/ALSA/alsa-driver-1.0.7rc2/drivers/portman2x4-kernel.c:62: ??: function declaration isn't a prototype /usr/src/linux-2.6.5-7.111/ALSA/alsa-driver-1.0.7rc2/drivers/portman2x4-kernel.c:62: ??: data definition has no type or storage class /usr/src/linux-2.6.5-7.111/ALSA/alsa-driver-1.0.7rc2/drivers/portman2x4-kernel.c:64: error: ??????? before numeric constant /usr/src/linux-2.6.5-7.111/ALSA/alsa-driver-1.0.7rc2/drivers/portman2x4-kernel.c:64: ??: type defaults to `int' in declaration of `module_param_array' /usr/src/linux-2.6.5-7.111/ALSA/alsa-driver-1.0.7rc2/drivers/portman2x4-kernel.c:64: ??: function declaration isn't a prototype /usr/src/linux-2.6.5-7.111/ALSA/alsa-driver-1.0.7rc2/drivers/portman2x4-kernel.c:64: ??: data definition has no type or storage class /usr/src/linux-2.6.5-7.111/ALSA/alsa-driver-1.0.7rc2/drivers/portman2x4-kernel.c:58: ??: `boot_devs' defined but not used make[4]: *** [/usr/src/linux-2.6.5-7.111/ALSA/alsa-driver-1.0.7rc2/kbuild/../drivers/portman2x4.o] ??? 1 make[3]: *** [/usr/src/linux-2.6.5-7.111/ALSA/alsa-driver-1.0.7rc2/kbuild/../drivers] ??? 2 make[2]: *** [_module_/usr/src/linux-2.6.5-7.111/ALSA/alsa-driver-1.0.7rc2/kbuild] エラー 2 make[1]: *** [modules] エラー 2 make[1]: Leaving directory `/usr/src/linux-2.6.5-7.111' make: *** [compile] エラー 2 -- ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 今井 優 mail: maimai@coral.ocn.ne.jp web: http://www10.ocn.ne.jp/~masimai/ ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
岩井です。 休暇から戻ってきました。 At Sun, 7 Nov 2004 23:02:42 +0900, Masaru Imai wrote:
今井です。 64bitマシンで 9.1の標準というかアップデートカーネルの2.6.5-7.111-smpでコンパイラも標準のgcc3.3.3 でalsa-driver-1.0.7rc2コンパイルしてみたら玉砕しました。 新規で追加になったportman2x4.c(実体はportman2x4-kernel.cだけど)の辺りがgcc3.3.3だと うまく通らない?様です。
たぶん、moduleparam.h がインクルードされていないのが問題だと思います。 以下のパッチで直りませんか? -- Takashi Iwai <tiwai@suse.de> ALSA Developer - www.alsa-project.org
今井です。 火曜日 09 11月 2004 02:33、Takashi Iwai さんは書きました:
たぶん、moduleparam.h がインクルードされていないのが問題だと思います。 以下のパッチで直りませんか?
ありがとうございます。 moduleparam.hインクルード追加で無事コンパイルできました。 #9.2Jが出るのが年末、しかもインターナショナル版無しと #いうことで予定がちと狂ってしまったのがきっかけで、 #他所のディストリに浮気しようとしたのがいけなかったようで.....。 #泥沼にはまりました(この件でではありませんが).....。 -- ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 今井 優 mail: maimai@coral.ocn.ne.jp web: http://www10.ocn.ne.jp/~masimai/ ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
participants (2)
-
Masaru Imai
-
Takashi Iwai