Ovidio Peña Rodríguez
Ovidio Peña Rodríguez
Any solution for MacOS? I am stuck trying to install BGRAControls for Lazarus 3.8.
I have replaced the conditionals: ``` {$IFDEF CPUX86_64} ``` for: ``` {$IF DEFINED(CPUX86_64) OR DEFINED(CPUAARCH64)} ``` Now it seems to pass this part, but then I get the linking error...
> I ran into a similar issue. "lib Xtst" does not exist on macOS it seems. 😞 Yes, it does exist. I have installed it with Homebrew (https://formulae.brew.sh/formula/libxtst), but it...
> Hi. Please don't install all the packages with OPM just install bgracontrols. > > If that doesn't work please remove all the 'keyboard' controls from the package and try...
I have tried all the suggestions, but keep getting the same compiler error. Moreover, as soon as I remove bgracontrols I can recompile the IDE without any problem.
> [@circular17](https://github.com/circular17) you have macOS right? This issue happens to you in stable or trunk? > > I'm on Windows and all it's fine with dev branch... Yes, the error...
Hi @circular17, Thank you very much! I am using the stable version of Lazarus (3.8), and trying to install the stable version of BGRAControls (9.0.1.7). In my case, it uses...