Can not find unit UTF8Process used by Svn2RevisionInc

from HTYP, the free directory anyone can edit if they can prove to me that they're not a spambot
Revision as of 19:57, 27 November 2014 by Woozle (talk | contribs) (fixed; next error)
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to navigation Jump to search

About

"svn2revisioninc.pas(51,40) Fatal: Can not find unit UTF8Process used by Svn2RevisionInc." is an error produced by Lazarus IDE. The problem seems to be that the compiler is looking for the file "utf8process.pp" and can't find it. In my case, it was in /usr/lib/lazarus/1.0.10/lcl, but apparently the compiler doesn't look there by default.

The problem can be worked around by copying the file to the project folder (in my case "/usr/lib/lazarus/1.0.10/tools", since I was rebuilding the IDE), but that shouldn't be necessary.

Steps:

  • Tools -> Configure "Build Lazarus"
  • After "Profile to build", select "Clean Up + Build all"
  • Press "Build" button
  • If this results in a permissions error, set the mode to 777 for the folder in question (in my case, "/usr/lib/lazarus/1.0.10/tools").

This cleared the current error, but resulted in a new one: