チケット #39493

Patch: src/Makefile.am missing escaped newline and term.c

登録: 2019-08-20 19:00 最終更新: 2021-01-01 20:08

報告者:
(匿名)
担当者:
チケットの種類:
状況:
完了
コンポーネント:
(未割り当て)
優先度:
1 - 最低
重要度:
1 - 最低
解決法:
修正済み
ファイル:
なし

詳細

On MacOS X 10.14.6, generated the configure script by running autoreconf and automake --add-missing . Then ran ./configure --disable-japanese and make. make failed due to missing symbols when linking. Modifying src/Makefile.am to escape a newline after spells.h and add term.c and term.h to the list of source files fixed the problem. Below are the changes to src/Makefile.am as reported by git diff.

diff --git a/src/Makefile.am b/src/Makefile.am
index 2443279c..99ea8ea7 100644
--- a/src/Makefile.am
+++ b/src/Makefile.am
@@ -69,7 +69,7 @@ hengband_SOURCES = \
        \
        rumor.h rumor.c \
        \
-       spells.h
+       spells.h \
        spells1.c spells2.c spells3.c \
        spells-diceroll.c spells-diceroll.h \
        spells-floor.c spells-floor.h \
@@ -79,7 +79,7 @@ hengband_SOURCES = \
        spells-world.c spells-world.h \
        \
        sort.c sort.h \
-       store.h store.c tables.c trap.c trap.h types.h util.c \
+       store.h store.c tables.c term.c term.h trap.c trap.h types.h util.c \
        variable.c wild.h wild.c wizard1.c wizard2.c \
        warning.c warning.h world.c world.h \
        \

チケットの履歴 (4 件中 3 件表示)

2019-08-20 19:00 更新者: None
  • 新しいチケット "Patch: src/Makefile.am missing escaped newline and term.c" が作成されました
2019-09-11 00:33 更新者: deskull
2019-10-26 19:50 更新者: deskull
  • 状況オープン から 完了 に更新されました
2021-01-01 20:08 更新者: deskull

添付ファイルリスト

添付ファイルはありません

編集

このチケットにコメントを追加するには、ログインが必要です » ログインする