Closed tuppa closed 6 years ago
It seems that El Capitan doesn't have the CustFCGI unit. Can you add an IFDEF fixing it and send a patch for us? Thanks!
I managed to work around it by opening the BrookRT package while I had the BrookEX package open, and removed brookfclfcgibroker.pas from the BrookRT package window.
Adding IFDEFs to exclude CustFCGI unit from brookfclfcgibroker.pas didn't work as CustFCGI was referenced in many places in the file.
I'm having the same issue, can't install Brook due to not having CustFCGI, I have not been able to work around the issue.
Just added fcl-web source path on BrookRT Search Path on Options.
I added the cfl-web/src/base to path and now it compiles, but when trying to install I get this error: turbopoweripro.pas(10,34) Fatal: Cannot find Iphttpbroker used by TurboPowerIPro, incompatible ppu=/Developer/lazarus/components/turbopower_ipro/units/i386-darwin/carbon/iphttpbroker.ppu, package TurboPowerIPro
If I uninstall TurboPower, I can install Brook 3 and rebuild Lazarus just fine.
Closing since it was already solved. Thanks for reporting dudes! (I would like to test Brook Tardigrade on MAC :-) )
Tested on El Capitan, cannot compile package due to CustFCGI not found.