Pessoal, to tentando compilar o kde 3.2, mas quando rodo o make no kdelibs da o seguinte erro. o que pode ser???
ps: ja instalei o qt 3.3


abracos

Victor H. M. Macarios




/usr/lib/qt/bin/moc ./kapplication.h -o kapplication.moc
if /bin/sh ../libtool --silent --mode=compile --tag=CXX g++ -DHAVE_CONFIG_H -I. -I. -I.. -I../dcop -I../kio/kssl -I../kdefx -I../dcop -I../libltdl -I../kdefx -I../kdecore -I../kdeui -I../kio -I../kio/kio -I../kio/kfile -I.. -I/usr/lib/qt/include -I. -I/usr/local/kde/include -DQT_THREAD_SUPPORT -Wnon-virtual-dtor -Wno-long-long -Wundef -Wall -W -Wpointer-arith -Wwrite-strings -DNDEBUG -DNO_DEBUG -O2 -fno-exceptions -fno-check-new -fno-common -DQT_CLEAN_NAMESPACE -DQT_NO_ASCII_CAST -DQT_NO_STL -DQT_NO_COMPAT -DQT_NO_TRANSLATION -MT kapplication.lo -MD -MP -MF ".deps/kapplication.Tpo" \
-c -o kapplication.lo `test -f 'kapplication.cpp' || echo './'`kapplication.cpp; \
then mv -f ".deps/kapplication.Tpo" ".deps/kapplication.Plo"; \
else rm -f ".deps/kapplication.Tpo"; exit 1; \
fi
In file included from kapplication.cpp:51:
kapplication.h:143: error: parse error before `*' token
kapplication.h:1135: error: `Display' was not declared in this scope
kapplication.h:1135: error: parse error before `,' token
kapplication.h:1140: error: `Display' was not declared in this scope
kapplication.h:1140: error: parse error before `)' token
kapplication.cpp:153: error: parse error before `=' token
kapplication.cpp:154: error: syntax error before `;' token
kapplication.cpp:225: error: `Display' was not declared in this scope
kapplication.cpp:225: error: parse error before `,' token
kapplication.cpp:226: error: `Display' was not declared in this scope
kapplication.cpp:226: error: parse error before `)' token
kapplication.cpp: In member function `virtual bool
KApplication::notify(QObject*, QEvent*)':
kapplication.cpp:487: error: `KStartupInfo' undeclared (first use this
function)
kapplication.cpp:487: error: (Each undeclared identifier is reported only once
for each function it appears in.)
kapplication.cpp:487: error: parse error before `::' token
kapplication.cpp:488: error: `qt_x_user_time' undeclared (first use this
function)
kapplication.cpp:488: error: `CurrentTime' undeclared (first use this function)
kapplication.cpp:489: error: `qt_xdisplay' undeclared (first use this function)
kapplication.cpp:489: error: `XA_CARDINAL' undeclared (first use this function)
kapplication.cpp:490: error: `PropModeReplace' undeclared (first use this
function)
kapplication.cpp:490: error: `XChangeProperty' undeclared (first use this
function)
kapplication.cpp: In member function `void KApplication::checkAppStartedSlot()
':
kapplication.cpp:511: error: parse error before `::' token
kapplication.cpp: At global scope:
kapplication.cpp:541: error: syntax error before `=' token
kapplication.cpp:542: error: syntax error before `=' token
kapplication.cpp: In constructor `KApplication::KApplication(int&, char**,
const QCString&, bool, bool)':
kapplication.cpp:569: warning: `KApplication' is deprecated (declared at
kapplication.cpp:550)
kapplication.cpp: In constructor `KApplication::KApplication(int&, char**,
const QCString&, bool, bool)':
kapplication.cpp:569: warning: `KApplication' is deprecated (declared at
kapplication.cpp:550)
kapplication.cpp: At global scope:
kapplication.cpp:635: error: `Display' was not declared in this scope
kapplication.cpp:635: error: `dpy' was not declared in this scope
kapplication.cpp:636: error: `int KApplication::xioErrhandler' is not a static
member of `class KApplication'
kapplication.cpp:636: error: syntax error before `{' token
kapplication.cpp:640: error: syntax error before `->' token
kapplication.cpp:642: warning: ISO C++ forbids declaration of `exit' with no
type
kapplication.cpp:642: error: `int exit' redeclared as different kind of symbol
/usr/include/stdlib.h:135: error: previous declaration of `void exit(int)'
kapplication.cpp:643: error: parse error before `return'
kapplication.cpp:646: error: `Display' was not declared in this scope
kapplication.cpp:646: error: `dpy' was not declared in this scope
kapplication.cpp:646: error: parse error before `*' token
kapplication.cpp: In member function `int KApplication::xErrhandler(...)':
kapplication.cpp:648: error: `XErrorEvent' undeclared (first use this function)
kapplication.cpp:648: error: `err' undeclared (first use this function)
kapplication.cpp:648: error: parse error before `*' token
kapplication.cpp:652: error: `dpy' undeclared (first use this function)
kapplication.cpp: In member function `void KApplication::init(bool)':
kapplication.cpp:688: error: `exit' cannot be used as a function
kapplication.cpp: In function `int my_system(const char*)':
kapplication.cpp:856: error: `exit' cannot be used as a function
kapplication.cpp: In member function `void
KApplication::enableSessionManagement()':
kapplication.cpp:979: error: `mySmcConnection' undeclared (first use this
function)
kapplication.cpp:980: error: `SmSaveLocal' undeclared (first use this function)
kapplication.cpp:981: error: `SmInteractStyleAny' undeclared (first use this
function)
kapplication.cpp:982: error: `SmcRequestSaveYourself' undeclared (first use
this function)
kapplication.cpp:985: error: `SmcGetIceConnection' undeclared (first use this
function)
kapplication.cpp: In member function `bool
KApplication::requestShutDown(KApplication::ShutdownConfirm,
KApplication::ShutdownType, KApplication::ShutdownMode)':
kapplication.cpp:992: warning: unused parameter `KApplication::ShutdownConfirm
confirm'
kapplication.cpp:992: warning: unused parameter `KApplication::ShutdownType
sdtype'
kapplication.cpp:992: warning: unused parameter `KApplication::ShutdownMode
sdmode'
kapplication.cpp: In member function `void
KApplication::propagateSessionManager()':
kapplication.cpp:1056: error: `DISPLAY' undeclared (first use this function)
kapplication.cpp: In member function `virtual void
KApplication::saveState(QSessionManager&)':
kapplication.cpp:1135: error: `SmcConn' undeclared (first use this function)
kapplication.cpp:1135: error: parse error before `.' token
kapplication.cpp: In destructor `virtual KApplication::~KApplication()':
kapplication.cpp:1498: error: `XSetErrorHandler' undeclared (first use this
function)
kapplication.cpp:1500: error: `XSetIOErrorHandler' undeclared (first use this
function)
kapplication.cpp:1513: error: `tmpSmcConnection' undeclared (first use this
function)
kapplication.cpp:1514: error: `SmcCloseConnection' undeclared (first use this
function)
kapplication.cpp: In member function `void
KApplication::updateUserTimestamp(long unsigned int)':
kapplication.cpp:1691: warning: unused parameter `long unsigned int time'
kapplication.cpp: In static member function `static uint
KApplication::keyboardModifiers()':
kapplication.cpp:2802: error: `Window' undeclared (first use this function)
kapplication.cpp:2802: error: parse error before `;' token
kapplication.cpp:2803: error: 'class KApplication' has no member named 'Window'
kapplication.cpp:2806: error: `qt_xrootwin' undeclared (first use this
function)
kapplication.cpp:2806: error: `root' undeclared (first use this function)
kapplication.cpp:2806: warning: ISO C++ forbids taking the address of a bound
member function to form a pointer to member function. Say `&KApplication::
child'
kapplication.cpp:2807: error: `XQueryPointer' undeclared (first use this
function)
kapplication.cpp: In static member function `static uint
KApplication::mouseState()':
kapplication.cpp:2813: error: parse error before `;' token
kapplication.cpp:2814: error: 'class KApplication' has no member named 'Window'
kapplication.cpp:2817: warning: ISO C++ forbids taking the address of a bound
member function to form a pointer to member function. Say `&KApplication::
child'
kapplication.moc: At top level:
kapplication.cpp:141: warning: `Atom atom_DesktopWindow' defined but not used
kapplication.cpp:142: warning: `Atom atom_NetSupported' defined but not used
kapplication.cpp:147: warning: `Atom atom_KdeNetUserTime' defined but not used
kapplication.cpp:155: warning: `Atom kde_xdnd_drop' defined but not used
make[3]: *** [kapplication.lo] Error 1
make[2]: *** [all-recursive] Error 1
make[1]: *** [all-recursive] Error 1
make: *** [all] Error 2


---------------------------------------------------------------------------
Esta lista � patrocinada pela Conectiva S.A. Visite http://www.conectiva.com.br

Arquivo: http://bazar2.conectiva.com.br/mailman/listinfo/linux-br
Regras de utiliza��o da lista: http://linux-br.conectiva.com.br
FAQ: http://www.zago.eti.br/menu.html

Responder a