Daisuke Fujimura (fd0)

Results 14 comments of Daisuke Fujimura (fd0)

1. YACP is experimental. I think my patch is still dirty therefore it isn't appliable to official source repository. 2. Same as above. 3. Because my utility script (https://github.com/fd00/xezat) detects...

Use https://github.com/cygwinports/gimp

I made a temporary patch. ```diff diff --git a/cmatrix.c b/cmatrix.c index 73e069f..c1d846e 100644 --- a/cmatrix.c +++ b/cmatrix.c @@ -239,6 +239,7 @@ void sighandler(int s) { #endif void resize_screen(void) { +...

Please use it as a reference http://fd0.hatenablog.jp/entry/2017/09/10/223042 (sorry, written in Japanese) * use custom fontconfig * use small size font * strip chrome binary

I cannot reproduce that compilation error on my x86_64-pc-cygwin environment. ``` $ uname -srvmpio CYGWIN_NT-10.0-19044 3.3.6-341.x86_64 2022-09-05 11:15 UTC x86_64 unknown unknown Cygwin $ gcc -v Using built-in specs. COLLECT_GCC=gcc...

OpenCAD has some dependencies, which may take some time to resolve. ``` -- Could NOT find OCC (missing: OCC_INCLUDE_DIR) CMake Error at cMake/FreeCAD_Helpers/SetupOpenCasCade.cmake:6 (message): ================================================================ Neither OpenCASCADE Community Edition nor...

> Did prior versions work? Sorry, I have not checked with other versions. > Can you give some more details about your environment? The test is done with `job.build.runs-on: windows-latest`...

### Version of libgit2 (release number or SHA1) - https://github.com/boretrk/libgit2/tree/ctype - https://github.com/boretrk/libgit2/commit/dd5e276379952a91660c4fb060622b2bc5977dc5 ### CI result - https://github.com/cygwin/scallywag/actions/runs/7227721959/job/19696000973 ### Actual Behavior ``` 1/12 Test: offline 1) Failure: filter::systemattrs::reads_system_attributes [/cygdrive/d/a/scallywag/playground/libgit2-1.8.0-1.x86_64/src/libgit2/tests/libgit2/filter/systemattrs.c:13] Function call...

cmake built for cygwin has the following settings ``` $ cat CMakeLists.txt project(EXAMPLE) get_cmake_property(_variableNames VARIABLES) list (SORT _variableNames) foreach (_variableName CYGWIN WIN32) message(STATUS "${_variableName}=${${_variableName}}") endforeach() $ cmake -Wno-dev . CMake...

As some time has passed since the last report, HEAD was tested again. ### Version of libgit2 (release number or SHA1) - https://github.com/libgit2/libgit2/commit/8535fdb9cbad8fcd15ee4022ed29c4138547e22d ### Actual Behavior ``` 1/12 Test: offline...