問題タブ [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.

0 投票する
1 に答える
713 参照

erlang - 複数のモジュールに .hrl ファイルを含める方法 rebar3

いくつかのモジュールのディレクトリがあります。モジュールごとに、include(*.hrlファイルを含む) フォルダーとsrc(*.erlファイルを含む) フォルダーを分けています。*.hrlファイルを複製せずにモジュールから別のモジュールに共有するにはどうすればよいですか?

鉄筋を追加{erl_opts, [{i, "folderContainsIncludeFile"}]}したところ、うまくいきました。

しかし、rebar3 では、インクルード ファイル "include/xx.hrl" が見つからないというメッセージが表示され、コンパイルが失敗します。