Has anyone successfully gotten a Soulseek (p2p) client up on FreeBSD? The only one in ports that I am aware of is museekplus which does not compile, I get the following errors
I follow the advice and try compiling with MAKE_JOBS_UNSAFE set and get this
Code:
In file included from workdir/Museek/Museek.cc:25:
./Museek/PeerManager.hh:98:52: error: redefinition of parameter 'path'
void push_download(uint path, const std::wstring& path);
^
./Museek/PeerManager.hh:98:26: note: previous declaration is here
void push_download(uint path, const std::wstring& path);
^
1 warning generated.
8 warnings generated.
2 warnings and 1 error generated.
scons: *** [workdir/Museek/Museek.o] Error 1
scons: building terminated because of errors.
===> Compilation failed unexpectedly.
Try to set MAKE_JOBS_UNSAFE=yes and rebuild before reporting the failure to
the maintainer.
*** Error code 1
Code:
In file included from workdir/Museek/BaseConnection.cc:23:
./Museek/PeerManager.hh:98:52: error: redefinition of parameter 'path'
void push_download(uint path, const std::wstring& path);
^
./Museek/PeerManager.hh:98:26: note: previous declaration is here
void push_download(uint path, const std::wstring& path);
^
In file included from workdir/Museek/BaseConnection.cc:25:
./Museek/Museek.hh:43:1: warning: typedef requires a name [-Wmissing-declarations]
typedef enum _ConnectMode {
^~~~~~~
2 warnings and 1 error generated.
scons: *** [workdir/Museek/BaseConnection.o] Error 1
scons: building terminated because of errors.
*** Error code 1
Stop.
make[1]: stopped in /usr/ports/net-p2p/museekplus
*** Error code 1
Stop.