主题 : 找了很多资料,但还是麻烦大家看一看Build-konq阶段Qt (>= Qt 2.2.2) (library qte) not found. 错误 复制链接 | 浏览器收藏 | 打印
级别: 新手上路
UID: 32609
精华: 0
发帖: 13
金钱: 65 两
威望: 13 点
综合积分: 26 分
注册时间: 2010-11-18
最后登录: 2017-09-13
楼主  发表于: 2011-08-03 09:27

 找了很多资料,但还是麻烦大家看一看Build-konq阶段Qt (>= Qt 2.2.2) (library qte) not found. 错误

在按照手册里编译QT的时候,我分两阶段来的。分别是build和build-konq。
build阶段也出现很多错误,但是最后都解决了。
现在在build-konq阶段,一直提示Qt (>= Qt 2.2.2) (library qte) not found. Please check your installation错误。
看了下build-konq,它是source了下面这个环境变量
  1 export QPEDIR=/opt/FriendlyARM/mini2440/x86-qtopia/qtopia-2.2.0-FriendlyARM/    qtopia
  2 export QTOPIA_DEPOT_PATH=/opt/FriendlyARM/mini2440/x86-qtopia/qtopia-2.2.0-F    riendlyARM/qtopia
  3 export QTDIR=/opt/FriendlyARM/mini2440/x86-qtopia/qtopia-2.2.0-FriendlyARM/q    t2
  4 export DQTDIR=/opt/FriendlyARM/mini2440/x86-qtopia/qtopia-2.2.0-FriendlyARM/    dqt
  5 export TMAKEDIR=/opt/FriendlyARM/mini2440/x86-qtopia/qtopia-2.2.0-FriendlyAR    M/tmake
  6 export TMAKEPATH=$TMAKEDIR/lib/qws/linux-generic-g++
  7 export PATH=$QPEDIR/bin:$QTDIR/bin:$DQTDIR/bin:$PATH
  8 export LD_LIBRARY_PATH=$QPEDIR/lib:$QTDIR/lib:$DQTDIR/lib:$LD_LIBRARY_PATH
这个也是没问题的,找了很多资料,实在找不到,所以到这里请求大家指导,谢谢。
我用的都是友善提供的工具。

(...因字数有限,省略上面部分)
konq/konq-embed/kdesrc/kio/Makefile.in
konq/konq-embed/kdesrc/kio/ftp.h
konq/konq-embed/kdesrc/kio/ioslave_defaults.h
konq/konq-embed/kdesrc/kio/authinfo.h
konq/konq-embed/kdesrc/kio/connection.h
konq/konq-embed/kdesrc/kio/Makefile.am
konq/konq-embed/kdesrc/kio/http/
konq/konq-embed/kdesrc/kio/http/Makefile.in
konq/konq-embed/kdesrc/kio/http/http.h
konq/konq-embed/kdesrc/kio/http/http.cc
konq/konq-embed/kdesrc/kio/http/Makefile.am
konq/konq-embed/kdesrc/kio/http/kcookiejar/
konq/konq-embed/kdesrc/kio/http/kcookiejar/Makefile.in
konq/konq-embed/kdesrc/kio/http/kcookiejar/kcookiejar.h
konq/konq-embed/kdesrc/kio/http/kcookiejar/Makefile.am
konq/konq-embed/kdesrc/kio/http/kcookiejar/kcookiejar.cpp
konq/konq-embed/kdesrc/kio/http/kcookiejar/kcookieserver.cpp
konq/konq-embed/kdesrc/kio/http/kcookiejar/kcookieserver_skel.cpp
konq/konq-embed/kdesrc/kio/http/kcookiejar/kcookiewin.cpp
konq/konq-embed/kdesrc/kio/http/kcookiejar/kcookiewin.h
konq/konq-embed/kdesrc/kio/http/kcookiejar/kcookieserver.h
konq/konq-embed/kdesrc/kio/http/http_cache_cleaner.cpp
konq/konq-embed/kdesrc/kio/connection.cpp
konq/konq-embed/kdesrc/kio/ftp.cc
konq/konq-embed/kdesrc/kio/slaveinterface.h
konq/konq-embed/kdesrc/kio/tcpslavebase.h
konq/konq-embed/kdesrc/kio/http_slave_defaults.h
konq/konq-embed/kdesrc/kio/authinfo.cpp
konq/konq-embed/kdesrc/kio/slaveinterface.cpp
konq/konq-embed/kdesrc/kio/slaveconfig.h
konq/konq-embed/kdesrc/kio/tcpslavebase.cpp
konq/konq-embed/kdesrc/kio/global.h
konq/konq-embed/kdesrc/kparts/
konq/konq-embed/kdesrc/kparts/Makefile.in
konq/konq-embed/kdesrc/kparts/event.h
konq/konq-embed/kdesrc/kparts/browserextension.h
konq/konq-embed/kdesrc/kparts/browserextension.cpp
konq/konq-embed/kdesrc/kparts/Makefile.am
konq/konq-embed/kdesrc/kparts/factory.h
konq/konq-embed/kdesrc/kparts/partmanager.cpp
konq/konq-embed/kdesrc/kparts/partmanager.h
konq/konq-embed/kdesrc/kparts/factory.cpp
konq/konq-embed/kdesrc/kparts/event.cpp
konq/konq-embed/ChangeLog
konq/konq-embed/helpers/
konq/konq-embed/helpers/cgi/
konq/konq-embed/helpers/cgi/cgiparam
konq/konq-embed/helpers/protocols/
konq/konq-embed/helpers/protocols/data
konq/konq-embed/helpers/protocols/cache
konq/konq-embed/helpers/filters/
konq/konq-embed/helpers/filters/zipfilter
konq/konq-embed/helpers/filters/rtf2html
konq/konq-embed/helpers/filters/ppt2html
konq/konq-embed/helpers/filters/tbzlist
konq/konq-embed/helpers/filters/xls2html
konq/konq-embed/helpers/filters/ziplist
konq/konq-embed/helpers/filters/text2html
konq/konq-embed/helpers/filters/tgzlist
konq/konq-embed/helpers/filters/tgzfilter
konq/konq-embed/helpers/filters/tbzfilter
konq/konq-embed/helpers/filters/tsv2html
konq/konq-embed/configure.in.in
konq/konq-embed/konq.pro
konq/konq-embed/VERSION
konq/konq-embed/README
konq/konq-embed/TODO
konq/konq-embed/khtmlrc
konq/konq-embed/ipkg/
konq/konq-embed/ipkg/Makefile.in
konq/konq-embed/ipkg/Makefile.am
konq/konq-embed/ipkg/configure.in.in
konq/konq-embed/ipkg/konq-embedrc.in
konq/konq-embed/ipkg/control.in
konq/konq-embed/ipkg/mkipkg
konq/konq-embed/ipkg/preinst.in
konq/konq-embed/ipkg/konqe-build
konq/konq-embed/prepare_kde_src
konq/konq-embed/win32/
konq/konq-embed/win32/ksock.h
konq/konq-embed/win32/pipe.h
konq/konq-embed/win32/fixmocfiles.zsh
konq/konq-embed/win32/syslog.h
konq/konq-embed/win32/pcreposix.pro
konq/konq-embed/win32/connection.h
konq/konq-embed/win32/pcre.pro
konq/konq-embed/win32/arpa/
konq/konq-embed/win32/arpa/nameser.h
konq/konq-embed/win32/arpa/inet.h
konq/konq-embed/win32/regex.h
konq/konq-embed/win32/launcher.cpp
konq/konq-embed/win32/sys/
konq/konq-embed/win32/sys/wait.h
konq/konq-embed/win32/sys/signal.h
konq/konq-embed/win32/sys/resource.h
konq/konq-embed/win32/sys/un.h
konq/konq-embed/win32/sys/param.h
konq/konq-embed/win32/sys/socket.h
konq/konq-embed/win32/sys/times.h
konq/konq-embed/win32/sys/time.h
konq/konq-embed/win32/connection.cpp
konq/konq-embed/win32/win32prepare.sh
konq/konq-embed/win32/unistd.h
konq/konq-embed/win32/netdb.h
konq/konq-embed/win32/kextsock.h
konq/konq-embed/win32/config.h
konq/konq-embed/win32/resolver.h
konq/konq-embed/win32/autolock.h
konq/konq-embed/win32/dcopclient.cpp
konq/konq-embed/win32/utime.h
konq/konq-embed/win32/pipe.cpp
konq/konq-embed/win32/resolver.cpp
konq/konq-embed/win32/pwd.h
konq/konq-embed/win32/netinet/
konq/konq-embed/win32/netinet/tcp.h
konq/konq-embed/win32/netinet/in.h
konq/konq-embed/win32/resolv.h
konq/konq-embed/win32/patches/
konq/konq-embed/win32/patches/kcookiejar_patch.txt
konq/konq-embed/win32/patches/khtml_xml_dom_stringimpl_patch.txt
konq/konq-embed/win32/patches/kdecore_ktempfile_patch.txt
konq/konq-embed/win32/patches/khtml_misc_decoder_patch.txt
konq/konq-embed/win32/patches/khtml_css_cssparser_h_patch.txt
konq/konq-embed/win32/patches/khtml_dom_html_document_patch.txt
konq/konq-embed/win32/patches/khtml_html_formimpl_patch.txt
konq/konq-embed/win32/patches/khtml_rendering_render_style_patch.txt
konq/konq-embed/win32/patches/kstddirs_patch.txt
konq/konq-embed/win32/patches/khtml_khtmlview_patch.txt
konq/konq-embed/win32/patches/kio_slaveinterface_patch.txt
konq/konq-embed/win32/patches/khtml_dom_node_patch.txt
konq/konq-embed/win32/patches/khtml_rendering_render_form_patch.txt
konq/konq-embed/win32/patches/kurl_patch.txt
konq/konq-embed/win32/patches/khtml_khtml_part_patch.txt
konq/konq-embed/win32/patches/kio_global_patch.txt
konq/konq-embed/win32/patches/khtml_html_htmltokenizer_patch.txt
konq/konq-embed/win32/patches/khtml_cssparser_patch.txt
konq/konq-embed/win32/patches/khtml_khtml_pagecache_patch.txt
konq/konq-embed/win32/patches/kmdcodec_patch.txt
konq/konq-embed/win32/patches/kcharsets_patch.txt
konq/konq-embed/win32/patches/khtml_misc_helper_patch.txt
konq/konq-embed/win32/patches/khtml_misc_khtmllayout_patch.txt
konq/konq-embed/win32/patches/khtml_html_htmlparser_cpp_patch.txt
konq/konq-embed/win32/patches/khtml_cssstyleselector_patch.txt
konq/konq-embed/win32/patches/khtml_html_htmlparser_h_patch.txt
konq/konq-embed/win32/patches/khtml_rendering_render_table_patch.txt
konq/konq-embed/win32/patches/kdecore_kentities_patch.txt
konq/konq-embed/win32/patches/kio_http_patch.txt
konq/konq-embed/win32/patches/kio_authinfo_patch.txt
konq/konq-embed/win32/tcpslavebase.h
konq/konq-embed/win32/channel.h
konq/konq-embed/win32/unixhacks.cpp
konq/konq-embed/win32/channel.cpp
konq/konq-embed/win32/dirent.h
konq/konq-embed/win32/netsupp.h
konq/konq-embed/win32/dcopdispatcher.cpp
konq/konq-embed/win32/tcpslavebase.cpp
konq/konq-embed/Makefile.cvs
konq/konq-embed/src/
konq/konq-embed/src/Makefile.in
konq/konq-embed/src/htmlview.cc
konq/konq-embed/src/bookmarkeditorimpl.h
konq/konq-embed/src/preferences.ui
konq/konq-embed/src/defaults.h
konq/konq-embed/src/run.h
konq/konq-embed/src/mainwindowbase.cc
konq/konq-embed/src/preferences.h
konq/konq-embed/src/Makefile.am
konq/konq-embed/src/bookmarkedit.ui
konq/konq-embed/src/bookmarkeditimpl.cc
konq/konq-embed/src/mainwindowbase.h
konq/konq-embed/src/bookmarkeditor.h
konq/konq-embed/src/mainwindow_x11.h
konq/konq-embed/src/bookmarkeditorimpl.cc
konq/konq-embed/src/bookmarkedit.h
konq/konq-embed/src/pics/
konq/konq-embed/src/pics/print.xpm
konq/konq-embed/src/pics/new.xpm
konq/konq-embed/src/pics/bookmark_add.xpm
konq/konq-embed/src/pics/viewmag.xpm
konq/konq-embed/src/pics/configure.xpm
konq/konq-embed/src/pics/find.xpm
konq/konq-embed/src/pics/forward.xpm
konq/konq-embed/src/pics/unlock.xpm
konq/konq-embed/src/pics/windows.xpm
konq/konq-embed/src/pics/file_broken.xpm
konq/konq-embed/src/pics/stop.xpm
konq/konq-embed/src/pics/images_display.xpm
konq/konq-embed/src/pics/menu.xpm
konq/konq-embed/src/pics/reload.xpm
konq/konq-embed/src/pics/big/
konq/konq-embed/src/pics/big/print.xpm
konq/konq-embed/src/pics/big/viewmag.xpm
konq/konq-embed/src/pics/big/find.xpm
konq/konq-embed/src/pics/big/forward.xpm
konq/konq-embed/src/pics/big/windows.xpm
konq/konq-embed/src/pics/big/stop.xpm
konq/konq-embed/src/pics/big/images_display.xpm
konq/konq-embed/src/pics/big/menu.xpm
konq/konq-embed/src/pics/big/reload.xpm
konq/konq-embed/src/pics/big/back.xpm
konq/konq-embed/src/pics/big/lock.xpm
konq/konq-embed/src/pics/big/gohome.xpm
konq/konq-embed/src/pics/next.xpm
konq/konq-embed/src/pics/back.xpm
konq/konq-embed/src/pics/lock.xpm
konq/konq-embed/src/pics/bar_close.xpm
konq/konq-embed/src/pics/close.xpm
konq/konq-embed/src/pics/bookmark.xpm
konq/konq-embed/src/pics/gohome.xpm
konq/konq-embed/src/preferencesimpl.cc
konq/konq-embed/src/main.cc
konq/konq-embed/src/actions/
konq/konq-embed/src/actions/Makefile.in
konq/konq-embed/src/actions/filesaveas.png
konq/konq-embed/src/actions/window_list.png
konq/konq-embed/src/actions/redo.png
konq/konq-embed/src/actions/filenew.png
konq/konq-embed/src/actions/Makefile.am
konq/konq-embed/src/actions/editpaste.png
konq/konq-embed/src/actions/editcut.png
konq/konq-embed/src/actions/configure.png
konq/konq-embed/src/actions/fileopen.png
konq/konq-embed/src/actions/filesave.png
konq/konq-embed/src/actions/editcopy.png
konq/konq-embed/src/actions/back.png
konq/konq-embed/src/actions/configure.in.in
konq/konq-embed/src/actions/bookmark_add.png
konq/konq-embed/src/actions/konqe.rc.in
konq/konq-embed/src/actions/reload.png
konq/konq-embed/src/actions/forward.png
konq/konq-embed/src/actions/2rightarrow.png
konq/konq-embed/src/actions/images_display.png
konq/konq-embed/src/actions/undo.png
konq/konq-embed/src/actions/gear.png
konq/konq-embed/src/actions/bookmark.png
konq/konq-embed/src/actions/big/
konq/konq-embed/src/actions/big/Makefile.in
konq/konq-embed/src/actions/big/filesaveas.png
konq/konq-embed/src/actions/big/window_list.png
konq/konq-embed/src/actions/big/redo.png
konq/konq-embed/src/actions/big/Makefile.am
konq/konq-embed/src/actions/big/editpaste.png
konq/konq-embed/src/actions/big/editcut.png
konq/konq-embed/src/actions/big/fileopen.png
konq/konq-embed/src/actions/big/filesave.png
konq/konq-embed/src/actions/big/editcopy.png
konq/konq-embed/src/actions/big/back.png
konq/konq-embed/src/actions/big/reload.png
konq/konq-embed/src/actions/big/forward.png
konq/konq-embed/src/actions/big/images_display.png
konq/konq-embed/src/actions/big/undo.png
konq/konq-embed/src/actions/big/gear.png
konq/konq-embed/src/actions/big/stop.png
konq/konq-embed/src/actions/big/viewmag.png
konq/konq-embed/src/actions/big/fileprint.png
konq/konq-embed/src/actions/big/gohome.png
konq/konq-embed/src/actions/big/lock.png
konq/konq-embed/src/actions/find.png
konq/konq-embed/src/actions/stop.png
konq/konq-embed/src/actions/viewmag.png
konq/konq-embed/src/actions/fileprint.png
konq/konq-embed/src/actions/gohome.png
konq/konq-embed/src/actions/fileclose.png
konq/konq-embed/src/actions/lock.png
konq/konq-embed/src/konqueror.png
konq/konq-embed/src/mainwindow_kiosk.h
konq/konq-embed/src/configure.in.in
konq/konq-embed/src/bookmarkeditbase.cc
konq/konq-embed/src/xmltree.cc
konq/konq-embed/src/konqplugininterface.h
konq/konq-embed/src/mainwindow_qpe.h
konq/konq-embed/src/run.cc
konq/konq-embed/src/mainwindow_x11.cc
konq/konq-embed/src/popuphandler.h
konq/konq-embed/src/browseriface.h
konq/konq-embed/src/popuphandler.cc
konq/konq-embed/src/xmltree.h
konq/konq-embed/src/bookmarks.cc
konq/konq-embed/src/view.h
konq/konq-embed/src/preferencesimpl.h
konq/konq-embed/src/bookmarkeditimpl.h
konq/konq-embed/src/bookmarks.h
konq/konq-embed/src/mainwindow_kiosk.cc
konq/konq-embed/src/mainwindebug.cc
konq/konq-embed/src/bookmarkeditor.cc
konq/konq-embed/src/bookmarkeditbase.h
konq/konq-embed/src/mainwindow_qpe.cc
konq/konq-embed/src/preferences.cc
konq/konq-embed/src/htmlview.h
konq/konq-embed/src/konqueror.desktop
konq/konq-embed/src/bookmarkedit.cc
konq/konq-embed/src/view.cc
konq/konq-embed/src/browseriface.cc
konq/konq-embed/src/bookmarkeditor.ui
konq/konq-embed/INSTALL
konq/konq-embed/COPYING
konq/konq-embed/qconfig-local-qpe-konqe.h
konq/konq-embed/HACKS
konq/Makefile.cvs
konq/stamp-h.in
konq/configure.files
konq/configure.in
konq/config.h.bot
konq/admin/
konq/admin/depcomp
konq/admin/configure.in.min
konq/admin/Doxyfile.am
konq/admin/cvs.sh
konq/admin/missing
konq/admin/debianrules
konq/admin/config.guess
konq/admin/libtool.m4.in
konq/admin/ChangeLog
konq/admin/ltmain.sh
konq/admin/config.pl
konq/admin/am_edit
konq/admin/mkinstalldirs
konq/admin/detect-autoconf.sh
konq/admin/Doxyfile.global
konq/admin/config.sub
konq/admin/compile
konq/admin/Makefile.common
konq/admin/cvs-clean.pl
konq/admin/acinclude.m4.in
konq/admin/install-sh
konq/admin/configure.in.bot.end
konq/admin/conf.change.pl
konq/admin/ylwrap
configure: WARNING: If you wanted to set the --build type, don't use --host.
If a cross compiler is detected then cross compile mode will be used.
checking build system type... i686-pc-linux-gnu
checking host system type... arm-unknown-linux-gnu
checking target system type... arm-unknown-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 arm-linux-strip... arm-linux-strip
checking for style of include used by make... GNU
checking for arm-linux-gcc... arm-linux-gcc
checking for C compiler default output... a.out
checking whether the C compiler works... yes
checking whether we are cross compiling... yes
checking for suffix of executables...
checking for suffix of object files... o
checking whether we are using the GNU C compiler... yes
checking whether arm-linux-gcc accepts -g... yes
checking for arm-linux-gcc option to accept ANSI C... none needed
checking dependency style of arm-linux-gcc... gcc3
checking how to run the C preprocessor... arm-linux-gcc -E
checking for arm-linux-g++... arm-linux-g++
checking whether we are using the GNU C++ compiler... yes
checking whether arm-linux-g++ accepts -g... yes
checking dependency style of arm-linux-g++... gcc3
checking whether arm-linux-g++ supports -Wundef... yes
checking whether arm-linux-g++ supports -Wno-long-long... yes
checking whether arm-linux-g++ supports -Wnon-virtual-dtor... yes
checking whether arm-linux-g++ supports -fno-exceptions... yes
checking whether arm-linux-g++ supports -fno-check-new... yes
checking whether arm-linux-g++ supports -fexceptions... yes
checking how to run the C++ preprocessor... arm-linux-g++ -E
checking whether arm-linux-g++ supports -frepo... yes
not using lib directory suffix
checking for ld used by GCC... /opt/FriendlyARM/toolschain/4.4.3/arm-none-linux-gnueabi/bin/ld
checking if the linker (/opt/FriendlyARM/toolschain/4.4.3/arm-none-linux-gnueabi/bin/ld) is GNU ld... yes
checking for /opt/FriendlyARM/toolschain/4.4.3/arm-none-linux-gnueabi/bin/ld option to reload object files... -r
checking for BSD-compatible nm... /opt/FriendlyARM/toolschain/4.4.3/bin/arm-linux-nm -B
checking for a sed that does not truncate output...
checking whether ln -s works... yes
checking how to recognise dependant libraries... file_magic ELF [0-9][0-9]*-bit [LM]SB (shared object|dynamic lib )
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 /opt/FriendlyARM/toolschain/4.4.3/bin/arm-linux-nm -B output from arm-linux-gcc object... ok
checking for objdir... .libs
checking for arm-linux-ranlib... arm-linux-ranlib
checking for arm-linux-strip... (cached) arm-linux-strip
checking for arm-linux-file... no
checking for file... /usr/bin/file
checking if arm-linux-gcc static flag works... no
checking if arm-linux-gcc supports -fno-rtti -fno-exceptions... no
checking for arm-linux-gcc option to produce PIC... -fPIC
checking if arm-linux-gcc PIC flag -fPIC works... yes
checking if arm-linux-gcc supports -c -o file.o... yes
checking whether the arm-linux-gcc linker (/opt/FriendlyARM/toolschain/4.4.3/arm-none-linux-gnueabi/bin/ld) supports shared libraries... 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 if libtool supports shared libraries... yes
checking whether to build shared libraries... no
checking whether to build static libraries... yes
configure: creating libtool
appending configuration tag "CXX" to libtool
checking whether the arm-linux-g++ linker (/opt/FriendlyARM/toolschain/4.4.3/arm-none-linux-gnueabi/bin/ld) supports shared libraries... yes
checking for arm-linux-g++ option to produce PIC... -fPIC
checking if arm-linux-g++ PIC flag -fPIC works... no
checking if arm-linux-g++ supports -c -o file.o... no
checking whether the arm-linux-g++ linker (/opt/FriendlyARM/toolschain/4.4.3/arm-none-linux-gnueabi/bin/ld) supports shared libraries... 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 (/opt/FriendlyARM/toolschain/4.4.3/arm-none-linux-gnueabi/bin/ld) supports shared libraries... 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... msgfmt
checking for gmsgfmt... msgfmt
found msgfmt program is not GNU msgfmt; ignore it
checking for xgettext... :
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 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 long... yes
checking size of long... 4
checking for char *... yes
checking size of char *... 4
checking for char... yes
checking size of char... 1
checking for dlopen in -ldl... yes
checking for shl_unload in -ldld... no
checking for vsnprintf... yes
checking for snprintf... 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... configure: error: Qt (>= Qt 2.2.2) (library qte) not found. Please check your installation! For more details about this problem, look at the end of config.log. 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 -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 -fexceptions... yes
checking how to run the C++ preprocessor... g++ -E
checking whether g++ supports -frepo... yes
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 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... no
checking whether to build static libraries... yes
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 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 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... msgfmt
checking for gmsgfmt... msgfmt
found msgfmt program is not GNU msgfmt; ignore it
checking for xgettext... :
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 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 long... yes
checking size of long... 4
checking for char *... yes
checking size of char *... 4
checking for char... yes
checking size of char... 1
checking for dlopen in -ldl... yes
checking for shl_unload in -ldld... no
checking for vsnprintf... yes
checking for snprintf... 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... configure: error: Qt (>= Qt 2.2.2) (library qte) not found. Please check your installation!
For more details about this problem, look at the end of config.log.

