-
Notifications
You must be signed in to change notification settings - Fork 29
Description
Hey Ryan(@genericptr),
When I finally came around to test this, since I'm now using Sublime-Text, I saw some issues.
The double / and the read errors I've addressed in #82.
But there's another thing I've noticed: It expects some config files to be in places that only a system wide install will put them.
Since I've been a long term fpcupdeluxe user, those config files are not there.
I, kinda, solved the issue with ln -s, soft links, but this is a bit annoying.
Could you consider broadening the config file search to include an fpcupdeluxe config folder?
With an fpcupdeluxe install, both the files you're looking for are in InstallFolder/config_lazarus.
With an fpcupdeluxe install, these are the relevant paths:
- Compiler:
InstallFolder/fpc/bin/<CPU>-<OS>/ppc* - Compiler Source:
InstallFolder/fpcsrc - Lazarus binary and source:
InstallFolder/lazarus - Most
*.xmlconfigs:InstallFolder/config_lazarus
Thank you very much in advance!!
Cheers,
Gus