-rulez- n00b
Joined: 02 Nov 2005 Posts: 15
|
Posted: Sat Nov 26, 2005 1:57 pm Post subject: Valknut + http plugin (make fehler) |
|
|
Ich hab hier ein Problem mit dem "http" Plugin für Valknut
Code: | [ebuild R ] net-p2p/dclib-0.3.7
[ebuild R ] net-p2p/valknut-0.3.7 |
wenn ich es nach der anleitung http://dcgui.berlios.de/doc/manual.html#plugins-getting installieren will kommt bei make dieser Fehler Code: | tux http-0.1.1 # make
cd . \
&& CONFIG_FILES= CONFIG_HEADERS=config.h \
/bin/sh ./config.status
config.status: creating config.h
config.status: config.h is unchanged
config.status: executing default-1 commands
make all-recursive
make[1]: Entering directory `/home/rulez/http-0.1.1'
Making all in http
make[2]: Entering directory `/home/rulez/http-0.1.1/http'
make[3]: Entering directory `/home/rulez/http-0.1.1/http'
source='cpluginhttp.cpp' object='cpluginhttp.lo' libtool=yes \
depfile='.deps/cpluginhttp.Plo' tmpdepfile='.deps/cpluginhttp.TPlo' \
depmode=gcc3 /bin/sh ../admin/depcomp \
/bin/sh ../libtool --silent --mode=compile --tag=CXX g++ -DHAVE_CONFIG_H -I. -I. -I.. -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -Wnon-virtual-dtor -Wno-long-long -Wundef -Wall -pedantic -W -Wpointer-arith -Wmissing-prototypes -Wwrite-strings -O2 -fno-exceptions -fno-check-new -D_REENTRANT -Wall -fPIC -rdynamic -I/usr/include/libxml2 -Wnon-virtual-dtor -Wno-long-long -Wundef -Wall -pedantic -W -Wpointer-arith -Wmissing-prototypes -Wwrite-strings -O2 -fno-exceptions -fno-check-new -c -o cpluginhttp.lo `test -f cpluginhttp.cpp || echo './'`cpluginhttp.cpp
cc1plus: warning: command line option "-Wmissing-prototypes" is valid for C/ObjC but not for C++
cc1plus: warning: command line option "-Wmissing-prototypes" is valid for C/ObjC but not for C++
source='main.cpp' object='main.lo' libtool=yes \
depfile='.deps/main.Plo' tmpdepfile='.deps/main.TPlo' \
depmode=gcc3 /bin/sh ../admin/depcomp \
/bin/sh ../libtool --silent --mode=compile --tag=CXX g++ -DHAVE_CONFIG_H -I. -I. -I.. -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -Wnon-virtual-dtor -Wno-long-long -Wundef -Wall -pedantic -W -Wpointer-arith -Wmissing-prototypes -Wwrite-strings -O2 -fno-exceptions -fno-check-new -D_REENTRANT -Wall -fPIC -rdynamic -I/usr/include/libxml2 -Wnon-virtual-dtor -Wno-long-long -Wundef -Wall -pedantic -W -Wpointer-arith -Wmissing-prototypes -Wwrite-strings -O2 -fno-exceptions -fno-check-new -c -o main.lo `test -f main.cpp || echo './'`main.cpp
cc1plus: warning: command line option "-Wmissing-prototypes" is valid for C/ObjC but not for C++
cc1plus: warning: command line option "-Wmissing-prototypes" is valid for C/ObjC but not for C++
main.cpp:31:34: dclib/cservermanager.h: No such file or directory
main.cpp: In function `void plinit()':
main.cpp:57: error: `CServerManager' has not been declared
main.cpp:57: error: 'class CPluginInstance' has no member named 'm_pServerManager'
main.cpp:57: error: `SetInstance' undeclared (first use this function)
main.cpp:57: error: (Each undeclared identifier is reported only once for each function it appears in.)
make[3]: *** [main.lo] Fehler 1
make[3]: Leaving directory `/home/rulez/http-0.1.1/http'
make[2]: *** [all-recursive] Fehler 1
make[2]: Leaving directory `/home/rulez/http-0.1.1/http'
make[1]: *** [all-recursive] Fehler 1
make[1]: Leaving directory `/home/rulez/http-0.1.1'
make: *** [all] Fehler 2
tux http-0.1.1 # | ich weiß nun langsam echt nichtmehr weiter und google hat mir auch nicht geholfen.
Weiß einer zufällig ne lösung?
bin um jeden tipp dankbar
EDIT: Dieses http://download.berlios.de/dcgui/http-0.1.1.tar.bz2 plugin will ich installieren
mfg rulez |
|