Mantas

Results 7 comments of Mantas

To the switch case on OSTYPE to see required packages, this seems to cover everything `*"FreeBSD"*) sudo pkg update; sudo pkg install -y cmake doxygen gtk3 gsound alsa-plugins wx32-gtk3 libsysinfo;;`...

sys/statfs can be replaced with sys/statvfs, I think I will be able to get it to compile soon as there aren't too many other errors. One worrying thing is that...

One last error to fix and I think it should be portable, getting a few such errors when casting pthread to int: ``` /xtd/src/xtd.core.native.unix/src/xtd/native/unix/thread.cpp:28:8: error: static_cast from 'pthread_t' (aka 'pthread...

Thanks for the quick reply, another issue seems to be that the \_\_slong\_\_ workaround is unnecessary on BSD and thus the only solution I thought of so far is to...

Here is my diff so far, I don't want to consolidate this all into a PR because I don't understand the codebase at all at the moment, perhaps some of...

``` Install xtd libraries version 0.2.0, copyright Gammasoft, 2023 Detecting operating system... Operating System is Unix Using up to 11 build cores Installing needed packages and libraries... Updating FreeBSD repository...

Here is the output of the build process (failed) [logfile.txt](https://github.com/gammasoft71/xtd/files/13801607/logfile.txt)