Felix

Results 28 comments of Felix

I wonder that is there any progress about the PR?

> some gtk2 module is not installed ? Do you know what gtk2-related packages missing? Maybe here is the packages about gtk2 on my machine. ```bash ❯ rpm -qa |...

With the build of turning off the options of `CONFIG_LV2_UI_GTK2` and `CONFIG_LV2_UI_GTKMM2`, the executable can be run, but it appeared the following error: ![Screenshot from 2023-12-20 19-42-46](https://github.com/rncbc/qtractor/assets/77263945/4f74b712-eea4-4c93-bc41-2bc41b3178fe)

> @godenji @topazus did you encounter this error while using WSL? Otherwise, what OS were you using? I also encountered the error sometimes on Fedora 38. - error situation: ![image](https://user-images.githubusercontent.com/77263945/218411139-7d17ea52-a6a9-495e-8c92-401e93a18f06.png)...

@jmr The similar error occured with me. ```bash ❯ git log commit 7773d518b1f29caa1c2045eb66ec519e025be108 (grafted, HEAD -> master, origin/master, origin/HEAD) ❯ cmake . -B build -GNinja -DCMAKE_BUILD_TYPE=Release -DWITH_PYTHON=ON -DCMAKE_CXX_STANDARD=17 -- The...

@ondys Could you see and review this PR?

I build dub 1.30.0 failed with the similar errors using ldc 1.30.0 on Fedora 37. ```bash $ ldmd2 -run build.d Using pre-existing version file. To force a rebuild, provide an...

I saw that BoxFort could be built as shared lib in [another issue comment](https://github.com/Snaipe/Criterion/issues/470#issuecomment-1374758954), Any process with this?

@phprus Maybe it will be good to add and install CMake target file `argparseTargets.cmake`? I am not familiar about CMake. I see this from other projects, like cxxopts. https://github.com/jarro2783/cxxopts/blob/554396be3b19bff45384a3c6307a1eb9a3497940/cmake/cxxopts.cmake#L118-L129

Thanks for the comments. I can just skip the test for s390x architecture.