Forums: Help (Thread #6424)

最新ソースの取得 (2004-11-21 00:51 by Anonymous #11912)

Ver1.01を今まで使用していましたが「最新」のソースを取得したいと思い下の方法1を試しましたが、どうも内容が最新のものではないようです。

cvsからcheckoutする必要があるでしょうか?

>◎ HOS 開発者のためのソース取得Tips (Windows編)
>1. ただ単にソースが欲しい
>2. ソースだけでいいんですか?
>3. anonymous CVSを利用してソースツリーを取得したい
>4. 開発者としてSSH経由でソースツリーを取得したい
(プロジェクトメンバーとして)
>5. CVSを更に知る

Reply to #11912×

You can not use Wiki syntax
You are not logged in. To discriminate your posts from the rest, you need to pick a nickname. (The uniqueness of nickname is not reserved. It is possible that someone else could use the exactly same nickname. If you want assurance of your identity, you are recommended to login before posting.) Login

RE: 最新ソースの取得 (2004-11-21 03:45 by m-arai #11913)

それはおかしいですね。確認のため、
http://cvs.sourceforge.jp/cgi-bin/viewcvs.cgi/hos/hos/hos-v4/
からDownload tarballしたものと、cvsからcoしたものを
比較してみましたが、一致しました。

ViewCVSでShow files using tagに古いTagを指定している
ということはありませんか?そこには何も手を付けないで
やってみて下さい。

…しかし、これはちょっと考え難い…

「最新のものではない」と考えられたのはどうして
でしょうか?もしかしたら、ちゃんと最新のものを取得
できていませんか?
Reply to #11912

Reply to #11913×

You can not use Wiki syntax
You are not logged in. To discriminate your posts from the rest, you need to pick a nickname. (The uniqueness of nickname is not reserved. It is possible that someone else could use the exactly same nickname. If you want assurance of your identity, you are recommended to login before posting.) Login

RE: 最新ソースの取得 (2004-11-21 20:10 by Anonymous #11930)

>「最新のものではない」と考えられたのはどうして
>でしょうか?

Wikiのset_flgの解説のところで
----------------------------------
mknl.hの205行目あたりのマクロ、
#define mknl_ref_nxt(que, mtcb) \
((mtcb)->next != (que)->head ? (que)->head : NULL) /* 次のキューを取得 */
は、
#define mknl_ref_nxt(que, mtcb) \
((mtcb)->next != (que)->head ? (mtcb)->next: NULL) /* 次のキューを取得 */
に直して使ってね。*1

*1 hos-v4/include/mknl.h Ver. 1.13で修正済み。(2004-10-18)

---------------------------------------

とあるのですが、
http://cvs.sourceforge.jp/cgi-bin/viewcvs.cgi/hos/hos/hos-v4/
からダウンロードしたmknl.hは上記変更が反映されていませんでした。
Reply to #11912

Reply to #11930×

You can not use Wiki syntax
You are not logged in. To discriminate your posts from the rest, you need to pick a nickname. (The uniqueness of nickname is not reserved. It is possible that someone else could use the exactly same nickname. If you want assurance of your identity, you are recommended to login before posting.) Login

RE: 最新ソースの取得 (2004-11-21 21:01 by m-arai #11934)

分かりました。

Download tarballから取得できるのは、間違い無く
最新版です。ただ、先の修正を私がミスしていただけでした。
そもそも正しく修正が行われていません。
再修正を行いました。

申し訳ありませんでした。
Reply to #11930

Reply to #11934×

You can not use Wiki syntax
You are not logged in. To discriminate your posts from the rest, you need to pick a nickname. (The uniqueness of nickname is not reserved. It is possible that someone else could use the exactly same nickname. If you want assurance of your identity, you are recommended to login before posting.) Login

RE: 最新ソースの取得 (2004-11-22 10:49 by Anonymous #11936)

さきほどtarballを取得して展開してみたところ、
mknl.h 修正されていました。

すばやい対応ありがとうございます。
Reply to #11934

Reply to #11936×

You can not use Wiki syntax
You are not logged in. To discriminate your posts from the rest, you need to pick a nickname. (The uniqueness of nickname is not reserved. It is possible that someone else could use the exactly same nickname. If you want assurance of your identity, you are recommended to login before posting.) Login