We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
If I try to compile the package, I get the following error: lazpackagerbase.pas(289,13) Error: Identifier not found "CreateRelativePath"
lazpackagerbase.pas(289,13) Error: Identifier not found "CreateRelativePath"
Apparently, the FileUtil unit isn’t included in the uses clause.
Commit "gitignore .project" (commited at 2016-09-30)
Edit: No no, the unit is used. Why am I getting this error? Edit2: On Lazarus 1.8.4, Linux Mint 19 Tara x86_64
The text was updated successfully, but these errors were encountered:
Solved.. @prof7bit has to accept the pull request. In the meantime: https://github.com/tandriamirado/LazPackager Some functions had been moved, so 2 units were included in the uses clause. Enjoy ;)
Sorry, something went wrong.
No branches or pull requests
If I try to compile the package, I get the following error:
lazpackagerbase.pas(289,13) Error: Identifier not found "CreateRelativePath"
Apparently, the FileUtil unit isn’t included in the uses clause.
Commit "gitignore .project" (commited at 2016-09-30)
Edit: No no, the unit is used. Why am I getting this error?
Edit2: On Lazarus 1.8.4, Linux Mint 19 Tara x86_64
The text was updated successfully, but these errors were encountered: