Portál AbcLinuxu, 30. dubna 2025 23:24
configure make checkinstall
Tiskni
Sdílej:
After unpacking the source tarball (or downloading from CVS) change to the rekall directory. Rekall can build as either a KDE or a QT-only application. Depending on which you want, do one of the two following commands (or you can use "ln -s" instead of "cp"): cp scons/settings.kde settings cp scons/settings.qt3 settings The QT-only build will install into /usr/local with the rekall command being "rekallqt". If you want to run rekall 2.3.x alongside rekall 2.2.x, then the following command can be used. This will build rekall as "rekall234". cp scons/settings.dev settings Also do: cp scons/Makefile . The Makefile is just a wrapper so that the "make" command works in much the normal way (my brain thinks "build", my fingers type "make" .... :) Now configure the system. This bit needs improving; configuration errors may result in python throwing an exception rather than sensibly reporting an error: make config
script/kjs/kb_cookiejar.cpp:62: error: 'ObjectPrototypeImp' has not been declared script/kjs/kb_cookiejar.cpp: In constructor 'RekallCookieJarObjectImp::RekallCookieJarObjectImp(KJS::ExecS tate*, int*)': script/kjs/kb_cookiejar.cpp:65: error: no matching function for call to 'KJS::Object::Object(int*&)' /usr/include/kde/kjs/object.h:646: note: candidates are: KJS::Object::Object(KJS::ObjectImp*) /usr/include/kde/kjs/object.h:83: note: KJS::Object::Object() /usr/include/kde/kjs/object.h:81: note: KJS::Object::Object(const KJS::Object&) script/kjs/kb_cookiejar.cpp: In constructor 'RekallCookieJarFunctionImp::RekallCookieJarFunctionImp(KJS::E xecState*, int, int)': script/kjs/kb_cookiejar.cpp:116: error: class 'RekallCookieJarFunctionImp' does not have any field named ' InternalFunctionImp' script/kjs/kb_cookiejar.cpp:118: error: 'FunctionPrototypeImp' was not declared in this scope script/kjs/kb_cookiejar.cpp:118: error: expected primary-expression before ')' token script/kjs/kb_cookiejar.cpp:127: error: no matching function for call to 'KJS::Value::Value(RekallCookieJa rFunctionImp* const)' /usr/include/kde/kjs/value.h:173: note: candidates are: KJS::Value::Value(const KJS::Value&) /usr/include/kde/kjs/value.h:172: note: KJS::Value::Value(KJS::ValueImp*) /usr/include/kde/kjs/value.h:171: note: KJS::Value::Value() script/kjs/kb_cookiejar.cpp:128: error: 'put' was not declared in this scope /usr/include/kde/kjs/lookup.h: In function 'KJS::Value KJS::lookupOrCreateFunction(KJS::ExecState*, const KJS::Identifier&, const KJS::ObjectImp*, int, int, int) [with FuncImp = RekallCookieJarFunctionImp]': /usr/include/kde/kjs/lookup.h:185: instantiated from 'KJS::Value KJS::lookupGet(KJS::ExecState*, const K JS::Identifier&, const KJS::HashTable*, const ThisImp*) [with FuncImp = RekallCookieJarFunctionImp, ThisIm p = RekallCookieJarObjectImp, ParentImp = KJS::ObjectImp]' script/kjs/kb_cookiejar.cpp:90: instantiated from here /usr/include/kde/kjs/lookup.h:146: error: cannot convert 'RekallCookieJarFunctionImp*' to 'KJS::ObjectImp* ' in initialization scons: *** [script/kjs/kb_cookiejar.os] Error 1 make: *** [all] Error 2
ISSN 1214-1267, (c) 1999-2007 Stickfish s.r.o.