Mike Gran
                                            Mike Gran
                                        
                                    @vzh @Alexpux Yeah, that mingw guile git branch is mine, so I suppose it is up to me to see if I can get those patches past the maintainers and...
The upcoming 3.0.6 release should support MinGW out of the box at least at some level. The unthreaded, 32-bit build will definitely work, though it won't pass the test suite...
Hi. The only version of Guile that I've built successfully on MinGW recently is MSys2 MinGW 32. From the latest commit in the 'main' branch of the upstream repo, the...
I dropped the ball on this. Sorry. Given the discussion occurring in #96 , is this still good to go? If so, looks good to me.
Thanks for the report. I'll see what I can do.
For setting values of integer type, perhaps `(set! (value G_TYPE_INT) 42)` might work better.
For making typed bytevectors, core Guile provides the family of functions `u32vector` as in `(u32vector 100 100)`. And also `list->u32vector` and friends. For vectors from C types that may vary...
For `tree-store:set`, it is a documentation error that there is a 4th argument `n_values`. It should be just `iter`, `columns`, `values`. The `n_values` in the C API is computed from...
Added `G_TYPE_STRING` in 3929243ed52c217a23a473d012300e85f414aceb , but I would imagine that @LordYuuma would say that `` is more appropriate.
`tree-store:set-value` does work; however, in Scheme the API is a bit torturous. See ad02cd82f9ef0677f1365752ea2c97b6a67b5c40