make: *** No targets specified and no makefile found. Stop.
strip: 'konq-embed/src/konqueror': No such file
cp: cannot stat `konq/konq-embed/src/konqueror': No such file or directory
cp: cannot create regular file `qtopia-2.2.0-FriendlyARM/qtopia/image/opt/Qtopia/apps/Applications': No such file or directory
级别: 新手上路
UID: 32609
精华: 0
发帖: 13
金钱: 65 两
威望: 13 点
综合积分: 26 分
注册时间: 2010-11-18
最后登录: 2017-09-13
1楼  发表于: 2011-08-03 09:28

 Re:找了很多资料,但还是麻烦大家看一看Build-konq阶段Qt (>= Qt 2.2.2) (library qte) not found. ..

这个是konq里面的config.log
[code]This file contains any messages produced by compilers while
running configure, to aid debugging if configure makes a mistake.
It was created by configure, which was
generated by GNU Autoconf 2.57.  Invocation command line was
  $ ./configure --enable-embedded --enable-qt-embedded --enable-qpe --disable-debug --enable-static --disable-shared --disable-mt --without-ssl --with-qt-dir=/opt/FriendlyARM/mini2440/x86-qtopia/qtopia-2.2.0-FriendlyARM/qt2 --with-qt-includes=/opt/FriendlyARM/mini2440/x86-qtopia/qtopia-2.2.0-FriendlyARM/qt2/include --with-qt-libraries=/opt/FriendlyARM/mini2440/x86-qtopia/qtopia-2.2.0-FriendlyARM/qtopia/lib --with-qtopia-dir=/opt/FriendlyARM/mini2440/x86-qtopia/qtopia-2.2.0-FriendlyARM/qtopia --with-gui=qpe
## --------- ##
## Platform. ##
## --------- ##
hostname = angrad-desktop
uname -m = i686
uname -r = 2.6.32-24-generic
uname -s = Linux
uname -v = #39-Ubuntu SMP Wed Jul 28 06:07:29 UTC 2010
/usr/bin/uname -p = unknown
/bin/uname -X     = unknown
/bin/arch              = unknown
/usr/bin/arch -k       = unknown
/usr/convex/getsysinfo = unknown
hostinfo               = unknown
/bin/machine           = unknown
/usr/bin/oslevel       = unknown
/bin/universe          = unknown
PATH: /opt/FriendlyARM/mini2440/x86-qtopia/qtopia-2.2.0-FriendlyARM/qtopia/bin
PATH: /opt/FriendlyARM/mini2440/x86-qtopia/qtopia-2.2.0-FriendlyARM/qt2/bin
PATH: /opt/FriendlyARM/mini2440/x86-qtopia/qtopia-2.2.0-FriendlyARM/dqt/bin
PATH: /opt/FriendlyARM/mini2440/x86-qtopia/qtopia-2.2.0-FriendlyARM/qtopia/bin
PATH: /opt/FriendlyARM/mini2440/x86-qtopia/qtopia-2.2.0-FriendlyARM/qt2/bin
PATH: /opt/FriendlyARM/mini2440/x86-qtopia/qtopia-2.2.0-FriendlyARM/dqt/bin
PATH: /opt/FriendlyARM/mini2440/x86-qtopia/bin
PATH: /usr/local/sbin
PATH: /usr/local/bin
PATH: /usr/sbin
PATH: /usr/bin
PATH: /sbin
PATH: /bin
PATH: /opt/FriendlyARM/toolschain/4.4.3/bin

