Jag försöker få igång nanodc (http://sourceforge.net/projects/nanodc/) men lyckas inte..
Jag följer detta:
Kod: Markera allt
Dependencies:
-------------
* ncursesw
* pthread
* zlib
* libbz2
* scons
* boost-thread
* boost-signals
* glib 2.0
* openssl
Compiling:
----------
Debian/Ubuntu users can install everything with apt-get:
* apt-get install libbz2-dev libncursesw5-dev pkg-config scons zlib1g-dev libglib2.0-dev libssl-dev libboost-thread-dev libboost-signals-dev
Check out the source with svn (apt-get install subversion)
* svn co https://svn.kapsi.fi/nanodc-dev/
Change to correct directory in order to compile the source
* cd nanodc-dev/trunk/src/
Run scons (apt-get install scons)
* scons
To compile debug-version use 'scons debug=1'
* ./nanodc
Kod: Markera allt
victor@staropramen-server:~/src/nanodc-dev/trunk/src$ scons
scons: Reading SConscript files ...
Checking for g++ >= 4.0...(cached) yes
Checking for pkg-config... yes
Checking for C++ header file tr1/functional... yes
Checking for C++ library ncursesw... yes
Checking for C++ library pthread... yes
Checking for C++ library z... yes
Checking for C++ library bz2... yes
Checking for glib-2.0... yes
Checking for C++ library boost_signals... yes
Checking for C++ library boost_thread... yes
Checking for C++ library ssl... yes
Checking for C function backtrace()... yes
scons: done reading SConscript files.
scons: Building targets ...
g++ -o build/client/AdcCommand.o -c -DUSE_STACKTRACE=1 -ansi -Wall -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include -rdynamic -I. -Iboost/boost/tr1/tr1 -Iboost client/AdcCommand.cpp
g++ -o build/client/AdcHub.o -c -DUSE_STACKTRACE=1 -ansi -Wall -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include -rdynamic -I. -Iboost/boost/tr1/tr1 -Iboost client/AdcHub.cpp
client/AdcHub.cpp: In member function ‘void dcpp::AdcHub::handle(dcpp::AdcCommand::Type<5522759u>, dcpp::AdcCommand&)’:
client/AdcHub.cpp:523: error: ‘log’ was not declared in this scope
client/AdcHub.cpp:523: warning: comparison between signed and unsigned integer expressions
scons: *** [build/client/AdcHub.o] Error 1
scons: building terminated because of errors.
Tacksam för all hjälp!