I am configuring ostbox for arm but facing one issue.
This is the configure log.
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-uclibcgnueabi
checking target system type... arm-unknown-linux-uclibcgnueabi
checking for a BSD-compatible install... /usr/bin/install -c
checking whether build environment is sane... yes
checking whether make sets $(MAKE)... yes
checking for working aclocal-1.4... found
checking for working autoconf... found
checking for working automake-1.4... found
checking for working autoheader... found
checking for working makeinfo... found
checking for arm-unknown-linux-uclibcgnueabi-gcc... /home/vijaya/Desktop/xtools/arm-unknown-linux-uclibcgnueabi/bin/arm-unknown-linux-uclibcgnueabi-gcc
checking for C compiler default output file name... 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 /home/vijaya/Desktop/xtools/arm-unknown-linux-uclibcgnueabi/bin/arm-unknown-linux-uclibcgnueabi-gcc accepts -g... yes
checking for /home/vijaya/Desktop/xtools/arm-unknown-linux-uclibcgnueabi/bin/arm-unknown-linux-uclibcgnueabi-gcc option to accept ANSI C... none needed
checking for arm-unknown-linux-uclibcgnueabi-g++... /home/vijaya/Desktop/xtools/arm-unknown-linux-uclibcgnueabi/bin/arm-unknown-linux-uclibcgnueabi-g++
checking whether we are using the GNU C++ compiler... yes
checking whether /home/vijaya/Desktop/xtools/arm-unknown-linux-uclibcgnueabi/bin/arm-unknown-linux-uclibcgnueabi-g++ accepts -g... yes
checking for a BSD-compatible install... /usr/bin/install -c
checking for arm-unknown-linux-uclibcgnueabi-ranlib... /home/vijaya/Desktop/xtools/arm-unknown-linux-uclibcgnueabi/bin/arm-unknown-linux-uclibcgnueabi-ranlib
checking how to run the C preprocessor... /home/vijaya/Desktop/xtools/arm-unknown-linux-uclibcgnueabi/bin/arm-unknown-linux-uclibcgnueabi-gcc -E
checking for egrep... grep -E
checking for ANSI C header files... yes
checking for dirent.h that defines DIR... yes
checking for library containing opendir... none required
checking for sysconf... yes
checking pkg-config is at least version 0.9.0... yes
checking for XML... yes
checking for SQLITE... yes
checking for XFlush in -lX11... no
checking for XextFindDisplay in -lXext... no
checking for XScreenSaverQueryInfo in -lXss... no
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 X11/extensions/scrnsaver.h usability... yes
checking X11/extensions/scrnsaver.h presence... yes
checking for X11/extensions/scrnsaver.h... yes
checking X11/extensions/dpms.h usability... no
checking X11/extensions/dpms.h presence... yes
configure: WARNING: X11/extensions/dpms.h: present but cannot be compiled
configure: WARNING: X11/extensions/dpms.h: check for missing prerequisite headers?
configure: WARNING: X11/extensions/dpms.h: see the Autoconf documentation
configure: WARNING: X11/extensions/dpms.h: section "Present But Cannot Be Compiled"
configure: WARNING: X11/extensions/dpms.h: proceeding with the preprocessor's result
configure: WARNING: X11/extensions/dpms.h: in the future, the compiler will take precedence
configure: WARNING: ## ------------------------------------------ ##
configure: WARNING: ## Report this to the AC_PACKAGE_NAME lists. ##
configure: WARNING: ## ------------------------------------------ ##
checking for X11/extensions/dpms.h... yes
checking for sdl-config... /usr/bin/sdl-config
checking for SDL - version >= 1.2.0... cross compiling; assumed OK...
yes
checking for TTF_Linked_Version in -lSDL_ttf... no
configure: error: *** Unable to find SDL_ttf library
anyone tell me how to fix this issue.
Thanks,
vijaya.
If you would like to refer to this comment somewhere else in this project, copy and paste the following link:
Hi,
I am configuring ostbox for arm but facing one issue.
This is the configure log.
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-uclibcgnueabi
checking target system type... arm-unknown-linux-uclibcgnueabi
checking for a BSD-compatible install... /usr/bin/install -c
checking whether build environment is sane... yes
checking whether make sets $(MAKE)... yes
checking for working aclocal-1.4... found
checking for working autoconf... found
checking for working automake-1.4... found
checking for working autoheader... found
checking for working makeinfo... found
checking for arm-unknown-linux-uclibcgnueabi-gcc... /home/vijaya/Desktop/xtools/arm-unknown-linux-uclibcgnueabi/bin/arm-unknown-linux-uclibcgnueabi-gcc
checking for C compiler default output file name... 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 /home/vijaya/Desktop/xtools/arm-unknown-linux-uclibcgnueabi/bin/arm-unknown-linux-uclibcgnueabi-gcc accepts -g... yes
checking for /home/vijaya/Desktop/xtools/arm-unknown-linux-uclibcgnueabi/bin/arm-unknown-linux-uclibcgnueabi-gcc option to accept ANSI C... none needed
checking for arm-unknown-linux-uclibcgnueabi-g++... /home/vijaya/Desktop/xtools/arm-unknown-linux-uclibcgnueabi/bin/arm-unknown-linux-uclibcgnueabi-g++
checking whether we are using the GNU C++ compiler... yes
checking whether /home/vijaya/Desktop/xtools/arm-unknown-linux-uclibcgnueabi/bin/arm-unknown-linux-uclibcgnueabi-g++ accepts -g... yes
checking for a BSD-compatible install... /usr/bin/install -c
checking for arm-unknown-linux-uclibcgnueabi-ranlib... /home/vijaya/Desktop/xtools/arm-unknown-linux-uclibcgnueabi/bin/arm-unknown-linux-uclibcgnueabi-ranlib
checking how to run the C preprocessor... /home/vijaya/Desktop/xtools/arm-unknown-linux-uclibcgnueabi/bin/arm-unknown-linux-uclibcgnueabi-gcc -E
checking for egrep... grep -E
checking for ANSI C header files... yes
checking for dirent.h that defines DIR... yes
checking for library containing opendir... none required
checking for sysconf... yes
checking pkg-config is at least version 0.9.0... yes
checking for XML... yes
checking for SQLITE... yes
checking for XFlush in -lX11... no
checking for XextFindDisplay in -lXext... no
checking for XScreenSaverQueryInfo in -lXss... no
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 X11/extensions/scrnsaver.h usability... yes
checking X11/extensions/scrnsaver.h presence... yes
checking for X11/extensions/scrnsaver.h... yes
checking X11/extensions/dpms.h usability... no
checking X11/extensions/dpms.h presence... yes
configure: WARNING: X11/extensions/dpms.h: present but cannot be compiled
configure: WARNING: X11/extensions/dpms.h: check for missing prerequisite headers?
configure: WARNING: X11/extensions/dpms.h: see the Autoconf documentation
configure: WARNING: X11/extensions/dpms.h: section "Present But Cannot Be Compiled"
configure: WARNING: X11/extensions/dpms.h: proceeding with the preprocessor's result
configure: WARNING: X11/extensions/dpms.h: in the future, the compiler will take precedence
configure: WARNING: ## ------------------------------------------ ##
configure: WARNING: ## Report this to the AC_PACKAGE_NAME lists. ##
configure: WARNING: ## ------------------------------------------ ##
checking for X11/extensions/dpms.h... yes
checking for sdl-config... /usr/bin/sdl-config
checking for SDL - version >= 1.2.0... cross compiling; assumed OK...
yes
checking for TTF_Linked_Version in -lSDL_ttf... no
configure: error: *** Unable to find SDL_ttf library
anyone tell me how to fix this issue.
Thanks,
vijaya.