GeeXboX

GeeXboX 3.1 compiling fails for Pandaboard

October 1st, 2015

Home Forums GeeXboX on ARM SoCs GeeXboX 3.1 compiling fails for Pandaboard

This topic contains 3 replies, has 3 voices, and was last updated by Warped Rudi 2 months, 1 week ago.

Viewing 4 posts – 1 through 4 (of 4 total)
  • Author
    Posts
  • #10034

    mobiled2
    Member

    Hi.

    I tried to build GeeXboX 3.1 from sources for Pandaboard and building stopped with error on evas-1.7.5 linking:

    ../../../../libtool: line 6003: cd: NONE: No such file or directory
    libtool: link: cannot determine absolute directory name of `NONE’

    Could anyone help me to fix it?

    More detail listing:

    ./scripts/build evas
    BUILD evas
    toolchain already installed, skipping…
    OpenGLES already installed, skipping…
    eina already installed, skipping…
    eet already installed, skipping…
    libpng already installed, skipping…
    libjpeg-turbo already installed, skipping…
    tiff already installed, skipping…
    libungif already installed, skipping…
    freetype already installed, skipping…
    fontconfig already installed, skipping…
    expat already installed, skipping…
    fribidi already installed, skipping…
    libX11 already installed, skipping…
    libxcb already installed, skipping…
    libXrender already installed, skipping…
    mesa already installed, skipping…
    Running aclocal…
    Running autoheader…
    Running autoconf…
    Running libtoolize…
    Running automake…
    doc/Makefile.am:46: warning: wildcard $(srcdir: non-POSIX variable name
    doc/Makefile.am:46: (probably a GNU make extension)
    src/modules/engines/software_16_sdl/Makefile.am:5: warning: ‘INCLUDES’ is the old name for ‘AM_CPPFLAGS’ (or ‘*_CPPFLAGS’)
    checking for a BSD-compatible install… /usr/bin/install -c
    checking whether build environment is sane… yes
    checking for a thread-safe mkdir -p… /bin/mkdir -p
    checking for gawk… gawk
    checking whether make sets $(MAKE)… yes
    checking whether make supports nested variables… yes
    checking for style of include used by make… GNU
    checking for x86_64-unknown-linux-gnu-gcc… /work/RaspberryPi/geexbox/build/build.pandaboard.eglibc/toolchain/bin/host-gcc
    checking whether the C compiler works… yes
    checking for C compiler default output file name… a.out
    checking for suffix of executables…
    checking whether we are cross compiling… no
    checking for suffix of object files… o
    checking whether we are using the GNU C compiler… yes
    checking whether /work/RaspberryPi/geexbox/build/build.pandaboard.eglibc/toolchain/bin/host-gcc accepts -g… yes
    checking for /work/RaspberryPi/geexbox/build/build.pandaboard.eglibc/toolchain/bin/host-gcc option to accept ISO C89… none needed
    checking dependency style of /work/RaspberryPi/geexbox/build/build.pandaboard.eglibc/toolchain/bin/host-gcc… gcc3
    checking how to run the C preprocessor… /work/RaspberryPi/geexbox/build/build.pandaboard.eglibc/toolchain/bin/host-gcc -E
    checking for grep that handles long lines and -e… /bin/grep
    checking for egrep… /bin/grep -E
    checking for ANSI C header files… yes
    checking for sys/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 minix/config.h usability… no
    checking minix/config.h presence… no
    checking for minix/config.h… no
    checking whether it is safe to define __EXTENSIONS__… yes
    checking build system type… x86_64-unknown-linux-gnu
    checking host system type… x86_64-unknown-linux-gnu
    checking how to print strings… printf
    checking for a sed that does not truncate output… /work/RaspberryPi/geexbox/build/build.pandaboard.eglibc/toolchain/bin/sed
    checking for fgrep… /bin/grep -F
    checking for ld used by /work/RaspberryPi/geexbox/build/build.pandaboard.eglibc/toolchain/bin/host-gcc… ld
    checking if the linker (ld) is GNU ld… yes
    checking for BSD- or MS-compatible name lister (nm)… nm
    checking the name lister (nm) interface… BSD nm
    checking whether ln -s works… yes
    checking the maximum length of command line arguments… 1572864
    checking whether the shell understands some XSI constructs… yes
    checking whether the shell understands “+=”… yes
    checking how to convert x86_64-unknown-linux-gnu file names to x86_64-unknown-linux-gnu format… func_convert_file_noop
    checking how to convert x86_64-unknown-linux-gnu file names to toolchain format… func_convert_file_noop
    checking for ld option to reload object files… -r
    checking for x86_64-unknown-linux-gnu-objdump… objdump
    checking how to recognize dependent libraries… pass_all
    checking for x86_64-unknown-linux-gnu-dlltool… dlltool
    checking how to associate runtime and link libraries… printf %sn
    checking for x86_64-unknown-linux-gnu-ar… ar
    checking for archiver @FILE support… @
    checking for x86_64-unknown-linux-gnu-strip… strip
    checking for x86_64-unknown-linux-gnu-ranlib… ranlib
    checking command to parse nm output from /work/RaspberryPi/geexbox/build/build.pandaboard.eglibc/toolchain/bin/host-gcc object… ok
    checking for sysroot… no
    checking for x86_64-unknown-linux-gnu-mt… no
    checking for mt… mt
    checking if mt is a manifest tool… no
    checking for dlfcn.h… yes
    checking for objdir… .libs
    checking if /work/RaspberryPi/geexbox/build/build.pandaboard.eglibc/toolchain/bin/host-gcc supports -fno-rtti -fno-exceptions… no
    checking for /work/RaspberryPi/geexbox/build/build.pandaboard.eglibc/toolchain/bin/host-gcc option to produce PIC… -fPIC -DPIC
    checking if /work/RaspberryPi/geexbox/build/build.pandaboard.eglibc/toolchain/bin/host-gcc PIC flag -fPIC -DPIC works… yes
    checking if /work/RaspberryPi/geexbox/build/build.pandaboard.eglibc/toolchain/bin/host-gcc static flag -static works… yes
    checking if /work/RaspberryPi/geexbox/build/build.pandaboard.eglibc/toolchain/bin/host-gcc supports -c -o file.o… yes
    checking if /work/RaspberryPi/geexbox/build/build.pandaboard.eglibc/toolchain/bin/host-gcc supports -c -o file.o… (cached) yes
    checking whether the /work/RaspberryPi/geexbox/build/build.pandaboard.eglibc/toolchain/bin/host-gcc linker (ld -m elf_x86_64) supports shared libraries… yes
    checking whether -lc should be explicitly linked in… no
    checking dynamic linker characteristics… GNU/Linux ld.so
    checking how to hardcode library paths into programs… immediate
    checking whether stripping libraries is possible… yes
    checking if libtool supports shared libraries… yes
    checking whether to build shared libraries… yes
    checking whether to build static libraries… no
    checking for x86_64-unknown-linux-gnu-gcc… no
    checking for x86_64-unknown-linux-gnu-objcc… no
    checking for x86_64-unknown-linux-gnu-objc… no
    checking for x86_64-unknown-linux-gnu-cc… no
    checking for x86_64-unknown-linux-gnu-CC… no
    checking for gcc… gcc
    checking whether we are using the GNU Objective C compiler… no
    checking whether gcc accepts -g… no
    checking dependency style of gcc… gcc3
    checking dependency style of gcc… (cached) gcc3
    checking whether the Objective C compiler works… no
    checking whether we are using the GNU C++ compiler… yes
    checking whether /work/RaspberryPi/geexbox/build/build.pandaboard.eglibc/toolchain/bin/host-g++ accepts -g… yes
    checking dependency style of /work/RaspberryPi/geexbox/build/build.pandaboard.eglibc/toolchain/bin/host-g++… gcc3
    checking how to run the C++ preprocessor… /work/RaspberryPi/geexbox/build/build.pandaboard.eglibc/toolchain/bin/host-g++ -E
    checking for ld used by /work/RaspberryPi/geexbox/build/build.pandaboard.eglibc/toolchain/bin/host-g++… ld -m elf_x86_64
    checking if the linker (ld -m elf_x86_64) is GNU ld… yes
    checking whether the /work/RaspberryPi/geexbox/build/build.pandaboard.eglibc/toolchain/bin/host-g++ linker (ld -m elf_x86_64) supports shared libraries… yes
    checking for /work/RaspberryPi/geexbox/build/build.pandaboard.eglibc/toolchain/bin/host-g++ option to produce PIC… -fPIC -DPIC
    checking if /work/RaspberryPi/geexbox/build/build.pandaboard.eglibc/toolchain/bin/host-g++ PIC flag -fPIC -DPIC works… yes
    checking if /work/RaspberryPi/geexbox/build/build.pandaboard.eglibc/toolchain/bin/host-g++ static flag -static works… yes
    checking if /work/RaspberryPi/geexbox/build/build.pandaboard.eglibc/toolchain/bin/host-g++ supports -c -o file.o… yes
    checking if /work/RaspberryPi/geexbox/build/build.pandaboard.eglibc/toolchain/bin/host-g++ supports -c -o file.o… (cached) yes
    checking whether the /work/RaspberryPi/geexbox/build/build.pandaboard.eglibc/toolchain/bin/host-g++ linker (ld -m elf_x86_64) supports shared libraries… yes
    checking dynamic linker characteristics… (cached) GNU/Linux ld.so
    checking how to hardcode library paths into programs… immediate
    checking for x86_64-unknown-linux-gnu-gcc… (cached) /work/RaspberryPi/geexbox/build/build.pandaboard.eglibc/toolchain/bin/host-gcc
    checking whether we are using the GNU C compiler… (cached) yes
    checking whether /work/RaspberryPi/geexbox/build/build.pandaboard.eglibc/toolchain/bin/host-gcc accepts -g… (cached) yes
    checking for /work/RaspberryPi/geexbox/build/build.pandaboard.eglibc/toolchain/bin/host-gcc option to accept ISO C89… (cached) none needed
    checking dependency style of /work/RaspberryPi/geexbox/build/build.pandaboard.eglibc/toolchain/bin/host-gcc… (cached) gcc3
    checking pkg-config is at least version 0.9.0… yes
    checking whether to build documentation… no
    checking for EXOTIC… no
    checking for EINA… yes
    checking size of Eina_Unicode… 4
    checking for FREETYPE… yes
    checking for FONTCONFIG… yes
    checking for HARFBUZZ… no
    checking for ANSI C header files… (cached) yes
    checking for unistd.h… (cached) yes
    checking for stdint.h… (cached) yes
    checking sys/param.h usability… yes
    checking sys/param.h presence… yes
    checking for sys/param.h… yes
    checking netinet/in.h usability… yes
    checking netinet/in.h presence… yes
    checking for netinet/in.h… yes
    checking sys/mman.h usability… yes
    checking sys/mman.h presence… yes
    checking for sys/mman.h… yes
    checking for PATH_MAX in limits.h… yes
    checking for struct sigaction… yes
    checking for an ANSI C-conforming const… yes
    checking whether byte ordering is bigendian… no
    checking for /work/RaspberryPi/geexbox/build/build.pandaboard.eglibc/toolchain/bin/host-gcc option to accept ISO C99… -std=gnu99
    checking for /work/RaspberryPi/geexbox/build/build.pandaboard.eglibc/toolchain/bin/host-gcc -std=gnu99 option to accept ISO Standard C… (cached) -std=gnu99
    checking for __attribute__ ((unused))… yes
    checking for __attribute__ ((vector))… yes
    checking for __forceinline… no
    checking for __attribute__ ((__always_inline__))… yes
    checking for library containing strerror… none required
    checking for siglongjmp… yes
    checking for fcntl… yes
    checking for size_t… yes
    checking for working alloca.h… yes
    checking for alloca… yes
    checking fnmatch.h usability… yes
    checking fnmatch.h presence… yes
    checking for fnmatch.h… yes
    checking for library containing fnmatch… none required
    checking for dlsym… no
    checking for dlsym in -ldl… yes
    checking for lround in -lm… yes
    checking for shm_open in libc… no
    checking for shm_open in librt… yes
    checking whether to build shared cache server and support… yes
    checking whether to build shared cache server 2 and support… yes
    checking sys/epoll.h usability… yes
    checking sys/epoll.h presence… yes
    checking for sys/epoll.h… yes
    checking sys/inotify.h usability… yes
    checking sys/inotify.h presence… yes
    checking for sys/inotify.h… yes
    checking sys/signalfd.h usability… yes
    checking sys/signalfd.h presence… yes
    checking for sys/signalfd.h… yes
    checking for shm_open in libc… no
    checking for shm_open in librt… yes
    checking whether to build GLES flavor of GL… no
    checking whether to build GLES variety for SGX… no
    checking whether to build GLES variety for s3c6410… no
    checking whether to enable Buffer rendering backend… yes
    checking whether Buffer rendering backend will be built… yes
    checking whether to enable Software GDI rendering backend… no
    checking whether Software GDI rendering backend will be built… no
    checking whether to enable Software DirectDraw rendering backend… no
    checking whether Software DirectDraw rendering backend will be built… no
    checking whether to enable Direct3D rendering backend… no
    checking whether Direct3D rendering backend will be built… no
    checking whether to enable PSL1GHT rendering backend… no
    checking whether PSL1GHT rendering backend will be built… no
    checking whether to enable OpenGL SDL rendering backend… no
    checking whether OpenGL SDL rendering backend will be built… no
    checking whether to enable OpenGL Cocoa rendering backend… no
    checking whether OpenGL Cocoa rendering backend will be built… no
    checking whether to enable Framebuffer rendering backend… auto
    checking linux/fb.h usability… yes
    checking linux/fb.h presence… yes
    checking for linux/fb.h… yes
    checking whether Framebuffer rendering backend will be built… yes
    checking whether to enable DirectFB rendering backend… no
    checking whether DirectFB rendering backend will be built… no
    checking whether to enable Software X11 8 bits grayscale rendering backend… no
    checking whether Software X11 8 bits grayscale rendering backend will be built… no
    checking whether to enable Software X11 16 bits rendering backend… no
    checking whether Software X11 16 bits rendering backend will be built… no
    checking whether to enable Software Windows CE 16 bits rendering backend… no
    checking whether Software Windows CE 16 bits rendering backend will be built… no
    checking whether to enable Software SDL 16 bits rendering backend… no
    checking whether Software SDL 16 bits rendering backend will be built… no
    checking whether to enable Wayland Shm rendering backend… auto
    checking whether Wayland Shm rendering backend will be built… yes
    checking whether to enable Wayland Egl rendering backend… auto
    checking for WAYLAND_EGL… no
    checking whether Wayland Egl rendering backend will be built… no
    checking whether to use SDL primitive when possible… no
    checking Whether to build software generic engine as part of libevas… no
    checking whether to build Software XCB Engine… no
    checking whether to enable Software Xlib rendering backend… auto
    checking for X… disabled
    checking for X11/X.h… (cached) no
    checking whether Software Xlib rendering backend will be built… no
    checking whether to build OpenGL XCB Engine… no
    checking whether to enable OpenGL XLib rendering backend… auto
    checking for X… disabled
    checking for GL/gl.h… yes
    checking whether pthread_create() is supported… yes
    checking for XCreateColormap in -lX11… no
    checking for GLES2/gl2.h… yes
    checking for glTexImage2D in -lGLESv2… yes
    checking for GL_EET… yes
    checking whether OpenGL XLib rendering backend will be built… yes
    checking Whether to build software 16 engine as part of libevas… no
    checking Whether to build software 8 engine as part of libevas… no
    checking whether to enable Edb image loader… yes
    checking for EDB… no
    checking whether Edb image loader will be built… no
    checking whether to enable Eet image loader… yes
    checking for EET… yes
    checking whether Eet image loader will be built… yes
    checking whether to enable Eet font loader… yes
    checking for EET… yes
    checking whether to enable Gif image loader… no
    checking whether Gif image loader will be built… no
    checking whether to enable Jpeg image loader… yes
    checking jpeglib.h usability… yes
    checking jpeglib.h presence… yes
    checking for jpeglib.h… yes
    checking for jpeg_CreateDecompress in -ljpeg… yes
    checking whether Jpeg image loader will be built… yes
    checking whether to enable PMAPS image loader… no
    checking whether PMAPS image loader will be built… no
    checking whether to enable PNG image loader… yes
    checking for PNG… yes
    checking whether PNG image loader will be built… yes
    checking whether to enable SVG image loader… yes
    checking for SVG… no
    checking whether SVG image loader will be built… no
    checking whether to enable Tiff image loader… no
    checking whether Tiff image loader will be built… no
    checking whether to enable XPM image loader… no
    checking whether XPM image loader will be built… no
    checking whether to enable BMP image loader… no
    checking whether BMP image loader will be built… no
    checking whether to enable TGA image loader… no
    checking whether TGA image loader will be built… no
    checking whether to enable WBMP image loader… yes
    checking whether WBMP image loader will be built… yes
    checking whether to enable ICO image loader… yes
    checking whether ICO image loader will be built… yes
    checking whether to enable PSD image loader… yes
    checking whether PSD image loader will be built… yes
    checking whether to enable GENERIC image loader… yes
    checking whether GENERIC image loader will be built… yes
    checking pthread.h usability… yes
    checking pthread.h presence… yes
    checking for pthread.h… yes
    checking for pthread.h… (cached) yes
    checking sched.h usability… yes
    checking sched.h presence… yes
    checking for sched.h… yes
    checking whether pthread_attr_setaffinity_np() and pthread_barrier_wait() are supported… yes
    checking whether to build pthread code… yes
    checking whether to build Async Events support… auto
    checking whether we can build Async Events support… yes
    checking whether to build Async Image Preload support… auto
    checking whether we can build Async Image Preload support… yes
    checking whether we should link with pthread… yes
    checking whether to build mmx code… yes
    checking whether to build sse code… yes
    checking whether to build sse3 code… yes
    checking immintrin.h usability… yes
    checking immintrin.h presence… yes
    checking for immintrin.h… yes
    yes
    checking whether to build altivec code… no
    checking whether to build neon code… checking whether to build c code… yes
    checking whether to check magic for evas object… yes
    checking whether to build sampling scaler… yes
    checking whether to build smooth scaler… yes
    checking whether to build yuv converter code… yes
    checking whether to build small dither mask… no
    checking whether to build line dither mask… no
    checking whether to build conversion to 16bpp without dither mask… no
    checking whether to build 8bpp RGB 332 converter code… yes
    checking whether to build 8bpp RGB 666 converter code… yes
    checking whether to build 8bpp RGB 232 converter code… yes
    checking whether to build 8bpp RGB 222 converter code… yes
    checking whether to build 8bpp RGB 221 converter code… yes
    checking whether to build 8bpp RGB 121 converter code… yes
    checking whether to build 8bpp RGB 111 converter code… yes
    checking whether to build 16bpp RGB 565 converter code… yes
    checking whether to build 16bpp BGR 565 converter code… yes
    checking whether to build 16bpp RGB 555 converter code… yes
    checking whether to build 16bpp RGB 444 converter code… yes
    checking whether to build 16bpp 565 (444 ipaq) converter code… yes
    checking whether to build 16bpp RGB rotation 0 converter code… yes
    checking whether to build 16bpp RGB rotation 180 converter code… yes
    checking whether to build 16bpp RGB rotation 270 converter code… yes
    checking whether to build 16bpp RGB rotation 90 converter code… yes
    checking whether to build 24bpp RGB 888 converter code… yes
    checking whether to build 24bpp BGR 888 converter code… yes
    checking whether to build 32bpp RGB 8888 converter code… yes
    checking whether to build 32bpp RGBX 8888 converter code… yes
    checking whether to build 32bpp BGR 8888 converter code… yes
    checking whether to build 32bpp BGRX 8888 converter code… yes
    checking whether to build 24bpp 666 (666 ezx) converter code… yes
    checking whether to build 32bpp 666 (666 ezx) converter code… yes
    checking whether to build 32bpp RGB rotation 0 converter code… yes
    checking whether to build 32bpp RGB rotation 180 converter code… yes
    checking whether to build 32bpp RGB rotation 270 converter code… yes
    checking whether to build 32bpp RGB rotation 90 converter code… yes
    checking whether to build 8bpp GRY 1 converter code… yes
    checking whether to build 8bpp GRY 16 converter code… yes
    checking whether to build 8bpp grayscale 64-palette converter code… yes
    checking whether to enable build with valgrind… no
    checking whether tests are built… no
    checking whether to use profiling instrumentation… no
    checking that generated files are newer than configure… done
    configure: creating ./config.status
    config.status: creating Makefile
    config.status: creating evas-directfb.pc
    config.status: creating evas-fb.pc
    config.status: creating evas-opengl-x11.pc
    config.status: creating evas-opengl-sdl.pc
    config.status: creating evas-opengl-cocoa.pc
    config.status: creating evas-software-buffer.pc
    config.status: creating evas-software-x11.pc
    config.status: creating evas-software-8-x11.pc
    config.status: creating evas-software-16-x11.pc
    config.status: creating evas-software-gdi.pc
    config.status: creating evas-software-ddraw.pc
    config.status: creating evas-direct3d.pc
    config.status: creating evas-software-16-wince.pc
    config.status: creating evas-software-sdl.pc
    config.status: creating evas-psl1ght.pc
    config.status: creating evas-wayland-shm.pc
    config.status: creating evas-wayland-egl.pc
    config.status: creating evas.pc
    config.status: WARNING: ‘../evas.pc.in’ seems to ignore the -datarootdir setting
    config.status: creating doc/evas.dox
    config.status: creating doc/Makefile
    config.status: creating doc/Doxyfile
    config.status: creating src/Makefile
    config.status: creating src/bin/Makefile
    config.status: creating src/bin/loaders/Makefile
    config.status: creating src/bin/loaders/jpeg/Makefile
    config.status: creating src/bin/loaders/png/Makefile
    config.status: creating src/bin/loaders/eet/Makefile
    config.status: creating src/bin/loaders/tiff/Makefile
    config.status: creating src/bin/loaders/xpm/Makefile
    config.status: creating src/bin/loaders/bmp/Makefile
    config.status: creating src/bin/loaders/ico/Makefile
    config.status: creating src/bin/loaders/tga/Makefile
    config.status: creating src/bin/loaders/pmaps/Makefile
    config.status: creating src/bin/loaders/wbmp/Makefile
    config.status: creating src/bin/loaders/psd/Makefile
    config.status: creating src/lib/Makefile
    config.status: creating src/lib/canvas/Makefile
    config.status: creating src/lib/file/Makefile
    config.status: creating src/lib/cache/Makefile
    config.status: creating src/lib/cache2/Makefile
    config.status: creating src/lib/cserve/Makefile
    config.status: creating src/lib/cserve2/Makefile
    config.status: creating src/lib/engines/Makefile
    config.status: creating src/lib/engines/common/Makefile
    config.status: creating src/lib/engines/common/evas_op_add/Makefile
    config.status: creating src/lib/engines/common/evas_op_blend/Makefile
    config.status: creating src/lib/engines/common/evas_op_copy/Makefile
    config.status: creating src/lib/engines/common/evas_op_mask/Makefile
    config.status: creating src/lib/engines/common/evas_op_mul/Makefile
    config.status: creating src/lib/engines/common/evas_op_sub/Makefile
    config.status: creating src/lib/engines/common_8/Makefile
    config.status: creating src/lib/engines/common_16/Makefile
    config.status: creating src/modules/Makefile
    config.status: creating src/modules/engines/Makefile
    config.status: creating src/modules/engines/software_generic/Makefile
    config.status: creating src/modules/engines/software_gdi/Makefile
    config.status: creating src/modules/engines/software_ddraw/Makefile
    config.status: creating src/modules/engines/direct3d/Makefile
    config.status: creating src/modules/engines/software_16_wince/Makefile
    config.status: creating src/modules/engines/software_x11/Makefile
    config.status: creating src/modules/engines/fb/Makefile
    config.status: creating src/modules/engines/buffer/Makefile
    config.status: creating src/modules/engines/directfb/Makefile
    config.status: creating src/modules/engines/gl_common/Makefile
    config.status: creating src/modules/engines/gl_x11/Makefile
    config.status: creating src/modules/engines/gl_sdl/Makefile
    config.status: creating src/modules/engines/gl_cocoa/Makefile
    config.status: creating src/modules/engines/psl1ght/Makefile
    config.status: creating src/modules/engines/software_8/Makefile
    config.status: creating src/modules/engines/software_8_x11/Makefile
    config.status: creating src/modules/engines/software_16/Makefile
    config.status: creating src/modules/engines/software_16_x11/Makefile
    config.status: creating src/modules/engines/software_16_sdl/Makefile
    config.status: creating src/modules/engines/wayland_shm/Makefile
    config.status: creating src/modules/engines/wayland_egl/Makefile
    config.status: creating src/modules/loaders/Makefile
    config.status: creating src/modules/loaders/edb/Makefile
    config.status: creating src/modules/loaders/eet/Makefile
    config.status: creating src/modules/loaders/gif/Makefile
    config.status: creating src/modules/loaders/jpeg/Makefile
    config.status: creating src/modules/loaders/png/Makefile
    config.status: creating src/modules/loaders/tiff/Makefile
    config.status: creating src/modules/loaders/xpm/Makefile
    config.status: creating src/modules/loaders/bmp/Makefile
    config.status: creating src/modules/loaders/ico/Makefile
    config.status: creating src/modules/loaders/tga/Makefile
    config.status: creating src/modules/loaders/svg/Makefile
    config.status: creating src/modules/loaders/pmaps/Makefile
    config.status: creating src/modules/loaders/wbmp/Makefile
    config.status: creating src/modules/loaders/psd/Makefile
    config.status: creating src/modules/loaders/generic/Makefile
    config.status: creating src/modules/savers/Makefile
    config.status: creating src/modules/savers/edb/Makefile
    config.status: creating src/modules/savers/eet/Makefile
    config.status: creating src/modules/savers/jpeg/Makefile
    config.status: creating src/modules/savers/png/Makefile
    config.status: creating src/modules/savers/tiff/Makefile
    config.status: creating src/static_deps/Makefile
    config.status: creating src/static_deps/liblinebreak/Makefile
    config.status: creating src/lib/include/Makefile
    config.status: creating src/examples/Makefile
    config.status: creating src/tests/Makefile
    config.status: creating data/Makefile
    config.status: creating evas.spec
    config.status: creating config.h
    config.status: config.h is unchanged
    config.status: executing depfiles commands
    config.status: executing libtool commands

    ————————————————————————
    evas 1.7.5
    ————————————————————————

    Configuration Options Summary:

    Engines:
    Software Memory Buffer…..: yes
    Software X11……………: no (Xlib: no) (XCB: no)
    OpenGL X11……………..: yes (Xlib: yes) (XCB: no) (GLES: no) (SGX: yes) (s3c6410: no)
    Software GDI……………: no
    Software DirectDraw……..: no
    Direct3d……………….: no
    OpenGL SDL……………..: no

    OpenGL Cocoa……………: no
    Software Framebuffer…….: yes
    DirectFB……………….: no
    PSL1GHT………………..: no
    Software 8bit grayscale….: no
    Software 16bit …………: no
    Software 16bit X11………: no
    Software 16bit WinCE…….: no
    Software 16bit SDL………: no (primitive: no)
    Wayland Shm…………….: yes
    Wayland Egl…………….: no

    Image Loaders:
    BMP…………………: no
    EDB…………………: no
    EET…………………: yes
    GENERIC……………..: yes
    GIF…………………: no
    ICO…………………: yes
    JPEG………………..: yes (region: no)
    PMAPS……………….: no
    PNG…………………: yes
    PSD…………………: yes
    SVG…………………: no
    TGA…………………: no
    TIFF………………..: no
    WBMP………………..: yes
    XPM…………………: no

    Font Sourcing Systems:
    EET…………………: yes

    Font Searching Systems:
    Fontconfig…………..: yes

    Font Rendering Helpers:
    Fribidi……………..: no
    Harfbuzz…………….: no
    liblinebreak…………: yes

    CPU Specific Extensions:
    Fallback C Code………: yes
    MMX…………………: yes
    SSE…………………: yes
    SSE3………………..: yes
    ALTIVEC……………..: no
    NEON………………..: no
    Thread Support……….: yes

    Features:
    MAGIC_DEBUG………….: yes
    Cache Server…………: no
    Cache Server 2……….: yes

    Threaded Pipe Rendering.: no
    Async Events…………: yes
    Async Image Preload…..: yes

    Pixman………………: no
    Pixman Fonts…………: no
    Pixman Rects…………: no
    Pixman Lines…………: no
    Pixman Polygons………: no
    Pixman Images………..: no
    Pixman Image ScaleSample: no

    Tiled 32BPP rotate……: no

    ARGB Software Engine Options:
    Sampling Scaler………: yes
    Smooth Scaler………..: yes
    YUV Converter………..: yes

    ARGB Conversion Options:
    Smaller Dither Mask…..: no
    Line Dither Mask……..: no
    No Dither Mask for 16bpp: no
    8bpp RGB 332…………: yes
    8bpp RGB 666…………: yes
    8bpp RGB 232…………: yes
    8bpp RGB 222…………: yes
    8bpp RGB 221…………: yes
    8bpp RGB 121…………: yes
    8bpp RGB 111…………: yes
    8bpp Grayscale (256)….: yes
    8bpp Grayscale (16)…..: yes
    8bpp Grayscale 64-pal…: yes
    16bpp RGB 565………..: yes
    16bpp BGR 565………..: yes
    16bpp RGB 555………..: yes
    16bpp RGB 444………..: yes
    16bpp RGB 565 (444 ipaq): yes
    16bpp Rotation 0……..: yes
    16bpp Rotation 90…….: yes
    16bpp Rotation 180……: yes
    16bpp Rotation 270……: yes
    24bpp RGB 888………..: yes
    24bpp BGR 888………..: yes
    24bpp RGB 666 (666 ezx).: yes
    32bpp RGB 8888……….: yes
    32bpp RGBX 8888………: yes
    32bpp BGR 8888……….: yes
    32bpp BGRX 8888………: yes
    32bpp RGB 666 (666 ezx).: yes
    32bpp Rotation 0……..: yes
    32bpp Rotation 90…….: yes
    32bpp Rotation 180……: yes
    32bpp Rotation 270……: yes

    Documentation………….: no
    Examples………………: install:yes build:no
    Tests…………………: no
    Coverage………………: no

    Compilation…………: make (or gmake)
    CPPFLAGS………….:
    CFLAGS……………: -O2 -Wall -pipe -fPIC -I/work/RaspberryPi/geexbox/build/build.pandaboard.eglibc/toolchain/include
    CXXFLAGS………….: -O2 -Wall -pipe -fPIC -I/work/RaspberryPi/geexbox/build/build.pandaboard.eglibc/toolchain/include -I/work/RaspberryPi/geexbox/build/build.pandaboard.eglibc/toolchain/include
    LDFLAGS…………..: -L/work/RaspberryPi/geexbox/build/build.pandaboard.eglibc/toolchain/lib -lm

    Installation………..: make install (as root if needed, with ‘su’ or ‘sudo’)
    prefix……………: /usr

    (CDPATH=”${ZSH_VERSION+.}:” && cd .. && /work/RaspberryPi/geexbox/build/build.pandaboard.eglibc/toolchain/bin/autoheader)
    rm -f stamp-h1
    touch ../config.h.in
    cd . && /bin/bash ./config.status config.h
    config.status: creating config.h
    config.status: config.h is unchanged
    make all-recursive
    make[1]: Entering directory `/work/RaspberryPi/geexbox/build/build.pandaboard.eglibc/evas-1.7.5/objdir-host’
    Making all in src
    make[2]: Entering directory `/work/RaspberryPi/geexbox/build/build.pandaboard.eglibc/evas-1.7.5/objdir-host/src’
    Making all in static_deps
    make[3]: Entering directory `/work/RaspberryPi/geexbox/build/build.pandaboard.eglibc/evas-1.7.5/objdir-host/src/static_deps’
    Making all in liblinebreak
    make[4]: Entering directory `/work/RaspberryPi/geexbox/build/build.pandaboard.eglibc/evas-1.7.5/objdir-host/src/static_deps/liblinebreak’
    make[4]: Nothing to be done for `all’.
    make[4]: Leaving directory `/work/RaspberryPi/geexbox/build/build.pandaboard.eglibc/evas-1.7.5/objdir-host/src/static_deps/liblinebreak’
    make[4]: Entering directory `/work/RaspberryPi/geexbox/build/build.pandaboard.eglibc/evas-1.7.5/objdir-host/src/static_deps’
    make[4]: Nothing to be done for `all-am’.
    make[4]: Leaving directory `/work/RaspberryPi/geexbox/build/build.pandaboard.eglibc/evas-1.7.5/objdir-host/src/static_deps’
    make[3]: Leaving directory `/work/RaspberryPi/geexbox/build/build.pandaboard.eglibc/evas-1.7.5/objdir-host/src/static_deps’
    Making all in lib
    make[3]: Entering directory `/work/RaspberryPi/geexbox/build/build.pandaboard.eglibc/evas-1.7.5/objdir-host/src/lib’
    Making all in canvas
    make[4]: Entering directory `/work/RaspberryPi/geexbox/build/build.pandaboard.eglibc/evas-1.7.5/objdir-host/src/lib/canvas’
    make[4]: Nothing to be done for `all’.
    make[4]: Leaving directory `/work/RaspberryPi/geexbox/build/build.pandaboard.eglibc/evas-1.7.5/objdir-host/src/lib/canvas’
    Making all in cache
    make[4]: Entering directory `/work/RaspberryPi/geexbox/build/build.pandaboard.eglibc/evas-1.7.5/objdir-host/src/lib/cache’
    make[4]: Nothing to be done for `all’.
    make[4]: Leaving directory `/work/RaspberryPi/geexbox/build/build.pandaboard.eglibc/evas-1.7.5/objdir-host/src/lib/cache’
    Making all in cache2
    make[4]: Entering directory `/work/RaspberryPi/geexbox/build/build.pandaboard.eglibc/evas-1.7.5/objdir-host/src/lib/cache2′
    make[4]: Nothing to be done for `all’.
    make[4]: Leaving directory `/work/RaspberryPi/geexbox/build/build.pandaboard.eglibc/evas-1.7.5/objdir-host/src/lib/cache2′
    Making all in cserve
    make[4]: Entering directory `/work/RaspberryPi/geexbox/build/build.pandaboard.eglibc/evas-1.7.5/objdir-host/src/lib/cserve’
    make[4]: Nothing to be done for `all’.
    make[4]: Leaving directory `/work/RaspberryPi/geexbox/build/build.pandaboard.eglibc/evas-1.7.5/objdir-host/src/lib/cserve’
    Making all in cserve2
    make[4]: Entering directory `/work/RaspberryPi/geexbox/build/build.pandaboard.eglibc/evas-1.7.5/objdir-host/src/lib/cserve2′
    make[4]: Nothing to be done for `all’.
    make[4]: Leaving directory `/work/RaspberryPi/geexbox/build/build.pandaboard.eglibc/evas-1.7.5/objdir-host/src/lib/cserve2′
    Making all in file
    make[4]: Entering directory `/work/RaspberryPi/geexbox/build/build.pandaboard.eglibc/evas-1.7.5/objdir-host/src/lib/file’
    make[4]: Nothing to be done for `all’.
    make[4]: Leaving directory `/work/RaspberryPi/geexbox/build/build.pandaboard.eglibc/evas-1.7.5/objdir-host/src/lib/file’
    Making all in engines
    make[4]: Entering directory `/work/RaspberryPi/geexbox/build/build.pandaboard.eglibc/evas-1.7.5/objdir-host/src/lib/engines’
    Making all in common
    make[5]: Entering directory `/work/RaspberryPi/geexbox/build/build.pandaboard.eglibc/evas-1.7.5/objdir-host/src/lib/engines/common’
    Making all in evas_op_add
    make[6]: Entering directory `/work/RaspberryPi/geexbox/build/build.pandaboard.eglibc/evas-1.7.5/objdir-host/src/lib/engines/common/evas_op_add’
    make[6]: Nothing to be done for `all’.
    make[6]: Leaving directory `/work/RaspberryPi/geexbox/build/build.pandaboard.eglibc/evas-1.7.5/objdir-host/src/lib/engines/common/evas_op_add’
    Making all in evas_op_blend
    make[6]: Entering directory `/work/RaspberryPi/geexbox/build/build.pandaboard.eglibc/evas-1.7.5/objdir-host/src/lib/engines/common/evas_op_blend’
    make[6]: Nothing to be done for `all’.
    make[6]: Leaving directory `/work/RaspberryPi/geexbox/build/build.pandaboard.eglibc/evas-1.7.5/objdir-host/src/lib/engines/common/evas_op_blend’
    Making all in evas_op_copy
    make[6]: Entering directory `/work/RaspberryPi/geexbox/build/build.pandaboard.eglibc/evas-1.7.5/objdir-host/src/lib/engines/common/evas_op_copy’
    make[6]: Nothing to be done for `all’.
    make[6]: Leaving directory `/work/RaspberryPi/geexbox/build/build.pandaboard.eglibc/evas-1.7.5/objdir-host/src/lib/engines/common/evas_op_copy’
    Making all in evas_op_mask
    make[6]: Entering directory `/work/RaspberryPi/geexbox/build/build.pandaboard.eglibc/evas-1.7.5/objdir-host/src/lib/engines/common/evas_op_mask’
    make[6]: Nothing to be done for `all’.
    make[6]: Leaving directory `/work/RaspberryPi/geexbox/build/build.pandaboard.eglibc/evas-1.7.5/objdir-host/src/lib/engines/common/evas_op_mask’
    Making all in evas_op_mul
    make[6]: Entering directory `/work/RaspberryPi/geexbox/build/build.pandaboard.eglibc/evas-1.7.5/objdir-host/src/lib/engines/common/evas_op_mul’
    make[6]: Nothing to be done for `all’.
    make[6]: Leaving directory `/work/RaspberryPi/geexbox/build/build.pandaboard.eglibc/evas-1.7.5/objdir-host/src/lib/engines/common/evas_op_mul’
    Making all in evas_op_sub
    make[6]: Entering directory `/work/RaspberryPi/geexbox/build/build.pandaboard.eglibc/evas-1.7.5/objdir-host/src/lib/engines/common/evas_op_sub’
    make[6]: Nothing to be done for `all’.
    make[6]: Leaving directory `/work/RaspberryPi/geexbox/build/build.pandaboard.eglibc/evas-1.7.5/objdir-host/src/lib/engines/common/evas_op_sub’
    make[6]: Entering directory `/work/RaspberryPi/geexbox/build/build.pandaboard.eglibc/evas-1.7.5/objdir-host/src/lib/engines/common’
    make[6]: Nothing to be done for `all-am’.
    make[6]: Leaving directory `/work/RaspberryPi/geexbox/build/build.pandaboard.eglibc/evas-1.7.5/objdir-host/src/lib/engines/common’
    make[5]: Leaving directory `/work/RaspberryPi/geexbox/build/build.pandaboard.eglibc/evas-1.7.5/objdir-host/src/lib/engines/common’
    make[5]: Entering directory `/work/RaspberryPi/geexbox/build/build.pandaboard.eglibc/evas-1.7.5/objdir-host/src/lib/engines’
    make[5]: Nothing to be done for `all-am’.
    make[5]: Leaving directory `/work/RaspberryPi/geexbox/build/build.pandaboard.eglibc/evas-1.7.5/objdir-host/src/lib/engines’
    make[4]: Leaving directory `/work/RaspberryPi/geexbox/build/build.pandaboard.eglibc/evas-1.7.5/objdir-host/src/lib/engines’
    Making all in include
    make[4]: Entering directory `/work/RaspberryPi/geexbox/build/build.pandaboard.eglibc/evas-1.7.5/objdir-host/src/lib/include’
    make[4]: Nothing to be done for `all’.
    make[4]: Leaving directory `/work/RaspberryPi/geexbox/build/build.pandaboard.eglibc/evas-1.7.5/objdir-host/src/lib/include’
    make[4]: Entering directory `/work/RaspberryPi/geexbox/build/build.pandaboard.eglibc/evas-1.7.5/objdir-host/src/lib’
    make[4]: Nothing to be done for `all-am’.
    make[4]: Leaving directory `/work/RaspberryPi/geexbox/build/build.pandaboard.eglibc/evas-1.7.5/objdir-host/src/lib’
    make[3]: Leaving directory `/work/RaspberryPi/geexbox/build/build.pandaboard.eglibc/evas-1.7.5/objdir-host/src/lib’
    Making all in bin
    make[3]: Entering directory `/work/RaspberryPi/geexbox/build/build.pandaboard.eglibc/evas-1.7.5/objdir-host/src/bin’
    Making all in loaders
    make[4]: Entering directory `/work/RaspberryPi/geexbox/build/build.pandaboard.eglibc/evas-1.7.5/objdir-host/src/bin/loaders’
    Making all in eet
    make[5]: Entering directory `/work/RaspberryPi/geexbox/build/build.pandaboard.eglibc/evas-1.7.5/objdir-host/src/bin/loaders/eet’
    make[5]: Nothing to be done for `all’.
    make[5]: Leaving directory `/work/RaspberryPi/geexbox/build/build.pandaboard.eglibc/evas-1.7.5/objdir-host/src/bin/loaders/eet’
    Making all in ico
    make[5]: Entering directory `/work/RaspberryPi/geexbox/build/build.pandaboard.eglibc/evas-1.7.5/objdir-host/src/bin/loaders/ico’
    make[5]: Nothing to be done for `all’.
    make[5]: Leaving directory `/work/RaspberryPi/geexbox/build/build.pandaboard.eglibc/evas-1.7.5/objdir-host/src/bin/loaders/ico’
    Making all in jpeg
    make[5]: Entering directory `/work/RaspberryPi/geexbox/build/build.pandaboard.eglibc/evas-1.7.5/objdir-host/src/bin/loaders/jpeg’
    make[5]: Nothing to be done for `all’.
    make[5]: Leaving directory `/work/RaspberryPi/geexbox/build/build.pandaboard.eglibc/evas-1.7.5/objdir-host/src/bin/loaders/jpeg’
    Making all in png
    make[5]: Entering directory `/work/RaspberryPi/geexbox/build/build.pandaboard.eglibc/evas-1.7.5/objdir-host/src/bin/loaders/png’
    make[5]: Nothing to be done for `all’.
    make[5]: Leaving directory `/work/RaspberryPi/geexbox/build/build.pandaboard.eglibc/evas-1.7.5/objdir-host/src/bin/loaders/png’
    Making all in psd
    make[5]: Entering directory `/work/RaspberryPi/geexbox/build/build.pandaboard.eglibc/evas-1.7.5/objdir-host/src/bin/loaders/psd’
    make[5]: Nothing to be done for `all’.
    make[5]: Leaving directory `/work/RaspberryPi/geexbox/build/build.pandaboard.eglibc/evas-1.7.5/objdir-host/src/bin/loaders/psd’
    Making all in wbmp
    make[5]: Entering directory `/work/RaspberryPi/geexbox/build/build.pandaboard.eglibc/evas-1.7.5/objdir-host/src/bin/loaders/wbmp’
    make[5]: Nothing to be done for `all’.
    make[5]: Leaving directory `/work/RaspberryPi/geexbox/build/build.pandaboard.eglibc/evas-1.7.5/objdir-host/src/bin/loaders/wbmp’
    make[5]: Entering directory `/work/RaspberryPi/geexbox/build/build.pandaboard.eglibc/evas-1.7.5/objdir-host/src/bin/loaders’
    make[5]: Nothing to be done for `all-am’.
    make[5]: Leaving directory `/work/RaspberryPi/geexbox/build/build.pandaboard.eglibc/evas-1.7.5/objdir-host/src/bin/loaders’
    make[4]: Leaving directory `/work/RaspberryPi/geexbox/build/build.pandaboard.eglibc/evas-1.7.5/objdir-host/src/bin/loaders’
    make[4]: Entering directory `/work/RaspberryPi/geexbox/build/build.pandaboard.eglibc/evas-1.7.5/objdir-host/src/bin’
    make[4]: Nothing to be done for `all-am’.
    make[4]: Leaving directory `/work/RaspberryPi/geexbox/build/build.pandaboard.eglibc/evas-1.7.5/objdir-host/src/bin’
    make[3]: Leaving directory `/work/RaspberryPi/geexbox/build/build.pandaboard.eglibc/evas-1.7.5/objdir-host/src/bin’
    Making all in modules
    make[3]: Entering directory `/work/RaspberryPi/geexbox/build/build.pandaboard.eglibc/evas-1.7.5/objdir-host/src/modules’
    Making all in engines
    make[4]: Entering directory `/work/RaspberryPi/geexbox/build/build.pandaboard.eglibc/evas-1.7.5/objdir-host/src/modules/engines’
    Making all in software_generic
    make[5]: Entering directory `/work/RaspberryPi/geexbox/build/build.pandaboard.eglibc/evas-1.7.5/objdir-host/src/modules/engines/software_generic’
    make[5]: Nothing to be done for `all’.
    make[5]: Leaving directory `/work/RaspberryPi/geexbox/build/build.pandaboard.eglibc/evas-1.7.5/objdir-host/src/modules/engines/software_generic’
    Making all in buffer
    make[5]: Entering directory `/work/RaspberryPi/geexbox/build/build.pandaboard.eglibc/evas-1.7.5/objdir-host/src/modules/engines/buffer’
    make[5]: Nothing to be done for `all’.
    make[5]: Leaving directory `/work/RaspberryPi/geexbox/build/build.pandaboard.eglibc/evas-1.7.5/objdir-host/src/modules/engines/buffer’
    Making all in direct3d
    make[5]: Entering directory `/work/RaspberryPi/geexbox/build/build.pandaboard.eglibc/evas-1.7.5/objdir-host/src/modules/engines/direct3d’
    make[5]: Nothing to be done for `all’.
    make[5]: Leaving directory `/work/RaspberryPi/geexbox/build/build.pandaboard.eglibc/evas-1.7.5/objdir-host/src/modules/engines/direct3d’
    Making all in directfb
    make[5]: Entering directory `/work/RaspberryPi/geexbox/build/build.pandaboard.eglibc/evas-1.7.5/objdir-host/src/modules/engines/directfb’
    make[5]: Nothing to be done for `all’.
    make[5]: Leaving directory `/work/RaspberryPi/geexbox/build/build.pandaboard.eglibc/evas-1.7.5/objdir-host/src/modules/engines/directfb’
    Making all in fb
    make[5]: Entering directory `/work/RaspberryPi/geexbox/build/build.pandaboard.eglibc/evas-1.7.5/objdir-host/src/modules/engines/fb’
    make[5]: Nothing to be done for `all’.
    make[5]: Leaving directory `/work/RaspberryPi/geexbox/build/build.pandaboard.eglibc/evas-1.7.5/objdir-host/src/modules/engines/fb’
    Making all in psl1ght
    make[5]: Entering directory `/work/RaspberryPi/geexbox/build/build.pandaboard.eglibc/evas-1.7.5/objdir-host/src/modules/engines/psl1ght’
    make[5]: Nothing to be done for `all’.
    make[5]: Leaving directory `/work/RaspberryPi/geexbox/build/build.pandaboard.eglibc/evas-1.7.5/objdir-host/src/modules/engines/psl1ght’
    Making all in gl_common
    make[5]: Entering directory `/work/RaspberryPi/geexbox/build/build.pandaboard.eglibc/evas-1.7.5/objdir-host/src/modules/engines/gl_common’
    make[5]: Nothing to be done for `all’.
    make[5]: Leaving directory `/work/RaspberryPi/geexbox/build/build.pandaboard.eglibc/evas-1.7.5/objdir-host/src/modules/engines/gl_common’
    Making all in gl_x11
    make[5]: Entering directory `/work/RaspberryPi/geexbox/build/build.pandaboard.eglibc/evas-1.7.5/objdir-host/src/modules/engines/gl_x11′
    CCLD module.la
    ../../../../libtool: line 6003: cd: NONE: No such file or directory
    libtool: link: cannot determine absolute directory name of `NONE’
    make[5]: *** [module.la] Error 1
    make[5]: Leaving directory `/work/RaspberryPi/geexbox/build/build.pandaboard.eglibc/evas-1.7.5/objdir-host/src/modules/engines/gl_x11′
    make[4]: *** [all-recursive] Error 1
    make[4]: Leaving directory `/work/RaspberryPi/geexbox/build/build.pandaboard.eglibc/evas-1.7.5/objdir-host/src/modules/engines’
    make[3]: *** [all-recursive] Error 1
    make[3]: Leaving directory `/work/RaspberryPi/geexbox/build/build.pandaboard.eglibc/evas-1.7.5/objdir-host/src/modules’
    make[2]: *** [all-recursive] Error 1
    make[2]: Leaving directory `/work/RaspberryPi/geexbox/build/build.pandaboard.eglibc/evas-1.7.5/objdir-host/src’
    make[1]: *** [all-recursive] Error 1
    make[1]: Leaving directory `/work/RaspberryPi/geexbox/build/build.pandaboard.eglibc/evas-1.7.5/objdir-host’
    make: *** [all] Error 2
    mobiled2@mobiled2:/work/RaspberryPi/geexbox$

    #10037

    tomlohave
    Moderator

    Hi,

    did you build using sources from github or from mercurial ?

    #10038

    mobiled2
    Member

    I compiled from git repository: https://github.com/GeeXboX/geexbox.git

    #10039

    Warped Rudi
    Moderator

    Please use the Openbricks repo. I just compiled the master branch for Panda successfully. Branch devel should also work. Note that the Pandaboard builds have serious problems in XBMC video/audio playback. You ‘re very welcome to improve that ? Also be aware that on Panda we only have XBMC 12.3 (Frodo).

    BTW, the failing ‘evas’ package is not enabled in any of our active configurations. So it might be that it won’t build on other platforms as well.

    Edit: The devel branch did not work. This should be fixed by now. However, there seems to be general problem related to the version of ‘bison’ on the build machine. In this case gstreamer-010 needs the following patch:

    --- a/gst/parse/grammar.y	2015-10-08 18:50:49.316206729 +0200
    +++ b/gst/parse/grammar.y	2015-10-08 18:50:59.700207168 +0200
    @@ -36,7 +36,7 @@
     typedef void* yyscan_t;
    -int priv_gst_parse_yylex (void * yylval_param , yyscan_t yyscanner);
    +int priv_gst_parse_yylex (void * yylval_param);
     int priv_gst_parse_yylex_init (yyscan_t scanner);
     int priv_gst_parse_yylex_destroy (yyscan_t scanner);
     struct yy_buffer_state * priv_gst_parse_yy_scan_string (char* , yyscan_t);
    
Viewing 4 posts – 1 through 4 (of 4 total)

You must be logged in to reply to this topic.

Comments are closed.