I don't know if the error is the same, but for me the situation is the same (new project, compile, error) the message was: /usr/share/fpcsrc/fcl/classes/linux/classes.pp(70) Error: Writing Resource String Table file: $1
I've now fixed it by changing the permissions on the /usr/share/lazarus/lcl directory.
Quote from: "Anonymous"I don't know if the error is the same, but for me the situation is the same (new project, compile, error) the message was: /usr/share/fpcsrc/fcl/classes/linux/classes.pp(70) Error: Writing Resource String Table file: $1It seems fpc wants to recompile the fcl units. That shouldn't happen. Don't put the path to the fpc source in the other unit files textbox on the paths tab in the compiler options dialog.QuoteI've now fixed it by changing the permissions on the /usr/share/lazarus/lcl directory. To compile lazarus at least write access is needed in the units directories and lower. As you did (the complete tree) might be the most simple solution.Vincent.