mirror of
https://gitlab.com/freepascal.org/lazarus/lazarus.git
synced 2025-09-14 21:59:18 +02:00
IDE: improve message unit not found
git-svn-id: trunk@41985 -
This commit is contained in:
parent
4f96dcd578
commit
2abd54b0ad
@ -590,9 +590,8 @@ begin
|
||||
if (UsedByOwner is TIDEPackage)
|
||||
and (CompareTextCT(TIDEPackage(UsedByOwner).Name,PkgName)=0) then
|
||||
begin
|
||||
// unit of package is not found by a unit of package
|
||||
s+='. Check search path of package '+TIDEPackage(UsedByOwner).Name
|
||||
+' and unit cycles.';
|
||||
// two units of a package can not find each other
|
||||
s+='. Check search path package '+TIDEPackage(UsedByOwner).Name+', try a clean rebuild, check implementation uses sections.';
|
||||
end else begin
|
||||
if PkgName<>'' then
|
||||
s+='. Check if package '+PkgName+' is in the dependencies';
|
||||
|
Loading…
Reference in New Issue
Block a user