Closed carlca closed 1 month ago
I was able to solve the problem by running two commands...
sudo chown -R youruser /Applications/Lazarus/
sudo chgrp -R staff /Applications/Lazarus/
I also had to add "-WM10.14" to the "Configure Build Lazarus" options to preserve the dark mode of my Lazarus under macOS 😉
Hello, I've downloaded the TTreeListView from https://www.benibela.de/components_en.html#treelistview and loaded in the treelistviewpackage.lpk package in "Package" => "Load Package File (.lpk)".
I am able to build the package, but when I try to install it, during the course of rebuilding Lazarus, the rebuild fails on the
EditorConverter
file, with the messageAny idea what the problem is?