rpx99

Results 52 comments of rpx99

Fix for arch seems this: [link](https://gitlab.archlinux.org/archlinux/packaging/packages/sdl2_ttf/-/commit/8d17c137c40026b10757d79a65ee2ee9e4cd4920) Maybe adding PNG is the general fix?

@OrdoFlammae Tried Option ii for OpenBSD. Recompiled Xenocara with FT_CONFIG_OPTION_USE_PNG enabled and Recompiled sdl2-ttf port with --disable-freetype-builtin Works, but unfortunately time consuming. _Adding this to the main build in OpenBSD...

Thanks a lot for your hints and comments! Think it'll work when I install the node package beforehand. For the bookstore example the dep is ok. Still, for the core...

Thank you. This should be on the front page! No instructions how to actually use gobo there. Unfortunately: ``` tron$ gec hello.e Degree 6: 0/0/0 0:0:0.054 Degree 5: 0/0/0 0:0:0.082...

Thanks for your swift reply and your suggestion! Looks better but does not compile fully. ``` tron$ clang -v OpenBSD clang version 16.0.6 Target: amd64-unknown-openbsd7.5 Thread model: posix InstalledDir: /usr/bin...

There seems to be even a switch in _pthread:support.c_ ``` # ifdef HAVE_PTHREAD_SETNAME_NP_WITHOUT_TID /* iOS, OS X */ (void)pthread_setname_np(name_buf); # elif defined(HAVE_PTHREAD_SET_NAME_NP) /* OpenBSD */ pthread_set_name_np(pthread_self(), name_buf); # else /*...

For now I simply removed the code I do not need: ``` diff --git a/tool/gec/backend/c/boehm_gc/pthread_support.c b/tool/gec/backend/c/boehm_gc/pthread_support.c index d344503da..295e84032 100644 --- a/tool/gec/backend/c/boehm_gc/pthread_support.c +++ b/tool/gec/backend/c/boehm_gc/pthread_support.c @@ -384,14 +384,7 @@ name_buf[len] = (char)('0'...

The next issue appears now here: ``` Compiling gexslt... Degree 6: 0/0/0 0:0:0.038 Degree 5: 0/0/0 0:0:0.550 Degree 4: 0/0/0 0:0:0.241 Degree 3: 0/0/0 0:0:0.159 Degree -2: 0/0/0 0:0:6.527 Degree...

Hm, I don't see this buffer ![image](https://github.com/user-attachments/assets/70736cb0-db75-494d-a388-bfe653036016)

Maybe I need a different [libasyncprocess.so](https://github.com/lem-project/async-process/tree/master/static/) in async-process ? How do you compile them?