|
From: arun s. <mai...@gm...> - 2009-03-16 16:19:07
|
I just did.\cofigure during valkyrie installation and got the following
output
checking for a BSD-compatible install... /usr/bin/install -c
checking whether build environment is sane... yes
checking for a thread-safe mkdir -p... /bin/mkdir -p
checking for gawk... gawk
checking whether make sets $(MAKE)... yes
checking for style of include used by make... GNU
checking for g++... g++
checking for C++ compiler default output file name... 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 g++ accepts -g... yes
checking dependency style of g++... gcc3
checking for gcc... gcc
checking whether we are using the GNU C compiler... yes
checking whether gcc accepts -g... yes
checking for gcc option to accept ISO C89... none needed
checking dependency style of gcc... gcc3
checking how to run the C preprocessor... gcc -E
checking for X... libraries , headers
checking for gethostbyname... yes
checking for connect... yes
checking for remove... yes
checking for shmat... yes
checking for IceConnectionNumber in -lICE... yes
checking for Qt... yes:
QT_CXXFLAGS=-I/usr/include/qt3 -DQT_THREAD_SUPPORT
QT_DIR=
QT_LIBS=-L/usr/lib -lqt-mt -lSM -lICE -lX11 -lXext -lXmu -lXt -lXi
QT_UIC=/usr/bin/uic
QT_MOC=/usr/bin/moc
checking correct functioning of Qt installation... success
checking for valgrind... /usr/local/bin/valgrind
checking valgrind version (need >= 3.4.0)... 3.4.1
checking for emacs... /usr/bin/emacs
checking whether ln -s works... yes
checking for gcc... (cached) gcc
checking whether we are using the GNU C compiler... (cached) yes
checking whether gcc accepts -g... (cached) yes
checking for gcc option to accept ISO C89... (cached) none needed
checking dependency style of gcc... (cached) gcc3
checking how to run the C preprocessor... gcc -E
checking whether we are using the GNU C++ compiler... (cached) yes
checking whether g++ accepts -g... (cached) yes
checking dependency style of g++... (cached) gcc3
checking for ranlib... ranlib
checking for perl... /usr/bin/perl
checking for grep that handles long lines and -e... /bin/grep
checking for egrep... /bin/grep -E
checking for ANSI C header files... yes
checking for sys/wait.h that is POSIX.1 compatible... 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 fcntl.h usability... yes
checking fcntl.h presence... yes
checking for fcntl.h... yes
checking limits.h usability... yes
checking limits.h presence... yes
checking for limits.h... yes
checking malloc.h usability... yes
checking malloc.h presence... yes
checking for malloc.h... yes
checking for stdlib.h... (cached) yes
checking for string.h... (cached) yes
checking for unistd.h... (cached) yes
checking for stdbool.h that conforms to C99... yes
checking for _Bool... yes
checking for an ANSI C-conforming const... yes
checking for inline... inline
checking for off_t... yes
checking for pid_t... yes
checking for size_t... yes
checking whether time.h and sys/time.h may both be included... yes
checking for working alloca.h... yes
checking for alloca... yes
checking for error_at_line... yes
checking vfork.h usability... no
checking vfork.h presence... no
checking for vfork.h... no
checking for fork... yes
checking for vfork... yes
checking for working fork... yes
checking for working vfork... (cached) yes
checking whether gcc needs -traditional... no
checking for stdlib.h... (cached) yes
checking for GNU libc compatible malloc... yes
checking for stdlib.h... (cached) yes
checking for GNU libc compatible realloc... yes
checking sys/select.h usability... yes
checking sys/select.h presence... yes
checking for sys/select.h... yes
checking sys/socket.h usability... yes
checking sys/socket.h presence... yes
checking for sys/socket.h... yes
checking types of arguments for select... int,fd_set *,struct timeval *
checking return type of signal handlers... void
checking whether lstat dereferences a symlink specified with a trailing
slash... yes
checking whether stat accepts an empty string... no
checking for vprintf... yes
checking for _doprnt... no
checking for dup2... yes
checking for memset... yes
checking for mkdir... yes
checking for select... yes
checking for socket... yes
checking for strchr... yes
checking for strrchr... yes
configure: creating ./config.status
config.status: creating Makefile
config.status: creating valkyrie/Makefile
config.status: creating vk_logmerge/Makefile
config.status: creating vk_logmerge/tests/Makefile
config.status: creating doc/Makefile
config.status: creating doc/images/Makefile
config.status: creating tests/Makefile
config.status: creating config.h
config.status: config.h is unchanged
config.status: executing depfiles commands
I don't know what is wrong because when i give make command, i get the
following errors.
make all-recursive
make[1]: Entering directory `/home/arun/Desktop/valkyrie-1.4.0'
Making all in valkyrie
make[2]: Entering directory `/home/arun/Desktop/valkyrie-1.4.0/valkyrie'
make all-am
make[3]: Entering directory `/home/arun/Desktop/valkyrie-1.4.0/valkyrie'
g++ -DHAVE_CONFIG_H -I. -I.. -pipe -O0 -g -W -Wall -Wno-non-virtual-dtor
-Wundef -Wredundant-decls -Wno-unreachable-code -fno-inline -D_REENTRANT
-I./help -I./core -I./options -I./tool_views -I./tool_utils -I./../icons
-I/usr/X11R6/include -I/mkspecs/linux-g++ -I/usr/include/qt3
-DQT_THREAD_SUPPORT -g -O2 -MT valkyrie-vk_process.o -MD -MP -MF
.deps/valkyrie-vk_process.Tpo -c -o valkyrie-vk_process.o `test -f
'tool_utils/vk_process.cpp' || echo './'`tool_utils/vk_process.cpp
tool_utils/vk_process.cpp:21:27: error: qplatformdefs.h: No such file or
directory
tool_utils/vk_process.cpp:55: error: ‘QT_SIGNAL_RETTYPE’ does not name a
type
tool_utils/vk_process.cpp:302: error: ‘QT_SIGNAL_RETTYPE’ does not name a
type
tool_utils/vk_process.cpp: In constructor
‘VKProcessManager::VKProcessManager()’:
tool_utils/vk_process.cpp:327: error: ‘::socketpair’ has not been declared
tool_utils/vk_process.cpp:327: error: ‘AF_UNIX’ was not declared in this
scope
tool_utils/vk_process.cpp:327: error: ‘SOCK_STREAM’ was not declared in this
scope
tool_utils/vk_process.cpp:350: error: ‘qt_C_sigchldHnd’ was not declared in
this scope
tool_utils/vk_process.cpp:363: error: ‘QT_SIGNAL_IGNORE’ was not declared in
this scope
tool_utils/vk_process.cpp: In member function ‘void
VKProcessManager::sigchldHnd(int)’:
tool_utils/vk_process.cpp:474: error: ‘::ioctl’ has not been declared
tool_utils/vk_process.cpp:474: error: ‘FIONREAD’ was not declared in this
scope
tool_utils/vk_process.cpp:483: error: ‘::ioctl’ has not been declared
tool_utils/vk_process.cpp:483: error: ‘FIONREAD’ was not declared in this
scope
tool_utils/vk_process.cpp:492: error: ‘::ioctl’ has not been declared
tool_utils/vk_process.cpp:492: error: ‘FIONREAD’ was not declared in this
scope
tool_utils/vk_process.cpp:527: error: ‘::waitpid’ has not been declared
tool_utils/vk_process.cpp: In member function ‘VKMembuf*
VKProcess::membufFDout()’:
tool_utils/vk_process.cpp:1363: error: ‘::ioctl’ has not been declared
tool_utils/vk_process.cpp:1363: error: ‘FIONREAD’ was not declared in this
scope
tool_utils/vk_process.cpp: In member function ‘VKMembuf*
VKProcess::membufStdout()’:
tool_utils/vk_process.cpp:1384: error: ‘::ioctl’ has not been declared
tool_utils/vk_process.cpp:1384: error: ‘FIONREAD’ was not declared in this
scope
tool_utils/vk_process.cpp: In member function ‘VKMembuf*
VKProcess::membufStderr()’:
tool_utils/vk_process.cpp:1405: error: ‘::ioctl’ has not been declared
tool_utils/vk_process.cpp:1405: error: ‘FIONREAD’ was not declared in this
scope
tool_utils/vk_process.cpp: In member function ‘virtual bool
VKProcess::start(QStringList*)’:
tool_utils/vk_process.cpp:1470: error: ‘::socketpair’ has not been declared
tool_utils/vk_process.cpp:1470: error: ‘AF_UNIX’ was not declared in this
scope
tool_utils/vk_process.cpp:1470: error: ‘SOCK_STREAM’ was not declared in
this scope
tool_utils/vk_process.cpp:1478: error: ‘::socketpair’ has not been declared
tool_utils/vk_process.cpp:1478: error: ‘AF_UNIX’ was not declared in this
scope
tool_utils/vk_process.cpp:1478: error: ‘SOCK_STREAM’ was not declared in
this scope
tool_utils/vk_process.cpp:1490: error: ‘::socketpair’ has not been declared
tool_utils/vk_process.cpp:1490: error: ‘AF_UNIX’ was not declared in this
scope
tool_utils/vk_process.cpp:1490: error: ‘SOCK_STREAM’ was not declared in
this scope
tool_utils/vk_process.cpp:1506: error: ‘::socketpair’ has not been declared
tool_utils/vk_process.cpp:1506: error: ‘AF_UNIX’ was not declared in this
scope
tool_utils/vk_process.cpp:1506: error: ‘SOCK_STREAM’ was not declared in
this scope
tool_utils/vk_process.cpp:1526: error: ‘::socketpair’ has not been declared
tool_utils/vk_process.cpp:1526: error: ‘AF_UNIX’ was not declared in this
scope
tool_utils/vk_process.cpp:1526: error: ‘SOCK_STREAM’ was not declared in
this scope
tool_utils/vk_process.cpp:1631: error: ‘::fcntl’ has not been declared
tool_utils/vk_process.cpp:1631: error: ‘F_SETFD’ was not declared in this
scope
tool_utils/vk_process.cpp:1631: error: ‘FD_CLOEXEC’ was not declared in this
scope
tool_utils/vk_process.cpp:1749: error: ‘::waitpid’ has not been declared
tool_utils/vk_process.cpp:1773: error: ‘F_GETFL’ was not declared in this
scope
tool_utils/vk_process.cpp:1773: error: ‘fcntl’ was not declared in this
scope
tool_utils/vk_process.cpp:1774: error: ‘F_SETFL’ was not declared in this
scope
tool_utils/vk_process.cpp:1774: error: ‘O_NONBLOCK’ was not declared in this
scope
tool_utils/vk_process.cpp:1789: error: ‘F_GETFL’ was not declared in this
scope
tool_utils/vk_process.cpp:1789: error: ‘fcntl’ was not declared in this
scope
tool_utils/vk_process.cpp:1790: error: ‘F_SETFL’ was not declared in this
scope
tool_utils/vk_process.cpp:1790: error: ‘O_NONBLOCK’ was not declared in this
scope
tool_utils/vk_process.cpp: In member function ‘bool VKProcess::isRunning()
const’:
tool_utils/vk_process.cpp:1911: error: ‘::waitpid’ has not been declared
make[3]: *** [valkyrie-vk_process.o] Error 1
make[3]: Leaving directory `/home/arun/Desktop/valkyrie-1.4.0/valkyrie'
make[2]: *** [all] Error 2
make[2]: Leaving directory `/home/arun/Desktop/valkyrie-1.4.0/valkyrie'
make[1]: *** [all-recursive] Error 1
make[1]: Leaving directory `/home/arun/Desktop/valkyrie-1.4.0'
make: *** [all] Error 2
please help me out man
regards
Arun
|
|
From: Colin M. <col...@pi...> - 2009-03-16 17:21:19
|
arun shyam wrote: > I just did.\cofigure during valkyrie installation and got the > following output > > > tool_utils/vk_process.cpp:21:27: error: qplatformdefs.h: No such file or directory Looks like the qt development headers weren't installed (or not in the search path). HTH, Colin S. Miller |