Download
Desenvolver
Conta
Download
Desenvolver
Login
Forgot Account/Password
Criar Conta
Linguagem
Ajuda
Linguagem
Ajuda
×
Login
Nome de acesso
Senha
×
Forgot Account/Password
Estado tradução de Português
Category:
Software
People
PersonalForge
Magazine
Wiki
Pesquisa
OSDN
>
Pesquisar Software
>
Games/Entertainment
>
Role-Playing
>
XAngband
>
Ticket List/Search
>
Tíquete #15537
XAngband
Descrição
Project Summary
Developer Dashboard
Página da Web
Developers
Image Gallery
List of RSS Feeds
Activity
Statistics
Histórico
Downloads
List of Releases
Stats
Código Fonte
Code Repository list
Subversion
Visualizar Repositório
Tíquete
Ticket List
Milestone List
Type List
Lista de componentes
List of frequently used tickets/RSS
Submit New Ticket
Documents
Wiki
FrontPage
Title index
Recent changes
Doc Mgr
List Docs
Communication
Fóruns
List of Forums
Ajuda (1)
Open Discussion (1)
Mailing Lists
list of ML
News
Tíquete #15537
Ticket List
Submit New Ticket
RSS
ACORN でコンパイルできるかどうか確認する
:
2009-03-15 01:22
Última Atualização:
2013-03-21 16:47
monitor
ON
OFF
Relator:
paulblay
Dono:
(Nenhum)
Tipo:
Feature Requests
Estado:
Fechado
Componente:
(Nenhum)
Marcos:
(Nenhum)
Prioridade:
4
Gravidade:
5 - Medium
Resolução:
Won't Fix
Arquivo:
Nenhum
Details
Responder
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
Resolução
Update from
Nenhum
to
Won't Fix
Estado
Update from
Aberto
to
Fechado
Ticket Close date
is changed to
2013-03-21 16:47
Comentário
Responder
ACORNは廃止しました。
Attachment File List (
0
)
Attachment File List
No attachments
Editar
Adicionar Comentário
You are not logged in.
I you are not logged in, your comment will be treated as an anonymous post. »
Login
Adicionar Comentário
Pré-visualizar
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 を作る必要があるかもしれません)