LinuxQuestions.org
Help answer threads with 0 replies.
Go Back   LinuxQuestions.org > Forums > Linux Forums > Linux - Software
User Name
Password
Linux - Software This forum is for Software issues.
Having a problem installing a new program? Want to know which application is best for the job? Post your question in this forum.

Notices


Reply
  Search this Thread
Old 03-10-2006, 04:50 PM   #1
farpoint
Member
 
Registered: Sep 2004
Location: France
Distribution: Debian Sarge, Etch. FC1,2,3,4,5. Slackware 10.0. Gentoo. Kubuntu.
Posts: 193

Rep: Reputation: 30
KDE's ksim-1.0.1a won't compile on FC3 or FC4


Hi.Ksim is on KDE's menu on FC1, and works fine. FC2, when I installed it had no Ksim on the menu, but files in /usr/share for it, but no binary. I eventually got ksim-1.0.1a.tar.gz, and this compiled ok on FC2. Then came FC3, and about this time from a chance encounter on Kde.org I saw a post saying that Ksim was now a panel extension. That is true, but is a really crappy representation of Ksim. Tried to install Ksim-1.0.1a.tar.gz on FC3, but here come the problems, and the same goes for FC4.

Below is ./configure, and make for the attempted compile on FC3.

I saw recently that it might be necessary for an earlier version of the compiler, when for instance trying to compile an app on FC4, that compiled ok on FC2.

Make showed a lot of errors due to extra semicolons on certain lines of various files. I removed those and thought I was getting somewhere, but then came to a stop when make complained with two identical lines in the same file showing extra semicolons. I removed the extra semicolon on line 60, but make still complains that the extra semicolon is still there. As I don't know what I'm doing, I'm probably going the wrong way with this problem. Any help will be gratefully received. Nigel.

Gcc version for FC2: gcc-3.3.3-7
Gcc version for FC3: gcc-3.4.4-2.fc3

ksim-1.0.1a ./configure, and make: (FC3)

