Thanks to both:
@DonAlfredo, thanks for include qt5pas in fpcupdeluxe. I have tried to install Lazarus a lot of times and combinations under Haiku but every times finalize with errors (also other users that tried it).
fpcupdeluxe let me to have latest Lazarus in raspberry by example but not in Haiku.
Using normal way qmake make make install also works to generate such libs.
When i tried to compile Lazarus from command via make LCL_PLATFORM=qt5 it stop linking in tachart (circular reference found) and synedit.
I use recent snapshot.
@JuhaManninen
Crash only happen with some packages so i restore functional directory and continue working.
From IDE when compiling a program show a popup message indicating:
_________________________________________________________________
DEBUGGER ERROR
Oppps, the debugger entered the error stateSave your work now!
Hit Stop and hope the best, we are pulling the plug.
The debugger failed to get the application's PID.
This must be caused by missing debug info.
_________________________________________________________________
No problem becuase once the executable file is generated it works ok.
And yes command line works as in other OS in bash.
I run lazarus vía:
./lazarus & or ./startlazarus &
When i have a success in generating a working Lazarus IDE was after do a lot of thinks and dont know what of all worked so i cant reproduce steps.
Normal way do not work for me, compile a lot of it but stop with error.For me it is not a problem because have a working copy and i suppouse that if overwrite lazarus sources with newer versións in trunk it would recompile without fault.
I have to read more doc about how freepascal and lazarus are build.