memrootじしょ
英和翻訳
compile-time error
theory
compile-time error
/kəmˈpaɪlˌtaɪm ˈɛrər/
コンパイルタイムエラー
1.
プログラムのソースコードをコンパイルする際に検出されるエラー。
プログラムのソースコードを機械語に変換する(コンパイルする)際に、文法間違いや定義されていない変数の使用など、コードの記述上の不備が原因で発生するエラーを指します。プログラムが実行される前に発見されるため、プログラマが修正しやすい段階で見つけられる問題です。
The
program
failed
to
compile
due
to
a
compile-time
error.
(コンパイル時エラーのため、プログラムはコンパイルに失敗しました。)
The program
そのプログラム。
failed to compile
コンパイルに失敗しました。
due to
〜が原因で、〜のために。
a compile-time error
コンパイル時に発生するエラー。
You
need
to
fix
all
compile-time
errors
before
running
the
application.
(アプリケーションを実行する前に、全てのコンパイル時エラーを修正する必要があります。)
You need to fix
あなたは修正する必要があります。
all
全ての。
compile-time errors
コンパイル時エラー。
before running
実行する前に。
the application
そのアプリケーション。
A
missing
semicolon
often
results
in
a
compile-time
error.
(セミコロンの不足は、しばしばコンパイル時エラーを引き起こします。)
A missing semicolon
セミコロンの不足。
often results in
しばしば〜という結果になる、〜を引き起こす。
a compile-time error
コンパイル時エラー。
Identifying
compile-time
errors
early
saves
development
time.
(コンパイル時エラーを早期に特定することは、開発時間の節約になります。)
Identifying
特定すること、見つけること。
compile-time errors
コンパイル時エラー。
early
早期に、早く。
saves
節約する。
development time
開発時間。
関連
runtime error
syntax error
logical error
bug
debugging
compilation
compiler