problems during "make"
Posted: 14 Apr 2008 11:14
Hi,
i've got a big problem!
while "make" i recive a lot of errors
but i do not have a application.o
pls help me
campello
i've got a big problem!
while "make" i recive a lot of errors
Code: Select all
Compiling src/core/application.cpp...
g++ -Wall -D_REENTRANT -D_FILE_OFFSET_BITS=64 -DCONFIG_PATH='"/usr/local/etc/vi
deolan/vls"' -DBUGGY_VLC -DYY_NO_UNPUT -DSYSLOG -o obj/core/application.o -c sr
c/core/application.cpp
src/core/common.h:113: error: conflicting declaration ‘typedef uint64_t u64’
src/core/common.h:90: error: ‘u64’ has a previous declaration as ‘typedef long l
ong unsigned int u64’
src/core/common.h:114: error: conflicting declaration ‘typedef int64_t s64’
src/core/common.h:81: error: ‘s64’ has a previous declaration as ‘typedef long l
ong int s64’
src/core/serialization.h:43: warning: ‘class C_Serializable’ has virtual functio
ns but non-virtual destructor
src/core/hashtable.h:66: error: an explicit specialization must be preceded by ‘
template <>’
src/core/hashtable.h:79: error: an explicit specialization must be preceded by ‘
template <>’
src/core/hashtable.h:92: error: an explicit specialization must be preceded by ‘
template <>’
src/core/parsers.h:53: warning: ‘class C_ParserHandler’ has virtual functions bu
t non-virtual destructor
src/core/hashtable.cpp: In member function ‘uint32_t C_HashMethod<void*>::Hash(v
oid*) const’:
src/core/hashtable.cpp:100: error: cast from ‘void*’ to ‘uint32_t’ loses precisi
on
src/core/library.cpp: In member function ‘void C_Library<Type, Arg>::Load()’:
src/core/library.cpp:82: error: ‘DL_LAZY’ was not declared in this scope
src/core/library.cpp:82: error: there are no arguments to ‘dlopen’ that depend o
n a template parameter, so a declaration of ‘dlopen’ must be available
src/core/library.cpp:82: error: (if you use ‘-fpermissive’, G++ will accept your
code, but allowing the use of an undeclared name is deprecated)
src/core/library.cpp:93: error: there are no arguments to ‘dlsym’ that depend on
a template parameter, so a declaration of ‘dlsym’ must be available
src/core/library.cpp:110: error: there are no arguments to ‘dlsym’ that depend o
n a template parameter, so a declaration of ‘dlsym’ must be available
src/core/library.cpp: In member function ‘void C_Library<Type, Arg>::Unload()’:
src/core/library.cpp:133: error: there are no arguments to ‘dlclose’ that depend
on a template parameter, so a declaration of ‘dlclose’ must be available
src/core/library.cpp: In member function ‘C_String C_Library<Type, Arg>::GetLoad
erError()’:
src/core/library.cpp:177: error: there are no arguments to ‘dlerror’ that depend
on a template parameter, so a declaration of ‘dlerror’ must be available
src/core/application.cpp: In static member function ‘static void C_Application::
SignalHandler(int)’:
src/core/application.cpp:505: warning: unused variable ‘pApp’
make: *** [obj/core/application.o] Fehler 1
pls help me
campello