Yaroslav Sidlovsky

Results 102 comments of Yaroslav Sidlovsky

> @ZaWertun's qt5.cr fork compiled smoothly until a point when it breaks. Someone told me a dependency is needed but they don't remember which one. Now with bindgen from my...

> I think we need to focus on supporting specific LLVMs. At a minimum i think we should support the versions crystal itself supports. Right now Crystal only supports LLVM...

``` "LLVM_VER" "GREATER_EQUAL" "10" Unknown arguments specified ``` I think it caused by old CMake.

Just fixed similar bug in my fork of gtk3-nocsd: https://github.com/ZaWertun/gtk3-nocsd/tree/test/libhandy. Some screenshots: ![изображение](https://user-images.githubusercontent.com/1080298/122485025-a43bbd80-cfde-11eb-840a-9f39b71d398b.png) ![изображение](https://user-images.githubusercontent.com/1080298/122485057-b3bb0680-cfde-11eb-98e6-365979429447.png)

Calling `asciidoctor` with empty `SOURCE_DATE_EPOCH` env variable gives this error: ```bash SOURCE_DATE_EPOCH= asciidoctor -a shards_version=0.14.0 docs/shards.adoc -b manpage -o man/shards.1 asciidoctor: FAILED: /home/zawertun/tmp/shards/docs/shards.adoc: Failed to load AsciiDoc document - invalid...

> On NixOS when running cmake there is no network access. This restriction exists at least for Fedora / Centos too. You can't access internet while building packages.

To fix this you has to modify `config/enums.yml`, like in this commit that fixes build for Qt-5.13: https://github.com/ZaWertun/qt5.cr/commit/87b14713ff457b234766ec833719154923b667d6. See that I've added mappings for `QGradient::Preset` and `QAbstractSpinBox::StepType`.

I'll try to fix this and make PR.

> @ZaWertun speaking of which, are you aware of a way to add entries depending on version? From what I see here, once we add e.g. new enum entries, older...

> @ZaWertun speaking of which, are you aware of a way to add entries depending on version? From what I see here, once we add e.g. new enum entries, older...