We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
I am trying to install Alien::SDL with the "install from source code" option (Ubuntu, 20.04, perl version 5.30.0):
$ perl Build.PL Welcome to Alien::SDL module installation ----------------------------------------- checking operating system... linux checking for cc... yes checking build system type... x86_64-linux checking platform specific module... using 'My::Builder::Unix' WARNING: the following files are missing in your kit: META.json META.yml README Please inform the author. checking SDL_INST_DIR env var... no checking for config script... yes, sdl-config checking for pthread... no checking for SDL... no checking for z... no checking for jpeg... no checking for tiff... no checking for png... no checking for SDL_image... no checking for ogg... no checking for vorbis... no checking for vorbisfile... no checking for SDL_mixer... no checking for freetype... no checking for SDL_ttf... no checking for SDL_gfx... no checking for pangoft2... no checking for pango... no checking for gobject... no checking for gmodule... no checking for glib... no checking for fontconfig... no checking for expat... no checking for SDL_Pango... no checking for prebuilt binaries... no You have the following options: [1] Already installed SDL ver=1.2.15 path=/usr SDL_image(v1) SDL_mixer(v1) SDL_ttf(v1) SDL_gfx(v1) [2] Source code build z(v1.2.5) jpeg(v8b) tiff(v3.9.1) png(v1.4.1) freetype(v2.3.12) SDL_image(v1.2.11) ogg(v1.3.0) vorbis(v1.3.3) SDL_mixer(v1.2.12) SDL_ttf(v2.0.11) SDL_gfx(v2.0.25) [3] Quit installation What way do you wanna go? [2 ] 2 Using source code build z(v1.2.5) jpeg(v8b) tiff(v3.9.1) png(v1.4.1) freetype(v2.3.12) SDL_image(v1.2.11) ogg(v1.3.0) vorbis(v1.3.3) SDL_mixer(v1.2.12) SDL_ttf(v2.0.11) SDL_gfx(v2.0.25) Created MYMETA.yml and MYMETA.json Creating new 'Build' script for 'Alien-SDL' version '1.446' hakon@hakon-Precision-7530:~/test/Alien-SDL$ ./Build Build option used: Source code build z(v1.2.5) jpeg(v8b) tiff(v3.9.1) png(v1.4.1) freetype(v2.3.12) SDL_image(v1.2.11) ogg(v1.3.0) vorbis(v1.3.3) SDL_mixer(v1.2.12) SDL_ttf(v2.0.11) SDL_gfx(v2.0.25) Building Alien-SDL Fetching 'http://froggs.de/libz/zlib-1.2.5.tar.gz'... Checking checksum for 'download/zlib-1.2.5.tar.gz'... Fetching 'http://www.ijg.org/files/jpegsrc.v8b.tar.gz'... Checking checksum for 'download/jpegsrc.v8b.tar.gz'... Fetching 'http://froggs.de/libtiff/tiff-3.9.1.tar.gz'... Checking checksum for 'download/tiff-3.9.1.tar.gz'... Fetching 'http://froggs.de/libpng/libpng-1.4.1.tar.gz'... Checking checksum for 'download/libpng-1.4.1.tar.gz'... Fetching 'http://mirror.lihnidos.org/GNU/savannah/freetype/freetype-2.3.12.tar.gz'... Fetch failed! HTTP response: 500 Internal Server Error [500 Can't connect to mirror.lihnidos.org:80 (Name or service not known)] at inc/My/Builder.pm line 154. Fetch failed! HTTP response: 599 [Internal Exception] at inc/My/Builder.pm line 154. Command failed: at inc/My/Builder.pm line 154. Command failed: at inc/My/Builder.pm line 154. Could not open socket to 'mirror.lihnidos.org', 'Invalid argument' at inc/My/Builder.pm line 154. Fetching 'http://froggs.de/libfreetype/freetype-2.3.12.tar.gz'... Checking checksum for 'download/freetype-2.3.12.tar.gz'... Fetching 'http://www.libsdl.org/projects/SDL_image/release/SDL_image-1.2.11.tar.gz'... Checking checksum for 'download/SDL_image-1.2.11.tar.gz'... Fetching 'http://downloads.xiph.org/releases/ogg/libogg-1.3.0.tar.gz'... Checking checksum for 'download/libogg-1.3.0.tar.gz'... Fetching 'http://downloads.xiph.org/releases/vorbis/libvorbis-1.3.3.tar.gz'... Checking checksum for 'download/libvorbis-1.3.3.tar.gz'... Fetching 'http://www.libsdl.org/projects/SDL_mixer/release/SDL_mixer-1.2.12.tar.gz'... Checking checksum for 'download/SDL_mixer-1.2.12.tar.gz'... Fetching 'http://www.libsdl.org/projects/SDL_ttf/release/SDL_ttf-2.0.11.tar.gz'... Checking checksum for 'download/SDL_ttf-2.0.11.tar.gz'... Fetching 'http://froggs.de/libsdl/SDL_gfx-2.0.25.tar.gz'... Checking checksum for 'download/SDL_gfx-2.0.25.tar.gz'... Extracting z... Applying patch 'zlib-1.2.5-bsd-ldconfig.patch' Extracting jpeg... Applying patch 'jpeg-8a_cygwin.patch' Extracting tiff... Extracting png... Extracting freetype... Extracting SDL_image... Applying patch 'SDL_image-1.2.11-CGFloat.patch' Applying patch 'SDL_image-1.2.11-libpng-flags.patch' Extracting ogg... Extracting vorbis... Applying patch 'libvorbis-1.3.3-configure.patch' Extracting SDL_mixer... Applying patch 'SDL_mixer-1.2.12-native-midi-win32.patch' Extracting SDL_ttf... Extracting SDL_gfx... checking for z... no BUILDING package 'zlib-1.2.5'... Configuring package 'z'... (cmd: ./configure --prefix=/home/hakon/test/Alien-SDL/sharedir/1.446_c936180d) Checking for gcc... Checking for shared library support... Building shared library libz.so.1.2.5 with gcc. Checking for off64_t... Yes. Checking for fseeko... Yes. Checking for unistd.h... Yes. Checking whether to use vs[n]printf() or s[n]printf()... using vs[n]printf(). Checking for vsnprintf() in stdio.h... Yes. Checking for return value of vsnprintf()... Yes. Checking for attribute(visibility) support... Yes. Gonna detect GNU make: - testing: 'make' - found: 'make' Running make install z... (cmd: make install) gcc -O3 -D_LARGEFILE64_SOURCE=1 -c -o adler32.o adler32.c gcc -O3 -D_LARGEFILE64_SOURCE=1 -c -o compress.o compress.c [...] BUILDING package 'jpeg-8b'... Configuring package 'jpeg'... (cmd: ./configure --prefix=/home/hakon/test/Alien-SDL/sharedir/1.446_c936180d --enable-static=yes --enable-shared=yes --disable-ld-version-script CFLAGS="-I/home/hakon/test/Alien-SDL/sharedir/1.446_c936180d/include -I/usr/include -I/usr/local/include" LDFLAGS="-L/home/hakon/test/Alien-SDL/sharedir/1.446_c936180d/lib -Wl,-rpath,/usr/local/lib -L/usr/lib64 -L/usr/local/lib -Wl,-rpath,/usr/lib64") checking build system type... x86_64-unknown-linux-gnu checking host system type... x86_64-unknown-linux-gnu checking target system type... x86_64-unknown-linux-gnu checking for a BSD-compatible install... /bin/install -c checking whether build environment is sane... yes checking for a thread-safe mkdir -p... /bin/mkdir -p checking for gawk... gawk checking whether make sets $(MAKE)... yes checking for style of include used by make... GNU checking for gcc... 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 gcc accepts -g... yes checking for gcc option to accept ISO C89... none needed checking dependency style of gcc... gcc3 checking for function prototypes... yes checking how to run the C preprocessor... 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 for string.h... (cached) yes checking whether to enable maintainer-specific portions of Makefiles... no checking for gcc... (cached) gcc checking whether we are using the GNU C compiler... (cached) yes checking whether gcc accepts -g... (cached) yes checking for gcc option to accept ISO C89... (cached) none needed checking dependency style of gcc... (cached) gcc3 checking for gcc option to accept ISO C99... none needed checking for gcc option to accept ISO Standard C... (cached) none needed checking how to run the C preprocessor... gcc -E checking whether make sets $(MAKE)... (cached) yes checking whether ln -s works... yes checking for function prototypes... yes checking stddef.h usability... yes checking stddef.h presence... yes checking for stddef.h... yes checking for stdlib.h... (cached) yes checking locale.h usability... yes checking locale.h presence... yes checking for locale.h... yes checking for string.h... (cached) yes checking for size_t... yes checking for type unsigned char... yes checking for type unsigned short... yes checking for type void... yes checking for an ANSI C-conforming const... yes checking for inline... __inline__ checking for broken incomplete types... ok checking for short external names... ok checking to see if char is signed... yes checking to see if right shift is signed... yes checking to see if fopen accepts b spec... yes checking for a sed that does not truncate output... /bin/sed checking for fgrep... /bin/grep -F checking for ld used by gcc... /bin/ld checking if the linker (/bin/ld) is GNU ld... yes checking for BSD- or MS-compatible name lister (nm)... /bin/nm -B checking the name lister (/bin/nm -B) interface... BSD nm 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 for /bin/ld option to reload object files... -r checking for objdump... objdump checking how to recognize dependent libraries... pass_all checking for ar... ar checking for strip... strip checking for ranlib... ranlib checking command to parse /bin/nm -B output from gcc object... ok checking for dlfcn.h... yes checking for objdir... .libs checking if gcc supports -fno-rtti -fno-exceptions... no checking for gcc option to produce PIC... -fPIC -DPIC checking if gcc PIC flag -fPIC -DPIC works... yes checking if gcc static flag -static works... yes checking if gcc supports -c -o file.o... yes checking if gcc supports -c -o file.o... (cached) yes checking whether the gcc linker (/bin/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... yes checking libjpeg version number... 8:2 configure: creating ./config.status config.status: creating Makefile config.status: creating jconfig.h config.status: executing depfiles commands config.status: executing libtool commands Gonna detect GNU make: - testing: 'make' - found: 'make' Running make install jpeg... (cmd: make install) CC jaricom.lo CC jcapimin.lo [...] BUILDING package 'tiff-3.9.1'... Configuring package 'tiff'... (cmd: ./configure --prefix=/home/hakon/test/Alien-SDL/sharedir/1.446_c936180d --enable-static=yes --enable-shared=yes CFLAGS="-I/home/hakon/test/Alien-SDL/sharedir/1.446_c936180d/include -I/usr/include -I/usr/local/include" LDFLAGS="-L/home/hakon/test/Alien-SDL/sharedir/1.446_c936180d/lib -Wl,-rpath,/usr/lib64 -L/usr/local/lib -L/usr/lib64 -Wl,-rpath,/usr/local/lib") checking build system type... x86_64-unknown-linux-gnu checking host system type... x86_64-unknown-linux-gnu checking target system type... x86_64-unknown-linux-gnu checking for a BSD-compatible install... /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 [...] BUILDING package 'libpng-1.4.1'... Configuring package 'png'... (cmd: ./configure --prefix=/home/hakon/test/Alien-SDL/sharedir/1.446_c936180d --enable-static=yes --enable-shared=yes CFLAGS="-I/home/hakon/test/Alien-SDL/sharedir/1.446_c936180d/include -I/usr/include -I/usr/local/include" LDFLAGS="-L/home/hakon/test/Alien-SDL/sharedir/1.446_c936180d/lib -Wl,-rpath,/usr/local/lib -L/usr/lib64 -L/usr/local/lib -Wl,-rpath,/usr/lib64") checking for a BSD-compatible install... /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 to enable maintainer-specific portions of Makefiles... no checking for gcc... 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 gcc accepts -g... yes checking for gcc option to accept ISO C89... none needed checking for style of include used by make... GNU checking dependency style of gcc... gcc3 checking build system type... x86_64-unknown-linux-gnu checking host system type... x86_64-unknown-linux-gnu checking for a sed that does not truncate output... /bin/sed checking for grep that handles long lines and -e... /bin/grep checking for egrep... /bin/grep -E checking for fgrep... /bin/grep -F [...] BUILDING package 'freetype-2.3.12'... Configuring package 'freetype'... (cmd: ./configure --prefix=/home/hakon/test/Alien-SDL/sharedir/1.446_c936180d --enable-static=yes --enable-shared=yes CFLAGS="-I/home/hakon/test/Alien-SDL/sharedir/1.446_c936180d/include -I/usr/include -I/usr/local/include" LDFLAGS="-L/home/hakon/test/Alien-SDL/sharedir/1.446_c936180d/lib -L/usr/lib64 -L/usr/local/lib -Wl,-rpath,/usr/lib64 -Wl,-rpath,/usr/local/lib") FreeType build system -- automatic system detection The following settings are used: platform unix compiler cc configuration directory ./builds/unix configuration rules ./builds/unix/unix.mk If this does not correspond to your system or settings please remove the file `config.mk' from this directory then read the INSTALL file for help. Otherwise, simply type `make' again to build the library, or `make refdoc' to build the API reference (the latter needs python). Generating modules list in ./objs/ftmodule.h... * module: truetype (Windows/Mac font files with extension *.ttf or *.ttc) * module: type1 (Postscript font files with extension *.pfa or *.pfb) * module: cff (OpenType fonts with extension *.otf) * module: cid (Postscript CID-keyed fonts, no known extension) * module: pfr (PFR/TrueDoc font files with extension *.pfr) * module: type42 (Type 42 font files with no known extension) * module: winfnt (Windows bitmap fonts with extension *.fnt or *.fon) * module: pcf (pcf bitmap fonts) * module: bdf (bdf bitmap fonts) * module: sfnt (helper module for TrueType & OpenType formats) * module: autofit (automatic hinting module) * module: pshinter (Postscript hinter module) * module: raster (monochrome bitmap renderer) * module: smooth (anti-aliased bitmap renderer) * module: smooth (anti-aliased bitmap renderer for LCDs) * module: smooth (anti-aliased bitmap renderer for vertical LCDs) * module: psaux (Postscript Type 1 & Type 2 helper module) * module: psnames (Postscript & Unicode Glyph name handling) done. cd builds/unix; ./configure '--prefix=/home/hakon/test/Alien-SDL/sharedir/1.446_c936180d' '--enable-static=yes' '--enable-shared=yes' 'CFLAGS=-I/home/hakon/test/Alien-SDL/sharedir/1.446_c936180d/include -I/usr/include -I/usr/local/include' 'LDFLAGS=-L/home/hakon/test/Alien-SDL/sharedir/1.446_c936180d/lib -L/usr/lib64 -L/usr/local/lib -Wl,-rpath,/usr/lib64 -Wl,-rpath,/usr/local/lib' checking build system type... x86_64-unknown-linux-gnu checking host system type... x86_64-unknown-linux-gnu checking for gcc... gcc checking for C compiler default output file name... a.out checking whether the C compiler works... yes checking whether we are cross compiling... no checking for suffix of executables... checking for suffix of object files... o [...] BUILDING package 'SDL_image-1.2.11'... Configuring package 'SDL_image'... (cmd: ./configure --prefix=/home/hakon/test/Alien-SDL/sharedir/1.446_c936180d --enable-static=yes --enable-shared=yes --with-sdl-prefix=/home/hakon/test/Alien-SDL/sharedir/1.446_c936180d CFLAGS="-I/home/hakon/test/Alien-SDL/sharedir/1.446_c936180d/include -I/usr/include -I/usr/local/include" LDFLAGS="-L/home/hakon/test/Alien-SDL/sharedir/1.446_c936180d/lib -Wl,-rpath,/usr/local/lib -Wl,-rpath,/usr/lib64 -L/usr/local/lib -L/usr/lib64") checking build system type... x86_64-unknown-linux-gnu checking host system type... x86_64-unknown-linux-gnu checking for gcc... gcc checking for C compiler default output file name... a.out checking whether the C compiler works... yes checking whether we are cross compiling... no checking for suffix of executables... checking for suffix of object files... o checking whether we are using the GNU C compiler... yes checking whether gcc accepts -g... yes [...] checking pkg-config is at least version 0.9.0... yes checking for sdl-config... /home/hakon/test/Alien-SDL/sharedir/1.446_c936180d/bin/sdl-config checking for SDL - version >= 1.2.10... ./configure: line 9981: /home/hakon/test/Alien-SDL/sharedir/1.446_c936180d/bin/sdl-config: No such file or directory ./configure: line 9982: /home/hakon/test/Alien-SDL/sharedir/1.446_c936180d/bin/sdl-config: No such file or directory ./configure: line 9985: /home/hakon/test/Alien-SDL/sharedir/1.446_c936180d/bin/sdl-config: No such file or directory ./configure: line 9987: /home/hakon/test/Alien-SDL/sharedir/1.446_c936180d/bin/sdl-config: No such file or directory ./configure: line 9989: /home/hakon/test/Alien-SDL/sharedir/1.446_c936180d/bin/sdl-config: No such file or directory no *** Could not run SDL test program, checking why... *** The test program failed to compile or link. See the file config.log for the *** exact error that occured. This usually means SDL was incorrectly installed *** or that you have moved SDL since it was installed. In the latter case, you *** may want to edit the sdl-config script: /home/hakon/test/Alien-SDL/sharedir/1.446_c936180d/bin/sdl-config configure: error: *** SDL version 1.2.10 not found! config.log: 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.61. Invocation command line was $ ./configure --prefix=/home/hakon/test/Alien-SDL/sharedir/1.446_c936180d --enable-static=yes --enable-shared=yes --with-sdl-prefix=/home/hakon/test/Alien-SDL/sharedir/1.446_c936180d CFLAGS=-I/home/hakon/test/Alien-SDL/sharedir/1.446_c936180d/include -I/usr/include -I/usr/local/include LDFLAGS=-L/home/hakon/test/Alien-SDL/sharedir/1.446_c936180d/lib -Wl,-rpath,/usr/local/lib -Wl,-rpath,/usr/lib64 -L/usr/local/lib -L/usr/lib64 ## --------- ## ## Platform. ## ## --------- ## hostname = hakon-Precision-7530 uname -m = x86_64 uname -r = 5.4.0-56-generic uname -s = Linux uname -v = #62-Ubuntu SMP Mon Nov 23 19:20:19 UTC 2020 /usr/bin/uname -p = x86_64 /bin/uname -X = unknown /bin/arch = x86_64 /usr/bin/arch -k = unknown /usr/convex/getsysinfo = unknown /usr/bin/hostinfo = unknown /bin/machine = unknown /usr/bin/oslevel = unknown /bin/universe = unknown PATH: /home/hakon/test/Alien-SDL/sharedir/1.446_c936180d/bin PATH: /home/hakon/test/Alien-SDL/sharedir/1.446_c936180d/bin PATH: /home/hakon/test/Alien-SDL/sharedir/1.446_c936180d/bin PATH: /home/hakon/test/Alien-SDL/sharedir/1.446_c936180d/bin PATH: /home/hakon/test/Alien-SDL/sharedir/1.446_c936180d/bin PATH: /home/hakon/test/Alien-SDL/sharedir/1.446_c936180d/bin PATH: /home/hakon/pcl/data/p/desktop/emacs/desktop/scratch/perl--testml--install/testml/bin PATH: /home/hakon/.pyenv/shims PATH: /home/hakon/.pyenv/bin PATH: /home/hakon/perlbrew/bin PATH: /home/hakon/perlbrew/perls/perl-5.30.0/bin PATH: /opt/emacs-26.3/bin PATH: /home/hakon/texlive/2020/bin/x86_64-linux PATH: /home/hakon/.rakudobrew/shims PATH: /home/hakon/.rakudobrew/bin PATH: /bin PATH: /usr/bin PATH: /usr/local/sbin PATH: /sbin PATH: /usr/local/bin PATH: /usr/sbin PATH: /snap/bin PATH: /usr/lib/x86_64-linux-gnu PATH: /home/hakon/bin PATH: /home/hakon/bib/bin PATH: . PATH: /home/hakon/.local/bin PATH: /home/hakon/projects_early_phase/LCSANS-2013/tough2/bin PATH: /home/hakon/projects_early_phase/LCSANS-2013/bin PATH: /opt/android-studio/bin PATH: /home/hakon/pcl/data/opmpb/opm/install/bleed/opm-common/build/bin PATH: /home/hakon/pcl/data/opmpb/opm/install/bleed/opm-simulators/build/bin PATH: /home/hakon/Android/Sdk/tools PATH: /home/hakon/Android/Sdk/tools/bin PATH: /usr/lib/jvm/java-11-openjdk-amd64/bin PATH: /home/hakon/pcl/fw/p/bin PATH: /home/hakon/pcl/fw/bigq5/bin PATH: /home/hakon/pcl/fw/ci/bin PATH: /home/hakon/pcl/fw/es/bin PATH: /home/hakon/pcl/fw/ios/bin PATH: /home/hakon/pcl/fw/micap/bin PATH: /home/hakon/pcl/fw/micap2/bin PATH: /home/hakon/pcl/fw/norce/bin PATH: /home/hakon/pcl/fw/opmpb/bin PATH: /home/hakon/pcl/fw/pp/bin PATH: /home/hakon/pcl/fw/prj/bin PATH: /home/hakon/projects_early_phase/LCSANS-2013/tough2/cases/co2simfx/bin PATH: /home/hakon/.fzf/bin ## ----------- ## ## Core tests. ## ## ----------- ## configure:2061: checking build system type configure:2079: result: x86_64-unknown-linux-gnu configure:2101: checking host system type configure:2116: result: x86_64-unknown-linux-gnu configure:2186: checking for gcc configure:2202: found /bin/gcc configure:2213: result: gcc configure:2451: checking for C compiler version configure:2458: gcc --version >&5 gcc (Ubuntu 9.3.0-17ubuntu1~20.04) 9.3.0 Copyright (C) 2019 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:2461: $? = 0 configure:2468: gcc -v >&5 Using built-in specs. COLLECT_GCC=gcc COLLECT_LTO_WRAPPER=/usr/lib/gcc/x86_64-linux-gnu/9/lto-wrapper OFFLOAD_TARGET_NAMES=nvptx-none:hsa OFFLOAD_TARGET_DEFAULT=1 Target: x86_64-linux-gnu Configured with: ../src/configure -v --with-pkgversion='Ubuntu 9.3.0-17ubuntu1~20.04' --with-bugurl=file:///usr/share/doc/gcc-9/README.Bugs --enable-languages=c,ada,c++,go,brig,d,fortran,objc,obj-c++,gm2 --prefix=/usr --with-gcc-major-version-only --program-suffix=-9 --program-prefix=x86_64-linux-gnu- --enable-shared --enable-linker-build-id --libexecdir=/usr/lib --without-included-gettext --enable-threads=posix --libdir=/usr/lib --enable-nls --enable-clocale=gnu --enable-libstdcxx-debug --enable-libstdcxx-time=yes --with-default-libstdcxx-abi=new --enable-gnu-unique-object --disable-vtable-verify --enable-plugin --enable-default-pie --with-system-zlib --with-target-system-zlib=auto --enable-objc-gc=auto --enable-multiarch --disable-werror --with-arch-32=i686 --with-abi=m64 --with-multilib-list=m32,m64,mx32 --enable-multilib --with-tune=generic --enable-offload-targets=nvptx-none=/build/gcc-9-HskZEa/gcc-9-9.3.0/debian/tmp-nvptx/usr,hsa --without-cuda-driver --enable-checking=release --build=x86_64-linux-gnu --host=x86_64-linux-gnu --target=x86_64-linux-gnu Thread model: posix gcc version 9.3.0 (Ubuntu 9.3.0-17ubuntu1~20.04) configure:2471: $? = 0 configure:2478: gcc -V >&5 gcc: error: unrecognized command line option '-V' gcc: fatal error: no input files compilation terminated. configure:2481: $? = 1 configure:2504: checking for C compiler default output file name configure:2531: gcc -I/home/hakon/test/Alien-SDL/sharedir/1.446_c936180d/include -I/usr/include -I/usr/local/include -L/home/hakon/test/Alien-SDL/sharedir/1.446_c936180d/lib -Wl,-rpath,/usr/local/lib -Wl,-rpath,/usr/lib64 -L/usr/local/lib -L/usr/lib64 conftest.c >&5 configure:2534: $? = 0 configure:2572: result: a.out configure:2589: checking whether the C compiler works configure:2599: ./a.out configure:2602: $? = 0 configure:2619: result: yes configure:2626: checking whether we are cross compiling configure:2628: result: no configure:2631: checking for suffix of executables configure:2638: gcc -o conftest -I/home/hakon/test/Alien-SDL/sharedir/1.446_c936180d/include -I/usr/include -I/usr/local/include -L/home/hakon/test/Alien-SDL/sharedir/1.446_c936180d/lib -Wl,-rpath,/usr/local/lib -Wl,-rpath,/usr/lib64 -L/usr/local/lib -L/usr/lib64 conftest.c >&5 configure:2641: $? = 0 configure:2665: result: configure:2671: checking for suffix of object files configure:2697: gcc -c -I/home/hakon/test/Alien-SDL/sharedir/1.446_c936180d/include -I/usr/include -I/usr/local/include conftest.c >&5 configure:2700: $? = 0 configure:2723: result: o configure:2727: checking whether we are using the GNU C compiler configure:2756: gcc -c -I/home/hakon/test/Alien-SDL/sharedir/1.446_c936180d/include -I/usr/include -I/usr/local/include conftest.c >&5 configure:2762: $? = 0 configure:2779: result: yes configure:2784: checking whether gcc accepts -g configure:2814: gcc -c -g conftest.c >&5 configure:2820: $? = 0 configure:2919: result: yes configure:2936: checking for gcc option to accept ISO C89 configure:3010: gcc -c -I/home/hakon/test/Alien-SDL/sharedir/1.446_c936180d/include -I/usr/include -I/usr/local/include conftest.c >&5 configure:3016: $? = 0 configure:3039: result: none needed configure:3057: checking for a sed that does not truncate output configure:3136: result: /bin/sed configure:3154: checking for grep that handles long lines and -e configure:3228: result: /bin/grep configure:3233: checking for egrep configure:3311: result: /bin/grep -E configure:3316: checking for fgrep configure:3394: result: /bin/grep -F configure:3429: checking for ld used by gcc configure:3496: result: /bin/ld configure:3505: checking if the linker (/bin/ld) is GNU ld configure:3520: result: yes configure:3532: checking for BSD- or MS-compatible name lister (nm) configure:3581: result: /bin/nm -B configure:3703: checking the name lister (/bin/nm -B) interface configure:3715: gcc -c -I/home/hakon/test/Alien-SDL/sharedir/1.446_c936180d/include -I/usr/include -I/usr/local/include conftest.c >&5 configure:3718: /bin/nm -B "conftest.o" configure:3721: output 0000000000000000 B some_variable configure:3717: result: BSD nm configure:3720: checking whether ln -s works configure:3724: result: yes configure:3732: checking the maximum length of command line arguments configure:3858: result: 1572864 configure:3875: checking whether the shell understands some XSI constructs configure:3884: result: yes configure:3888: checking whether the shell understands "+=" configure:3892: result: yes configure:3927: checking for /bin/ld option to reload object files configure:3934: result: -r configure:4003: checking for objdump configure:4019: found /bin/objdump configure:4030: result: objdump configure:4063: checking how to recognize dependent libraries configure:4261: result: pass_all configure:4321: checking for ar configure:4337: found /bin/ar configure:4348: result: ar configure:4430: checking for strip configure:4446: found /bin/strip configure:4457: result: strip configure:4533: checking for ranlib configure:4549: found /bin/ranlib configure:4560: result: ranlib configure:4654: checking command to parse /bin/nm -B output from gcc object configure:4772: gcc -c -I/home/hakon/test/Alien-SDL/sharedir/1.446_c936180d/include -I/usr/include -I/usr/local/include conftest.c >&5 configure:4775: $? = 0 configure:4779: /bin/nm -B conftest.o \| sed -n -e 's/^.*[ ]\([ABCDGIRSTW][ABCDGIRSTW]*\)[ ][ ]*\([_A-Za-z][_A-Za-z0-9]*\)$/\1 \2 \2/p' \> conftest.nm configure:4782: $? = 0 configure:4836: gcc -o conftest -I/home/hakon/test/Alien-SDL/sharedir/1.446_c936180d/include -I/usr/include -I/usr/local/include -L/home/hakon/test/Alien-SDL/sharedir/1.446_c936180d/lib -Wl,-rpath,/usr/local/lib -Wl,-rpath,/usr/lib64 -L/usr/local/lib -L/usr/lib64 conftest.c conftstm.o >&5 configure:4839: $? = 0 configure:4877: result: ok configure:4973: gcc -c -I/home/hakon/test/Alien-SDL/sharedir/1.446_c936180d/include -I/usr/include -I/usr/local/include conftest.c >&5 configure:4976: $? = 0 configure:5756: checking how to run the C preprocessor configure:5796: gcc -E conftest.c configure:5802: $? = 0 configure:5833: gcc -E conftest.c conftest.c:8:10: fatal error: ac_nonexistent.h: No such file or directory 8 | #include <ac_nonexistent.h> | ^~~~~~~~~~~~~~~~~~ compilation terminated. configure:5839: $? = 1 configure: failed program was: | /* confdefs.h. */ | #define PACKAGE_NAME "" | #define PACKAGE_TARNAME "" | #define PACKAGE_VERSION "" | #define PACKAGE_STRING "" | #define PACKAGE_BUGREPORT "" | /* end confdefs.h. */ | #include <ac_nonexistent.h> configure:5872: result: gcc -E configure:5901: gcc -E conftest.c configure:5907: $? = 0 configure:5938: gcc -E conftest.c conftest.c:8:10: fatal error: ac_nonexistent.h: No such file or directory 8 | #include <ac_nonexistent.h> | ^~~~~~~~~~~~~~~~~~ compilation terminated. configure:5944: $? = 1 configure: failed program was: | /* confdefs.h. */ | #define PACKAGE_NAME "" | #define PACKAGE_TARNAME "" | #define PACKAGE_VERSION "" | #define PACKAGE_STRING "" | #define PACKAGE_BUGREPORT "" | /* end confdefs.h. */ | #include <ac_nonexistent.h> configure:5982: checking for ANSI C header files [...] Using built-in specs. COLLECT_GCC=gcc COLLECT_LTO_WRAPPER=/usr/lib/gcc/x86_64-linux-gnu/9/lto-wrapper OFFLOAD_TARGET_NAMES=nvptx-none:hsa OFFLOAD_TARGET_DEFAULT=1 Target: x86_64-linux-gnu Configured with: ../src/configure -v --with-pkgversion='Ubuntu 9.3.0-17ubuntu1~20.04' --with-bugurl=file:///usr/share/doc/gcc-9/README.Bugs --enable-languages=c,ada,c++,go,brig,d,fortran,objc,obj-c++,gm2 --prefix=/usr --with-gcc-major-version-only --program-suffix=-9 --program-prefix=x86_64-linux-gnu- --enable-shared --enable-linker-build-id --libexecdir=/usr/lib --without-included-gettext --enable-threads=posix --libdir=/usr/lib --enable-nls --enable-clocale=gnu --enable-libstdcxx-debug --enable-libstdcxx-time=yes --with-default-libstdcxx-abi=new --enable-gnu-unique-object --disable-vtable-verify --enable-plugin --enable-default-pie --with-system-zlib --with-target-system-zlib=auto --enable-objc-gc=auto --enable-multiarch --disable-werror --with-arch-32=i686 --with-abi=m64 --with-multilib-list=m32,m64,mx32 --enable-multilib --with-tune=generic --enable-offload-targets=nvptx-none=/build/gcc-9-HskZEa/gcc-9-9.3.0/debian/tmp-nvptx/usr,hsa --without-cuda-driver --enable-checking=release --build=x86_64-linux-gnu --host=x86_64-linux-gnu --target=x86_64-linux-gnu Thread model: posix gcc version 9.3.0 (Ubuntu 9.3.0-17ubuntu1~20.04) configure:9048: $? = 0 configure:9055: gcc -V >&5 gcc: error: unrecognized command line option '-V' gcc: fatal error: no input files compilation terminated. configure:9058: $? = 1 configure:9061: checking whether we are using the GNU Objective C compiler configure:9090: gcc -c conftest.m >&5 gcc: fatal error: cannot execute 'cc1obj': execvp: No such file or directory compilation terminated. configure:9096: $? = 1 configure: failed program was: | /* confdefs.h. */ | #define PACKAGE_NAME "" | #define PACKAGE_TARNAME "" | #define PACKAGE_VERSION "" | #define PACKAGE_STRING "" | #define PACKAGE_BUGREPORT "" | #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 LT_OBJDIR ".libs/" | #define PACKAGE "SDL_image" | #define VERSION "1.2.11" | /* end confdefs.h. */ | | int | main () | { | #ifndef __GNUC__ | choke me | #endif | | ; | return 0; | } configure:9113: result: no configure:9118: checking whether gcc accepts -g configure:9148: gcc -c -g conftest.m >&5 gcc: fatal error: cannot execute 'cc1obj': execvp: No such file or directory compilation terminated. configure:9154: $? = 1 configure: failed program was: | /* confdefs.h. */ | #define PACKAGE_NAME "" | #define PACKAGE_TARNAME "" | #define PACKAGE_VERSION "" | #define PACKAGE_STRING "" | #define PACKAGE_BUGREPORT "" | #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 LT_OBJDIR ".libs/" | #define PACKAGE "SDL_image" | #define VERSION "1.2.11" | /* end confdefs.h. */ | | int | main () | { | | ; | return 0; | } configure:9186: gcc -c conftest.m >&5 gcc: fatal error: cannot execute 'cc1obj': execvp: No such file or directory compilation terminated. configure:9192: $? = 1 configure: failed program was: | /* confdefs.h. */ | #define PACKAGE_NAME "" | #define PACKAGE_TARNAME "" | #define PACKAGE_VERSION "" | #define PACKAGE_STRING "" | #define PACKAGE_BUGREPORT "" | #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 LT_OBJDIR ".libs/" | #define PACKAGE "SDL_image" | #define VERSION "1.2.11" | /* end confdefs.h. */ | | int | main () | { | | ; | return 0; | } configure:9225: gcc -c -g conftest.m >&5 gcc: fatal error: cannot execute 'cc1obj': execvp: No such file or directory compilation terminated. configure:9231: $? = 1 configure: failed program was: | /* confdefs.h. */ | #define PACKAGE_NAME "" | #define PACKAGE_TARNAME "" | #define PACKAGE_VERSION "" | #define PACKAGE_STRING "" | #define PACKAGE_BUGREPORT "" | #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 LT_OBJDIR ".libs/" | #define PACKAGE "SDL_image" | #define VERSION "1.2.11" | /* end confdefs.h. */ | | int | main () | { | | ; | return 0; | } configure:9253: result: no configure:9278: checking dependency style of gcc configure:9369: result: gcc3 configure:9384: checking for inline configure:9410: gcc -c -I/home/hakon/test/Alien-SDL/sharedir/1.446_c936180d/include -I/usr/include -I/usr/local/include conftest.c >&5 configure:9416: $? = 0 configure:9434: result: inline configure:9466: checking for a BSD-compatible install configure:9522: result: /bin/install -c configure:9533: checking whether make sets $(MAKE) configure:9554: result: yes configure:9572: checking for windres configure:9602: result: no configure:9572: checking for linux-gnu-windres configure:9602: result: no configure:9733: checking for pkg-config configure:9751: found /bin/pkg-config configure:9763: result: /bin/pkg-config configure:9792: checking pkg-config is at least version 0.9.0 configure:9795: result: yes configure:9934: checking for sdl-config configure:9965: result: /home/hakon/test/Alien-SDL/sharedir/1.446_c936180d/bin/sdl-config configure:9974: checking for SDL - version >= 1.2.10 configure:10072: gcc -o conftest -I/home/hakon/test/Alien-SDL/sharedir/1.446_c936180d/include -I/usr/include -I/usr/local/include -L/home/hakon/test/Alien-SDL/sharedir/1.446_c936180d/lib -Wl,-rpath,/usr/local/lib -Wl,-rpath,/usr/lib64 -L/usr/local/lib -L/usr/lib64 conftest.c >&5 conftest.c:26:10: fatal error: SDL.h: No such file or directory 26 | #include "SDL.h" | ^~~~~~~ compilation terminated. configure:10075: $? = 1 configure: program exited with status 1 configure: failed program was: | /* confdefs.h. */ | #define PACKAGE_NAME "" | #define PACKAGE_TARNAME "" | #define PACKAGE_VERSION "" | #define PACKAGE_STRING "" | #define PACKAGE_BUGREPORT "" | #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 LT_OBJDIR ".libs/" | #define PACKAGE "SDL_image" | #define VERSION "1.2.11" | /* end confdefs.h. */ | | #include <stdio.h> | #include <stdlib.h> | #include <string.h> | #include "SDL.h" | | char* | my_strdup (char *str) | { | char *new_str; | | if (str) | { | new_str = (char *)malloc ((strlen (str) + 1) * sizeof(char)); | strcpy (new_str, str); | } | else | new_str = NULL; | | return new_str; | } | | int main (int argc, char *argv[]) | { | int major, minor, micro; | char *tmp_version; | | /* This hangs on some systems (?) | system ("touch conf.sdltest"); | */ | { FILE *fp = fopen("conf.sdltest", "a"); if ( fp ) fclose(fp); } | | /* HP/UX 9 (%@#!) writes to sscanf strings */ | tmp_version = my_strdup("1.2.10"); | if (sscanf(tmp_version, "%d.%d.%d", &major, &minor, µ) != 3) { | printf("%s, bad version string\n", "1.2.10"); | exit(1); | } | | if (( > major) || | (( == major) && ( > minor)) || | (( == major) && ( == minor) && ( >= micro))) | { | return 0; | } | else | { | printf("\n*** 'sdl-config --version' returned %d.%d.%d, but the minimum version\n", , , ); | printf("*** of SDL required is %d.%d.%d. If sdl-config is correct, then it is\n", major, minor, micro); | printf("*** best to upgrade to the required version.\n"); | printf("*** If sdl-config was wrong, set the environment variable SDL_CONFIG\n"); | printf("*** to point to the correct copy of sdl-config, and remove the file\n"); | printf("*** config.cache before re-running configure\n"); | return 1; | } | } | | configure:10108: result: no configure:10138: gcc -o conftest -I/home/hakon/test/Alien-SDL/sharedir/1.446_c936180d/include -I/usr/include -I/usr/local/include -L/home/hakon/test/Alien-SDL/sharedir/1.446_c936180d/lib -Wl,-rpath,/usr/local/lib -Wl,-rpath,/usr/lib64 -L/usr/local/lib -L/usr/lib64 conftest.c >&5 conftest.c:24:10: fatal error: SDL.h: No such file or directory 24 | #include "SDL.h" | ^~~~~~~ compilation terminated. configure:10144: $? = 1 configure: failed program was: | /* confdefs.h. */ | #define PACKAGE_NAME "" | #define PACKAGE_TARNAME "" | #define PACKAGE_VERSION "" | #define PACKAGE_STRING "" | #define PACKAGE_BUGREPORT "" | #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 LT_OBJDIR ".libs/" | #define PACKAGE "SDL_image" | #define VERSION "1.2.11" | /* end confdefs.h. */ | | #include <stdio.h> | #include "SDL.h" | | int main(int argc, char *argv[]) | { return 0; } | #undef main | #define main K_and_R_C_main | | int | main () | { | return 0; | ; | return 0; | } configure:10178: error: *** SDL version 1.2.10 not found! ## ---------------- ## ## Cache variables. ## ## ---------------- ## ac_cv_build=x86_64-unknown-linux-gnu ac_cv_c_compiler_gnu=yes ac_cv_c_inline=inline ac_cv_env_CC_set= ac_cv_env_CC_value= ac_cv_env_CFLAGS_set=set ac_cv_env_CFLAGS_value='-I/home/hakon/test/Alien-SDL/sharedir/1.446_c936180d/include -I/usr/include -I/usr/local/include' ac_cv_env_CPPFLAGS_set= ac_cv_env_CPPFLAGS_value= ac_cv_env_CPP_set= ac_cv_env_CPP_value= ac_cv_env_LDFLAGS_set=set ac_cv_env_LDFLAGS_value='-L/home/hakon/test/Alien-SDL/sharedir/1.446_c936180d/lib -Wl,-rpath,/usr/local/lib -Wl,-rpath,/usr/lib64 -L/usr/local/lib -L/usr/lib64' ac_cv_env_LIBPNG_CFLAGS_set= ac_cv_env_LIBPNG_CFLAGS_value= ac_cv_env_LIBPNG_LIBS_set= ac_cv_env_LIBPNG_LIBS_value= ac_cv_env_LIBS_set= ac_cv_env_LIBS_value= ac_cv_env_LIBWEBP_CFLAGS_set= ac_cv_env_LIBWEBP_CFLAGS_value= ac_cv_env_LIBWEBP_LIBS_set= ac_cv_env_LIBWEBP_LIBS_value= ac_cv_env_OBJCFLAGS_set= ac_cv_env_OBJCFLAGS_value= ac_cv_env_OBJC_set= ac_cv_env_OBJC_value= ac_cv_env_PKG_CONFIG_set= ac_cv_env_PKG_CONFIG_value= ac_cv_env_SDL_CFLAGS_set= ac_cv_env_SDL_CFLAGS_value= ac_cv_env_SDL_LIBS_set= ac_cv_env_SDL_LIBS_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_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=x86_64-unknown-linux-gnu ac_cv_objc_compiler_gnu=no ac_cv_objext=o ac_cv_path_EGREP='/bin/grep -E' ac_cv_path_FGREP='/bin/grep -F' ac_cv_path_GREP=/bin/grep ac_cv_path_SDL_CONFIG=/home/hakon/test/Alien-SDL/sharedir/1.446_c936180d/bin/sdl-config ac_cv_path_SED=/bin/sed ac_cv_path_ac_pt_PKG_CONFIG=/bin/pkg-config ac_cv_path_install='/bin/install -c' ac_cv_path_mkdir=/bin/mkdir ac_cv_prog_AWK=gawk ac_cv_prog_CPP='gcc -E' ac_cv_prog_ac_ct_AR=ar ac_cv_prog_ac_ct_CC=gcc ac_cv_prog_ac_ct_OBJC=gcc ac_cv_prog_ac_ct_OBJDUMP=objdump ac_cv_prog_ac_ct_RANLIB=ranlib ac_cv_prog_ac_ct_STRIP=strip ac_cv_prog_cc_c89= ac_cv_prog_cc_g=yes ac_cv_prog_make_make_set=yes ac_cv_prog_objc_g=no am_cv_CC_dependencies_compiler_type=gcc3 am_cv_OBJC_dependencies_compiler_type=gcc3 lt_cv_deplibs_check_method=pass_all lt_cv_file_magic_cmd='$MAGIC_CMD' lt_cv_file_magic_test_file= lt_cv_ld_reload_flag=-r lt_cv_nm_interface='BSD nm' lt_cv_objdir=.libs lt_cv_path_LD=/bin/ld lt_cv_path_NM='/bin/nm -B' lt_cv_prog_compiler_c_o=yes lt_cv_prog_compiler_pic_works=yes lt_cv_prog_compiler_rtti_exceptions=no lt_cv_prog_compiler_static_works=yes lt_cv_prog_gnu_ld=yes lt_cv_sys_global_symbol_pipe='sed -n -e '\''s/^.*[ ]\([ABCDGIRSTW][ABCDGIRSTW]*\)[ ][ ]*\([_A-Za-z][_A-Za-z0-9]*\)$/\1 \2 \2/p'\''' lt_cv_sys_global_symbol_to_c_name_address='sed -n -e '\''s/^: \([^ ]*\) $/ {\"\1\", (void *) 0},/p'\'' -e '\''s/^[ABCDGIRSTW]* \([^ ]*\) \([^ ]*\)$/ {"\2", (void *) \&\2},/p'\''' lt_cv_sys_global_symbol_to_c_name_address_lib_prefix='sed -n -e '\''s/^: \([^ ]*\) $/ {\"\1\", (void *) 0},/p'\'' -e '\''s/^[ABCDGIRSTW]* \([^ ]*\) \(lib[^ ]*\)$/ {"\2", (void *) \&\2},/p'\'' -e '\''s/^[ABCDGIRSTW]* \([^ ]*\) \([^ ]*\)$/ {"lib\2", (void *) \&\2},/p'\''' lt_cv_sys_global_symbol_to_cdecl='sed -n -e '\''s/^T .* \(.*\)$/extern int \1();/p'\'' -e '\''s/^[ABCDGIRSTW]* .* \(.*\)$/extern char \1;/p'\''' lt_cv_sys_max_cmd_len=1572864 ## ----------------- ## ## Output variables. ## ## ----------------- ## ACLOCAL='${SHELL} /home/hakon/test/Alien-SDL/build_src/SDL_image-1.2.11/missing --run aclocal-1.10' AMDEPBACKSLASH='\' AMDEP_FALSE='#' AMDEP_TRUE='' AMTAR='${SHELL} /home/hakon/test/Alien-SDL/build_src/SDL_image-1.2.11/missing --run tar' AR='ar' AS='as' AUTOCONF='${SHELL} /home/hakon/test/Alien-SDL/build_src/SDL_image-1.2.11/missing --run autoconf' AUTOHEADER='${SHELL} /home/hakon/test/Alien-SDL/build_src/SDL_image-1.2.11/missing --run autoheader' AUTOMAKE='${SHELL} /home/hakon/test/Alien-SDL/build_src/SDL_image-1.2.11/missing --run automake-1.10' AWK='gawk' BINARY_AGE='11' CC='gcc' CCDEPMODE='depmode=gcc3' CFLAGS='-I/home/hakon/test/Alien-SDL/sharedir/1.446_c936180d/include -I/usr/include -I/usr/local/include' CPP='gcc -E' CPPFLAGS='' CYGPATH_W='echo' DEFS='' DEPDIR='.deps' DLLTOOL='dlltool' DSYMUTIL='' DUMPBIN='' ECHO_C='' ECHO_N='-n' ECHO_T='' EGREP='/bin/grep -E' EXEEXT='' FGREP='/bin/grep -F' GREP='/bin/grep' IMG_LIBS='' INSTALL_DATA='${INSTALL} -m 644' INSTALL_PROGRAM='${INSTALL}' INSTALL_SCRIPT='${INSTALL}' INSTALL_STRIP_PROGRAM='$(install_sh) -c -s' INTERFACE_AGE='3' LD='/bin/ld -m elf_x86_64' LDFLAGS='-L/home/hakon/test/Alien-SDL/sharedir/1.446_c936180d/lib -Wl,-rpath,/usr/local/lib -Wl,-rpath,/usr/lib64 -L/usr/local/lib -L/usr/lib64' LIBOBJS='' LIBPNG_CFLAGS='' LIBPNG_LIBS='' LIBS='' LIBTOOL='$(SHELL) $(top_builddir)/libtool' LIBWEBP_CFLAGS='' LIBWEBP_LIBS='' LIPO='' LN_S='ln -s' LTLIBOBJS='' LT_AGE='8' LT_CURRENT='8' LT_RELEASE='1.2' LT_REVISION='3' MAJOR_VERSION='1' MAKEINFO='${SHELL} /home/hakon/test/Alien-SDL/build_src/SDL_image-1.2.11/missing --run makeinfo' MICRO_VERSION='11' MINOR_VERSION='2' NM='/bin/nm -B' NMEDIT='' OBJC='gcc' OBJCDEPMODE='depmode=gcc3' OBJCFLAGS='' OBJDUMP='objdump' OBJEXT='o' OTOOL64='' OTOOL='' PACKAGE='SDL_image' PACKAGE_BUGREPORT='' PACKAGE_NAME='' PACKAGE_STRING='' PACKAGE_TARNAME='' PACKAGE_VERSION='' PATH_SEPARATOR=':' PKG_CONFIG='/bin/pkg-config' RANLIB='ranlib' SDL_CFLAGS='' SDL_CONFIG='/home/hakon/test/Alien-SDL/sharedir/1.446_c936180d/bin/sdl-config' SDL_LIBS='' SDL_VERSION='1.2.10' SED='/bin/sed' SET_MAKE='' SHELL='/bin/bash' STRIP='strip' USE_IMAGEIO_FALSE='' USE_IMAGEIO_TRUE='#' USE_VERSION_RC_FALSE='' USE_VERSION_RC_TRUE='#' VERSION='1.2.11' WINDRES='' ac_ct_CC='gcc' ac_ct_DUMPBIN='' ac_ct_OBJC='gcc' am__fastdepCC_FALSE='#' am__fastdepCC_TRUE='' am__fastdepOBJC_FALSE='#' am__fastdepOBJC_TRUE='' am__include='include' am__isrc='' am__leading_dot='.' am__quote='' am__tar='${AMTAR} chof - "$$tardir"' am__untar='${AMTAR} xf -' bindir='${exec_prefix}/bin' build='x86_64-unknown-linux-gnu' build_alias='' build_cpu='x86_64' build_os='linux-gnu' build_vendor='unknown' datadir='${datarootdir}' datarootdir='${prefix}/share' docdir='${datarootdir}/doc/${PACKAGE}' dvidir='${docdir}' exec_prefix='NONE' host='x86_64-unknown-linux-gnu' host_alias='' host_cpu='x86_64' host_os='linux-gnu' host_vendor='unknown' htmldir='${docdir}' includedir='${prefix}/include' infodir='${datarootdir}/info' install_sh='$(SHELL) /home/hakon/test/Alien-SDL/build_src/SDL_image-1.2.11/install-sh' libdir='${exec_prefix}/lib' libexecdir='${exec_prefix}/libexec' localedir='${datarootdir}/locale' localstatedir='${prefix}/var' lt_ECHO='echo' mandir='${datarootdir}/man' mkdir_p='/bin/mkdir -p' oldincludedir='/usr/include' pdfdir='${docdir}' prefix='/home/hakon/test/Alien-SDL/sharedir/1.446_c936180d' program_transform_name='s,x,x,' psdir='${docdir}' sbindir='${exec_prefix}/sbin' sharedstatedir='${prefix}/com' sysconfdir='${prefix}/etc' target_alias='' ## ----------- ## ## confdefs.h. ## ## ----------- ## #define PACKAGE_NAME "" #define PACKAGE_TARNAME "" #define PACKAGE_VERSION "" #define PACKAGE_STRING "" #define PACKAGE_BUGREPORT "" #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 LT_OBJDIR ".libs/" #define PACKAGE "SDL_image" #define VERSION "1.2.11" configure: exit 1 ###ERROR### [256] during ./configure for package 'SDL_image'... at inc/My/Builder/Unix.pm line 107.
The text was updated successfully, but these errors were encountered:
You are installed second version( see here), but for SDLx::App sdl 1.2 is required:
SDLx::App
configure: error: *** SDL version 1.2.10 not found!
Sorry, something went wrong.
No branches or pull requests
I am trying to install Alien::SDL with the "install from source code" option (Ubuntu, 20.04, perl version 5.30.0):
The text was updated successfully, but these errors were encountered: