問題タブ [relx]
For questions regarding programming in ECMAScript (JavaScript/JS) and its various dialects/implementations (excluding ActionScript). Note JavaScript is NOT the same as Java! Please include all relevant tags on your question; e.g., [node.js], [jquery], [json], [reactjs], [angular], [ember.js], [vue.js], [typescript], [svelte], etc.
erlang - 複数のモジュールに .hrl ファイルを含める方法 rebar3
いくつかのモジュールのディレクトリがあります。モジュールごとに、include
(*.hrl
ファイルを含む) フォルダーとsrc
(*.erl
ファイルを含む) フォルダーを分けています。*.hrl
ファイルを複製せずにモジュールから別のモジュールに共有するにはどうすればよいですか?
鉄筋を追加{erl_opts, [{i, "folderContainsIncludeFile"}]}
したところ、うまくいきました。
しかし、rebar3 では、インクルード ファイル "include/xx.hrl" が見つからないというメッセージが表示され、コンパイルが失敗します。