Alexey-T / CudaText

Cross-platform text editor, written in Free Pascal
Mozilla Public License 2.0
2.54k stars 173 forks source link

Build error #2888

Closed sikmir closed 4 years ago

sikmir commented 4 years ago

I'm trying to build latest release of CudaText (1.114.0) and build fails for me with:

Error: (lazbuild) Broken dependency: atsynedit_package 1.6->BGRABitmapPack

Dependencies:

EncConv 2020.06.15
ATBinHex-Lazarus 2020.09.05
ATFlatControls 2020.09.20
ATSynEdit 2020.10.04
ATSynEdit_Cmp 2020.10.04
EControl 2020.10.04
ATSynEdit_Ex 2020.10.04
Python-for-Lazarus 2020.07.31
Emmet-Pascal 2020.09.05

Tools:

fpc 3.2.0
lazbuild 2.0.8
Alexey-T commented 4 years ago

https://wiki.freepascal.org/CudaText#How_to_compile_CudaText wiki tells that you need BGRABitmap. did you install it?

sikmir commented 4 years ago

Oh, I see, that's what I've missed (https://github.com/Alexey-T/CudaText_up/commit/f4edf962b5399202ba9d433ee145cbdae9bd383f). Thanks!