You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Hi @johnwuelk - I'll see if I can try building on Void Linux. Meanwhile, could you share if you're using musl or glibc installation of Void? Also knowing the amount of RAM on the system and whether it's 64-bit could be useful. Finally if you could share the compiler version c++ --version and also the full output when building (might need to save in a txt file and drag into the comment field to attach), it would be very helpful. Thanks!
The list of dependencies looks ok, I think only base-devel is missing (and possibly git if downloading via git).
Hi @johnwuelk - I finally got a chance to take a closer look at this and to try Void. It appears openssl-devel is missing. If the build still fails after installing openssl-devel, could you please provide the full output from the build command, for example:
./make.sh build >> log.txt 2>&1
I'll add documentation for Void dependencies in the README, and also support for Void in the ./make.sh deps command for installing dependencies.
Is there an installation instruction for Void?
How to reproduce it:
xbps-install -Su go ccache cmake gperf help2man libmagick-devel readline-devel sqlite-devel file-devel
git clone https://github.com/d99kris/nchat && cd nchat
mkdir -p build && cd build && cmake .. && make -s
Environment:
The text was updated successfully, but these errors were encountered: