Difference between revisions of "Build messages"

From Lazarus wiki
Jump to navigationJump to search
m (typo)
 
(9 intermediate revisions by 5 users not shown)
Line 1: Line 1:
 +
{{Stub}}
 +
{{Build messages}}
 +
----
 +
 +
see also: [http://www.stack.nl/~marcov/buildfaq.pdf Build FAQ]
 +
----
 +
 
This page contains additional hints and tips about build messages.
 
This page contains additional hints and tips about build messages.
  
Line 5: Line 12:
 
== Fatals ==
 
== Fatals ==
  
[[FPC message: Can not find unit|FPC message: Can't find unit]]
+
*[[Unit not found - How to find units|FPC message: Can not find unit]]
  
 
== Errors ==
 
== Errors ==
 +
 +
*[[FPC message: Wrong number of parameters specified|Wrong number of parameters specified]]
  
 
== Warnings ==
 
== Warnings ==
Line 16: Line 25:
  
 
= Linker messages =
 
= Linker messages =
 +
 +
*[[Linker message: cannot find -l|cannot find -l]]
  
 
= Make messages =
 
= Make messages =
  
 
= Codetools messages =
 
= Codetools messages =
 +
 +
[[Category:FPC]]
 +
[[Category:Install]]

Latest revision as of 23:50, 11 November 2023

An editor has declared this article to be a stub, meaning that it needs more information. Can you help out and add some? If you have some useful information, you can help the Free Pascal Wiki by clicking on the edit box on the left and expanding this page.

English (en) | Magyar (hu)


see also: Build FAQ


This page contains additional hints and tips about build messages.

FreePascal Compiler messages

Fatals

Errors

Warnings

Notes

Hints

Linker messages

Make messages

Codetools messages