## ----------- ##
## Core tests. ##
## ----------- ##
configure:1538: checking build system type
configure:1556: result: i686-pc-linux-gnu
configure:1564: checking host system type
configure:1578: result: i686-pc-linux-gnu
configure:1586: checking target system type
configure:1600: result: i686-pc-linux-gnu
configure:1646: checking for a BSD-compatible install
configure:1700: result: /usr/bin/install -c
configure:1715: checking for -p flag to install
configure:1728: result: yes
configure:1739: checking whether build environment is sane
configure:1782: result: yes
configure:1802: checking for gawk
configure:1818: found /usr/bin/gawk
configure:1828: result: gawk
configure:1838: checking whether make sets $(MAKE)
configure:1858: result: yes
configure:2071: checking for style of include used by make
configure:2099: result: GNU
configure:2246: checking for gcc
configure:2262: found /usr/bin/gcc
configure:2272: result: gcc
configure:2516: checking for C compiler version
configure:2519: gcc --version </dev/null >&5
gcc (Ubuntu 4.4.3-4ubuntu5) 4.4.3
Copyright (C) 2009 Free Software Foundation, Inc.
This is free software; see the source for copying conditions.  There is NO
warranty; not even for MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.
configure:2522: $? = 0
configure:2524: gcc -v </dev/null >&5
Using built-in specs.
Target: i486-linux-gnu
Configured with: ../src/configure -v --with-pkgversion='Ubuntu 4.4.3-4ubuntu5' --with-bugurl=file:///usr/share/doc/gcc-4.4/README.Bugs --enable-languages=c,c++,fortran,objc,obj-c++ --prefix=/usr --enable-shared --enable-multiarch --enable-linker-build-id --with-system-zlib --libexecdir=/usr/lib --without-included-gettext --enable-threads=posix --with-gxx-include-dir=/usr/include/c++/4.4 --program-suffix=-4.4 --enable-nls --enable-clocale=gnu --enable-libstdcxx-debug --enable-plugin --enable-objc-gc --enable-targets=all --disable-werror --with-arch-32=i486 --with-tune=generic --enable-checking=release --build=i486-linux-gnu --host=i486-linux-gnu --target=i486-linux-gnu
Thread model: posix
gcc version 4.4.3 (Ubuntu 4.4.3-4ubuntu5)
configure:2527: $? = 0
configure:2529: gcc -V </dev/null >&5
gcc: '-V' option must have argument
configure:2532: $? = 1
configure:2556: checking for C compiler default output
configure:2559: gcc     conftest.c  >&5
configure:2562: $? = 0
configure:2608: result: a.out
configure:2613: checking whether the C compiler works
configure:2619: ./a.out
configure:2622: $? = 0
configure:2639: result: yes
configure:2646: checking whether we are cross compiling
configure:2648: result: no
configure:2651: checking for suffix of executables
configure:2653: gcc -o conftest     conftest.c  >&5
configure:2656: $? = 0
configure:2681: result:
configure:2687: checking for suffix of object files
configure:2709: gcc -c    conftest.c >&5
configure:2712: $? = 0
configure:2734: result: o
configure:2738: checking whether we are using the GNU C compiler
configure:2763: gcc -c    conftest.c >&5
configure:2766: $? = 0
configure:2769: test -s conftest.o
configure:2772: $? = 0
configure:2785: result: yes
configure:2791: checking whether gcc accepts -g
configure:2813: gcc -c -g  conftest.c >&5
configure:2816: $? = 0
configure:2819: test -s conftest.o
configure:2822: $? = 0
configure:2833: result: yes
configure:2850: checking for gcc option to accept ANSI C
configure:2911: gcc  -c    conftest.c >&5
configure:2914: $? = 0
configure:2917: test -s conftest.o
configure:2920: $? = 0
configure:2938: result: none needed
configure:2956: gcc -c    conftest.c >&5
conftest.c:2: error: expected '=', ',', ';', 'asm' or '__attribute__' before 'me'
configure:2959: $? = 1
configure: failed program was:
| #ifndef __cplusplus
|   choke me
| #endif
configure:3069: checking dependency style of gcc
configure:3137: result: gcc3
configure:3160: checking how to run the C preprocessor
configure:3196: gcc -E  conftest.c
configure:3202: $? = 0
configure:3234: gcc -E  conftest.c
configure:3235:28: error: ac_nonexistent.h: No such file or directory
configure:3240: $? = 1
configure: failed program was:
| #line 3225 "configure"
| /* confdefs.h.  */
|
| #define PACKAGE_NAME ""
| #define PACKAGE_TARNAME ""
| #define PACKAGE_VERSION ""
| #define PACKAGE_STRING ""
| #define PACKAGE_BUGREPORT ""
| #define PACKAGE "konqueror-embedded"
| #define VERSION "0.2"
| /* end confdefs.h.  */
| #include <ac_nonexistent.h>
configure:3278: result: gcc -E
configure:3303: gcc -E  conftest.c
configure:3309: $? = 0
configure:3341: gcc -E  conftest.c
configure:3342:28: error: ac_nonexistent.h: No such file or directory
configure:3347: $? = 1
configure: failed program was:
| #line 3332 "configure"
| /* confdefs.h.  */
|
| #define PACKAGE_NAME ""
| #define PACKAGE_TARNAME ""
| #define PACKAGE_VERSION ""
| #define PACKAGE_STRING ""
| #define PACKAGE_BUGREPORT ""
| #define PACKAGE "konqueror-embedded"
| #define VERSION "0.2"
| /* end confdefs.h.  */
| #include <ac_nonexistent.h>
configure:3470: checking for g++
configure:3486: found /usr/bin/g++
configure:3496: result: g++
configure:3512: checking for C++ compiler version
configure:3515: g++ --version </dev/null >&5
g++ (Ubuntu 4.4.3-4ubuntu5) 4.4.3
Copyright (C) 2009 Free Software Foundation, Inc.
This is free software; see the source for copying conditions.  There is NO
warranty; not even for MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.
configure:3518: $? = 0
configure:3520: g++ -v </dev/null >&5
Using built-in specs.
Target: i486-linux-gnu
Configured with: ../src/configure -v --with-pkgversion='Ubuntu 4.4.3-4ubuntu5' --with-bugurl=file:///usr/share/doc/gcc-4.4/README.Bugs --enable-languages=c,c++,fortran,objc,obj-c++ --prefix=/usr --enable-shared --enable-multiarch --enable-linker-build-id --with-system-zlib --libexecdir=/usr/lib --without-included-gettext --enable-threads=posix --with-gxx-include-dir=/usr/include/c++/4.4 --program-suffix=-4.4 --enable-nls --enable-clocale=gnu --enable-libstdcxx-debug --enable-plugin --enable-objc-gc --enable-targets=all --disable-werror --with-arch-32=i486 --with-tune=generic --enable-checking=release --build=i486-linux-gnu --host=i486-linux-gnu --target=i486-linux-gnu
Thread model: posix
gcc version 4.4.3 (Ubuntu 4.4.3-4ubuntu5)
configure:3523: $? = 0
configure:3525: g++ -V </dev/null >&5
g++: '-V' option must have argument
configure:3528: $? = 1
configure:3531: checking whether we are using the GNU C++ compiler
configure:3556: g++ -c    conftest.cc >&5
configure:3559: $? = 0
configure:3562: test -s conftest.o
configure:3565: $? = 0
configure:3578: result: yes
configure:3584: checking whether g++ accepts -g
configure:3606: g++ -c -g  conftest.cc >&5
configure:3609: $? = 0
configure:3612: test -s conftest.o
configure:3615: $? = 0
configure:3626: result: yes
configure:3669: g++ -c    conftest.cc >&5
configure:3672: $? = 0
configure:3675: test -s conftest.o
configure:3678: $? = 0
configure:3705: g++ -c    conftest.cc >&5
configure: In function 'int main()':
configure:3702: error: 'exit' was not declared in this scope
configure:3708: $? = 1
configure: failed program was:
| #line 3688 "configure"
| /* confdefs.h.  */
|
| #define PACKAGE_NAME ""
| #define PACKAGE_TARNAME ""
| #define PACKAGE_VERSION ""
| #define PACKAGE_STRING ""
| #define PACKAGE_BUGREPORT ""
| #define PACKAGE "konqueror-embedded"
| #define VERSION "0.2"
| /* end confdefs.h.  */
|
| int
| main ()
| {
| exit (42);
|   ;
|   return 0;
| }
configure:3669: g++ -c    conftest.cc >&5
configure:3661: error: 'void std::exit(int)' should have been declared inside 'std'
configure:3672: $? = 1
configure: failed program was:
| #line 3651 "configure"
| /* confdefs.h.  */
|
| #define PACKAGE_NAME ""
| #define PACKAGE_TARNAME ""
| #define PACKAGE_VERSION ""
| #define PACKAGE_STRING ""
| #define PACKAGE_BUGREPORT ""
| #define PACKAGE "konqueror-embedded"
| #define VERSION "0.2"
| /* end confdefs.h.  */
| extern "C" void std::exit (int) throw (); using std::exit;
| #include <stdlib.h>
| int
| main ()
| {
| exit (42);
|   ;
|   return 0;
| }
configure:3669: g++ -c    conftest.cc >&5
configure:3661: error: 'void std::exit(int)' should have been declared inside 'std'
In file included from configure:3662:
/usr/include/stdlib.h:543: error: declaration of 'void std::exit(int) throw ()' throws different exceptions
configure:3661: error: from previous declaration 'void std::exit(int)'
configure:3672: $? = 1
configure: failed program was:
| #line 3651 "configure"
| /* confdefs.h.  */
|
| #define PACKAGE_NAME ""
| #define PACKAGE_TARNAME ""
| #define PACKAGE_VERSION ""
| #define PACKAGE_STRING ""
| #define PACKAGE_BUGREPORT ""
| #define PACKAGE "konqueror-embedded"
| #define VERSION "0.2"
| /* end confdefs.h.  */
| extern "C" void std::exit (int); using std::exit;
| #include <stdlib.h>
| int
| main ()
| {
| exit (42);
|   ;
|   return 0;
| }
configure:3669: g++ -c    conftest.cc >&5
configure:3672: $? = 0
configure:3675: test -s conftest.o
configure:3678: $? = 0
configure:3705: g++ -c    conftest.cc >&5
configure:3708: $? = 0
configure:3711: test -s conftest.o
configure:3714: $? = 0
configure:3739: checking dependency style of g++
configure:3807: result: gcc3
configure:4103: checking whether g++ supports -Wundef
configure:4140: rm -rf SunWS_cache; g++ -o conftest -Wall -W -Wpointer-arith -Wmissing-prototypes -Wwrite-strings -ansi -D_XOPEN_SOURCE=500 -D_BSD_SOURCE -Wcast-align -Wconversion -DNDEBUG -DNO_DEBUG -O2   -Wundef   conftest.cc  1>&5
cc1plus: warning: command line option "-Wmissing-prototypes" is valid for Ada/C/ObjC but not for C++
configure:4143: $? = 0
configure:4146: test -s conftest
configure:4149: $? = 0
configure:4169: result: yes
configure:4181: checking whether g++ supports -Wno-long-long
configure:4218: rm -rf SunWS_cache; g++ -o conftest -Wundef -Wall -W -Wpointer-arith -Wmissing-prototypes -Wwrite-strings -ansi -D_XOPEN_SOURCE=500 -D_BSD_SOURCE -Wcast-align -Wconversion -DNDEBUG -DNO_DEBUG -O2   -Wno-long-long   conftest.cc  1>&5
cc1plus: warning: command line option "-Wmissing-prototypes" is valid for Ada/C/ObjC but not for C++
configure:4221: $? = 0
configure:4224: test -s conftest
configure:4227: $? = 0
configure:4247: result: yes
configure:4259: checking whether g++ supports -Wnon-virtual-dtor
configure:4296: rm -rf SunWS_cache; g++ -o conftest -Wno-long-long -Wundef -Wall -W -Wpointer-arith -Wmissing-prototypes -Wwrite-strings -ansi -D_XOPEN_SOURCE=500 -D_BSD_SOURCE -Wcast-align -Wconversion -DNDEBUG -DNO_DEBUG -O2   -Wnon-virtual-dtor   conftest.cc  1>&5
cc1plus: warning: command line option "-Wmissing-prototypes" is valid for Ada/C/ObjC but not for C++
configure:4299: $? = 0
configure:4302: test -s conftest
configure:4305: $? = 0
configure:4325: result: yes
configure:4345: checking whether g++ supports -fno-exceptions
configure:4382: rm -rf SunWS_cache; g++ -o conftest -Wnon-virtual-dtor -Wno-long-long -Wundef -Wall -W -Wpointer-arith -Wmissing-prototypes -Wwrite-strings -ansi -D_XOPEN_SOURCE=500 -D_BSD_SOURCE -Wcast-align -Wconversion -DNDEBUG -DNO_DEBUG -O2   -fno-exceptions   conftest.cc  1>&5
cc1plus: warning: command line option "-Wmissing-prototypes" is valid for Ada/C/ObjC but not for C++
configure:4385: $? = 0
configure:4388: test -s conftest
configure:4391: $? = 0
configure:4411: result: yes
configure:4423: checking whether g++ supports -fno-check-new
configure:4460: rm -rf SunWS_cache; g++ -o conftest -Wnon-virtual-dtor -Wno-long-long -Wundef -Wall -W -Wpointer-arith -Wmissing-prototypes -Wwrite-strings -ansi -D_XOPEN_SOURCE=500 -D_BSD_SOURCE -Wcast-align -Wconversion -DNDEBUG -DNO_DEBUG -O2   -fno-exceptions -fno-check-new   conftest.cc  1>&5
cc1plus: warning: command line option "-Wmissing-prototypes" is valid for Ada/C/ObjC but not for C++
configure:4463: $? = 0
configure:4466: test -s conftest
configure:4469: $? = 0
configure:4489: result: yes
configure:4501: checking whether g++ supports -fexceptions
configure:4538: rm -rf SunWS_cache; g++ -o conftest -Wnon-virtual-dtor -Wno-long-long -Wundef -Wall -W -Wpointer-arith -Wmissing-prototypes -Wwrite-strings -ansi -D_XOPEN_SOURCE=500 -D_BSD_SOURCE -Wcast-align -Wconversion -DNDEBUG -DNO_DEBUG -O2   -fno-exceptions -fno-check-new -fexceptions   conftest.cc  1>&5
cc1plus: warning: command line option "-Wmissing-prototypes" is valid for Ada/C/ObjC but not for C++
configure:4541: $? = 0
configure:4544: test -s conftest
configure:4547: $? = 0
configure:4567: result: yes
configure:5168: checking how to run the C++ preprocessor
configure:5200: g++ -E  conftest.cc
configure:5206: $? = 0
configure:5238: g++ -E  conftest.cc
configure:5242:28: error: ac_nonexistent.h: No such file or directory
configure:5244: $? = 1
configure: failed program was:
| #line 5229 "configure"
| /* confdefs.h.  */
|
| #define PACKAGE_NAME ""
| #define PACKAGE_TARNAME ""
| #define PACKAGE_VERSION ""
| #define PACKAGE_STRING ""
| #define PACKAGE_BUGREPORT ""
| #define PACKAGE "konqueror-embedded"
| #define VERSION "0.2"
| #ifdef __cplusplus
| extern "C" void exit (int) throw ();
| #endif
| /* end confdefs.h.  */
| #include <ac_nonexistent.h>
configure:5282: result: g++ -E
configure:5307: g++ -E  conftest.cc
configure:5313: $? = 0
configure:5345: g++ -E  conftest.cc
configure:5349:28: error: ac_nonexistent.h: No such file or directory
configure:5351: $? = 1
configure: failed program was:
| #line 5336 "configure"
| /* confdefs.h.  */
|
| #define PACKAGE_NAME ""
| #define PACKAGE_TARNAME ""
| #define PACKAGE_VERSION ""
| #define PACKAGE_STRING ""
| #define PACKAGE_BUGREPORT ""
| #define PACKAGE "konqueror-embedded"
| #define VERSION "0.2"
| #ifdef __cplusplus
| extern "C" void exit (int) throw ();
| #endif
| /* end confdefs.h.  */
| #include <ac_nonexistent.h>
configure:5416: checking whether g++ supports -frepo
configure:5453: rm -rf SunWS_cache; g++ -o conftest -Wnon-virtual-dtor -Wno-long-long -Wundef -Wall -W -Wpointer-arith -Wmissing-prototypes -Wwrite-strings -ansi -D_XOPEN_SOURCE=500 -D_BSD_SOURCE -Wcast-align -Wconversion -DNDEBUG -DNO_DEBUG -O2 -fno-exceptions -fno-check-new -frepo   conftest.cc  1>&5
cc1plus: warning: command line option "-Wmissing-prototypes" is valid for Ada/C/ObjC but not for C++
conftest.cc:1: warning: -frepo must be used with -c
configure:5456: $? = 0
configure:5459: test -s conftest
configure:5462: $? = 0
configure:5482: result: yes
configure:5690: result: not using lib directory suffix
configure:5746: checking for ld used by GCC
configure:5810: result: /usr/bin/ld
configure:5819: checking if the linker (/usr/bin/ld) is GNU ld
GNU ld (GNU Binutils for Ubuntu) 2.20.1-system.20100303
configure:5831: result: yes
configure:5836: checking for /usr/bin/ld option to reload object files
configure:5843: result: -r
configure:5852: checking for BSD-compatible nm
configure:5887: result: /usr/bin/nm -B
configure:5891: checking for a sed that does not truncate output
configure:5967: result:
configure:5970: checking whether ln -s works
configure:5974: result: yes
configure:5981: checking how to recognise dependant libraries
configure:6168: result: pass_all
configure:6238: gcc -c -ansi -W -Wall -Wshadow -Wpointer-arith -Wmissing-prototypes -Wwrite-strings -D_XOPEN_SOURCE=500 -D_BSD_SOURCE -DNDEBUG -O2    conftest.c >&5
configure:6241: $? = 0
configure:6327: checking for egrep
configure:6337: result: grep -E
configure:6342: checking for ANSI C header files
configure:6368: gcc -c -ansi -W -Wall -Wshadow -Wpointer-arith -Wmissing-prototypes -Wwrite-strings -D_XOPEN_SOURCE=500 -D_BSD_SOURCE -DNDEBUG -O2    conftest.c >&5
configure:6371: $? = 0
configure:6374: test -s conftest.o
configure:6377: $? = 0
configure:6469: gcc -o conftest -ansi -W -Wall -Wshadow -Wpointer-arith -Wmissing-prototypes -Wwrite-strings -D_XOPEN_SOURCE=500 -D_BSD_SOURCE -DNDEBUG -O2     conftest.c  >&5
configure: In function 'main':
configure:6469: warning: implicit declaration of function 'exit'
configure:6469: warning: incompatible implicit declaration of built-in function 'exit'
configure:6472: $? = 0
configure:6474: ./conftest
configure:6477: $? = 0
configure:6492: result: yes
configure:6516: checking for sys/types.h
configure:6533: gcc -c -ansi -W -Wall -Wshadow -Wpointer-arith -Wmissing-prototypes -Wwrite-strings -D_XOPEN_SOURCE=500 -D_BSD_SOURCE -DNDEBUG -O2    conftest.c >&5
configure:6536: $? = 0
configure:6539: test -s conftest.o
configure:6542: $? = 0
configure:6553: result: yes
configure:6516: checking for sys/stat.h
configure:6533: gcc -c -ansi -W -Wall -Wshadow -Wpointer-arith -Wmissing-prototypes -Wwrite-strings -D_XOPEN_SOURCE=500 -D_BSD_SOURCE -DNDEBUG -O2    conftest.c >&5
configure:6536: $? = 0
configure:6539: test -s conftest.o
configure:6542: $? = 0
configure:6553: result: yes
configure:6516: checking for stdlib.h
configure:6533: gcc -c -ansi -W -Wall -Wshadow -Wpointer-arith -Wmissing-prototypes -Wwrite-strings -D_XOPEN_SOURCE=500 -D_BSD_SOURCE -DNDEBUG -O2    conftest.c >&5
configure:6536: $? = 0
configure:6539: test -s conftest.o
configure:6542: $? = 0
configure:6553: result: yes
configure:6516: checking for string.h
configure:6533: gcc -c -ansi -W -Wall -Wshadow -Wpointer-arith -Wmissing-prototypes -Wwrite-strings -D_XOPEN_SOURCE=500 -D_BSD_SOURCE -DNDEBUG -O2    conftest.c >&5
configure:6536: $? = 0
configure:6539: test -s conftest.o
configure:6542: $? = 0
configure:6553: result: yes
configure:6516: checking for memory.h
configure:6533: gcc -c -ansi -W -Wall -Wshadow -Wpointer-arith -Wmissing-prototypes -Wwrite-strings -D_XOPEN_SOURCE=500 -D_BSD_SOURCE -DNDEBUG -O2    conftest.c >&5
configure:6536: $? = 0
configure:6539: test -s conftest.o
configure:6542: $? = 0
configure:6553: result: yes
configure:6516: checking for strings.h
configure:6533: gcc -c -ansi -W -Wall -Wshadow -Wpointer-arith -Wmissing-prototypes -Wwrite-strings -D_XOPEN_SOURCE=500 -D_BSD_SOURCE -DNDEBUG -O2    conftest.c >&5
configure:6536: $? = 0
configure:6539: test -s conftest.o
configure:6542: $? = 0
configure:6553: result: yes
configure:6516: checking for inttypes.h
configure:6533: gcc -c -ansi -W -Wall -Wshadow -Wpointer-arith -Wmissing-prototypes -Wwrite-strings -D_XOPEN_SOURCE=500 -D_BSD_SOURCE -DNDEBUG -O2    conftest.c >&5
configure:6536: $? = 0
configure:6539: test -s conftest.o
configure:6542: $? = 0
configure:6553: result: yes
configure:6516: checking for stdint.h
configure:6533: gcc -c -ansi -W -Wall -Wshadow -Wpointer-arith -Wmissing-prototypes -Wwrite-strings -D_XOPEN_SOURCE=500 -D_BSD_SOURCE -DNDEBUG -O2    conftest.c >&5
configure:6536: $? = 0
configure:6539: test -s conftest.o
configure:6542: $? = 0
configure:6553: result: yes
configure:6516: checking for unistd.h
configure:6533: gcc -c -ansi -W -Wall -Wshadow -Wpointer-arith -Wmissing-prototypes -Wwrite-strings -D_XOPEN_SOURCE=500 -D_BSD_SOURCE -DNDEBUG -O2    conftest.c >&5
configure:6536: $? = 0
configure:6539: test -s conftest.o
configure:6542: $? = 0
configure:6553: result: yes
configure:6579: checking dlfcn.h usability
configure:6592: gcc -c -ansi -W -Wall -Wshadow -Wpointer-arith -Wmissing-prototypes -Wwrite-strings -D_XOPEN_SOURCE=500 -D_BSD_SOURCE -DNDEBUG -O2    conftest.c >&5
configure:6595: $? = 0
configure:6598: test -s conftest.o
configure:6601: $? = 0
configure:6611: result: yes
configure:6615: checking dlfcn.h presence
configure:6626: gcc -E  conftest.c
configure:6632: $? = 0
configure:6651: result: yes
configure:6687: checking for dlfcn.h
configure:6694: result: yes
configure:6711: checking the maximum length of command line arguments
configure:6759: result: 32768
configure:6770: checking command to parse /usr/bin/nm -B output from gcc object
configure:6855: gcc -c -ansi -W -Wall -Wshadow -Wpointer-arith -Wmissing-prototypes -Wwrite-strings -D_XOPEN_SOURCE=500 -D_BSD_SOURCE -DNDEBUG -O2    conftest.c >&5
conftest.c:5: warning: no previous prototype for 'nm_test_func'
configure:6858: $? = 0
configure:6862: /usr/bin/nm -B conftest.o \| sed -n -e 's/^.*[  ]\([ABCDGISTW][ABCDGISTW]*\)[  ][  ]*\(\)\([_A-Za-z][_A-Za-z0-9]*\)$/\1 \2\3 \3/p' \> conftest.nm
configure:6865: $? = 0
configure:6917: gcc -o conftest -ansi -W -Wall -Wshadow -Wpointer-arith -Wmissing-prototypes -Wwrite-strings -D_XOPEN_SOURCE=500 -D_BSD_SOURCE -DNDEBUG -O2     conftest.c conftstm.o >&5
configure:6920: $? = 0
configure:6958: result: ok
configure:6962: checking for objdir
configure:6977: result: .libs
configure:7067: checking for ranlib
configure:7083: found /usr/bin/ranlib
configure:7094: result: ranlib
configure:7147: checking for strip
configure:7163: found /usr/bin/strip
configure:7174: result: strip
configure:7437: checking if gcc static flag  works
conftest.c:1: warning: return type defaults to 'int'
configure:7460: result: no
configure:7477: checking if gcc supports -fno-rtti -fno-exceptions
cc1: warning: command line option "-fno-rtti" is valid for C++/ObjC++ but not for C
cc1: warning: command line option "-fno-rtti" is valid for C++/ObjC++ but not for C
configure:7501: result: no
configure:7516: checking for gcc option to produce PIC
configure:7669: result: -fPIC
configure:7676: checking if gcc PIC flag -fPIC works
configure:7700: result: yes
configure:7724: checking if gcc supports -c -o file.o
configure:7765: result: yes
configure:7791: checking whether the gcc linker (/usr/bin/ld) supports shared libraries
configure:8574: result: yes
configure:8639: checking how to hardcode library paths into programs
configure:8663: result: immediate
configure:8677: checking whether stripping libraries is possible
configure:8682: result: yes
configure:8689: checking dynamic linker characteristics
configure:9140: result: GNU/Linux ld.so
configure:9793: checking if libtool supports shared libraries
configure:9795: result: yes
configure:9798: checking whether to build shared libraries
configure:9819: result: no
configure:9822: checking whether to build static libraries
configure:9826: result: yes
configure:9905: creating libtool
configure:10630: checking whether the g++ linker (/usr/bin/ld) supports shared libraries
configure:11285: result: yes
configure:11302: g++ -c -Wnon-virtual-dtor -Wno-long-long -Wundef -Wall -W -Wpointer-arith -Wmissing-prototypes -Wwrite-strings -ansi -D_XOPEN_SOURCE=500 -D_BSD_SOURCE -Wcast-align -Wconversion -DNDEBUG -DNO_DEBUG -O2 -fno-exceptions -fno-check-new  conftest.cc >&5
cc1plus: warning: command line option "-Wmissing-prototypes" is valid for Ada/C/ObjC but not for C++
configure:11305: $? = 0
configure:11405: checking for g++ option to produce PIC
configure:11641: result: -fPIC
configure:11648: checking if g++ PIC flag -fPIC works
cc1plus: warning: command line option "-Wmissing-prototypes" is valid for Ada/C/ObjC but not for C++
configure:11672: result: no
configure:11696: checking if g++ supports -c -o file.o
cc1plus: warning: command line option "-Wmissing-prototypes" is valid for Ada/C/ObjC but not for C++
configure:11737: result: no
configure:11763: checking whether the g++ linker (/usr/bin/ld) supports shared libraries
configure:11785: result: yes
configure:11850: checking how to hardcode library paths into programs
configure:11874: result: immediate
configure:11888: checking whether stripping libraries is possible
configure:11893: result: yes
configure:11900: checking dynamic linker characteristics
configure:12351: result: GNU/Linux ld.so
configure:13420: checking if gcj supports -fno-rtti -fno-exceptions
configure:13444: result: no
configure:13459: checking for gcj option to produce PIC
configure:13612: result: -fPIC
configure:13619: checking if gcj PIC flag -fPIC works
configure:13643: result: no
configure:13667: checking if gcj supports -c -o file.o
configure:13708: result: no
configure:13734: checking whether the gcj linker (/usr/bin/ld) supports shared libraries
configure:14517: result: yes
configure:14582: checking how to hardcode library paths into programs
configure:14606: result: immediate
configure:14620: checking whether stripping libraries is possible
configure:14625: result: yes
configure:14632: checking dynamic linker characteristics
configure:15083: result: GNU/Linux ld.so
configure:16628: checking for msgfmt
configure:16655: result: msgfmt
configure:16664: checking for gmsgfmt
configure:16695: result: msgfmt
configure:16704: result: found msgfmt program is not GNU msgfmt; ignore it
configure:16714: checking for xgettext
configure:16741: result: :
configure:16855: checking for main in -lutil
configure:16880: gcc -o conftest -ansi -W -Wall -Wshadow -Wpointer-arith -Wmissing-prototypes -Wwrite-strings -D_XOPEN_SOURCE=500 -D_BSD_SOURCE -DNDEBUG -O2     conftest.c -lutil   >&5
configure:16883: $? = 0
configure:16886: test -s conftest
configure:16889: $? = 0
configure:16901: result: yes
configure:16907: checking for main in -lcompat
configure:16932: gcc -o conftest -ansi -W -Wall -Wshadow -Wpointer-arith -Wmissing-prototypes -Wwrite-strings -D_XOPEN_SOURCE=500 -D_BSD_SOURCE -DNDEBUG -O2     conftest.c -lcompat   >&5
/usr/bin/ld: cannot find -lcompat
collect2: ld returned 1 exit status
configure:16935: $? = 1
configure: failed program was:
| #line 16914 "configure"
| /* confdefs.h.  */
|
| #define PACKAGE_NAME ""
| #define PACKAGE_TARNAME ""
| #define PACKAGE_VERSION ""
| #define PACKAGE_STRING ""
| #define PACKAGE_BUGREPORT ""
| #define PACKAGE "konqueror-embedded"
| #define VERSION "0.2"
| #ifdef __cplusplus
| extern "C" void exit (int) throw ();
| #endif
| #define HAVE_TEMPLATE_REPOSITORY 1
| #define KDELIBSUFF ""
| #define STDC_HEADERS 1
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_SYS_STAT_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_STRING_H 1
| #define HAVE_MEMORY_H 1
| #define HAVE_STRINGS_H 1
| #define HAVE_INTTYPES_H 1
| #define HAVE_STDINT_H 1
| #define HAVE_UNISTD_H 1
| #define HAVE_DLFCN_H 1
| /* end confdefs.h.  */
|
|
| int
| main ()
| {
| main ();
|   ;
|   return 0;
| }
configure:16953: result: no
configure:16960: checking for crypt in -lcrypt
configure:16991: gcc -o conftest -ansi -W -Wall -Wshadow -Wpointer-arith -Wmissing-prototypes -Wwrite-strings -D_XOPEN_SOURCE=500 -D_BSD_SOURCE -DNDEBUG -O2     conftest.c -lcrypt   >&5
configure:16994: $? = 0
configure:16997: test -s conftest
configure:17000: $? = 0
configure:17012: result: yes
configure:17096: checking for socklen_t
configure:17136: g++ -c -Wnon-virtual-dtor -Wno-long-long -Wundef -Wall -W -Wpointer-arith -Wmissing-prototypes -Wwrite-strings -ansi -D_XOPEN_SOURCE=500 -D_BSD_SOURCE -Wcast-align -Wconversion -DNDEBUG -DNO_DEBUG -O2 -fno-exceptions -fno-check-new  conftest.cc >&5
cc1plus: warning: command line option "-Wmissing-prototypes" is valid for Ada/C/ObjC but not for C++
configure:17139: $? = 0
configure:17142: test -s conftest.o
configure:17145: $? = 0
configure:17208: result: socklen_t
configure:17230: checking for dnet_ntoa in -ldnet
configure:17261: gcc -o conftest -ansi -W -Wall -Wshadow -Wpointer-arith -Wmissing-prototypes -Wwrite-strings -D_XOPEN_SOURCE=500 -D_BSD_SOURCE -DNDEBUG -O2     conftest.c -ldnet   >&5
/usr/bin/ld: cannot find -ldnet
collect2: ld returned 1 exit status
configure:17264: $? = 1
configure: failed program was:
| #line 17237 "configure"
| /* confdefs.h.  */
|
| #define PACKAGE_NAME ""
| #define PACKAGE_TARNAME ""
| #define PACKAGE_VERSION ""
| #define PACKAGE_STRING ""
| #define PACKAGE_BUGREPORT ""
| #define PACKAGE "konqueror-embedded"
| #define VERSION "0.2"
| #ifdef __cplusplus
| extern "C" void exit (int) throw ();
| #endif
| #define HAVE_TEMPLATE_REPOSITORY 1
| #define KDELIBSUFF ""
| #define STDC_HEADERS 1
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_SYS_STAT_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_STRING_H 1
| #define HAVE_MEMORY_H 1
| #define HAVE_STRINGS_H 1
| #define HAVE_INTTYPES_H 1
| #define HAVE_STDINT_H 1
| #define HAVE_UNISTD_H 1
| #define HAVE_DLFCN_H 1
| #define HAVE_CRYPT 1
| #define ksize_t socklen_t
| /* end confdefs.h.  */
|
| /* Override any gcc2 internal prototype to avoid an error.  */
| #ifdef __cplusplus
| extern "C"
| #endif
| /* We use char because int might match the return type of a gcc2
|    builtin and then its argument prototype would still apply.  */
| char dnet_ntoa ();
| int
| main ()
| {
| dnet_ntoa ();
|   ;
|   return 0;
| }
configure:17282: result: no
configure:17289: checking for dnet_ntoa in -ldnet_stub
configure:17320: gcc -o conftest -ansi -W -Wall -Wshadow -Wpointer-arith -Wmissing-prototypes -Wwrite-strings -D_XOPEN_SOURCE=500 -D_BSD_SOURCE -DNDEBUG -O2     conftest.c -ldnet_stub   >&5
/usr/bin/ld: cannot find -ldnet_stub
collect2: ld returned 1 exit status
configure:17323: $? = 1
configure: failed program was:
| #line 17296 "configure"
| /* confdefs.h.  */
|
| #define PACKAGE_NAME ""
| #define PACKAGE_TARNAME ""
| #define PACKAGE_VERSION ""
| #define PACKAGE_STRING ""
| #define PACKAGE_BUGREPORT ""
| #define PACKAGE "konqueror-embedded"
| #define VERSION "0.2"
| #ifdef __cplusplus
| extern "C" void exit (int) throw ();
| #endif
| #define HAVE_TEMPLATE_REPOSITORY 1
| #define KDELIBSUFF ""
| #define STDC_HEADERS 1
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_SYS_STAT_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_STRING_H 1
| #define HAVE_MEMORY_H 1
| #define HAVE_STRINGS_H 1
| #define HAVE_INTTYPES_H 1
| #define HAVE_STDINT_H 1
| #define HAVE_UNISTD_H 1
| #define HAVE_DLFCN_H 1
| #define HAVE_CRYPT 1
| #define ksize_t socklen_t
| /* end confdefs.h.  */
|
| /* Override any gcc2 internal prototype to avoid an error.  */
| #ifdef __cplusplus
| extern "C"
| #endif
| /* We use char because int might match the return type of a gcc2
|    builtin and then its argument prototype would still apply.  */
| char dnet_ntoa ();
| int
| main ()
| {
| dnet_ntoa ();
|   ;
|   return 0;
| }
configure:17341: result: no
configure:17348: checking for inet_ntoa
configure:17398: gcc -o conftest -ansi -W -Wall -Wshadow -Wpointer-arith -Wmissing-prototypes -Wwrite-strings -D_XOPEN_SOURCE=500 -D_BSD_SOURCE -DNDEBUG -O2     conftest.c  >&5
configure:17401: $? = 0
configure:17404: test -s conftest
configure:17407: $? = 0
configure:17418: result: yes
configure:17481: checking for connect
configure:17531: gcc -o conftest -ansi -W -Wall -Wshadow -Wpointer-arith -Wmissing-prototypes -Wwrite-strings -D_XOPEN_SOURCE=500 -D_BSD_SOURCE -DNDEBUG -O2     conftest.c  >&5
configure:17534: $? = 0
configure:17537: test -s conftest
configure:17540: $? = 0
configure:17551: result: yes
configure:17615: checking for remove
configure:17665: gcc -o conftest -ansi -W -Wall -Wshadow -Wpointer-arith -Wmissing-prototypes -Wwrite-strings -D_XOPEN_SOURCE=500 -D_BSD_SOURCE -DNDEBUG -O2     conftest.c  >&5
configure:17668: $? = 0
configure:17671: test -s conftest
configure:17674: $? = 0
configure:17685: result: yes
configure:17750: checking for shmat
configure:17800: gcc -o conftest -ansi -W -Wall -Wshadow -Wpointer-arith -Wmissing-prototypes -Wwrite-strings -D_XOPEN_SOURCE=500 -D_BSD_SOURCE -DNDEBUG -O2     conftest.c  >&5
configure:17803: $? = 0
configure:17806: test -s conftest
configure:17809: $? = 0
configure:17820: result: yes
configure:17901: checking crt_externs.h usability
configure:17914: gcc -c -ansi -W -Wall -Wshadow -Wpointer-arith -Wmissing-prototypes -Wwrite-strings -D_XOPEN_SOURCE=500 -D_BSD_SOURCE -DNDEBUG -O2    conftest.c >&5
configure:17965:25: error: crt_externs.h: No such file or directory
configure:17917: $? = 1
configure: failed program was:
| #line 17903 "configure"
级别: 新手上路
UID: 32609
精华: 0
发帖: 13
金钱: 65 两
威望: 13 点
综合积分: 26 分
注册时间: 2010-11-18
最后登录: 2017-09-13
2楼  发表于: 2011-08-03 09:29

 Re:找了很多资料,但还是麻烦大家看一看Build-konq阶段Qt (>= Qt 2.2.2) (library qte) not found. ..

