Marcin Cieślak

Results 326 comments of Marcin Cieślak

> Moving now to a different module. Please do!

https://github.com/sass/node-sass/releases/tag/v8.0.0 clearly says that node 20 is not supported. Use 9.0.0

> I'm running node version 22.0 PLEASE check the list of the node versions supported. Since we are using binary components, we only support versions listed in the release.

Since we do not provide pre-compiled binaries for OpenBSD, you need to have a modern C++ compiler installed, see https://github.com/sass/node-sass/issues/2840 for more discussion.

> Please find below information about the packages and assist us. Please provide the sass code that does not work as well as the expected output.

Your GCC C++ compiler is too old.

I've run into this today trying to use heimdal from FreeBSD ports with openssh-portable to see if the fix for https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=279437 works. @jborean93 does heimdal from FreeBSD base (@nicowilliams FreeBSD...

Thank you @jborean93 - I just realized that base Kerberos is 1.5.2 with lots of patches. Anyway, security/heimdal-devel port worked for me...

> Thanks for working on this. Would it be feasible to update one of the GitHub Actions builds to enable wxWidgets? Sure, tried this https://github.com/DOCGroup/ACE_TAO/pull/2169/commits/74ba32c3811ed3d73c8bcb8e56b03efa8b7799e8 but it looks like the...

Did you build ACE with `uses_wchar`? On a very recent FreeBSD with LLVM 16 I get build failures in ACEXML with zzip and `ACEXML/common/ZipCharStream.cpp` - `ACEXML_Char` is `wchar_t` and zip/zzip...