下載
軟體開發
帳戶
下載
軟體開發
登入
我忘記帳戶名和密碼了
新增帳戶
語言
手冊
語言
手冊
×
登入
登入名稱
密碼
×
我忘記帳戶名和密碼了
繁體中文翻譯狀態
類別:
軟體
人
PersonalForge
Magazine
Wiki
搜尋
OSDN
>
軟體搜索
>
Games/Entertainment
>
Role-Playing
>
XAngband
>
Ticket List/Search
>
待辦事項 #15537
XAngband
描述
專案概要
開發人員儀表板
專案的網頁
Developers
Image Gallery
List of RSS Feeds
活動
使用統計
歷史
檔案下載
發布列表
Stats
原始碼
儲存庫列表
Subversion
查看儲存庫
待辦事項
待辦事項列表
里程碑列表
類型列表
元件列表
List of frequently used tickets/RSS
新增待辦事項
文檔
Wiki
FrontPage
Title index
Recent changes
Doc Mgr
List Docs
溝通
討論區
討論區列表
幫助論壇 (1)
公開討論 (1)
通信論壇
通信論壇列表
新聞
待辦事項 #15537
待辦事項列表
新增待辦事項
RSS
ACORN でコンパイルできるかどうか確認する
啟用日期:
2009-03-15 01:22
最後更新:
2013-03-21 16:47
監視
ON
OFF
回報者:
paulblay
負責人:
(無)
類型:
特色請求
狀態:
關閉
元件:
(無)
里程碑:
(無)
優先權:
4
嚴重程度:
5 - 中
處理結果:
Won't Fix
檔案:
無
細節
回覆
main.c につぎのコードがあります。
/*
* Some machines have a "main()" function in their "main-xxx.c" file,
* all the others use this file for their "main()" function.
*/
#if !defined(MACINTOSH) && !defined(WINDOWS) && !defined(ACORN)
util.c につぎのコードがあります。
#ifdef ACORN
/*
* Most of the "file" routines for "ACORN" should be in "main-acn.c"
*/
ACORN でコンパイルするには main-acn.c が必要だと思うけど、そのファイルはありません。ACORN のコンパイルオプションを削除してもいいと思います。(じゃなかったら、main-acn.c を作る必要があるかもしれません)
Ticket History (1/1 Histories)
2013-03-21 16:47
Updated by:
iks
處理結果
Update from
無
to
Won't Fix
狀態
Update from
開啟
to
關閉
Ticket Close date
is changed to
2013-03-21 16:47
評語
回覆
ACORNは廃止しました。
Attachment File List (
0
)
Attachment File List
No attachments
編輯
新增評語
You are not logged in.
I you are not logged in, your comment will be treated as an anonymous post. »
登入
新增評語
預覽
提交
/*
* Some machines have a "main()" function in their "main-xxx.c" file,
* all the others use this file for their "main()" function.
*/
#if !defined(MACINTOSH) && !defined(WINDOWS) && !defined(ACORN)
util.c につぎのコードがあります。
#ifdef ACORN
/*
* Most of the "file" routines for "ACORN" should be in "main-acn.c"
*/
ACORN でコンパイルするには main-acn.c が必要だと思うけど、そのファイルはありません。ACORN のコンパイルオプションを削除してもいいと思います。(じゃなかったら、main-acn.c を作る必要があるかもしれません)