prof7bit / LazPackager

Lazarus IDE-plugin: Create a Debian package (.deb) or a Debian source package from your existing Lazarus project and upload to Launchpad PPA for automated building and packaging with one or two mouse clicks
25 stars 10 forks source link

Package compilation fails at lazpackagerbase.pas(289,13) Error: Identifier not found "CreateRelativePath" #7

Open Cigydd opened 5 years ago

Cigydd commented 5 years ago

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

tandriamirado commented 5 years ago

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 ;)