[Kde-kiosk] kdekiosk/kioske/keyboard/kioskekbmainwindow.cpp error

Peter Hyman pete4abw at comcast.net
Tue Sep 9 10:08:16 CEST 2003


Just noticed this.  

KDE 3.1.90 cvs a/o 9/8/03
gcc = 3.3.1
kernel 2.4.21-13
Mandrake 9.1

if g++ -DHAVE_CONFIG_H -I. -I. -I../../.. -I./../common -I/usr/local/bin/kde/include -I/usr/local/qt/include -I/usr/X11R6/include  -I./../../button  -DQT_THREAD_SUPPORT  -D_REENTRANT  -Wnon-virtual-dtor -Wno-long-long -Wundef -Wall -pedantic -W -Wpointer-arith -Wwrite-strings -ansi -D_XOPEN_SOURCE=500 -D_BSD_SOURCE -Wcast-align -Wconversion -Wchar-subscripts -O2 -Wformat-security -Wmissing-format-attribute -fno-exceptions -fno-check-new -fno-common  -MT mainwindow.o -MD -MP -MF ".deps/mainwindow.Tpo" \
  -c -o mainwindow.o `test -f 'mainwindow.cpp' || echo './'`mainwindow.cpp; \
then mv ".deps/mainwindow.Tpo" ".deps/mainwindow.Po"; \
else rm -f ".deps/mainwindow.Tpo"; exit 1; \
fi
In file included from keysymbutton.h:20,
                 from mainwindow.cpp:23:
../../button/kioskebutton.h: In member function `QString KioskeBtn::tag(int) const':
../../button/kioskebutton.h:52: warning: comparison between signed and unsigned integer expressions
mainwindow.cpp: In constructor `MainWindow::MainWindow()':
mainwindow.cpp:57: error: `free' undeclared (first use this function)
mainwindow.cpp:57: error: (Each undeclared identifier is reported only once for each function it appears in.)
mainwindow.cpp: In member function `void MainWindow::sendKeySym()':
mainwindow.cpp:106: error: invalid conversion from `const KeySymButton*' to `KeySymButton*'
mainwindow.cpp:111: warning: comparison between signed and unsigned integer expressions
mainwindow.cpp:116: warning: comparison between signed and unsigned integer expressions
mainwindow.cpp:118: warning: comparison between signed and unsigned integer expressions
make[4]: *** [mainwindow.o] Error 1
make[4]: Leaving directory `/usr/local/src/kde/kdekiosk/kioske/keyboard/kioskekb'
make[3]: *** [all-recursive] Error 1

Also, the Makefile.am file in kdekiosk/kioske is broken.  Line 7
specifies photomail as a subdirectory for compilation, yet there is no
such dir, and make -f Makefile.cvs fails.  I removed this reference and
the compile goes smoothly until the above occurs.

Makefile.am in kioske as modified on line 7.  No photomail.

SUBDIRS = config timelabel  keyboard module loginmanager logger button .
simplepartwidget partview btnsvert btnshorz btnshorz_seq btnsvert_seq
buttongroup kioskeml exampleconf

Regards
-- 
Peter Hyman




More information about the kde-kiosk mailing list