Hi there,
> I am trying to compile the last version of nicole under a slackware
> 10, duron 850, 256 ram.
> Doesn't works:
> Making all in sql
> make[1]: Entering directory `/slack/home/kbdman/nicole-0.1.7/sql'
> make[1]: Nothing to be done for `all'.
> make[1]: Leaving directory `/slack/home/kbdman/nicole-0.1.7/sql'
> Making all in src
> make[1]: Entering directory `/slack/home/kbdman/nicole-0.1.7/src'
> c++ -DHAVE_CONFIG_H -I. -I. -I. -g -O2 -c log.cpp
> log.cpp: In constructor `Log::Log(std::basic_string<char,
> std::char_traits<char>, std::allocator<char> >)':
> log.cpp:36: error: no matching function for call to `std::basic_ofstream<char,
> std::char_traits<char> >::open(__gnu_cxx::__normal_iterator<char*,
> std::basic_string<char, std::char_traits<char>, std::allocator<char> > >,
> const std::_Ios_Openmode&)'
> /usr/include/c++/3.3.4/fstream:691: error: candidates are: void
> std::basic_ofstream<_CharT, _Traits>::open(const char*, std::_Ios_Openmode)
> [with _CharT = char, _Traits = std::char_traits<char>]
> make[1]: *** [log.o] Error 1
> make[1]: Leaving directory `/slack/home/kbdman/nicole-0.1.7/src'
> make: *** [all-recursive] Error 1
> kbdman@chiba:~/nicole-0.1.7$
You need to make sure that you have the c++ std libraries. It has been quite a while since I've looked at the code (I no longer develop NICOLE). You may be able to remark out some of the offending code, as the log.cpp file only logged things to a file. You are on your own I'm afraid. (good luck).
> Also, i like to ask why the online nicole chat is not working.
The online version of NICOLE was taken down, not by me, but sourceforge themselves. Apparently because it was taking up Gigabytes (yes.. gigabytes) of database storage, and was starting to get DOS'd (since someone posted it up on slashdot and somethingawful).
It won't be coming back online (not on sourceforge).
Cheers,
Phil Howlett
Project Administrator.
|