다운로드
소프트웨어 개발
계정
다운로드
소프트웨어 개발
Login
Forgot Account/Password
계정 만들기
언어
도움
언어
도움
×
Login
Login Name
Password
×
Forgot Account/Password
Translation Status of 한국말
Category:
Software
People
PersonalForge
Magazine
Wiki
검색
OSDN
>
브라 우즈 소프트웨어
>
Games/Entertainment
>
Role-Playing
>
XAngband
>
Ticket List/Search
>
Ticket #15537
XAngband
Description
Project Summary
Developer Dashboard
웹 페이지
Developers
Image Gallery
List of RSS Feeds
Activity
Statistics
History
다운로드
List of Releases
Stats
소스 코드
Code Repository list
Subversion
View Repository
티켓
Ticket List
Milestone List
Type List
Component List
List of frequently used tickets/RSS
Submit New Ticket
Documents
Wiki
FrontPage
Title index
Recent changes
Doc Mgr
List Docs
Communication
포럼
List of Forums
도움 (1)
Open Discussion (1)
Mailing Lists
list of ML
News
Ticket #15537
Ticket List
Submit New Ticket
RSS
ACORN でコンパイルできるかどうか確認する
오픈 날짜:
2009-03-15 01:22
마지막 업데이트:
2013-03-21 16:47
monitor
ON
OFF
Reporter:
paulblay
소유자:
(None)
Type:
Feature Requests
Status:
Closed
Component:
(None)
MileStone:
(None)
Priority:
4
Severity:
5 - Medium
Resolution:
Won't Fix
File:
None
Details
Reply
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
Resolution
Update from
None
to
Won't Fix
Status
Update from
Open
to
Closed
Ticket Close date
is changed to
2013-03-21 16:47
댓글 올리기
Reply
ACORNは廃止しました。
Attachment File List (
0
)
Attachment File List
No attachments
Edit
Add Comment
You are not logged in.
I you are not logged in, your comment will be treated as an anonymous post. »
Login
Add Comment
Preview
Submit
/*
* 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 を作る必要があるかもしれません)