-
I get errors there too -- I think it needs Loki:: qualifications on the nested Factory and Key typedefs in CachedFactory.h (lines 665 and 692) in order to be valid according to the stricter scoping rules in 4.3.
2008-04-23 11:32:49 UTC in Loki
-
Several of these patches add
#include
in order to get global-namespace declarations of strlen, strcmp and friends.
Isn't this deprecated in Annex D of the standard, in favour of
#include
with the names qualified as std::strlen etc?.
2008-04-22 11:50:05 UTC in Loki
-
Sorry -- I tried latest CVS, updating an existing checkout, unaware that the project had migrated to Subversion and so missed recent fixes such as this.
Thanks for the response :)
2006-12-09 14:40:38 UTC in Loki
-
Building Loki on Gentoo/AMD64 I get the following error from "make check":
g++ -Wall -Wold-style-cast -Wundef -Wsign-compare -Wconversion -Wpointer-arith -pedantic -g -O2 -I../../include -DNDEBUG -c -o foo.o foo.cpp
g++ --shared -L../../lib -o libfoo.so foo.o -lloki
/usr/lib/gcc/x86_64-pc-linux-gnu/3.4.6/../../../../x86_64-pc-linux-gnu/bin/ld: foo.o: relocation R_X86_64_32 against `a local...
2006-12-08 12:15:40 UTC in Loki
-
Logged In: YES
user_id=764271
Thanks for applying this -- and I'm also pleased to see the
appearance of 0.8.0 :)
However I note, with slight confusion, that this patch
appears to have made it into the 0.8.0 zipfile, even though
it has only been committed to CVS HEAD, and not BRANCH_080
or EASYSOAP_0_8_0...
2006-11-13 13:53:55 UTC in EasySoap++
-
The version string in /etc/gentoo-release has recently
changed to:
Gentoo Base System version 1.12.5
This produces an rkhunter OS string of:
Gentoo Linux 1.12 (i386)
or the equivalent for your architecture, which is not
listed yet in os.dat, causing an "unsupported OS"
warning from rkhunter.
However, simply adding:
999:Gentoo Linux 1.12 (i386):/usr/bin/md5sum:/bin...
2006-10-07 13:02:59 UTC in Rootkit Hunter
-
$ sudo rkhunter --versioncheck
http://www.rootkit.nl/rkhunter/rkhunter_latest.dat
Rootkit Hunter 1.2.9, copyright Michael Boelen
This version: 1.2.9
Latest version: 1.2.8.
2006-10-07 12:57:50 UTC in Rootkit Hunter
-
If you run:
rkhunter --update --quiet
there is lots of output even if no errors occur. Only
the first and last lines ("Running updater" and
"Ready") are suppressed by the --quiet option.
2006-10-07 12:51:33 UTC in Rootkit Hunter
-
The IMPLEMENT_DISPATCH macro in the CVS version of
SOAPServer.h doesn't work correctly in general, because
it uses unqualified references to
SOAPDispatchHandlerInterface and
SOAPHeaderHandlerInterface.
Rather than require typedefs or using
declarations/directives where user-supplied subclasses
are defined, these can be replaced with
namespace-qualified references as in the supplied...
2006-07-25 13:40:58 UTC in EasySoap++