- 596 名前:login:Penguin mailto:sage [2009/06/03(水) 01:52:14 ID:xYt8ablu]
- 「JD ディストリビューション別インストール方法」
jd4linux.sourceforge.jp/manual/199/install.html#d2e61 FreeBSDの例を参考にして、openBSD4.5にインストールしてみました。 コンパイルエラーは出ましたが、小手先の修正で動いきました。既出かもしれませんが、ご参考までに。 jd-2.4.0-090522.tgz openBSD 4.5-snapshots(CDの日付:2009.5.31 packagesの日付:2009.5.25) gcc version 3.3.5 (1)xxxxxxxx.cpp nnn: error: 'unlink' undeclared (first use this function) 'write' undeclared (first use this function) /src/dbtree/articlebase.cpp nodetreebase.cpp /src/dbimg/delimgcachediag.cpp img.cpp imgroot.cpp /src/message/logmanager.cpp /src/main.cpp /src/compmanager.cpp /src/iomonitor.cpp → #include <unistd.h> を追加。 (2) /src/jdlib/ jdiconv.cpp 87: error: before 'char' → ICONV_CONST を削除。 (3) /src/jdlib/ loader.cpp 500 : error : 'MSG_NOSIGNAL' undeclare (first use this function) → 直前の行に、"#define NO_MSG_NOSIGNAL" を追加して回避。 項目(2)と(3)の修正は、ただコンパイルを通しただけ。以上です。
|

|