Difference between revisions of "Unit not found - How to find units/hu"

From Free Pascal wiki
Jump to navigationJump to search
m
m
Line 22: Line 22:
 
*FPC telepítés
 
*FPC telepítés
 
**Egy unit-odnak ugyanaz a neve mint valamelyik FPC unit-nak.
 
**Egy unit-odnak ugyanaz a neve mint valamelyik FPC unit-nak.
**Wrong fpc.cfg. $HOME/.fpc.cfg instead of /etc/fpc.cfg. Find out with -vut.
+
**Wrong fpc.cfg. $HOME/.fpc.cfg instead of /etc/fpc.cfg. Ellenőrizhető a -vut kapcsolókkal.
**Missing or wrong search path in fpc.cfg. Find out with -vut.
+
**Hiányzó vagy hibás keresési útvonal az fpc.cfg fájlban. Ellenőrizhető a -vut kapcsolókkal.
***Added a search path to fpc.cfg that contains sources (.pas,.pp)
+
***Forráskódokat (.pas,.pp) tartalmazó keresési útvonal az fpc.cfg fájlban.
**Cross compiling: Forgot to install the cross compiled FPC ppus. Find out with -vut.
+
**Keresztfordítás: Nincsenek telepítve a keresztfordított FPC ppu fájlok. Ellenőrizhető a -vut kapcsolókkal.
**Broken FPC installation. Remove FPC directory manually and install again.
+
**Hibás FPC telepítés. Az FPC könyvtárát kézzel kell törölni és újratelepíteni.
**Compiler symlink points to wrong compiler.
+
**A szimbolikus linkek nem a megfelelő fordítóra mutatnak.
**FPCDIR environment variable is set
+
**Az FPCDIR környezeti változó be van állítva.
 
**You named one of your include files like one of the FPC include files and your FPC installation was not compiled with -Ur.
 
**You named one of your include files like one of the FPC include files and your FPC installation was not compiled with -Ur.
 
*Lazarus
 
*Lazarus
**Forgot to add a package dependency. Check project inspector or package editor.
+
**Nincs megadva a egy csomag függőségként. Ellenőrizni kell a projek felügyelőben (menü: Project/Project Inspector) vagy a csomagszerkesztőben.
**A ppu exists twice. Find out with -vut. Remove the wrong ppu. Check if a package usage unit paths is only $(PkgOutDir) and the usage include path is empty. Check if two packages or a package and the project contain the same unit search path in their compiler options.
+
**Egy ppu több példányban is létezik. Ellenőrizhető a -vut kapcsolókkal. El kell távolítani a nem kívánatos ppu-t. Check if a package usage unit paths is only $(PkgOutDir) and the usage include path is empty. Check if two packages or a package and the project contain the same unit search path in their compiler options.
 
**Typo or missing search paths. Check ''Project / Project Options / Compiler Options'', pages ''Paths'' and ''Inherited'' and check ''source editor / popup menu / file settings / unit info / unit paths''.
 
**Typo or missing search paths. Check ''Project / Project Options / Compiler Options'', pages ''Paths'' and ''Inherited'' and check ''source editor / popup menu / file settings / unit info / unit paths''.
 
**Wrong case. If the unit filename uses upper and lower case letters all uses sections must use the correct case. Before 0.9.29 the IDE did not search 'in' filenames in lower and upper case. Check that the 'in' filenames in uses sections.
 
**Wrong case. If the unit filename uses upper and lower case letters all uses sections must use the correct case. Before 0.9.29 the IDE did not search 'in' filenames in lower and upper case. Check that the 'in' filenames in uses sections.

Revision as of 15:13, 22 October 2013

Deutsch (de) English (en) français (fr) magyar (hu)


Unit nem található - Hogyan találhatók meg a unit-ok


Hamarosan...