Hi, Although besides standard 'make install clean' I do not have a clue about compiling software, I have just successfully compiled eiskaltdc from source on OpenBSD 5.6 amd64, just by following INSTALL instructions in tarball, and using 4.9 version of gcc and g++.
It appears to run fine - I can connect to a hub, chat, download file lists and files. As OpenBSD does not have decent dc++ client in ports/packages (the only one, valknut, is ancient and doesn't run), it would be cool to have one. Are there any skilled porters with a little free time to make port and package? Once again, all I did after fetching and unpacking the tarball: https://code.google.com/p/eiskaltdc/downloads/detail?name=eiskaltdcpp-2.2.9.tar.bz2 mkdir -p builddir && cd builddir cmake -DCMAKE_BUILD_TYPE=Release -DCMAKE_INSTALL_PREFIX=/usr/local -DCMAKE_C_COMPILER=/usr/local/bin/egcc -DCMAKE_CXX_COMPILER=/usr/local/bin/eg++ ../ make make install Thank you in advance, -- Marko Cupać https://www.mimar.rs/
