Closed johnwuelk closed 1 year ago
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.
The README and make.sh
script have been updated in above commit. Feel free to re-open this issue if you're still facing issues building nchat on Void.
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: