Welcome to Linux Forums! With a comprehensive Linux Forum, information on various types of Linux software and many Linux Reviews articles, we have all the knowledge you need a click away, or accessible via our knowledgeable members.
Find the answer to your Linux question:
New to Linux Forums? Register here for free!
    Linux Forums > GNU Linux Zone > Linux Applications > Troubles with KISO installing

Forgot Password?
 Linux Applications   I cant get "X" app to work... also discussion about linux programs.

Site Navigation
Linux Articles
Linux Forums
Linux Downloads
Linux Hosting
Free Magazines
Job Board
IRC Chat
RSS Feeds


Linux Forum Topics
Linux Forums
Your Distro
Linux Resources
GNU Linux Zone
The Community
Reply
 
Thread Tools Display Modes
Old 03-07-2007   #1 (permalink)
Just Joined!
 
Join Date: Feb 2007
Posts: 15
Question Troubles with KISO installing

Hi pp! I have some troubles with KISO installing. I made ./configure and got the below message.


checking for remove... yes
checking for shmat... yes
checking for sys/types.h... (cached) yes
checking for stdint.h... (cached) yes
checking sys/bitypes.h usability... yes
checking sys/bitypes.h presence... yes
checking for sys/bitypes.h... yes
checking for poll in -lpoll... no
checking Carbon/Carbon.h usability... no
checking Carbon/Carbon.h presence... no
checking for Carbon/Carbon.h... 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 for res_init... yes
checking if res_init needs custom prototype... no
checking for killpg in -lucb... no
checking for int... yes
checking size of int... 4
checking for short... yes
checking size of short... 2
checking for long... yes
checking size of long... 4
checking for char *... yes
checking size of char *... 4
checking for dlopen in -ldl... (cached) 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 crt_externs.h usability... no
checking crt_externs.h presence... no
checking for crt_externs.h... no
checking for _NSGetEnviron... no
checking for vsnprintf... yes
checking for snprintf... yes
checking for X... libraries /usr/lib, headers .
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 perl... /usr/bin/perl
checking for Qt... libraries /usr/lib/qt3//lib, headers /usr/lib/qt3//include using -mt
checking for moc... /usr/lib/qt3//bin/moc
checking for uic... /usr/lib/qt3//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
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 meinproc... /usr/bin/meinproc
checking for kconfig_compiler... /usr/bin/kconfig_compiler
checking for dcopidlng... /usr/bin/dcopidlng
checking for xmllint... /usr/bin/xmllint
checking whether byte ordering is bigendian... no
checking for MAXPATHLEN... 4096
checking if doc should be compiled... yes
checking if po should be compiled... yes
checking if src should be compiled... yes
configure: creating ./config.status
fast creating Makefile
fast creating doc/Makefile
fast creating doc/de/Makefile
fast creating doc/en/Makefile
fast creating po/Makefile
fast creating src/Makefile
config.pl: fast created 6 file(s).
config.status: creating config.h
config.status: config.h is unchanged
config.status: executing depfiles commands

Then I started "make" and got the below message.

[root@mircea kiso-0.8.3]# make
make all-recursive
make[1]: Entering directory `/home/mircea/Загрузка/kiso-0.8.3/kiso-0.8.3'
Making all in doc
make[2]: Entering directory `/home/mircea/Загрузка/kiso-0.8.3/kiso-0.8.3/doc'
Making all in .
make[3]: Entering directory `/home/mircea/Загрузка/kiso-0.8.3/kiso-0.8.3/doc'
make[3]: Цель `all-am' не требует выполнения команд.
make[3]: Leaving directory `/home/mircea/Загрузка/kiso-0.8.3/kiso-0.8.3/doc'
Making all in en
make[3]: Entering directory `/home/mircea/Загрузка/kiso-0.8.3/kiso-0.8.3/doc/en'
make[3]: Цель `all' не требует выполнения команд.
make[3]: Leaving directory `/home/mircea/Загрузка/kiso-0.8.3/kiso-0.8.3/doc/en'
Making all in de
make[3]: Entering directory `/home/mircea/Загрузка/kiso-0.8.3/kiso-0.8.3/doc/de'
make[3]: Цель `all' не требует выполнения команд.
make[3]: Leaving directory `/home/mircea/Загрузка/kiso-0.8.3/kiso-0.8.3/doc/de'
make[2]: Leaving directory `/home/mircea/Загрузка/kiso-0.8.3/kiso-0.8.3/doc'
Making all in po
make[2]: Entering directory `/home/mircea/Загрузка/kiso-0.8.3/kiso-0.8.3/po'
make[2]: Цель `all' не требует выполнения команд.
make[2]: Leaving directory `/home/mircea/Загрузка/kiso-0.8.3/kiso-0.8.3/po'
Making all in src
make[2]: Entering directory `/home/mircea/Загрузка/kiso-0.8.3/kiso-0.8.3/src'
if g++ -DHAVE_CONFIG_H -I. -I. -I.. -I/usr/lib/qt3//include -I. -DQT_THREAD_SUPPORT -D_REENTRANT -Wnon-virtual-dtor -Wno-long-long -Wundef -ansi -D_XOPEN_SOURCE=500 -D_BSD_SOURCE -Wcast-align -Wconversion -Wchar-subscripts -Wall -W -Wpointer-arith -Wwrite-strings -O2 -Wformat-security -Wmissing-format-attribute -fno-exceptions -fno-check-new -fno-common -MT kiso.o -MD -MP -MF ".deps/kiso.Tpo" -c -o kiso.o kiso.cpp; \
then mv -f ".deps/kiso.Tpo" ".deps/kiso.Po"; else rm -f ".deps/kiso.Tpo"; exit 1; fi
kiso.cpp: In member function ‘virtual void Mainform::showdrive()’:
kiso.cpp:3594: error: ‘scsi_mmc_cdb_t’ was not declared in this scope
kiso.cpp:3594: error: expected `;' before ‘cdb’
kiso.cpp:3596: error: ‘cdb’ was not declared in this scope
kiso.cpp:3601: error: ‘scsi_mmc_run_cmd’ was not declared in this scope
make[2]: *** [kiso.o] Ошибка 1
make[2]: Leaving directory `/home/mircea/Загрузка/kiso-0.8.3/kiso-0.8.3/src'
make[1]: *** [all-recursive] Ошибка 1
make[1]: Leaving directory `/home/mircea/Загрузка/kiso-0.8.3/kiso-0.8.3'
make: *** [all] Ошибка 2

Can somebody help me please?
PS: This word "Ошибка" means ERROR.
mircea2712 is offline  


Reply With Quote
Reply


Currently Active Users Viewing This Thread: 1 (0 members and 1 guests)
 
Thread Tools
Display Modes

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 On
HTML code is Off
Trackbacks are Off
Pingbacks are Off
Refbacks are Off

Free Magazines
Run Your Own Web Server Using Linux & Apache - Free 191 Page Preview
Learn about everything you'll need to build and maintain your Linux servers, and to deploy Web applications to them.
subscribe
Open Source Security Myths Dispelled
Dispel the five major myths surrounding Open Source Security and gain the tools necessary to make a truly informed decision for your IT organization
subscribe
InformationWeek
InformationWeek is the only newsweekly you'll need to stay on top of the latest developments in information technology.
subscribe



All times are GMT. The time now is 07:49 AM.






© 2000 - 2009 - All Rights Reserved - Property of  MAS Media

Content Relevant URLs by vBSEO 3.3.0 RC2