[djmons@localhost Ksim]$ tar xzvf ksim-1.0.1a.tar.gz
ksim-1.0.1a/
ksim-1.0.1a/AUTHORS
ksim-1.0.1a/COPYING
ksim-1.0.1a/INSTALL
ksim-1.0.1a/Makefile.am
ksim-1.0.1a/Makefile.am.in
ksim-1.0.1a/Makefile.cvs
ksim-1.0.1a/acinclude.m4
ksim-1.0.1a/ksim/
ksim-1.0.1a/ksim/library/
ksim-1.0.1a/ksim/library/Makefile.in
ksim-1.0.1a/ksim/library/.cvsignore
ksim-1.0.1a/ksim/library/Makefile.am
ksim-1.0.1a/ksim/library/chart.cpp
ksim-1.0.1a/ksim/library/chart.h
ksim-1.0.1a/ksim/library/common.cpp
ksim-1.0.1a/ksim/library/common.h
ksim-1.0.1a/ksim/library/ksimconfig.cpp
ksim-1.0.1a/ksim/library/ksimconfig.h
ksim-1.0.1a/ksim/library/label.cpp
ksim-1.0.1a/ksim/library/label.h
ksim-1.0.1a/ksim/library/led.cpp
ksim-1.0.1a/ksim/library/led.h
ksim-1.0.1a/ksim/library/pluginglobal.cpp
ksim-1.0.1a/ksim/library/pluginglobal.h
ksim-1.0.1a/ksim/library/pluginloader.cpp
ksim-1.0.1a/ksim/library/pluginloader.h
ksim-1.0.1a/ksim/library/pluginmodule.cpp
ksim-1.0.1a/ksim/library/pluginmodule.h
ksim-1.0.1a/ksim/library/progress.cpp
ksim-1.0.1a/ksim/library/progress.h
ksim-1.0.1a/ksim/library/themeloader.cpp
ksim-1.0.1a/ksim/library/themeloader.h
ksim-1.0.1a/ksim/library/themetypes.h
ksim-1.0.1a/ksim/.cvsignore
ksim-1.0.1a/ksim/Makefile.in
ksim-1.0.1a/ksim/Makefile.am
ksim-1.0.1a/ksim/baselist.h
ksim-1.0.1a/ksim/cmdhandler.cpp
ksim-1.0.1a/ksim/cmdhandler.h
ksim-1.0.1a/ksim/configure.in.in
ksim-1.0.1a/ksim/generalprefs.cpp
ksim-1.0.1a/ksim/generalprefs.h
ksim-1.0.1a/ksim/ksim.cpp
ksim-1.0.1a/ksim/ksim.desktop
ksim-1.0.1a/ksim/ksim.h
ksim-1.0.1a/ksim/ksimdock.cpp
ksim-1.0.1a/ksim/ksimdock.h
ksim-1.0.1a/ksim/ksimframe.cpp
ksim-1.0.1a/ksim/ksimframe.h
ksim-1.0.1a/ksim/ksimpref.cpp
ksim-1.0.1a/ksim/ksimpref.h
ksim-1.0.1a/ksim/ksimrc
ksim-1.0.1a/ksim/ksimsysinfo.cpp
ksim-1.0.1a/ksim/ksimsysinfo.h
ksim-1.0.1a/ksim/ksimview.cpp
ksim-1.0.1a/ksim/ksimview.h
ksim-1.0.1a/ksim/main.cpp
ksim-1.0.1a/ksim/monitorprefs.cpp
ksim-1.0.1a/ksim/monitorprefs.h
ksim-1.0.1a/ksim/systeminfo.cpp
ksim-1.0.1a/ksim/systeminfo.h
ksim-1.0.1a/ksim/themeprefs.cpp
ksim-1.0.1a/ksim/themeprefs.h
ksim-1.0.1a/ksim/monitors/
ksim-1.0.1a/ksim/monitors/cpu/
ksim-1.0.1a/ksim/monitors/cpu/Makefile.in
ksim-1.0.1a/ksim/monitors/cpu/.cvsignore
ksim-1.0.1a/ksim/monitors/cpu/Makefile.am
ksim-1.0.1a/ksim/monitors/cpu/cpu.desktop
ksim-1.0.1a/ksim/monitors/cpu/cr16-device-ksim_cpu.png
ksim-1.0.1a/ksim/monitors/cpu/ksimcpu.cpp
ksim-1.0.1a/ksim/monitors/cpu/ksimcpu.h
ksim-1.0.1a/ksim/monitors/disk/
ksim-1.0.1a/ksim/monitors/disk/Makefile.in
ksim-1.0.1a/ksim/monitors/disk/.cvsignore
ksim-1.0.1a/ksim/monitors/disk/Makefile.am
ksim-1.0.1a/ksim/monitors/disk/configure.in.in
ksim-1.0.1a/ksim/monitors/disk/disk.desktop
ksim-1.0.1a/ksim/monitors/disk/ksimdisk.cpp
ksim-1.0.1a/ksim/monitors/disk/ksimdisk.h
ksim-1.0.1a/ksim/monitors/.cvsignore
ksim-1.0.1a/ksim/monitors/Makefile.am
ksim-1.0.1a/ksim/monitors/filesystem/
ksim-1.0.1a/ksim/monitors/filesystem/Makefile.in
ksim-1.0.1a/ksim/monitors/filesystem/.cvsignore
ksim-1.0.1a/ksim/monitors/filesystem/DFree.desktop
ksim-1.0.1a/ksim/monitors/filesystem/Makefile.am
ksim-1.0.1a/ksim/monitors/filesystem/configure.in.in
ksim-1.0.1a/ksim/monitors/filesystem/fsysscroller.cpp
ksim-1.0.1a/ksim/monitors/filesystem/fsysscroller.h
ksim-1.0.1a/ksim/monitors/filesystem/fsystemconfig.cpp
ksim-1.0.1a/ksim/monitors/filesystem/fsystemconfig.h
ksim-1.0.1a/ksim/monitors/filesystem/fsystemiface.h
ksim-1.0.1a/ksim/monitors/filesystem/ksimfsystem.cpp
ksim-1.0.1a/ksim/monitors/filesystem/ksimfsystem.h
ksim-1.0.1a/ksim/monitors/lm_sensors/
ksim-1.0.1a/ksim/monitors/lm_sensors/Makefile.in
ksim-1.0.1a/ksim/monitors/lm_sensors/.cvsignore
ksim-1.0.1a/ksim/monitors/lm_sensors/Lm_sensors.desktop
ksim-1.0.1a/ksim/monitors/lm_sensors/Makefile.am
ksim-1.0.1a/ksim/monitors/lm_sensors/ksimsensors.cpp
ksim-1.0.1a/ksim/monitors/lm_sensors/ksimsensors.h
ksim-1.0.1a/ksim/monitors/lm_sensors/ksimsensorsiface.h
ksim-1.0.1a/ksim/monitors/lm_sensors/sensorbase.cpp
ksim-1.0.1a/ksim/monitors/lm_sensors/sensorbase.h
ksim-1.0.1a/ksim/monitors/lm_sensors/sensorsconfig.cpp
ksim-1.0.1a/ksim/monitors/lm_sensors/sensorsconfig.h
ksim-1.0.1a/ksim/monitors/mail/
ksim-1.0.1a/ksim/monitors/mail/Makefile
ksim-1.0.1a/ksim/monitors/mail/Makefile.in
ksim-1.0.1a/ksim/monitors/mail/.cvsignore
ksim-1.0.1a/ksim/monitors/mail/Makefile.am
ksim-1.0.1a/ksim/monitors/mail/ksimmail.cpp
ksim-1.0.1a/ksim/monitors/mail/ksimmail.h
ksim-1.0.1a/ksim/monitors/mail/mail.desktop
ksim-1.0.1a/ksim/monitors/mail/.deps/
ksim-1.0.1a/ksim/monitors/mail/.deps/ksimmail.Plo
ksim-1.0.1a/ksim/monitors/net/
ksim-1.0.1a/ksim/monitors/net/Makefile.in
ksim-1.0.1a/ksim/monitors/net/.cvsignore
ksim-1.0.1a/ksim/monitors/net/Makefile.am
ksim-1.0.1a/ksim/monitors/net/Net.desktop
ksim-1.0.1a/ksim/monitors/net/ksimnet.cpp
ksim-1.0.1a/ksim/monitors/net/ksimnet.h
ksim-1.0.1a/ksim/monitors/net/netconfig.cpp
ksim-1.0.1a/ksim/monitors/net/netconfig.h
ksim-1.0.1a/ksim/monitors/net/netdevices.h
ksim-1.0.1a/ksim/monitors/net/netdialog.cpp
ksim-1.0.1a/ksim/monitors/net/netdialog.h
ksim-1.0.1a/ksim/monitors/Makefile.in
ksim-1.0.1a/ksim/pics/
ksim-1.0.1a/ksim/pics/misc/
ksim-1.0.1a/ksim/pics/misc/Makefile.in
ksim-1.0.1a/ksim/pics/misc/.cvsignore
ksim-1.0.1a/ksim/pics/misc/Makefile.am
ksim-1.0.1a/ksim/pics/misc/clock.png
ksim-1.0.1a/ksim/pics/misc/uptime.png
ksim-1.0.1a/ksim/pics/.cvsignore
ksim-1.0.1a/ksim/pics/Makefile.am
ksim-1.0.1a/ksim/pics/cr16-app-ksim.png
ksim-1.0.1a/ksim/pics/cr32-app-ksim.png
ksim-1.0.1a/ksim/pics/cr48-app-ksim.png
ksim-1.0.1a/ksim/pics/Makefile.in
ksim-1.0.1a/ksim/themes/
ksim-1.0.1a/ksim/themes/ksim/
ksim-1.0.1a/ksim/themes/ksim/host/
ksim-1.0.1a/ksim/themes/ksim/host/Makefile.in
ksim-1.0.1a/ksim/themes/ksim/host/.cvsignore
ksim-1.0.1a/ksim/themes/ksim/host/Makefile.am
ksim-1.0.1a/ksim/themes/ksim/host/bg_meter.png
ksim-1.0.1a/ksim/themes/ksim/mail/
ksim-1.0.1a/ksim/themes/ksim/mail/Makefile.in
ksim-1.0.1a/ksim/themes/ksim/mail/.cvsignore
ksim-1.0.1a/ksim/themes/ksim/mail/Makefile.am
ksim-1.0.1a/ksim/themes/ksim/mail/decal_mail.png
ksim-1.0.1a/ksim/themes/ksim/mail/krell_mail.png
ksim-1.0.1a/ksim/themes/ksim/mail/krell_mail_daemon.png
ksim-1.0.1a/ksim/themes/ksim/.cvsignore
ksim-1.0.1a/ksim/themes/ksim/Makefile.am
ksim-1.0.1a/ksim/themes/ksim/bg_chart.png
ksim-1.0.1a/ksim/themes/ksim/bg_grid.png
ksim-1.0.1a/ksim/themes/ksim/bg_meter.png
ksim-1.0.1a/ksim/themes/ksim/bg_panel.png
ksim-1.0.1a/ksim/themes/ksim/decal_net_leds.png
ksim-1.0.1a/ksim/themes/ksim/frame_bottom.png
ksim-1.0.1a/ksim/themes/ksim/frame_left.png
ksim-1.0.1a/ksim/themes/ksim/frame_right.png
ksim-1.0.1a/ksim/themes/ksim/frame_top.png
ksim-1.0.1a/ksim/themes/ksim/gkrellmrc
ksim-1.0.1a/ksim/themes/ksim/gkrellmrc_ksim
ksim-1.0.1a/ksim/themes/ksim/krell_meter.png
ksim-1.0.1a/ksim/themes/ksim/krell_panel.png
ksim-1.0.1a/ksim/themes/ksim/krell_slider.png
ksim-1.0.1a/ksim/themes/ksim/Makefile.in
ksim-1.0.1a/ksim/themes/.cvsignore
ksim-1.0.1a/ksim/themes/Makefile.am
ksim-1.0.1a/ksim/themes/Makefile.in
ksim-1.0.1a/aclocal.m4
ksim-1.0.1a/config.h.in
ksim-1.0.1a/BUGS
ksim-1.0.1a/ChangeLog
ksim-1.0.1a/autom4te.cache/
ksim-1.0.1a/autom4te.cache/requests
ksim-1.0.1a/autom4te.cache/output.0
ksim-1.0.1a/autom4te.cache/traces.0
ksim-1.0.1a/configure
ksim-1.0.1a/Makefile.in
ksim-1.0.1a/configure.in.in
ksim-1.0.1a/README
ksim-1.0.1a/subdirs
ksim-1.0.1a/stamp-h
ksim-1.0.1a/stamp-h.in
ksim-1.0.1a/admin/
ksim-1.0.1a/admin/ChangeLog
ksim-1.0.1a/admin/Makefile.common
ksim-1.0.1a/admin/acinclude.m4.in
ksim-1.0.1a/admin/am_edit
ksim-1.0.1a/admin/conf.change.pl
ksim-1.0.1a/admin/config.guess
ksim-1.0.1a/admin/config.pl
ksim-1.0.1a/admin/config.sub
ksim-1.0.1a/admin/configure.in.min
ksim-1.0.1a/admin/debianrules
ksim-1.0.1a/admin/depcomp
ksim-1.0.1a/admin/install-sh
ksim-1.0.1a/admin/libtool.m4.in
ksim-1.0.1a/admin/ltmain.sh
ksim-1.0.1a/admin/missing
ksim-1.0.1a/admin/mkinstalldirs
ksim-1.0.1a/admin/ylwrap
ksim-1.0.1a/admin/cvs-clean.pl
ksim-1.0.1a/admin/cvs.sh
ksim-1.0.1a/admin/Doxyfile.am
ksim-1.0.1a/admin/Doxyfile.global
ksim-1.0.1a/admin/compile
ksim-1.0.1a/admin/configure.in.bot.end
ksim-1.0.1a/admin/detect-autoconf.sh
ksim-1.0.1a/TODO
ksim-1.0.1a/configure.files
ksim-1.0.1a/configure.in
[djmons@localhost Ksim]$ cd ksim-1.0.1a
[djmons@localhost ksim-1.0.1a]$ ./configure
checking build system type... i686-pc-linux-gnu
checking host system type... i686-pc-linux-gnu
checking target system type... i686-pc-linux-gnu
checking for a BSD-compatible install... /usr/bin/install -c
checking for -p flag to install... yes
checking whether build environment is sane... yes
checking for gawk... gawk
checking whether make sets $(MAKE)... yes
checking for style of include used by make... GNU
checking for gcc... gcc
checking for C compiler default output... a.out
checking whether the C compiler works... yes
checking whether we are cross compiling... no
checking for suffix of executables...
checking for suffix of object files... o
checking whether we are using the GNU C compiler... yes
checking whether gcc accepts -g... yes
checking for gcc option to accept ANSI C... none needed
checking dependency style of gcc... gcc3
checking how to run the C preprocessor... gcc -E
checking for g++... g++
checking whether we are using the GNU C++ compiler... yes
checking whether g++ accepts -g... yes
checking dependency style of g++... gcc3
checking whether g++ supports -Wmissing-format-attribute... yes
checking whether g++ supports -Wundef... yes
checking whether g++ supports -Wno-long-long... yes
checking whether g++ supports -Wnon-virtual-dtor... yes
checking whether g++ supports -fno-exceptions... yes
checking whether g++ supports -fno-check-new... yes
checking whether g++ supports -fno-common... yes
checking whether g++ supports -fexceptions... yes
checking how to run the C++ preprocessor... g++ -E
not using lib directory suffix
checking for ld used by GCC... /usr/bin/ld
checking if the linker (/usr/bin/ld) is GNU ld... yes
checking for /usr/bin/ld option to reload object files... -r
checking for BSD-compatible nm... /usr/bin/nm -B
checking for a sed that does not truncate output...
checking whether ln -s works... yes
checking how to recognise dependant libraries... pass_all
checking for egrep... grep -E
checking for ANSI C header files... yes
checking for sys/types.h... yes
checking for sys/stat.h... yes
checking for stdlib.h... yes
checking for string.h... yes
checking for memory.h... yes
checking for strings.h... yes
checking for inttypes.h... yes
checking for stdint.h... yes
checking for unistd.h... yes
checking dlfcn.h usability... yes
checking dlfcn.h presence... yes
checking for dlfcn.h... yes
checking the maximum length of command line arguments... 32768
checking command to parse /usr/bin/nm -B output from gcc object... ok
checking for objdir... .libs
checking for ranlib... ranlib
checking for strip... strip
checking if gcc static flag works... no
checking if gcc supports -fno-rtti -fno-exceptions... no
checking for gcc option to produce PIC... -fPIC
checking if gcc PIC flag -fPIC works... yes
checking if gcc supports -c -o file.o... yes
checking whether the gcc linker (/usr/bin/ld) supports shared libraries... yes
checking whether -lc should be explicitly linked in... no
checking how to hardcode library paths into programs... immediate
checking whether stripping libraries is possible... yes
checking dynamic linker characteristics... GNU/Linux ld.so
checking if libtool supports shared libraries... yes
checking whether to build shared libraries... yes
checking whether to build static libraries... no
configure: creating libtool
appending configuration tag "CXX" to libtool
checking whether the g++ linker (/usr/bin/ld) supports shared libraries... yes
checking for g++ option to produce PIC... -fPIC
checking if g++ PIC flag -fPIC works... no
checking if g++ supports -c -o file.o... no
checking whether the g++ linker (/usr/bin/ld) supports shared libraries... yes
checking whether -lc should be explicitly linked in... yes
checking how to hardcode library paths into programs... immediate
checking whether stripping libraries is possible... yes
checking dynamic linker characteristics... GNU/Linux ld.so
appending configuration tag "GCJ" to libtool
checking if gcj supports -fno-rtti -fno-exceptions... (cached) no
checking for gcj option to produce PIC... -fPIC
checking if gcj PIC flag -fPIC works... no
checking if gcj supports -c -o file.o... no
checking whether the gcj linker (/usr/bin/ld) supports shared libraries... yes
checking whether -lc should be explicitly linked in... yes
checking how to hardcode library paths into programs... immediate
checking whether stripping libraries is possible... yes
checking dynamic linker characteristics... GNU/Linux ld.so
checking for msgfmt... /usr/bin/msgfmt
checking for gmsgfmt... /usr/bin/msgfmt
checking for xgettext... /usr/bin/xgettext
checking for strlcat... no
checking if strlcat needs custom prototype... yes - in libkdefakes
checking for strlcpy... no
checking if strlcpy needs custom prototype... yes - in libkdefakes
checking for main in -lutil... yes
checking for main in -lcompat... no
checking for crypt in -lcrypt... yes
checking for socklen_t... socklen_t
checking for dnet_ntoa in -ldnet... no
checking for dnet_ntoa in -ldnet_stub... no
checking for inet_ntoa... yes
checking for connect... yes
checking for remove... yes
checking for shmat... yes
checking crt_externs.h usability... no
checking crt_externs.h presence... no
checking for crt_externs.h... no
checking for _NSGetEnviron... no
checking for sys/types.h... (cached) yes
checking for stdint.h... (cached) yes
checking for poll in -lpoll... no
checking CoreAudio/CoreAudio.h usability... no
checking CoreAudio/CoreAudio.h presence... no
checking for CoreAudio/CoreAudio.h... no
checking if res_init needs -lresolv... yes
checking if res_init is available... yes
checking for killpg in -lucb... no
checking for int... yes
checking size of int... 4
checking for long... yes
checking size of long... 4
checking for char *... yes
checking size of char *... 4
checking for dlopen in -ldl... yes
checking for shl_unload in -ldld... no
checking for size_t... yes
checking size of size_t... 4
checking for unsigned long... yes
checking size of unsigned long... 4
checking sizeof size_t == sizeof unsigned long... yes
checking for vsnprintf... yes
checking for snprintf... yes
checking for X... libraries /usr/X11R6/lib, headers /usr/X11R6/include
checking for IceConnectionNumber in -lICE... yes
checking for libXext... yes
checking for pthread_create in -lpthread... yes
checking for extra includes... no
checking for extra libs... no
checking for libz... -lz
checking for libpng... -lpng -lz -lm
checking for libjpeg6b... no
checking for libjpeg... -ljpeg
checking for Qt... libraries /usr/lib/qt-3.3/lib, headers /usr/lib/qt-3.3/include using -mt
checking if Qt compiles without flags... no
checking for moc... /usr/lib/qt-3.3/bin/moc
checking for uic... /usr/lib/qt-3.3/bin/uic
checking whether uic supports -L ... yes
checking whether uic supports -nounload ... yes
checking if Qt needs -ljpeg... no
checking for rpath... yes
checking for KDE... libraries /usr/lib, headers /usr/include/kde
checking if UIC has KDE plugins available... yes
checking for KDE paths... defaults
checking for dcopidl... /usr/bin/dcopidl
checking for dcopidl2cpp... /usr/bin/dcopidl2cpp
checking for mcopidl... /usr/bin/mcopidl
checking for artsc-config... /usr/bin/artsc-config
checking for kde-config... /usr/bin/kde-config
checking for meinproc... /usr/bin/meinproc
checking for dirent.h that defines DIR... yes
checking for library containing opendir... none required
checking for ANSI C header files... (cached) yes
checking fcntl.h usability... yes
checking fcntl.h presence... yes
checking for fcntl.h... yes
checking sys/sysctl.h usability... yes
checking sys/sysctl.h presence... yes
checking for sys/sysctl.h... yes
checking sys/param.h usability... yes
checking sys/param.h presence... yes
checking for sys/param.h... yes
checking sys/time.h usability... yes
checking sys/time.h presence... yes
checking for sys/time.h... yes
checking for sys/types.h... (cached) yes
checking sys/user.h usability... yes
checking sys/user.h presence... yes
checking for sys/user.h... yes
checking sys/vmmeter.h usability... no
checking sys/vmmeter.h presence... no
checking for sys/vmmeter.h... no
checking sys/resource.h usability... yes
checking sys/resource.h presence... yes
checking for sys/resource.h... yes
checking vm/vmparam.h usability... no
checking vm/vmparam.h presence... no
checking for vm/vmparam.h... no
checking for unistd.h... (cached) yes
checking for setenv... yes
checking if setenv needs custom prototype... no
checking for unsetenv... yes
checking if unsetenv needs custom prototype... no
checking for getloadavg... yes
checking for totalhigh and totalfree in sysinfo... yes
checking for selectdevs in -ldevstat... no
checking mntent.h usability... yes
checking mntent.h presence... yes
checking for mntent.h... yes
checking sys/statvfs.h usability... yes
checking sys/statvfs.h presence... yes
checking for sys/statvfs.h... yes
checking sys/statfs.h usability... yes
checking sys/statfs.h presence... yes
checking for sys/statfs.h... yes
checking sys/vfs.h usability... yes
checking sys/vfs.h presence... yes
checking for sys/vfs.h... yes
checking sys/mount.h usability... yes
checking sys/mount.h presence... yes
checking for sys/mount.h... yes
checking sys/ucred.h usability... no
checking sys/ucred.h presence... no
checking for sys/ucred.h... no
checking sys/loadavg.h usability... no
checking sys/loadavg.h presence... no
checking for sys/loadavg.h... no
checking for statvfs... yes
checking if ksim should be compiled... yes
configure: creating ./config.status
fast creating Makefile
fast creating ksim/Makefile
fast creating ksim/library/Makefile
fast creating ksim/monitors/Makefile
fast creating ksim/monitors/cpu/Makefile
fast creating ksim/monitors/disk/Makefile
fast creating ksim/monitors/filesystem/Makefile
fast creating ksim/monitors/lm_sensors/Makefile
fast creating ksim/monitors/mail/Makefile
fast creating ksim/monitors/net/Makefile
fast creating ksim/pics/Makefile
fast creating ksim/pics/misc/Makefile
fast creating ksim/themes/Makefile
fast creating ksim/themes/ksim/Makefile
fast creating ksim/themes/ksim/host/Makefile
fast creating ksim/themes/ksim/mail/Makefile
config.status: creating config.h
config.status: executing depfiles commands