| /* confdefs.h.  */
|
| #define PACKAGE_NAME ""
| #define PACKAGE_TARNAME ""
| #define PACKAGE_VERSION ""
| #define PACKAGE_STRING ""
| #define PACKAGE_BUGREPORT ""
| #define PACKAGE "konqueror-embedded"
| #define VERSION "0.2"
| #ifdef __cplusplus
| extern "C" void exit (int) throw ();
| #endif
| #define HAVE_TEMPLATE_REPOSITORY 1
| #define KDELIBSUFF ""
| #define STDC_HEADERS 1
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_SYS_STAT_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_STRING_H 1
| #define HAVE_MEMORY_H 1
| #define HAVE_STRINGS_H 1
| #define HAVE_INTTYPES_H 1
| #define HAVE_STDINT_H 1
| #define HAVE_UNISTD_H 1
| #define HAVE_DLFCN_H 1
| #define HAVE_CRYPT 1
| #define ksize_t socklen_t
| /* end confdefs.h.  */
| #include <stdio.h>
| #if HAVE_SYS_TYPES_H
| # include <sys/types.h>
| #endif
| #if HAVE_SYS_STAT_H
| # include <sys/stat.h>
| #endif
| #if STDC_HEADERS
| # include <stdlib.h>
| # include <stddef.h>
| #else
| # if HAVE_STDLIB_H
| #  include <stdlib.h>
| # endif
| #endif
| #if HAVE_STRING_H
| # if !STDC_HEADERS && HAVE_MEMORY_H
| #  include <memory.h>
| # endif
| # include <string.h>
| #endif
| #if HAVE_STRINGS_H
| # include <strings.h>
| #endif
| #if HAVE_INTTYPES_H
| # include <inttypes.h>
| #else
| # if HAVE_STDINT_H
| #  include <stdint.h>
| # endif
| #endif
| #if HAVE_UNISTD_H
| # include <unistd.h>
| #endif
| #include <crt_externs.h>
configure:17933: result: no
configure:17937: checking crt_externs.h presence
configure:17948: gcc -E  conftest.c
configure:17967:25: error: crt_externs.h: No such file or directory
configure:17954: $? = 1
configure: failed program was:
| #line 17939 "configure"
| /* confdefs.h.  */
|
| #define PACKAGE_NAME ""
| #define PACKAGE_TARNAME ""
| #define PACKAGE_VERSION ""
| #define PACKAGE_STRING ""
| #define PACKAGE_BUGREPORT ""
| #define PACKAGE "konqueror-embedded"
| #define VERSION "0.2"
| #ifdef __cplusplus
| extern "C" void exit (int) throw ();
| #endif
| #define HAVE_TEMPLATE_REPOSITORY 1
| #define KDELIBSUFF ""
| #define STDC_HEADERS 1
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_SYS_STAT_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_STRING_H 1
| #define HAVE_MEMORY_H 1
| #define HAVE_STRINGS_H 1
| #define HAVE_INTTYPES_H 1
| #define HAVE_STDINT_H 1
| #define HAVE_UNISTD_H 1
| #define HAVE_DLFCN_H 1
| #define HAVE_CRYPT 1
| #define ksize_t socklen_t
| /* end confdefs.h.  */
| #include <crt_externs.h>
configure:17973: result: no
configure:18009: checking for crt_externs.h
configure:18016: result: no
configure:18029: checking for _NSGetEnviron
configure:18079: gcc -o conftest -ansi -W -Wall -Wshadow -Wpointer-arith -Wmissing-prototypes -Wwrite-strings -D_XOPEN_SOURCE=500 -D_BSD_SOURCE -DNDEBUG -O2     conftest.c  >&5
/tmp/cchcDhBp.o: In function `main':
conftest.c:(.text+0x8): undefined reference to `_NSGetEnviron'
/tmp/cchcDhBp.o:(.data+0x0): undefined reference to `_NSGetEnviron'
collect2: ld returned 1 exit status
configure:18082: $? = 1
configure: failed program was:
| #line 18034 "configure"
| /* confdefs.h.  */
|
| #define PACKAGE_NAME ""
| #define PACKAGE_TARNAME ""
| #define PACKAGE_VERSION ""
| #define PACKAGE_STRING ""
| #define PACKAGE_BUGREPORT ""
| #define PACKAGE "konqueror-embedded"
| #define VERSION "0.2"
| #ifdef __cplusplus
| extern "C" void exit (int) throw ();
| #endif
| #define HAVE_TEMPLATE_REPOSITORY 1
| #define KDELIBSUFF ""
| #define STDC_HEADERS 1
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_SYS_STAT_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_STRING_H 1
| #define HAVE_MEMORY_H 1
| #define HAVE_STRINGS_H 1
| #define HAVE_INTTYPES_H 1
| #define HAVE_STDINT_H 1
| #define HAVE_UNISTD_H 1
| #define HAVE_DLFCN_H 1
| #define HAVE_CRYPT 1
| #define ksize_t socklen_t
| /* end confdefs.h.  */
| /* System header to define __stub macros and hopefully few prototypes,
|     which can conflict with char _NSGetEnviron (); below.
|     Prefer <limits.h> to <assert.h> if __STDC__ is defined, since
|     <limits.h> exists even on freestanding compilers.  */
| #ifdef __STDC__
| # include <limits.h>
| #else
| # include <assert.h>
| #endif
| /* Override any gcc2 internal prototype to avoid an error.  */
| #ifdef __cplusplus
| extern "C"
| {
| #endif
| /* We use char because int might match the return type of a gcc2
|    builtin and then its argument prototype would still apply.  */
| char _NSGetEnviron ();
| /* The GNU C library defines this for functions which it implements
|     to always fail with ENOSYS.  Some functions are actually named
|     something starting with __ and the normal name is an alias.  */
| #if defined (__stub__NSGetEnviron) || defined (__stub____NSGetEnviron)
| choke me
| #else
| char (*f) () = _NSGetEnviron;
| #endif
| #ifdef __cplusplus
| }
| #endif
|
| int
| main ()
| {
| return f != _NSGetEnviron;
|   ;
|   return 0;
| }
configure:18099: result: no
configure:18117: checking for sys/types.h
configure:18122: result: yes
configure:18117: checking for stdint.h
configure:18122: result: yes
configure:18256: checking for poll in -lpoll
configure:18287: gcc -o conftest -ansi -W -Wall -Wshadow -Wpointer-arith -Wmissing-prototypes -Wwrite-strings -D_XOPEN_SOURCE=500 -D_BSD_SOURCE -DNDEBUG -O2     conftest.c -lpoll   >&5
/usr/bin/ld: cannot find -lpoll
collect2: ld returned 1 exit status
configure:18290: $? = 1
configure: failed program was:
| #line 18263 "configure"
| /* confdefs.h.  */
|
| #define PACKAGE_NAME ""
| #define PACKAGE_TARNAME ""
| #define PACKAGE_VERSION ""
| #define PACKAGE_STRING ""
| #define PACKAGE_BUGREPORT ""
| #define PACKAGE "konqueror-embedded"
| #define VERSION "0.2"
| #ifdef __cplusplus
| extern "C" void exit (int) throw ();
| #endif
| #define HAVE_TEMPLATE_REPOSITORY 1
| #define KDELIBSUFF ""
| #define STDC_HEADERS 1
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_SYS_STAT_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_STRING_H 1
| #define HAVE_MEMORY_H 1
| #define HAVE_STRINGS_H 1
| #define HAVE_INTTYPES_H 1
| #define HAVE_STDINT_H 1
| #define HAVE_UNISTD_H 1
| #define HAVE_DLFCN_H 1
| #define HAVE_CRYPT 1
| #define ksize_t socklen_t
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_STDINT_H 1
| /* end confdefs.h.  */
|
| /* Override any gcc2 internal prototype to avoid an error.  */
| #ifdef __cplusplus
| extern "C"
| #endif
| /* We use char because int might match the return type of a gcc2
|    builtin and then its argument prototype would still apply.  */
| char poll ();
| int
| main ()
| {
| poll ();
|   ;
|   return 0;
| }
configure:18308: result: no
configure:18326: checking CoreAudio/CoreAudio.h usability
configure:18339: gcc -c -ansi -W -Wall -Wshadow -Wpointer-arith -Wmissing-prototypes -Wwrite-strings -D_XOPEN_SOURCE=500 -D_BSD_SOURCE -DNDEBUG -O2    conftest.c >&5
configure:18392:33: error: CoreAudio/CoreAudio.h: No such file or directory
configure:18342: $? = 1
configure: failed program was:
| #line 18328 "configure"
| /* confdefs.h.  */
|
| #define PACKAGE_NAME ""
| #define PACKAGE_TARNAME ""
| #define PACKAGE_VERSION ""
| #define PACKAGE_STRING ""
| #define PACKAGE_BUGREPORT ""
| #define PACKAGE "konqueror-embedded"
| #define VERSION "0.2"
| #ifdef __cplusplus
| extern "C" void exit (int) throw ();
| #endif
| #define HAVE_TEMPLATE_REPOSITORY 1
| #define KDELIBSUFF ""
| #define STDC_HEADERS 1
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_SYS_STAT_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_STRING_H 1
| #define HAVE_MEMORY_H 1
| #define HAVE_STRINGS_H 1
| #define HAVE_INTTYPES_H 1
| #define HAVE_STDINT_H 1
| #define HAVE_UNISTD_H 1
| #define HAVE_DLFCN_H 1
| #define HAVE_CRYPT 1
| #define ksize_t socklen_t
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_STDINT_H 1
| /* end confdefs.h.  */
| #include <stdio.h>
| #if HAVE_SYS_TYPES_H
| # include <sys/types.h>
| #endif
| #if HAVE_SYS_STAT_H
| # include <sys/stat.h>
| #endif
| #if STDC_HEADERS
| # include <stdlib.h>
| # include <stddef.h>
| #else
| # if HAVE_STDLIB_H
| #  include <stdlib.h>
| # endif
| #endif
| #if HAVE_STRING_H
| # if !STDC_HEADERS && HAVE_MEMORY_H
| #  include <memory.h>
| # endif
| # include <string.h>
| #endif
| #if HAVE_STRINGS_H
| # include <strings.h>
| #endif
| #if HAVE_INTTYPES_H
| # include <inttypes.h>
| #else
| # if HAVE_STDINT_H
| #  include <stdint.h>
| # endif
| #endif
| #if HAVE_UNISTD_H
| # include <unistd.h>
| #endif
| #include <CoreAudio/CoreAudio.h>
configure:18358: result: no
configure:18362: checking CoreAudio/CoreAudio.h presence
configure:18373: gcc -E  conftest.c
configure:18394:33: error: CoreAudio/CoreAudio.h: No such file or directory
configure:18379: $? = 1
configure: failed program was:
| #line 18364 "configure"
| /* confdefs.h.  */
|
| #define PACKAGE_NAME ""
| #define PACKAGE_TARNAME ""
| #define PACKAGE_VERSION ""
| #define PACKAGE_STRING ""
| #define PACKAGE_BUGREPORT ""
| #define PACKAGE "konqueror-embedded"
| #define VERSION "0.2"
| #ifdef __cplusplus
| extern "C" void exit (int) throw ();
| #endif
| #define HAVE_TEMPLATE_REPOSITORY 1
| #define KDELIBSUFF ""
| #define STDC_HEADERS 1
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_SYS_STAT_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_STRING_H 1
| #define HAVE_MEMORY_H 1
| #define HAVE_STRINGS_H 1
| #define HAVE_INTTYPES_H 1
| #define HAVE_STDINT_H 1
| #define HAVE_UNISTD_H 1
| #define HAVE_DLFCN_H 1
| #define HAVE_CRYPT 1
| #define ksize_t socklen_t
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_STDINT_H 1
| /* end confdefs.h.  */
| #include <CoreAudio/CoreAudio.h>
configure:18398: result: no
configure:18434: checking for CoreAudio/CoreAudio.h
configure:18441: result: no
configure:18460: checking for res_init
configure:18508: g++ -c -Wnon-virtual-dtor -Wno-long-long -Wundef -Wall -W -Wpointer-arith -Wmissing-prototypes -Wwrite-strings -ansi -D_XOPEN_SOURCE=500 -D_BSD_SOURCE -Wcast-align -Wconversion -DNDEBUG -DNO_DEBUG -O2 -fno-exceptions -fno-check-new  conftest.cc >&5
cc1plus: warning: command line option "-Wmissing-prototypes" is valid for Ada/C/ObjC but not for C++
configure:18511: $? = 0
configure:18514: test -s conftest.o
configure:18517: $? = 0
configure:18539: result: yes
configure:18542: checking if res_init needs custom prototype
configure:18635: result: no
configure:18664: checking for killpg in -lucb
configure:18695: gcc -o conftest -ansi -W -Wall -Wshadow -Wpointer-arith -Wmissing-prototypes -Wwrite-strings -D_XOPEN_SOURCE=500 -D_BSD_SOURCE -DNDEBUG -O2     conftest.c -lucb   >&5
/usr/bin/ld: cannot find -lucb
collect2: ld returned 1 exit status
configure:18698: $? = 1
configure: failed program was:
| #line 18671 "configure"
| /* confdefs.h.  */
|
| #define PACKAGE_NAME ""
| #define PACKAGE_TARNAME ""
| #define PACKAGE_VERSION ""
| #define PACKAGE_STRING ""
| #define PACKAGE_BUGREPORT ""
| #define PACKAGE "konqueror-embedded"
| #define VERSION "0.2"
| #ifdef __cplusplus
| extern "C" void exit (int) throw ();
| #endif
| #define HAVE_TEMPLATE_REPOSITORY 1
| #define KDELIBSUFF ""
| #define STDC_HEADERS 1
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_SYS_STAT_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_STRING_H 1
| #define HAVE_MEMORY_H 1
| #define HAVE_STRINGS_H 1
| #define HAVE_INTTYPES_H 1
| #define HAVE_STDINT_H 1
| #define HAVE_UNISTD_H 1
| #define HAVE_DLFCN_H 1
| #define HAVE_CRYPT 1
| #define ksize_t socklen_t
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_STDINT_H 1
| #define HAVE_RES_INIT 1
| #define HAVE_RES_INIT_PROTO 1
| /* end confdefs.h.  */
|
| /* Override any gcc2 internal prototype to avoid an error.  */
| #ifdef __cplusplus
| extern "C"
| #endif
| /* We use char because int might match the return type of a gcc2
|    builtin and then its argument prototype would still apply.  */
| char killpg ();
| int
| main ()
| {
| killpg ();
|   ;
|   return 0;
| }
configure:18716: result: no
configure:18789: checking for int
configure:18814: gcc -c -ansi -W -Wall -Wshadow -Wpointer-arith -Wmissing-prototypes -Wwrite-strings -D_XOPEN_SOURCE=500 -D_BSD_SOURCE -DNDEBUG -O2    conftest.c >&5
configure:18817: $? = 0
configure:18820: test -s conftest.o
configure:18823: $? = 0
configure:18834: result: yes
configure:18837: checking size of int
configure:19112: gcc -o conftest -ansi -W -Wall -Wshadow -Wpointer-arith -Wmissing-prototypes -Wwrite-strings -D_XOPEN_SOURCE=500 -D_BSD_SOURCE -DNDEBUG -O2     conftest.c  >&5
configure:19138: warning: no previous prototype for 'longval'
configure:19139: warning: no previous prototype for 'ulongval'
configure:19115: $? = 0
configure:19117: ./conftest
configure:19120: $? = 0
configure:19143: result: 4
configure:19149: checking for long
configure:19174: gcc -c -ansi -W -Wall -Wshadow -Wpointer-arith -Wmissing-prototypes -Wwrite-strings -D_XOPEN_SOURCE=500 -D_BSD_SOURCE -DNDEBUG -O2    conftest.c >&5
configure:19177: $? = 0
configure:19180: test -s conftest.o
configure:19183: $? = 0
configure:19194: result: yes
configure:19197: checking size of long
configure:19472: gcc -o conftest -ansi -W -Wall -Wshadow -Wpointer-arith -Wmissing-prototypes -Wwrite-strings -D_XOPEN_SOURCE=500 -D_BSD_SOURCE -DNDEBUG -O2     conftest.c  >&5
configure:19499: warning: no previous prototype for 'longval'
configure:19500: warning: no previous prototype for 'ulongval'
configure:19475: $? = 0
configure:19477: ./conftest
configure:19480: $? = 0
configure:19503: result: 4
configure:19509: checking for char *
configure:19534: gcc -c -ansi -W -Wall -Wshadow -Wpointer-arith -Wmissing-prototypes -Wwrite-strings -D_XOPEN_SOURCE=500 -D_BSD_SOURCE -DNDEBUG -O2    conftest.c >&5
configure:19537: $? = 0
configure:19540: test -s conftest.o
configure:19543: $? = 0
configure:19554: result: yes
configure:19557: checking size of char *
configure:19832: gcc -o conftest -ansi -W -Wall -Wshadow -Wpointer-arith -Wmissing-prototypes -Wwrite-strings -D_XOPEN_SOURCE=500 -D_BSD_SOURCE -DNDEBUG -O2     conftest.c  >&5
configure:19860: warning: no previous prototype for 'longval'
configure:19861: warning: no previous prototype for 'ulongval'
configure:19835: $? = 0
configure:19837: ./conftest
configure:19840: $? = 0
configure:19863: result: 4
configure:19869: checking for char
configure:19894: gcc -c -ansi -W -Wall -Wshadow -Wpointer-arith -Wmissing-prototypes -Wwrite-strings -D_XOPEN_SOURCE=500 -D_BSD_SOURCE -DNDEBUG -O2    conftest.c >&5
configure:19897: $? = 0
configure:19900: test -s conftest.o
configure:19903: $? = 0
configure:19914: result: yes
configure:19917: checking size of char
configure:20192: gcc -o conftest -ansi -W -Wall -Wshadow -Wpointer-arith -Wmissing-prototypes -Wwrite-strings -D_XOPEN_SOURCE=500 -D_BSD_SOURCE -DNDEBUG -O2     conftest.c  >&5
configure:20221: warning: no previous prototype for 'longval'
configure:20222: warning: no previous prototype for 'ulongval'
configure:20195: $? = 0
configure:20197: ./conftest
configure:20200: $? = 0
configure:20223: result: 1
configure:20231: checking for dlopen in -ldl
configure:20262: gcc -o conftest -ansi -W -Wall -Wshadow -Wpointer-arith -Wmissing-prototypes -Wwrite-strings -D_XOPEN_SOURCE=500 -D_BSD_SOURCE -DNDEBUG -O2     conftest.c -ldl   >&5
configure:20265: $? = 0
configure:20268: test -s conftest
configure:20271: $? = 0
configure:20283: result: yes
configure:20293: checking for shl_unload in -ldld
configure:20324: gcc -o conftest -ansi -W -Wall -Wshadow -Wpointer-arith -Wmissing-prototypes -Wwrite-strings -D_XOPEN_SOURCE=500 -D_BSD_SOURCE -DNDEBUG -O2     conftest.c -ldld   >&5
/usr/bin/ld: cannot find -ldld
collect2: ld returned 1 exit status
configure:20327: $? = 1
configure: failed program was:
| #line 20300 "configure"
| /* confdefs.h.  */
|
| #define PACKAGE_NAME ""
| #define PACKAGE_TARNAME ""
| #define PACKAGE_VERSION ""
| #define PACKAGE_STRING ""
| #define PACKAGE_BUGREPORT ""
| #define PACKAGE "konqueror-embedded"
| #define VERSION "0.2"
| #ifdef __cplusplus
| extern "C" void exit (int) throw ();
| #endif
| #define HAVE_TEMPLATE_REPOSITORY 1
| #define KDELIBSUFF ""
| #define STDC_HEADERS 1
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_SYS_STAT_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_STRING_H 1
| #define HAVE_MEMORY_H 1
| #define HAVE_STRINGS_H 1
| #define HAVE_INTTYPES_H 1
| #define HAVE_STDINT_H 1
| #define HAVE_UNISTD_H 1
| #define HAVE_DLFCN_H 1
| #define HAVE_CRYPT 1
| #define ksize_t socklen_t
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_STDINT_H 1
| #define HAVE_RES_INIT 1
| #define HAVE_RES_INIT_PROTO 1
| #define SIZEOF_INT 4
| #define SIZEOF_LONG 4
| #define SIZEOF_CHAR_P 4
| #define SIZEOF_CHAR 1
| /* end confdefs.h.  */
|
| /* Override any gcc2 internal prototype to avoid an error.  */
| #ifdef __cplusplus
| extern "C"
| #endif
| /* We use char because int might match the return type of a gcc2
|    builtin and then its argument prototype would still apply.  */
| char shl_unload ();
| int
| main ()
| {
| shl_unload ();
|   ;
|   return 0;
| }
configure:20345: result: no
configure:20366: checking for vsnprintf
configure:20416: gcc -o conftest -ansi -W -Wall -Wshadow -Wpointer-arith -Wmissing-prototypes -Wwrite-strings -D_XOPEN_SOURCE=500 -D_BSD_SOURCE -DNDEBUG -O2     conftest.c  >&5
configure:20419: $? = 0
configure:20422: test -s conftest
configure:20425: $? = 0
configure:20436: result: yes
configure:20366: checking for snprintf
configure:20416: gcc -o conftest -ansi -W -Wall -Wshadow -Wpointer-arith -Wmissing-prototypes -Wwrite-strings -D_XOPEN_SOURCE=500 -D_BSD_SOURCE -DNDEBUG -O2     conftest.c  >&5
configure:20419: $? = 0
configure:20422: test -s conftest
configure:20425: $? = 0
configure:20436: result: yes
configure:20983: checking for pthread_create in -lpthread
configure:21014: gcc -o conftest -ansi -W -Wall -Wshadow -Wpointer-arith -Wmissing-prototypes -Wwrite-strings -D_XOPEN_SOURCE=500 -D_BSD_SOURCE -DNDEBUG -O2   -DQWS  conftest.c -lpthread   >&5
configure:21017: $? = 0
configure:21020: test -s conftest
configure:21023: $? = 0
configure:21035: result: yes
configure:21455: checking for extra includes
configure:21483: result: no
configure:21487: checking for extra libs
configure:21516: result: no
configure:21522: checking for libz
configure:21557: gcc -o conftest -ansi -W -Wall -Wshadow -Wpointer-arith -Wmissing-prototypes -Wwrite-strings -D_XOPEN_SOURCE=500 -D_BSD_SOURCE -DNDEBUG -O2     -DQWS -D_REENTRANT  conftest.c   -lz  >&5
configure: In function 'main':
configure:21582: warning: comparison with string literal results in unspecified behavior
configure:21560: $? = 0
configure:21563: test -s conftest
configure:21566: $? = 0
configure:21588: result: -lz
configure:21601: checking for libpng
configure:21644: gcc -o conftest -ansi -W -Wall -Wshadow -Wpointer-arith -Wmissing-prototypes -Wwrite-strings -D_XOPEN_SOURCE=500 -D_BSD_SOURCE -DNDEBUG -O2     -DQWS -D_REENTRANT  conftest.c    -lpng -lz -lm >&5
configure:21647: $? = 0
configure:21650: test -s conftest
configure:21653: $? = 0
configure:21676: result: -lpng -lz -lm
configure:21687: checking for libjpeg6b
configure:21734: gcc -o conftest -ansi -W -Wall -Wshadow -Wpointer-arith -Wmissing-prototypes -Wwrite-strings -D_XOPEN_SOURCE=500 -D_BSD_SOURCE -DNDEBUG -O2     -DQWS -D_REENTRANT  conftest.c   -ljpeg6b -lm >&5
/usr/bin/ld: cannot find -ljpeg6b
collect2: ld returned 1 exit status
configure:21737: $? = 1
configure: failed program was:
| #line 21703 "configure"
| /* confdefs.h.  */
|
| #define PACKAGE_NAME ""
| #define PACKAGE_TARNAME ""
| #define PACKAGE_VERSION ""
| #define PACKAGE_STRING ""
| #define PACKAGE_BUGREPORT ""
| #define PACKAGE "konqueror-embedded"
| #define VERSION "0.2"
| #ifdef __cplusplus
| extern "C" void exit (int) throw ();
| #endif
| #define HAVE_TEMPLATE_REPOSITORY 1
| #define KDELIBSUFF ""
| #define STDC_HEADERS 1
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_SYS_STAT_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_STRING_H 1
| #define HAVE_MEMORY_H 1
| #define HAVE_STRINGS_H 1
| #define HAVE_INTTYPES_H 1
| #define HAVE_STDINT_H 1
| #define HAVE_UNISTD_H 1
| #define HAVE_DLFCN_H 1
| #define HAVE_CRYPT 1
| #define ksize_t socklen_t
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_STDINT_H 1
| #define HAVE_RES_INIT 1
| #define HAVE_RES_INIT_PROTO 1
| #define SIZEOF_INT 4
| #define SIZEOF_LONG 4
| #define SIZEOF_CHAR_P 4
| #define SIZEOF_CHAR 1
| #define HAVE_VSNPRINTF 1
| #define HAVE_SNPRINTF 1
| #define HAVE_LIBZ 1
| #define HAVE_LIBPNG 1
| /* end confdefs.h.  */
| /* Override any gcc2 internal prototype to avoid an error.  */
| struct jpeg_decompress_struct;
| typedef struct jpeg_decompress_struct * j_decompress_ptr;
| typedef int size_t;
| #ifdef __cplusplus
| extern "C" {
| #endif
|     void jpeg_CreateDecompress(j_decompress_ptr cinfo,
|                                     int version, size_t structsize);
| #ifdef __cplusplus
| }
| #endif
| /* We use char because int might match the return type of a gcc2
|     builtin and then its argument prototype would still apply.  */
|
| int
| main ()
| {
| jpeg_CreateDecompress(0L, 0, 0);
|   ;
|   return 0;
| }
configure:21764: result: no
configure:21767: checking for libjpeg
configure:21814: gcc -o conftest -ansi -W -Wall -Wshadow -Wpointer-arith -Wmissing-prototypes -Wwrite-strings -D_XOPEN_SOURCE=500 -D_BSD_SOURCE -DNDEBUG -O2     -DQWS -D_REENTRANT  conftest.c   -ljpeg -lm >&5
configure:21817: $? = 0
configure:21820: test -s conftest
configure:21823: $? = 0
configure:21841: result: -ljpeg
configure: 21865: ${prefix}/include/jpeglib.h
configure: 21865: /usr/include/jpeglib.h
taking that
configure:22038: checking for Qt
configure: 22103: /opt/FriendlyARM/mini2440/x86-qtopia/qtopia-2.2.0-FriendlyARM/qt2/include/qstyle.h
taking that
configure:22214: rm -rf SunWS_cache; g++ -o conftest -Wnon-virtual-dtor -Wno-long-long -Wundef -Wall -W -Wpointer-arith -Wmissing-prototypes -Wwrite-strings -ansi -D_XOPEN_SOURCE=500 -D_BSD_SOURCE -Wcast-align -Wconversion -DNDEBUG -DNO_DEBUG -O2 -fno-exceptions -fno-check-new -fno-rtti -I/opt/FriendlyARM/mini2440/x86-qtopia/qtopia-2.2.0-FriendlyARM/qt2/include  -DQWS -D_REENTRANT  -L/opt/FriendlyARM/mini2440/x86-qtopia/qtopia-2.2.0-FriendlyARM/qtopia/lib    conftest.cc  -lqte -lpng -lz -lm -ljpeg  1>&5
cc1plus: warning: command line option "-Wmissing-prototypes" is valid for Ada/C/ObjC but not for C++
In file included from conftest.cc:2:
/opt/FriendlyARM/mini2440/x86-qtopia/qtopia-2.2.0-FriendlyARM/qt2/include/qglobal.h:366:7: warning: "_MSC_VER" is not defined
/opt/FriendlyARM/mini2440/x86-qtopia/qtopia-2.2.0-FriendlyARM/qt2/include/qglobal.h:366:27: warning: "__BORLANDC__" is not defined
In file included from /opt/FriendlyARM/mini2440/x86-qtopia/qtopia-2.2.0-FriendlyARM/qt2/include/qwindowdefs.h:44,
                 from /opt/FriendlyARM/mini2440/x86-qtopia/qtopia-2.2.0-FriendlyARM/qt2/include/qwidget.h:42,
                 from /opt/FriendlyARM/mini2440/x86-qtopia/qtopia-2.2.0-FriendlyARM/qt2/include/qapplication.h:42,
                 from conftest.cc:3:
/opt/FriendlyARM/mini2440/x86-qtopia/qtopia-2.2.0-FriendlyARM/qt2/include/qstring.h: In member function 'char QChar::latin1() const':
/opt/FriendlyARM/mini2440/x86-qtopia/qtopia-2.2.0-FriendlyARM/qt2/include/qstring.h:149: warning: conversion to 'char' from 'int' may alter its value
/opt/FriendlyARM/mini2440/x86-qtopia/qtopia-2.2.0-FriendlyARM/qt2/include/qstring.h: In member function 'ushort QChar::unicode() const':
/opt/FriendlyARM/mini2440/x86-qtopia/qtopia-2.2.0-FriendlyARM/qt2/include/qstring.h:150: warning: conversion to 'ushort' from 'int' may alter its value
/opt/FriendlyARM/mini2440/x86-qtopia/qtopia-2.2.0-FriendlyARM/qt2/include/qstring.h: In constructor 'QStringData::QStringData(QChar*, uint, uint)':
/opt/FriendlyARM/mini2440/x86-qtopia/qtopia-2.2.0-FriendlyARM/qt2/include/qstring.h:341: warning: conversion to 'unsigned int:30' from 'uint' may alter its value
In file included from /opt/FriendlyARM/mini2440/x86-qtopia/qtopia-2.2.0-FriendlyARM/qt2/include/qwidget.h:51,
                 from /opt/FriendlyARM/mini2440/x86-qtopia/qtopia-2.2.0-FriendlyARM/qt2/include/qapplication.h:42,
                 from conftest.cc:3:
/opt/FriendlyARM/mini2440/x86-qtopia/qtopia-2.2.0-FriendlyARM/qt2/include/qsizepolicy.h: In member function 'void QSizePolicy::setHorData(QSizePolicy::SizeType)':
/opt/FriendlyARM/mini2440/x86-qtopia/qtopia-2.2.0-FriendlyARM/qt2/include/qsizepolicy.h:81: warning: conversion to 'Q_UINT16' from 'int' may alter its value
/opt/FriendlyARM/mini2440/x86-qtopia/qtopia-2.2.0-FriendlyARM/qt2/include/qsizepolicy.h: In member function 'void QSizePolicy::setVerData(QSizePolicy::SizeType)':
/opt/FriendlyARM/mini2440/x86-qtopia/qtopia-2.2.0-FriendlyARM/qt2/include/qsizepolicy.h:83: warning: conversion to 'Q_UINT16' from 'int' may alter its value
/opt/FriendlyARM/mini2440/x86-qtopia/qtopia-2.2.0-FriendlyARM/qt2/include/qsizepolicy.h: In member function 'void QSizePolicy::setHeightForWidth(bool)':
/opt/FriendlyARM/mini2440/x86-qtopia/qtopia-2.2.0-FriendlyARM/qt2/include/qsizepolicy.h:86: warning: conversion to 'Q_UINT16' from 'int' may alter its value
/opt/FriendlyARM/mini2440/x86-qtopia/qtopia-2.2.0-FriendlyARM/qt2/include/qsizepolicy.h: In constructor 'QSizePolicy::QSizePolicy(int)':
/opt/FriendlyARM/mini2440/x86-qtopia/qtopia-2.2.0-FriendlyARM/qt2/include/qsizepolicy.h:93: warning: conversion to 'Q_UINT16' from 'int' may alter its value
/opt/FriendlyARM/mini2440/x86-qtopia/qtopia-2.2.0-FriendlyARM/qt2/include/qsizepolicy.h: In constructor 'QSizePolicy::QSizePolicy(QSizePolicy::SizeType, QSizePolicy::SizeType, bool)':
/opt/FriendlyARM/mini2440/x86-qtopia/qtopia-2.2.0-FriendlyARM/qt2/include/qsizepolicy.h:100: warning: conversion to 'Q_UINT16' from 'int' may alter its value
/usr/bin/ld: cannot find -lqte
collect2: ld returned 1 exit status
configure:22217: $? = 1
configure: failed program was:
#include "confdefs.h"
#include <qglobal.h>
#include <qapplication.h>
#include <qevent.h>
#include <qstring.h>
#include <qstyle.h>
#if QT_VERSION < 210
#error 1
#endif
#if ! (QT_VERSION >= 222)
#error 1
#endif
int main() {
    QStringList *t = new QStringList();
    Q_UNUSED(t);
    QString s;
    s.setLatin1("Elvis is alive", 14);
    return 0;
}
configure:22257: error: Qt (>= Qt 2.2.2) (library qte) not found. Please check your installation!
For more details about this problem, look at the end of config.log.
## ---------------- ##
## Cache variables. ##
## ---------------- ##
ac_cv_build=i686-pc-linux-gnu
ac_cv_build_alias=i686-pc-linux-gnu
ac_cv_c_compiler_gnu=yes
ac_cv_cxx_compiler_gnu=yes
ac_cv_env_CC_set=
ac_cv_env_CC_value=
ac_cv_env_CFLAGS_set=
ac_cv_env_CFLAGS_value=
ac_cv_env_CPPFLAGS_set=
ac_cv_env_CPPFLAGS_value=
ac_cv_env_CPP_set=
ac_cv_env_CPP_value=
ac_cv_env_CXXCPP_set=
ac_cv_env_CXXCPP_value=
ac_cv_env_CXXFLAGS_set=
ac_cv_env_CXXFLAGS_value=
ac_cv_env_CXX_set=
ac_cv_env_CXX_value=
ac_cv_env_LDFLAGS_set=
ac_cv_env_LDFLAGS_value=
ac_cv_env_build_alias_set=
ac_cv_env_build_alias_value=
ac_cv_env_host_alias_set=
ac_cv_env_host_alias_value=
ac_cv_env_target_alias_set=
ac_cv_env_target_alias_value=
ac_cv_exeext=
ac_cv_func__NSGetEnviron=no
ac_cv_func_connect=yes
ac_cv_func_inet_ntoa=yes
ac_cv_func_remove=yes
ac_cv_func_shmat=yes
ac_cv_func_snprintf=yes
ac_cv_func_vsnprintf=yes
ac_cv_have_dlfcn=yes
ac_cv_have_qt=have_qt=no
ac_cv_header_CoreAudio_CoreAudio_h=no
ac_cv_header_crt_externs_h=no
ac_cv_header_dlfcn_h=yes
ac_cv_header_inttypes_h=yes
ac_cv_header_memory_h=yes
ac_cv_header_stdc=yes
ac_cv_header_stdint_h=yes
ac_cv_header_stdlib_h=yes
ac_cv_header_string_h=yes
ac_cv_header_strings_h=yes
ac_cv_header_sys_stat_h=yes
ac_cv_header_sys_types_h=yes
ac_cv_header_unistd_h=yes
ac_cv_host=i686-pc-linux-gnu
ac_cv_host_alias=i686-pc-linux-gnu
ac_cv_lib_compat_main=no
ac_cv_lib_crypt_crypt=yes
ac_cv_lib_dl_dlopen=yes
ac_cv_lib_dld_shl_unload=no
ac_cv_lib_dnet_dnet_ntoa=no
ac_cv_lib_dnet_stub_dnet_ntoa=no
ac_cv_lib_jpeg_6b=no
ac_cv_lib_jpeg_normal=-ljpeg
ac_cv_lib_png='-lpng -lz -lm'
ac_cv_lib_poll_poll=no
ac_cv_lib_pthread_pthread_create=yes
ac_cv_lib_ucb_killpg=no
ac_cv_lib_util_main=yes
ac_cv_lib_z=-lz
ac_cv_objext=o
ac_cv_path_GMSGFMT=msgfmt
ac_cv_path_MSGFMT=msgfmt
ac_cv_path_XGETTEXT=:
ac_cv_path_install='/usr/bin/install -c'
ac_cv_prog_AWK=gawk
ac_cv_prog_CPP='gcc -E'
ac_cv_prog_CXXCPP='g++ -E'
ac_cv_prog_ac_ct_CC=gcc
ac_cv_prog_ac_ct_CXX=g++
ac_cv_prog_ac_ct_RANLIB=ranlib
ac_cv_prog_ac_ct_STRIP=strip
ac_cv_prog_cc_g=yes
ac_cv_prog_cc_stdc=
ac_cv_prog_cxx_g=yes
ac_cv_prog_egrep='grep -E'
ac_cv_prog_make_make_set=yes
ac_cv_sizeof_char=1
ac_cv_sizeof_char_p=4
ac_cv_sizeof_int=4
ac_cv_sizeof_long=4
ac_cv_socklen_t=socklen_t
ac_cv_target=i686-pc-linux-gnu
ac_cv_target_alias=i686-pc-linux-gnu
ac_cv_type_char=yes
ac_cv_type_char_p=yes
ac_cv_type_int=yes
ac_cv_type_long=yes
am_cv_CC_dependencies_compiler_type=gcc3
am_cv_CXX_dependencies_compiler_type=gcc3
kde_cv_func_res_init=yes
kde_cv_prog_cxx_Wno_long_long=yes
kde_cv_prog_cxx_Wnon_virtual_dtor=yes
kde_cv_prog_cxx_Wundef=yes
kde_cv_prog_cxx_fexceptions=yes
kde_cv_prog_cxx_fno_check_new=yes
kde_cv_prog_cxx_fno_exceptions=yes
kde_cv_prog_cxx_frepo=yes
kde_cv_proto_res_init=no
lt_cv_deplibs_check_method=pass_all
lt_cv_file_magic_cmd='$MAGIC_CMD'
lt_cv_file_magic_test_file='/lib/libc.so.6 /lib/libc-2.11.1.so'
lt_cv_ld_reload_flag=-r
lt_cv_objdir=.libs
lt_cv_path_LD=/usr/bin/ld
lt_cv_path_NM='/usr/bin/nm -B'
lt_cv_path_SED=/bin/sed
lt_cv_prog_compiler_c_o=yes
lt_cv_prog_compiler_c_o_CXX=no
lt_cv_prog_compiler_c_o_GCJ=no
lt_cv_prog_compiler_rtti_exceptions=no
lt_cv_prog_gnu_ld=yes
lt_cv_sys_global_symbol_pipe='sed -n -e '\''s/^.*[  ]\([ABCDGISTW][ABCDGISTW]*\)[  ][  ]*\(\)\([_A-Za-z][_A-Za-z0-9]*\)$/\1 \2\3 \3/p'\'''
lt_cv_sys_global_symbol_to_c_name_address='sed -n -e '\''s/^: \([^ ]*\) $/  {\"\1\", (lt_ptr) 0},/p'\'' -e '\''s/^[BCDEGRST] \([^ ]*\) \([^ ]*\)$/  {"\2", (lt_ptr) \&\2},/p'\'''
lt_cv_sys_global_symbol_to_cdecl='sed -n -e '\''s/^. .* \(.*\)$/extern int \1;/p'\'''
lt_cv_sys_max_cmd_len=32768
lt_lt_cv_prog_compiler_c_o='"yes"'
lt_lt_cv_prog_compiler_c_o_CXX='"no"'
lt_lt_cv_prog_compiler_c_o_GCJ='"no"'
lt_lt_cv_sys_global_symbol_pipe='"sed -n -e '\''s/^.*[  ]\\([ABCDGISTW][ABCDGISTW]*\\)[  ][  ]*\\(\\)\\([_A-Za-z][_A-Za-z0-9]*\\)\$/\\1 \\2\\3 \\3/p'\''"'
lt_lt_cv_sys_global_symbol_to_c_name_address='"sed -n -e '\''s/^: \\([^ ]*\\) \$/  {\\\"\\1\\\", (lt_ptr) 0},/p'\'' -e '\''s/^[BCDEGRST] \\([^ ]*\\) \\([^ ]*\\)\$/  {\"\\2\", (lt_ptr) \\&\\2},/p'\''"'
lt_lt_cv_sys_global_symbol_to_cdecl='"sed -n -e '\''s/^. .* \\(.*\\)\$/extern int \\1;/p'\''"'
## ----------------- ##
## Output variables. ##
## ----------------- ##
ACLOCAL='${SHELL} /opt/FriendlyARM/mini2440/x86-qtopia/konq/admin/missing --run aclocal-1.7'
ADD_ON_DIRS=''
AMDEPBACKSLASH='\'
AMDEP_FALSE='#'
AMDEP_TRUE=''
AMTAR='${SHELL} /opt/FriendlyARM/mini2440/x86-qtopia/konq/admin/missing --run tar'
ARTSCCONFIG='compiled'
AUTOCONF='${SHELL} /opt/FriendlyARM/mini2440/x86-qtopia/konq/admin/missing --run autoconf'
AUTODIRS=''
AUTOHEADER='${SHELL} /opt/FriendlyARM/mini2440/x86-qtopia/konq/admin/missing --run autoheader'
AUTOMAKE='${SHELL} /opt/FriendlyARM/mini2440/x86-qtopia/konq/admin/missing --run automake-1.7'
AWK='gawk'
CC='gcc'
CCDEPMODE='depmode=gcc3'
CFLAGS='-ansi -W -Wall -Wshadow -Wpointer-arith -Wmissing-prototypes -Wwrite-strings -D_XOPEN_SOURCE=500 -D_BSD_SOURCE -DNDEBUG -O2  '
CONF_FILES=' $(top_srcdir)/configure.in.in $(top_srcdir)/./konq-embed/add-ons/configure.in.in $(top_srcdir)/./konq-embed/configure.in.in $(top_srcdir)/./konq-embed/dropin/configure.in.in $(top_srcdir)/./konq-embed/dropin/kio/configure.in.in $(top_srcdir)/./konq-embed/dropin/kssl/configure.in.in $(top_srcdir)/./konq-embed/ipkg/configure.in.in $(top_srcdir)/./konq-embed/kdesrc/kdecore/configure.in.in $(top_srcdir)/./konq-embed/kdesrc/kjs/configure.in.in $(top_srcdir)/./konq-embed/src/actions/configure.in.in $(top_srcdir)/./konq-embed/src/configure.in.in'
CPP='gcc -E'
CPPFLAGS='-DQWS -D_REENTRANT'
CXX='g++'
CXXCPP='g++ -E'
CXXDEPMODE='depmode=gcc3'
CXXFLAGS='-Wnon-virtual-dtor -Wno-long-long -Wundef -Wall -W -Wpointer-arith -Wmissing-prototypes -Wwrite-strings -ansi -D_XOPEN_SOURCE=500 -D_BSD_SOURCE -Wcast-align -Wconversion -DNDEBUG -DNO_DEBUG -O2 -fno-exceptions -fno-check-new -fno-rtti'
CYGPATH_W='echo'
DCOPIDL2CPP='compiled'
DCOPIDL='compiled'
DCOP_DEPENDENCIES=''
DEFS=''
DEPDIR='.deps'
DLOPEN_JAVASCRIPT_FALSE=''
DLOPEN_JAVASCRIPT_TRUE=''
DYNAMIC_ADD_ONS_FALSE=''
DYNAMIC_ADD_ONS_TRUE=''
ECHO='echo'
ECHO_C=''
ECHO_N='-n'
ECHO_T=''
ECMA_SUBDIR=''
EGREP='grep -E'
ENABLE_PRINTING_FALSE=''
ENABLE_PRINTING_TRUE=''
ENABLE_READWRITE_FALSE=''
ENABLE_READWRITE_TRUE=''
EXEEXT=''
EXPORT_SYMBOLS_FALSE=''
EXPORT_SYMBOLS_TRUE=''
FRAMEWORK_COREAUDIO=''
GETADDRINFO_RETURNS_UNIX=''
GMSGFMT=':'
HAVE_BROKEN_GETADDRINFO=''
HAVE_GETADDRINFO=''
HAVE_SOCKADDR_IN6=''
HAVE_SOCKADDR_IN6_SCOPE_ID=''
HAVE_SOCKADDR_SA_LEN=''
HAVE_STRUCT_ADDRINFO=''
INIT_ADDONS=''
INIT_DYN_ADDONS=''
INSTALL_DATA='${INSTALL} -m 644'
INSTALL_PROGRAM='${INSTALL} $(INSTALL_STRIP_FLAG)'
INSTALL_SCRIPT='${INSTALL}'
INSTALL_STRIP_PROGRAM='${SHELL} $(install_sh) -c -s'
JS_HOSTEXTEND_FALSE=''
JS_HOSTEXTEND_TRUE=''
KDECONFIG='compiled'
KDE_EXTRA_RPATH=''
KDE_INCLUDES=''
KDE_IPV6_LOOKUP_MODE=''
KDE_LDFLAGS=''
KDE_MT_LDFLAGS=''
KDE_MT_LIBS=''
KDE_PLUGIN='-avoid-version -module -no-undefined $(KDE_RPATH) $(KDE_MT_LDFLAGS)'
KDE_RPATH=''
KDE_USE_CLOSURE_FALSE='#'
KDE_USE_CLOSURE_TRUE=''
KDE_USE_FINAL_FALSE=''
KDE_USE_FINAL_TRUE='#'
KDE_XSL_STYLESHEET=''
KIO_FTP=''
KJS_SUBDIR=''
KONQ_EMBEDDED_FALSE=''
KONQ_EMBEDDED_TRUE=''
KONQ_LIBDL=''
KONQ_LIBSSL=''
KONQ_SSL_LDFLAGS=''
LARGEICONS_FALSE=''
LARGEICONS_TRUE=''
LDFLAGS=''
LIBCOMPAT=''
LIBCRYPT='-lcrypt'
LIBDL='-ldl'
LIBJPEG='-ljpeg'
LIBOBJS=''
LIBPCRE=''
LIBPNG='-lpng -lz -lm'
LIBPTHREAD='-lpthread'
LIBRESOLV=''
LIBS=''
LIBSM=''
LIBSOCKET=''
LIBSSL=''
LIBTOOL='$(SHELL) $(top_builddir)/libtool --silent'
LIBUCB=''
LIBUTIL='-lutil'
LIBZ='-lz'
LIB_ADDONS=''
LIB_DYN_ADDONS=''
LIB_KAB=''
LIB_KABC=''
LIB_KDECORE=''
LIB_KDEPRINT=''
LIB_KDEUI=''
LIB_KFILE=''
LIB_KFM=''
LIB_KHTML=''
LIB_KIO=''
LIB_KJSHTML=''
LIB_KPARTS=''
LIB_KSPELL=''
LIB_KSYCOCA=''
LIB_POLL=''
LIB_QPE=''
LIB_QT=''
LIB_QTOPIA=''
LIB_SMB=''
LIB_X11=''
LIB_XEXT=''
LN_S='ln -s'
LTLIBOBJS=''
MAKEINFO='${SHELL} /opt/FriendlyARM/mini2440/x86-qtopia/konq/admin/missing --run makeinfo'
MCOPIDL='compiled'
MEINPROC='compiled'
MOC=''
MSGFMT=':'
NOOPT_CFLAGS='-O0'
NOOPT_CXXFLAGS='-O0'
NOREPO='-fno-repo'
OBJEXT='o'
PACKAGE='konqueror-embedded'
PACKAGE_BUGREPORT=''
PACKAGE_NAME=''
PACKAGE_STRING=''
PACKAGE_TARNAME=''
PACKAGE_VERSION=''
PATH_SEPARATOR=':'
QTE_NORTTI='-fno-rtti -DQWS'
QTOPIA_INCLUDES=''
QT_INCLUDES=''
QT_LDFLAGS=''
RANLIB='ranlib'
REPO='-frepo'
SET_MAKE=''
SHELL='/bin/bash'
SSL_INCLUDES=''
SSL_LDFLAGS=''
STATIC_ADD_ONS_FALSE=''
STATIC_ADD_ONS_TRUE=''
STRIP='strip'
TOPSUBDIRS=''
UIC=''
UIC_TR=''
USER_INCLUDES=''
USER_LDFLAGS=''
USE_EXCEPTIONS='-fexceptions'
USE_RTTI=''
USE_THREADS=''
VERSION='0.2'
WOVERLOADED_VIRTUAL=''
XGETTEXT=':'
XMLUI_FALSE=''
XMLUI_TRUE=''
X_EXTRA_LIBS=''
X_INCLUDES=''
X_LDFLAGS=''
X_PRE_LIBS=''
ac_ct_CC='gcc'
ac_ct_CXX='g++'
ac_ct_RANLIB='ranlib'
ac_ct_STRIP='strip'
all_includes=''
all_libraries=''
am__fastdepCC_FALSE='#'
am__fastdepCC_TRUE=''
am__fastdepCXX_FALSE='#'
am__fastdepCXX_TRUE=''
am__include='include'
am__leading_dot='.'
am__quote=''
bindir='${exec_prefix}/bin'
build='i686-pc-linux-gnu'
build_alias=''
build_cpu='i686'
build_os='linux-gnu'
build_vendor='pc'
datadir='${prefix}/share'
exec_prefix='NONE'
host='i686-pc-linux-gnu'
host_alias=''
host_cpu='i686'
host_os='linux-gnu'
host_vendor='pc'
includedir='${prefix}/include'
infodir='${prefix}/info'
install_sh='/opt/FriendlyARM/mini2440/x86-qtopia/konq/admin/install-sh'
kde_appsdir=''
kde_bindir=''
kde_confdir=''
kde_datadir=''
kde_htmldir=''
kde_icondir=''
kde_includes=''
kde_libraries=''
kde_libs_htmldir=''
kde_libs_prefix=''
kde_locale=''
kde_mimedir=''
kde_moduledir=''
kde_qtver='2'
kde_servicesdir=''
kde_servicetypesdir=''
kde_sounddir=''
kde_styledir=''
kde_templatesdir=''
kde_wallpaperdir=''
kde_widgetdir=''
kjs_debug_mem=''
konq_embed_SUBDIR_included_FALSE=''
konq_embed_SUBDIR_included_TRUE=''
konq_largeicons=''
konq_tmp_prefix=''
libdir='${exec_prefix}/lib'
libexecdir='${exec_prefix}/libexec'
localstatedir='${prefix}/var'
mandir='${prefix}/man'
oldincludedir='/usr/include'
prefix='/usr/local/kde'
program_transform_name='s,x,x,'
qt_includes=''
qt_libraries=''
sbindir='${exec_prefix}/sbin'
sharedstatedir='${prefix}/com'
sysconfdir='${prefix}/etc'
target='i686-pc-linux-gnu'
target_alias=''
target_cpu='i686'
target_os='linux-gnu'
target_vendor='pc'
x_includes=''
x_libraries=''
## ----------- ##
## confdefs.h. ##
## ----------- ##
#define HAVE_CRYPT 1
#define HAVE_DLFCN_H 1
#define HAVE_INTTYPES_H 1
#define HAVE_LIBJPEG 1
#define HAVE_LIBPNG 1
#define HAVE_LIBZ 1
#define HAVE_MEMORY_H 1
#define HAVE_RES_INIT 1
#define HAVE_RES_INIT_PROTO 1
#define HAVE_SNPRINTF 1
#define HAVE_STDINT_H 1
#define HAVE_STDINT_H 1
#define HAVE_STDLIB_H 1
#define HAVE_STRINGS_H 1
#define HAVE_STRING_H 1
#define HAVE_SYS_STAT_H 1
#define HAVE_SYS_TYPES_H 1
#define HAVE_SYS_TYPES_H 1
#define HAVE_TEMPLATE_REPOSITORY 1
#define HAVE_UNISTD_H 1
#define HAVE_VSNPRINTF 1
#define KDELIBSUFF ""
#define PACKAGE "konqueror-embedded"
#define PACKAGE_BUGREPORT ""
#define PACKAGE_NAME ""
#define PACKAGE_STRING ""
#define PACKAGE_TARNAME ""
#define PACKAGE_VERSION ""
#define SIZEOF_CHAR 1
#define SIZEOF_CHAR_P 4
#define SIZEOF_INT 4
#define SIZEOF_LONG 4
#define STDC_HEADERS 1
#define VERSION "0.2"
#define ksize_t socklen_t
#endif
#ifdef __cplusplus
extern "C" void exit (int) throw ();
configure: exit 1
[/code]
级别: 新手上路
UID: 32609
精华: 0
发帖: 13
金钱: 65 两
威望: 13 点
综合积分: 26 分
注册时间: 2010-11-18
最后登录: 2017-09-13
3楼  发表于: 2011-08-03 10:04

 Re:找了很多资料,但还是麻烦大家看一看Build-konq阶段Qt (>= Qt 2.2.2) (library qte) not found. ..

发现在konq目录并未生成Makefile,怎么回事呢?
级别: 新手上路
UID: 52669
精华: 0
发帖: 6
金钱: 30 两
威望: 6 点
综合积分: 12 分
注册时间: 2011-07-22
最后登录: 2011-08-09
4楼  发表于: 2011-08-03 15:37

 Re:找了很多资料,但还是麻烦大家看一看Build-konq阶段Qt (>= Qt 2.2.2) (library qte) not found. ..

同问啊,遇到相同的问题,我完全按照Fedora9和用户手册来做的,还是出现这种问题,我要疯了!