Making all in korinoco
make[2]: Entering directory
`/usr/src/build/korinoco-0.2.1/korinoco'
g++ -DHAVE_CONFIG_H -I. -I. -I.. -I/usr/include/kde
-I/usr/include/qt -I/usr/X11R6/include -O2
-fno-exceptions -fno-check-new -c korinoco.cpp
In file included from
/usr/include/c++/3.2/backward/iostream.h:31,
from korinoco.cpp:18:
/usr/include/c++/3.2/backward/backward_warning.h:32:2:
warning: #warning This file includes at least one
deprecated or antiquated header. Please consider using
one of the 32 headers found in section 17.4.1.2 of the
C++ standard. Examples include substituting the <X>
header for the <X.h> header for C++ includes, or
<sstream> instead of the deprecated header
<strstream.h>. To disable this warning use -Wno-deprecated.
In file included from /usr/include/kde/kmimetype.h:34,
from /usr/include/kde/kfiledialog.h:34,
from korinoco.cpp:41:
/usr/include/kde/kservicetype.h:29:19: qlist.h: No such
file or directory
In file included from korinoco.cpp:51:
korinoco.h:194:3: warning: no newline at end of file
korinoco.cpp: In member function `void
KOrinocoApp::slotTheEvilLoop()':
korinoco.cpp:146: warning: cast to pointer from integer
of different size
korinoco.cpp: In member function `void
KOrinocoApp::initActions()':
korinoco.cpp:186: invalid conversion from `KPopupMenu*'
to `int'
korinoco.cpp:186: initializing argument 2 of `int
QMenuData::insertItem(const
QString&, int, int)'
korinoco.cpp:443:2: warning: no newline at end of file
make[2]: *** [korinoco.o] Error 1
make[2]: Leaving directory
`/usr/src/build/korinoco-0.2.1/korinoco'
make[1]: *** [all-recursive] Error 1
make[1]: Leaving directory `/usr/src/build/korinoco-0.2.1'
make: *** [all-recursive-am] Error 2
Logged In: YES
user_id=241309
The problem is here:
> In file included from /usr/include/kde/kmimetype.h:34,
> from /usr/include/kde/kfiledialog.h:34,
> from korinoco.cpp:41:
> /usr/include/kde/kservicetype.h:29:19: qlist.h: No such
> file or directory
Under what Qt version are you trying to compile? The project KOrinoco is
for Qt2/KDE2 only. If you want the same program for Qt3/KDE3 look at
project kwifimanager.