Good - your configure finished. Start make now

[djmons@localhost ksim-1.0.1a]$ make
cd . && /bin/sh /home/djmons/Ksim/ksim-1.0.1a/admin/missing --run autoheader
touch ./config.h.in
cd . && /bin/sh ./config.status config.h
config.status: creating config.h
config.status: config.h is unchanged
make all-recursive
make[1]: Entering directory `/home/djmons/Ksim/ksim-1.0.1a'
Making all in ksim
make[2]: Entering directory `/home/djmons/Ksim/ksim-1.0.1a/ksim'
Making all in themes
make[3]: Entering directory `/home/djmons/Ksim/ksim-1.0.1a/ksim/themes'
Making all in ksim
make[4]: Entering directory `/home/djmons/Ksim/ksim-1.0.1a/ksim/themes/ksim'
Making all in host
make[5]: Entering directory `/home/djmons/Ksim/ksim-1.0.1a/ksim/themes/ksim/host'
make[5]: Nothing to be done for `all'.
make[5]: Leaving directory `/home/djmons/Ksim/ksim-1.0.1a/ksim/themes/ksim/host'
Making all in mail
make[5]: Entering directory `/home/djmons/Ksim/ksim-1.0.1a/ksim/themes/ksim/mail'
make[5]: Nothing to be done for `all'.
make[5]: Leaving directory `/home/djmons/Ksim/ksim-1.0.1a/ksim/themes/ksim/mail'
make[5]: Entering directory `/home/djmons/Ksim/ksim-1.0.1a/ksim/themes/ksim'
make[5]: Nothing to be done for `all-am'.
make[5]: Leaving directory `/home/djmons/Ksim/ksim-1.0.1a/ksim/themes/ksim'
make[4]: Leaving directory `/home/djmons/Ksim/ksim-1.0.1a/ksim/themes/ksim'
make[4]: Entering directory `/home/djmons/Ksim/ksim-1.0.1a/ksim/themes'
make[4]: Nothing to be done for `all-am'.
make[4]: Leaving directory `/home/djmons/Ksim/ksim-1.0.1a/ksim/themes'
make[3]: Leaving directory `/home/djmons/Ksim/ksim-1.0.1a/ksim/themes'
Making all in library
make[3]: Entering directory `/home/djmons/Ksim/ksim-1.0.1a/ksim/library'
/usr/lib/qt-3.3/bin/moc ./common.h -o common.moc
./common.h:0: Warning: No relevant classes found. No output generated.
source='common.cpp' object='common.lo' libtool=yes \
depfile='.deps/common.Plo' tmpdepfile='.deps/common.TPlo' \
depmode=gcc3 /bin/sh ../../admin/depcomp \
/bin/sh ../../libtool --silent --mode=compile --tag=CXX g++ -DHAVE_CONFIG_H -I. -I. -I../.. -I/usr/include/kde -I/usr/lib/qt-3.3/include -I/usr/X11R6/include -DQT_THREAD_SUPPORT -D_REENTRANT -Wnon-virtual-dtor -Wno-long-long -Wundef -Wall -pedantic -W -Wpointer-arith -Wmissing-prototypes -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 -DQT_CLEAN_NAMESPACE -DQT_NO_ASCII_CAST -c -o common.lo `test -f 'common.cpp' || echo './'`common.cpp
cc1plus: warning: command line option "-Wmissing-prototypes" is valid for Ada/C/ObjC but not for C++
In file included from common.cpp:20:
common.h:133: error: extra `;'
In file included from common.cpp:27:
./themeloader.h:508: error: extra `;'
In file included from common.cpp:28:
themetypes.h:79: error: extra `;'
themetypes.h:80: error: extra `;'
In file included from common.cpp:29:
../baselist.h:96: error: extra `;'
make[3]: *** [common.lo] Error 1
make[3]: Leaving directory `/home/djmons/Ksim/ksim-1.0.1a/ksim/library'
make[2]: *** [all-recursive] Error 1
make[2]: Leaving directory `/home/djmons/Ksim/ksim-1.0.1a/ksim'
make[1]: *** [all-recursive] Error 1
make[1]: Leaving directory `/home/djmons/Ksim/ksim-1.0.1a'
make: *** [all] Error 2
 
  


Reply


Thread Tools Search this Thread
Search this Thread:

Advanced Search

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is Off
HTML code is Off



Similar Threads
Thread Thread Starter Forum Replies Last Post
fc3 to fc4 nicdaug Fedora 7 01-13-2006 08:12 AM
FC4 vs FC3 UmneyDurak Fedora 19 01-10-2006 10:17 AM
FC3 to FC4 anilbh Fedora 3 11-02-2005 10:59 AM
FC3 kernel in FC4 paddyjoy Linux - Newbie 3 06-21-2005 02:20 AM
fc3 to fc4 bluknight43 Linux - Software 3 05-12-2005 10:12 AM

LinuxQuestions.org > Forums > Linux Forums > Linux - Software

All times are GMT -5. The time now is 05:40 AM.

Main Menu
Advertisement
My LQ
Write for LQ
LinuxQuestions.org is looking for people interested in writing Editorials, Articles, Reviews, and more. If you'd like to contribute content, let us know.
Main Menu
Syndicate
RSS1  Latest Threads
RSS1  LQ News
Twitter: @linuxquestions
Open Source Consulting | Domain Registration