Error installing the source code - linux sabayon--solved

Questions about the LÖVE API, installing LÖVE and other support related questions go here.
Forum rules
Before you make a thread asking for help, read this.
arion_deno
Prole
Posts: 6
Joined: Mon Aug 11, 2014 3:08 pm

Error installing the source code - linux sabayon--solved

Post by arion_deno »

Hello everyone :awesome: , I mean that is a joy to be here. I am a beginner in love2d, but I love the idea.

I'm having a little problem when installing love2d directly from the source code, I'm using Sabayon Linux AMD 64 I did the following steps like this in the Wiki.

1 First installed the libs with emerge
2 Copiler with makefile

but the end shows an error

Code: Select all

modules/event/sdl/Event.cpp:72:20: error: 'SDL_INIT_EVENTS' was not declared in this scope
various shows and make mistakes, which make no difference
make [1] and anything.

What do I could choose you done wrong?

Thank you in advance for attention ...

_______________solved_______________________

Hello everyone I already Found Out WHAT happens.
I try to give a make and make install, but the install script, not directly copy the files to the folders, still do not know why.
I soon found out I have to do the manual install the latest version of SDL2. Thank you for your attention and for your patience everyone, I'll edit the topic, to say it was possible to solve the problem. grateful
Last edited by arion_deno on Thu Sep 04, 2014 11:25 pm, edited 2 times in total.
User avatar
slime
Solid Snayke
Posts: 3160
Joined: Mon Aug 23, 2010 6:45 am
Location: Nova Scotia, Canada
Contact:

Re: Error installing the source code - linux sabayon

Post by slime »

The error message indicates you don't have the SDL 2 headers (from the SDL 2 development library), since SDL_INIT_EVENTS is in SDL 2 but not SDL 1. I don't use Linux so I can't say much more than that.
arion_deno
Prole
Posts: 6
Joined: Mon Aug 11, 2014 3:08 pm

Re: Error installing the source code - linux sabayon

Post by arion_deno »

Hello I appreciate your response, but yes I have installed the SDL2, installed by equo.
______

Output terminal ..

Code: Select all

arion@sabayon /usr/include/SDL2 $ ls
begin_code.h             SDL.h             SDL_shape.h
close_code.h             SDL_haptic.h      SDL_stdinc.h
SDL_assert.h             SDL_hints.h       SDL_surface.h
SDL_atomic.h             SDL_joystick.h    SDL_system.h
SDL_audio.h              SDL_keyboard.h    SDL_syswm.h
SDL_bits.h               SDL_keycode.h     SDL_test_assert.h
SDL_blendmode.h          SDL_loadso.h      SDL_test_common.h
SDL_clipboard.h          SDL_log.h         SDL_test_compare.h
SDL_config_android.h     SDL_main.h        SDL_test_crc32.h
SDL_config.h             SDL_messagebox.h  SDL_test_font.h
SDL_config_iphoneos.h    SDL_mouse.h       SDL_test_fuzzer.h
SDL_config_macosx.h      SDL_mutex.h       SDL_test.h
SDL_config_minimal.h     SDL_name.h        SDL_test_harness.h
SDL_config_nintendods.h  SDL_opengles2.h   SDL_test_images.h
SDL_config_pandora.h     SDL_opengles.h    SDL_test_log.h
SDL_config_windows.h     SDL_opengl.h      SDL_test_md5.h
SDL_config_wiz.h         SDL_pixels.h      SDL_test_random.h
SDL_copying.h            SDL_platform.h    SDL_thread.h
SDL_cpuinfo.h            SDL_power.h       SDL_timer.h
SDL_endian.h             SDL_quit.h        SDL_touch.h
SDL_error.h              SDL_rect.h        SDL_types.h
SDL_events.h             SDL_render.h      SDL_version.h
SDL_filesystem.h         SDL_revision.h    SDL_video.h
SDL_gamecontroller.h     SDL_rwops.h
SDL_gesture.h            SDL_scancode.h
arion@sabayon /usr/include/SDL2 $ 
well ... if someone can help me with some detail or if you have found something I will be very grateful.
User avatar
slime
Solid Snayke
Posts: 3160
Joined: Mon Aug 23, 2010 6:45 am
Location: Nova Scotia, Canada
Contact:

Re: Error installing the source code - linux sabayon

Post by slime »

SDL_INIT_EVENTS was added to SDL 2 shortly before it was officially released, so maybe the package manager has an old beta version of SDL 2 uploaded before SDL 2's actual release? That's my best guess.
User avatar
bartbes
Sex machine
Posts: 4946
Joined: Fri Aug 29, 2008 10:35 am
Location: The Netherlands
Contact:

Re: Error installing the source code - linux sabayon

Post by bartbes »

Are you passing any flags yourself? It seems like it's picking up the old SDL headers instead of the SDL2 headers, and having just checked the sabayon package, that shouldn't happen.
arion_deno
Prole
Posts: 6
Joined: Mon Aug 11, 2014 3:08 pm

Re: Error installing the source code - linux sabayon

Post by arion_deno »

well .... I tried installed the 2 SDL (SDL 2.0.3) directly from the source code.
as suggested. :huh:
and yet the error persists. :ultrahappy:

Code: Select all

 
modules / event / sdl / Event.cpp: In destructor 'virtual love :: event :: sdl :: Event :: ~ Event ()': 
modules / event / sdl / Event.cpp: 72: 20: error: 'SDL_INIT_EVENTS' was not declared in this scope 
make [2]: ** [modules / event / sdl / Event.lo] Error 1 
make [2]: Leaving directory `/home/arion/Downloads/love-0.9.1/src '
make [1]: ** [install-recursive] Error 1 
make [1]: Leaving directory `/home/arion/Downloads/love-0.9.1/src '
make: ** [install-recursive] Error 1 

Are you passing any flags yourself? It seems like it's picking up the old SDL headers instead of the SDL2 headers, and having just checked the sabayon package, that shouldn't happen.
So .... I removed SDL 1.2 headers for this new attempt. Thank you for your attention :awesome:

anyone have any other ideas. ? :?
Thanks again for the help :crazy:
User avatar
bartbes
Sex machine
Posts: 4946
Joined: Fri Aug 29, 2008 10:35 am
Location: The Netherlands
Contact:

Re: Error installing the source code - linux sabayon

Post by bartbes »

Can you post your config.log file, perhaps?
arion_deno
Prole
Posts: 6
Joined: Mon Aug 11, 2014 3:08 pm

Re: Error installing the source code - linux sabayon

Post by arion_deno »

of course, sorry for the delay :awesome:
config.log

Code: Select all

This file contains any messages produced by compilers while
running configure, to aid debugging if configure makes a mistake.

It was created by love configure 0.9.1, which was
generated by GNU Autoconf 2.69.  Invocation command line was

  $ ./configure 

## --------- ##
## Platform. ##
## --------- ##

hostname = sabayon.local
uname -m = x86_64
uname -r = 3.15.0-sabayon
uname -s = Linux
uname -v = #1 SMP Sat Jul 19 07:49:58 UTC 2014

/usr/bin/uname -p = AMD FX(tm)-4300 Quad-Core Processor
/bin/uname -X     = unknown

/bin/arch              = unknown
/usr/bin/arch -k       = unknown
/usr/convex/getsysinfo = unknown
/usr/bin/hostinfo      = unknown
/bin/machine           = unknown
/usr/bin/oslevel       = unknown
/bin/universe          = unknown

PATH: /sbin
PATH: /bin
PATH: /usr/sbin
PATH: /usr/bin


## ----------- ##
## Core tests. ##
## ----------- ##

configure:2772: checking for a BSD-compatible install
configure:2840: result: /usr/bin/install -c
configure:2851: checking whether build environment is sane
configure:2901: result: yes
configure:3042: checking for a thread-safe mkdir -p
configure:3081: result: /bin/mkdir -p
configure:3094: checking for gawk
configure:3110: found /usr/bin/gawk
configure:3121: result: gawk
configure:3132: checking whether make sets $(MAKE)
configure:3154: result: yes
configure:3183: checking whether make supports nested variables
configure:3200: result: yes
configure:3268: checking how to create a ustar tar archive
configure:3281: tar --version
tar (GNU tar) 1.27.1
Copyright (C) 2013 Free Software Foundation, Inc.
License GPLv3+: GNU GPL version 3 or later <http://gnu.org/licenses/gpl.html>.
This is free software: you are free to change and redistribute it.
There is NO WARRANTY, to the extent permitted by law.

Written by John Gilmore and Jay Fenlason.
configure:3284: $? = 0
configure:3324: tardir=conftest.dir && eval tar --format=ustar -chf - "$tardir" >conftest.tar
configure:3327: $? = 0
configure:3331: tar -xf - <conftest.tar
configure:3334: $? = 0
configure:3347: result: gnutar
configure:3365: checking whether make supports nested variables
configure:3382: result: yes
configure:3406: checking for style of include used by make
configure:3434: result: GNU
configure:3505: checking for gcc
configure:3521: found /usr/bin/gcc
configure:3532: result: gcc
configure:3761: checking for C compiler version
configure:3770: gcc --version >&5
gcc (Gentoo Hardened 4.7.3-r1 p1.4, pie-0.5.5) 4.7.3
Copyright (C) 2012 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:3781: $? = 0
configure:3770: gcc -v >&5
Using built-in specs.
COLLECT_GCC=/usr/x86_64-pc-linux-gnu/gcc-bin/4.7.3/gcc
COLLECT_LTO_WRAPPER=/usr/libexec/gcc/x86_64-pc-linux-gnu/4.7.3/lto-wrapper
Target: x86_64-pc-linux-gnu
Configured with: /var/tmp/portage/sys-devel/gcc-4.7.3-r1/work/gcc-4.7.3/configure --host=x86_64-pc-linux-gnu --build=x86_64-pc-linux-gnu --prefix=/usr --bindir=/usr/x86_64-pc-linux-gnu/gcc-bin/4.7.3 --includedir=/usr/lib/gcc/x86_64-pc-linux-gnu/4.7.3/include --datadir=/usr/share/gcc-data/x86_64-pc-linux-gnu/4.7.3 --mandir=/usr/share/gcc-data/x86_64-pc-linux-gnu/4.7.3/man --infodir=/usr/share/gcc-data/x86_64-pc-linux-gnu/4.7.3/info --with-gxx-include-dir=/usr/lib/gcc/x86_64-pc-linux-gnu/4.7.3/include/g++-v4 --with-python-dir=/share/gcc-data/x86_64-pc-linux-gnu/4.7.3/python --enable-objc-gc --enable-languages=c,c++,java,go,objc,obj-c++,fortran --enable-obsolete --enable-secureplt --disable-werror --with-system-zlib --enable-nls --without-included-gettext --enable-checking=release --with-bugurl=https://bugs.gentoo.org/ --with-pkgversion='Gentoo Hardened 4.7.3-r1 p1.4, pie-0.5.5' --enable-esp --enable-libstdcxx-time --enable-shared --enable-threads=posix --enable-__cxa_atexit --enable-clocale=gnu --enable-multilib --with-multilib-list=m32,m64 --disable-altivec --disable-fixed-point --enable-targets=all --enable-libgomp --enable-libmudflap --disable-libssp --enable-lto --with-cloog --with-ppl --with-cloog-include=/usr/include/cloog-ppl --disable-ppl-version-check
Thread model: posix
gcc version 4.7.3 (Gentoo Hardened 4.7.3-r1 p1.4, pie-0.5.5) 
configure:3781: $? = 0
configure:3770: gcc -V >&5
gcc: error: unrecognized command line option '-V'
gcc: fatal error: no input files
compilation terminated.
configure:3781: $? = 1
configure:3770: gcc -qversion >&5
gcc: error: unrecognized command line option '-qversion'
gcc: fatal error: no input files
compilation terminated.
configure:3781: $? = 1
configure:3801: checking whether the C compiler works
configure:3823: gcc    conftest.c  >&5
configure:3827: $? = 0
configure:3875: result: yes
configure:3878: checking for C compiler default output file name
configure:3880: result: a.out
configure:3886: checking for suffix of executables
configure:3893: gcc -o conftest    conftest.c  >&5
configure:3897: $? = 0
configure:3919: result: 
configure:3941: checking whether we are cross compiling
configure:3949: gcc -o conftest    conftest.c  >&5
configure:3953: $? = 0
configure:3960: ./conftest
configure:3964: $? = 0
configure:3979: result: no
configure:3984: checking for suffix of object files
configure:4006: gcc -c   conftest.c >&5
configure:4010: $? = 0
configure:4031: result: o
configure:4035: checking whether we are using the GNU C compiler
configure:4054: gcc -c   conftest.c >&5
configure:4054: $? = 0
configure:4063: result: yes
configure:4072: checking whether gcc accepts -g
configure:4092: gcc -c -g  conftest.c >&5
configure:4092: $? = 0
configure:4133: result: yes
configure:4150: checking for gcc option to accept ISO C89
configure:4213: gcc  -c -g -O2  conftest.c >&5
configure:4213: $? = 0
configure:4226: result: none needed
configure:4248: checking dependency style of gcc
configure:4359: result: gcc3
configure:4424: checking for ar
configure:4440: found /usr/bin/ar
configure:4451: result: ar
configure:4477: checking the archiver (ar) interface
configure:4487: gcc -c -g -O2  conftest.c >&5
configure:4487: $? = 0
configure:4489: ar cru libconftest.a conftest.o >&5
configure:4492: $? = 0
configure:4515: result: ar
configure:4564: checking build system type
configure:4578: result: x86_64-unknown-linux-gnu
configure:4598: checking host system type
configure:4611: result: x86_64-unknown-linux-gnu
configure:4652: checking how to print strings
configure:4679: result: printf
configure:4700: checking for a sed that does not truncate output
configure:4764: result: /bin/sed
configure:4782: checking for grep that handles long lines and -e
configure:4840: result: /bin/grep
configure:4845: checking for egrep
configure:4907: result: /bin/grep -E
configure:4912: checking for fgrep
configure:4974: result: /bin/grep -F
configure:5009: checking for ld used by gcc
configure:5076: result: /usr/x86_64-pc-linux-gnu/bin/ld
configure:5083: checking if the linker (/usr/x86_64-pc-linux-gnu/bin/ld) is GNU ld
configure:5098: result: yes
configure:5110: checking for BSD- or MS-compatible name lister (nm)
configure:5159: result: /usr/bin/nm -B
configure:5289: checking the name lister (/usr/bin/nm -B) interface
configure:5296: gcc -c -g -O2  conftest.c >&5
configure:5299: /usr/bin/nm -B "conftest.o"
configure:5302: output
0000000000000000 B some_variable
configure:5309: result: BSD nm
configure:5312: checking whether ln -s works
configure:5316: result: yes
configure:5324: checking the maximum length of command line arguments
configure:5455: result: 1572864
configure:5472: checking whether the shell understands some XSI constructs
configure:5482: result: yes
configure:5486: checking whether the shell understands "+="
configure:5492: result: yes
configure:5527: checking how to convert x86_64-unknown-linux-gnu file names to x86_64-unknown-linux-gnu format
configure:5567: result: func_convert_file_noop
configure:5574: checking how to convert x86_64-unknown-linux-gnu file names to toolchain format
configure:5594: result: func_convert_file_noop
configure:5601: checking for /usr/x86_64-pc-linux-gnu/bin/ld option to reload object files
configure:5608: result: -r
configure:5682: checking for objdump
configure:5698: found /usr/bin/objdump
configure:5709: result: objdump
configure:5741: checking how to recognize dependent libraries
configure:5939: result: pass_all
configure:6024: checking for dlltool
configure:6054: result: no
configure:6084: checking how to associate runtime and link libraries
configure:6111: result: printf %s\n
configure:6235: checking for archiver @FILE support
configure:6252: gcc -c -g -O2  conftest.c >&5
configure:6252: $? = 0
configure:6255: ar cru libconftest.a @conftest.lst >&5
configure:6258: $? = 0
configure:6263: ar cru libconftest.a @conftest.lst >&5
ar: conftest.o: No such file or directory
configure:6266: $? = 1
configure:6278: result: @
configure:6336: checking for strip
configure:6352: found /usr/bin/strip
configure:6363: result: strip
configure:6435: checking for ranlib
configure:6451: found /usr/bin/ranlib
configure:6462: result: ranlib
configure:6564: checking command to parse /usr/bin/nm -B output from gcc object
configure:6684: gcc -c -g -O2  conftest.c >&5
configure:6687: $? = 0
configure:6691: /usr/bin/nm -B conftest.o \| sed -n -e 's/^.*[ ]\([ABCDGIRSTW][ABCDGIRSTW]*\)[ ][ ]*\([_A-Za-z][_A-Za-z0-9]*\)$/\1 \2 \2/p' | sed '/ __gnu_lto/d' \> conftest.nm
configure:6694: $? = 0
configure:6760: gcc -o conftest -g -O2   conftest.c conftstm.o >&5
configure:6763: $? = 0
configure:6801: result: ok
configure:6838: checking for sysroot
configure:6868: result: no
configure:6945: gcc -c -g -O2  conftest.c >&5
configure:6948: $? = 0
configure:7131: checking for mt
configure:7161: result: no
configure:7181: checking if : is a manifest tool
configure:7187: : '-?'
configure:7195: result: no
configure:7837: checking how to run the C preprocessor
configure:7868: gcc -E  conftest.c
configure:7868: $? = 0
configure:7882: gcc -E  conftest.c
conftest.c:11:28: fatal error: ac_nonexistent.h: No such file or directory
compilation terminated.
configure:7882: $? = 1
configure: failed program was:
| /* confdefs.h */
| #define PACKAGE_NAME "love"
| #define PACKAGE_TARNAME "love"
| #define PACKAGE_VERSION "0.9.1"
| #define PACKAGE_STRING "love 0.9.1"
| #define PACKAGE_BUGREPORT ""
| #define PACKAGE_URL ""
| #define PACKAGE "love"
| #define VERSION "0.9.1"
| /* end confdefs.h.  */
| #include <ac_nonexistent.h>
configure:7907: result: gcc -E
configure:7927: gcc -E  conftest.c
configure:7927: $? = 0
configure:7941: gcc -E  conftest.c
conftest.c:11:28: fatal error: ac_nonexistent.h: No such file or directory
compilation terminated.
configure:7941: $? = 1
configure: failed program was:
| /* confdefs.h */
| #define PACKAGE_NAME "love"
| #define PACKAGE_TARNAME "love"
| #define PACKAGE_VERSION "0.9.1"
| #define PACKAGE_STRING "love 0.9.1"
| #define PACKAGE_BUGREPORT ""
| #define PACKAGE_URL ""
| #define PACKAGE "love"
| #define VERSION "0.9.1"
| /* end confdefs.h.  */
| #include <ac_nonexistent.h>
configure:7970: checking for ANSI C header files
configure:7990: gcc -c -g -O2  conftest.c >&5
configure:7990: $? = 0
configure:8063: gcc -o conftest -g -O2   conftest.c  >&5
configure:8063: $? = 0
configure:8063: ./conftest
configure:8063: $? = 0
configure:8074: result: yes
configure:8087: checking for sys/types.h
configure:8087: gcc -c -g -O2  conftest.c >&5
configure:8087: $? = 0
configure:8087: result: yes
configure:8087: checking for sys/stat.h
configure:8087: gcc -c -g -O2  conftest.c >&5
configure:8087: $? = 0
configure:8087: result: yes
configure:8087: checking for stdlib.h
configure:8087: gcc -c -g -O2  conftest.c >&5
configure:8087: $? = 0
configure:8087: result: yes
configure:8087: checking for string.h
configure:8087: gcc -c -g -O2  conftest.c >&5
configure:8087: $? = 0
configure:8087: result: yes
configure:8087: checking for memory.h
configure:8087: gcc -c -g -O2  conftest.c >&5
configure:8087: $? = 0
configure:8087: result: yes
configure:8087: checking for strings.h
configure:8087: gcc -c -g -O2  conftest.c >&5
configure:8087: $? = 0
configure:8087: result: yes
configure:8087: checking for inttypes.h
configure:8087: gcc -c -g -O2  conftest.c >&5
configure:8087: $? = 0
configure:8087: result: yes
configure:8087: checking for stdint.h
configure:8087: gcc -c -g -O2  conftest.c >&5
configure:8087: $? = 0
configure:8087: result: yes
configure:8087: checking for unistd.h
configure:8087: gcc -c -g -O2  conftest.c >&5
configure:8087: $? = 0
configure:8087: result: yes
configure:8101: checking for dlfcn.h
configure:8101: gcc -c -g -O2  conftest.c >&5
configure:8101: $? = 0
configure:8101: result: yes
configure:8307: checking for objdir
configure:8322: result: .libs
configure:8589: checking if gcc supports -fno-rtti -fno-exceptions
configure:8607: gcc -c -g -O2  -fno-rtti -fno-exceptions conftest.c >&5
cc1: warning: command line option '-fno-rtti' is valid for C++/ObjC++ but not for C [enabled by default]
configure:8611: $? = 0
configure:8624: result: no
configure:8951: checking for gcc option to produce PIC
configure:8958: result: -fPIC -DPIC
configure:8966: checking if gcc PIC flag -fPIC -DPIC works
configure:8984: gcc -c -g -O2  -fPIC -DPIC -DPIC conftest.c >&5
configure:8988: $? = 0
configure:9001: result: yes
configure:9030: checking if gcc static flag -static works
configure:9058: result: yes
configure:9073: checking if gcc supports -c -o file.o
configure:9094: gcc -c -g -O2  -o out/conftest2.o conftest.c >&5
configure:9098: $? = 0
configure:9120: result: yes
configure:9128: checking if gcc supports -c -o file.o
configure:9175: result: yes
configure:9208: checking whether the gcc linker (/usr/x86_64-pc-linux-gnu/bin/ld -m elf_x86_64) supports shared libraries
configure:10365: result: yes
configure:10402: checking whether -lc should be explicitly linked in
configure:10410: gcc -c -g -O2  conftest.c >&5
configure:10413: $? = 0
configure:10428: gcc -shared  -fPIC -DPIC conftest.o  -v -Wl,-soname -Wl,conftest -o conftest 2\>\&1 \| /bin/grep  -lc  \>/dev/null 2\>\&1
configure:10431: $? = 0
configure:10445: result: no
configure:10605: checking dynamic linker characteristics
configure:11105: gcc -o conftest -g -O2   -Wl,-rpath -Wl,/foo conftest.c  >&5
configure:11105: $? = 0
configure:11339: result: GNU/Linux ld.so
configure:11446: checking how to hardcode library paths into programs
configure:11471: result: immediate
configure:12011: checking whether stripping libraries is possible
configure:12016: result: yes
configure:12051: checking if libtool supports shared libraries
configure:12053: result: yes
configure:12056: checking whether to build shared libraries
configure:12077: result: yes
configure:12080: checking whether to build static libraries
configure:12084: result: yes
configure:12169: checking for gcc
configure:12196: result: gcc
configure:12425: checking for C compiler version
configure:12434: gcc --version >&5
gcc (Gentoo Hardened 4.7.3-r1 p1.4, pie-0.5.5) 4.7.3
Copyright (C) 2012 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:12445: $? = 0
configure:12434: gcc -v >&5
Using built-in specs.
COLLECT_GCC=/usr/x86_64-pc-linux-gnu/gcc-bin/4.7.3/gcc
COLLECT_LTO_WRAPPER=/usr/libexec/gcc/x86_64-pc-linux-gnu/4.7.3/lto-wrapper
Target: x86_64-pc-linux-gnu
Configured with: /var/tmp/portage/sys-devel/gcc-4.7.3-r1/work/gcc-4.7.3/configure --host=x86_64-pc-linux-gnu --build=x86_64-pc-linux-gnu --prefix=/usr --bindir=/usr/x86_64-pc-linux-gnu/gcc-bin/4.7.3 --includedir=/usr/lib/gcc/x86_64-pc-linux-gnu/4.7.3/include --datadir=/usr/share/gcc-data/x86_64-pc-linux-gnu/4.7.3 --mandir=/usr/share/gcc-data/x86_64-pc-linux-gnu/4.7.3/man --infodir=/usr/share/gcc-data/x86_64-pc-linux-gnu/4.7.3/info --with-gxx-include-dir=/usr/lib/gcc/x86_64-pc-linux-gnu/4.7.3/include/g++-v4 --with-python-dir=/share/gcc-data/x86_64-pc-linux-gnu/4.7.3/python --enable-objc-gc --enable-languages=c,c++,java,go,objc,obj-c++,fortran --enable-obsolete --enable-secureplt --disable-werror --with-system-zlib --enable-nls --without-included-gettext --enable-checking=release --with-bugurl=https://bugs.gentoo.org/ --with-pkgversion='Gentoo Hardened 4.7.3-r1 p1.4, pie-0.5.5' --enable-esp --enable-libstdcxx-time --enable-shared --enable-threads=posix --enable-__cxa_atexit --enable-clocale=gnu --enable-multilib --with-multilib-list=m32,m64 --disable-altivec --disable-fixed-point --enable-targets=all --enable-libgomp --enable-libmudflap --disable-libssp --enable-lto --with-cloog --with-ppl --with-cloog-include=/usr/include/cloog-ppl --disable-ppl-version-check
Thread model: posix
gcc version 4.7.3 (Gentoo Hardened 4.7.3-r1 p1.4, pie-0.5.5) 
configure:12445: $? = 0
configure:12434: gcc -V >&5
gcc: error: unrecognized command line option '-V'
gcc: fatal error: no input files
compilation terminated.
configure:12445: $? = 1
configure:12434: gcc -qversion >&5
gcc: error: unrecognized command line option '-qversion'
gcc: fatal error: no input files
compilation terminated.
configure:12445: $? = 1
configure:12449: checking whether we are using the GNU C compiler
configure:12477: result: yes
configure:12486: checking whether gcc accepts -g
configure:12547: result: yes
configure:12564: checking for gcc option to accept ISO C89
configure:12640: result: none needed
configure:12662: checking dependency style of gcc
configure:12773: result: gcc3
configure:12846: checking for g++
configure:12862: found /usr/bin/g++
configure:12873: result: g++
configure:12900: checking for C++ compiler version
configure:12909: g++ --version >&5
g++ (Gentoo Hardened 4.7.3-r1 p1.4, pie-0.5.5) 4.7.3
Copyright (C) 2012 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:12920: $? = 0
configure:12909: g++ -v >&5
Using built-in specs.
COLLECT_GCC=/usr/x86_64-pc-linux-gnu/gcc-bin/4.7.3/g++
COLLECT_LTO_WRAPPER=/usr/libexec/gcc/x86_64-pc-linux-gnu/4.7.3/lto-wrapper
Target: x86_64-pc-linux-gnu
Configured with: /var/tmp/portage/sys-devel/gcc-4.7.3-r1/work/gcc-4.7.3/configure --host=x86_64-pc-linux-gnu --build=x86_64-pc-linux-gnu --prefix=/usr --bindir=/usr/x86_64-pc-linux-gnu/gcc-bin/4.7.3 --includedir=/usr/lib/gcc/x86_64-pc-linux-gnu/4.7.3/include --datadir=/usr/share/gcc-data/x86_64-pc-linux-gnu/4.7.3 --mandir=/usr/share/gcc-data/x86_64-pc-linux-gnu/4.7.3/man --infodir=/usr/share/gcc-data/x86_64-pc-linux-gnu/4.7.3/info --with-gxx-include-dir=/usr/lib/gcc/x86_64-pc-linux-gnu/4.7.3/include/g++-v4 --with-python-dir=/share/gcc-data/x86_64-pc-linux-gnu/4.7.3/python --enable-objc-gc --enable-languages=c,c++,java,go,objc,obj-c++,fortran --enable-obsolete --enable-secureplt --disable-werror --with-system-zlib --enable-nls --without-included-gettext --enable-checking=release --with-bugurl=https://bugs.gentoo.org/ --with-pkgversion='Gentoo Hardened 4.7.3-r1 p1.4, pie-0.5.5' --enable-esp --enable-libstdcxx-time --enable-shared --enable-threads=posix --enable-__cxa_atexit --enable-clocale=gnu --enable-multilib --with-multilib-list=m32,m64 --disable-altivec --disable-fixed-point --enable-targets=all --enable-libgomp --enable-libmudflap --disable-libssp --enable-lto --with-cloog --with-ppl --with-cloog-include=/usr/include/cloog-ppl --disable-ppl-version-check
Thread model: posix
gcc version 4.7.3 (Gentoo Hardened 4.7.3-r1 p1.4, pie-0.5.5) 
configure:12920: $? = 0
configure:12909: g++ -V >&5
g++: error: unrecognized command line option '-V'
g++: fatal error: no input files
compilation terminated.
configure:12920: $? = 1
configure:12909: g++ -qversion >&5
g++: error: unrecognized command line option '-qversion'
g++: fatal error: no input files
compilation terminated.
configure:12920: $? = 1
configure:12924: checking whether we are using the GNU C++ compiler
configure:12943: g++ -c   conftest.cpp >&5
configure:12943: $? = 0
configure:12952: result: yes
configure:12961: checking whether g++ accepts -g
configure:12981: g++ -c -g  conftest.cpp >&5
configure:12981: $? = 0
configure:13022: result: yes
configure:13047: checking dependency style of g++
configure:13158: result: gcc3
configure:13191: checking how to run the C++ preprocessor
configure:13218: g++ -E  conftest.cpp
configure:13218: $? = 0
configure:13232: g++ -E  conftest.cpp
conftest.cpp:23:28: fatal error: ac_nonexistent.h: No such file or directory
compilation terminated.
configure:13232: $? = 1
configure: failed program was:
| /* confdefs.h */
| #define PACKAGE_NAME "love"
| #define PACKAGE_TARNAME "love"
| #define PACKAGE_VERSION "0.9.1"
| #define PACKAGE_STRING "love 0.9.1"
| #define PACKAGE_BUGREPORT ""
| #define PACKAGE_URL ""
| #define PACKAGE "love"
| #define VERSION "0.9.1"
| #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/"
| /* end confdefs.h.  */
| #include <ac_nonexistent.h>
configure:13257: result: g++ -E
configure:13277: g++ -E  conftest.cpp
configure:13277: $? = 0
configure:13291: g++ -E  conftest.cpp
conftest.cpp:23:28: fatal error: ac_nonexistent.h: No such file or directory
compilation terminated.
configure:13291: $? = 1
configure: failed program was:
| /* confdefs.h */
| #define PACKAGE_NAME "love"
| #define PACKAGE_TARNAME "love"
| #define PACKAGE_VERSION "0.9.1"
| #define PACKAGE_STRING "love 0.9.1"
| #define PACKAGE_BUGREPORT ""
| #define PACKAGE_URL ""
| #define PACKAGE "love"
| #define VERSION "0.9.1"
| #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/"
| /* end confdefs.h.  */
| #include <ac_nonexistent.h>
configure:13460: checking for ld used by g++
configure:13527: result: /usr/x86_64-pc-linux-gnu/bin/ld -m elf_x86_64
configure:13534: checking if the linker (/usr/x86_64-pc-linux-gnu/bin/ld -m elf_x86_64) is GNU ld
configure:13549: result: yes
configure:13604: checking whether the g++ linker (/usr/x86_64-pc-linux-gnu/bin/ld -m elf_x86_64) supports shared libraries
configure:14606: result: yes
configure:14642: g++ -c -g -O2  conftest.cpp >&5
configure:14645: $? = 0
configure:15165: checking for g++ option to produce PIC
configure:15172: result: -fPIC -DPIC
configure:15180: checking if g++ PIC flag -fPIC -DPIC works
configure:15198: g++ -c -g -O2  -fPIC -DPIC -DPIC conftest.cpp >&5
configure:15202: $? = 0
configure:15215: result: yes
configure:15238: checking if g++ static flag -static works
configure:15266: result: yes
configure:15278: checking if g++ supports -c -o file.o
configure:15299: g++ -c -g -O2  -o out/conftest2.o conftest.cpp >&5
configure:15303: $? = 0
configure:15325: result: yes
configure:15330: checking if g++ supports -c -o file.o
configure:15377: result: yes
configure:15407: checking whether the g++ linker (/usr/x86_64-pc-linux-gnu/bin/ld -m elf_x86_64) supports shared libraries
configure:15446: result: yes
configure:15587: checking dynamic linker characteristics
configure:16255: result: GNU/Linux ld.so
configure:16308: checking how to hardcode library paths into programs
configure:16333: result: immediate
configure:16373: checking for a sed that does not truncate output
configure:16437: result: /bin/sed
configure:16497: checking for g++
configure:16513: found /usr/bin/g++
configure:16524: result: g++
configure:16549: checking for Objective C++ compiler version
configure:16558: g++ --version >&5
g++ (Gentoo Hardened 4.7.3-r1 p1.4, pie-0.5.5) 4.7.3
Copyright (C) 2012 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:16569: $? = 0
configure:16558: g++ -v >&5
Using built-in specs.
COLLECT_GCC=/usr/x86_64-pc-linux-gnu/gcc-bin/4.7.3/g++
COLLECT_LTO_WRAPPER=/usr/libexec/gcc/x86_64-pc-linux-gnu/4.7.3/lto-wrapper
Target: x86_64-pc-linux-gnu
Configured with: /var/tmp/portage/sys-devel/gcc-4.7.3-r1/work/gcc-4.7.3/configure --host=x86_64-pc-linux-gnu --build=x86_64-pc-linux-gnu --prefix=/usr --bindir=/usr/x86_64-pc-linux-gnu/gcc-bin/4.7.3 --includedir=/usr/lib/gcc/x86_64-pc-linux-gnu/4.7.3/include --datadir=/usr/share/gcc-data/x86_64-pc-linux-gnu/4.7.3 --mandir=/usr/share/gcc-data/x86_64-pc-linux-gnu/4.7.3/man --infodir=/usr/share/gcc-data/x86_64-pc-linux-gnu/4.7.3/info --with-gxx-include-dir=/usr/lib/gcc/x86_64-pc-linux-gnu/4.7.3/include/g++-v4 --with-python-dir=/share/gcc-data/x86_64-pc-linux-gnu/4.7.3/python --enable-objc-gc --enable-languages=c,c++,java,go,objc,obj-c++,fortran --enable-obsolete --enable-secureplt --disable-werror --with-system-zlib --enable-nls --without-included-gettext --enable-checking=release --with-bugurl=https://bugs.gentoo.org/ --with-pkgversion='Gentoo Hardened 4.7.3-r1 p1.4, pie-0.5.5' --enable-esp --enable-libstdcxx-time --enable-shared --enable-threads=posix --enable-__cxa_atexit --enable-clocale=gnu --enable-multilib --with-multilib-list=m32,m64 --disable-altivec --disable-fixed-point --enable-targets=all --enable-libgomp --enable-libmudflap --disable-libssp --enable-lto --with-cloog --with-ppl --with-cloog-include=/usr/include/cloog-ppl --disable-ppl-version-check
Thread model: posix
gcc version 4.7.3 (Gentoo Hardened 4.7.3-r1 p1.4, pie-0.5.5) 
configure:16569: $? = 0
configure:16558: g++ -V >&5
g++: error: unrecognized command line option '-V'
g++: fatal error: no input files
compilation terminated.
configure:16569: $? = 1
configure:16558: g++ -qversion >&5
g++: error: unrecognized command line option '-qversion'
g++: fatal error: no input files
compilation terminated.
configure:16569: $? = 1
configure:16573: checking whether we are using the GNU Objective C++ compiler
configure:16592: g++ -c   conftest.mm >&5
configure:16592: $? = 0
configure:16601: result: yes
configure:16610: checking whether g++ accepts -g
configure:16630: g++ -c -g  conftest.mm >&5
configure:16630: $? = 0
configure:16671: result: yes
configure:16694: checking whether byte ordering is bigendian
configure:16709: gcc -c -g -O2  conftest.c >&5
conftest.c:24:9: error: unknown type name 'not'
conftest.c:24:15: error: expected '=', ',', ';', 'asm' or '__attribute__' before 'universal'
conftest.c:24:15: error: unknown type name 'universal'
configure:16709: $? = 1
configure: failed program was:
| /* confdefs.h */
| #define PACKAGE_NAME "love"
| #define PACKAGE_TARNAME "love"
| #define PACKAGE_VERSION "0.9.1"
| #define PACKAGE_STRING "love 0.9.1"
| #define PACKAGE_BUGREPORT ""
| #define PACKAGE_URL ""
| #define PACKAGE "love"
| #define VERSION "0.9.1"
| #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/"
| /* end confdefs.h.  */
| #ifndef __APPLE_CC__
| 	       not a universal capable compiler
| 	     #endif
| 	     typedef int dummy;
| 
configure:16754: gcc -c -g -O2  conftest.c >&5
configure:16754: $? = 0
configure:16772: gcc -c -g -O2  conftest.c >&5
conftest.c: In function 'main':
conftest.c:30:4: error: unknown type name 'not'
conftest.c:30:12: error: expected '=', ',', ';', 'asm' or '__attribute__' before 'endian'
configure:16772: $? = 1
configure: failed program was:
| /* confdefs.h */
| #define PACKAGE_NAME "love"
| #define PACKAGE_TARNAME "love"
| #define PACKAGE_VERSION "0.9.1"
| #define PACKAGE_STRING "love 0.9.1"
| #define PACKAGE_BUGREPORT ""
| #define PACKAGE_URL ""
| #define PACKAGE "love"
| #define VERSION "0.9.1"
| #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/"
| /* end confdefs.h.  */
| #include <sys/types.h>
| 		#include <sys/param.h>
| 
| int
| main ()
| {
| #if BYTE_ORDER != BIG_ENDIAN
| 		 not big endian
| 		#endif
| 
|   ;
|   return 0;
| }
configure:16900: result: no
configure:16936: checking whether g++ supports flag -std=c++0x
configure:16949: g++ -c -std=c++0x  conftest.cpp >&5
configure:16949: $? = 0
configure:16950: result: yes
configure:16961: checking whether g++ supports flag -std=c++11
configure:16974: g++ -c -std=c++11  conftest.cpp >&5
configure:16974: $? = 0
configure:16975: result: yes
configure:17081: checking for pkg-config
configure:17099: found /usr/bin/pkg-config
configure:17111: result: /usr/bin/pkg-config
configure:17136: checking pkg-config is at least version 0.9.0
configure:17139: result: yes
configure:17176: checking for SDL
configure:17183: $PKG_CONFIG --exists --print-errors "sdl2 >= $min_sdl_version"
configure:17186: $? = 0
configure:17200: $PKG_CONFIG --exists --print-errors "sdl2 >= $min_sdl_version"
configure:17203: $? = 0
configure:17241: result: yes
configure:17489: checking for lua
configure:17496: $PKG_CONFIG --exists --print-errors "${with_lua}${with_luaversion}"
Package luajit5.1 was not found in the pkg-config search path.
Perhaps you should add the directory containing `luajit5.1.pc'
to the PKG_CONFIG_PATH environment variable
No package 'luajit5.1' found
configure:17499: $? = 1
configure:17513: $PKG_CONFIG --exists --print-errors "${with_lua}${with_luaversion}"
Package luajit5.1 was not found in the pkg-config search path.
Perhaps you should add the directory containing `luajit5.1.pc'
to the PKG_CONFIG_PATH environment variable
No package 'luajit5.1' found
configure:17516: $? = 1
configure:17530: result: no
No package 'luajit5.1' found
configure:17548: checking for lua
configure:17555: $PKG_CONFIG --exists --print-errors "${with_lua}"
configure:17558: $? = 0
configure:17572: $PKG_CONFIG --exists --print-errors "${with_lua}"
configure:17575: $? = 0
configure:17613: result: yes
configure:17700: checking for freetype2
configure:17707: $PKG_CONFIG --exists --print-errors "freetype2"
configure:17710: $? = 0
configure:17724: $PKG_CONFIG --exists --print-errors "freetype2"
configure:17727: $? = 0
configure:17765: result: yes
configure:17771: checking for openal
configure:17778: $PKG_CONFIG --exists --print-errors "openal"
configure:17781: $? = 0
configure:17795: $PKG_CONFIG --exists --print-errors "openal"
configure:17798: $? = 0
configure:17836: result: yes
configure:17842: checking for devil
configure:17849: $PKG_CONFIG --exists --print-errors "IL"
configure:17852: $? = 0
configure:17866: $PKG_CONFIG --exists --print-errors "IL"
configure:17869: $? = 0
configure:17907: result: yes
configure:17913: checking for libmodplug
configure:17920: $PKG_CONFIG --exists --print-errors "libmodplug"
configure:17923: $? = 0
configure:17937: $PKG_CONFIG --exists --print-errors "libmodplug"
configure:17940: $? = 0
configure:17978: result: yes
configure:17984: checking for vorbisfile
configure:17991: $PKG_CONFIG --exists --print-errors "vorbisfile"
configure:17994: $? = 0
configure:18008: $PKG_CONFIG --exists --print-errors "vorbisfile"
configure:18011: $? = 0
configure:18049: result: yes
configure:18055: checking for library containing sqrt
configure:18086: g++ -o conftest -g -O2 -std=c++11   conftest.cpp  >&5
configure:18086: $? = 0
configure:18103: result: none required
configure:18113: checking for library containing PHYSFS_init
configure:18144: g++ -o conftest -g -O2 -std=c++11   conftest.cpp  >&5
/tmp/ccAzRqB1.o: In function `main':
/home/arion/Downloads/love-0.9.1/conftest.cpp:34: undefined reference to `PHYSFS_init'
collect2: error: ld returned 1 exit status
configure:18144: $? = 1
configure: failed program was:
| /* confdefs.h */
| #define PACKAGE_NAME "love"
| #define PACKAGE_TARNAME "love"
| #define PACKAGE_VERSION "0.9.1"
| #define PACKAGE_STRING "love 0.9.1"
| #define PACKAGE_BUGREPORT ""
| #define PACKAGE_URL ""
| #define PACKAGE "love"
| #define VERSION "0.9.1"
| #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/"
| /* end confdefs.h.  */
| 
| /* Override any GCC internal prototype to avoid an error.
|    Use char because int might match the return type of a GCC
|    builtin and then its argument prototype would still apply.  */
| #ifdef __cplusplus
| extern "C"
| #endif
| char PHYSFS_init ();
| int
| main ()
| {
| return PHYSFS_init ();
|   ;
|   return 0;
| }
configure:18144: g++ -o conftest -g -O2 -std=c++11   conftest.cpp -lphysfs   >&5
configure:18144: $? = 0
configure:18161: result: -lphysfs
configure:18171: checking for library containing glLoadIdentity
configure:18202: g++ -o conftest -g -O2 -std=c++11   conftest.cpp -lphysfs  >&5
/tmp/ccts9Ozc.o: In function `main':
/home/arion/Downloads/love-0.9.1/conftest.cpp:34: undefined reference to `glLoadIdentity'
collect2: error: ld returned 1 exit status
configure:18202: $? = 1
configure: failed program was:
| /* confdefs.h */
| #define PACKAGE_NAME "love"
| #define PACKAGE_TARNAME "love"
| #define PACKAGE_VERSION "0.9.1"
| #define PACKAGE_STRING "love 0.9.1"
| #define PACKAGE_BUGREPORT ""
| #define PACKAGE_URL ""
| #define PACKAGE "love"
| #define VERSION "0.9.1"
| #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/"
| /* end confdefs.h.  */
| 
| /* Override any GCC internal prototype to avoid an error.
|    Use char because int might match the return type of a GCC
|    builtin and then its argument prototype would still apply.  */
| #ifdef __cplusplus
| extern "C"
| #endif
| char glLoadIdentity ();
| int
| main ()
| {
| return glLoadIdentity ();
|   ;
|   return 0;
| }
configure:18202: g++ -o conftest -g -O2 -std=c++11   conftest.cpp -lGL  -lphysfs  >&5
configure:18202: $? = 0
configure:18219: result: -lGL
configure:18241: checking for library containing lua_pcall
configure:18243: result: -lluajit-5.1 
configure:18350: checking for library containing mpg123_open_feed
configure:18381: g++ -o conftest -g -O2 -std=c++11   conftest.cpp -lGL -lphysfs  >&5
/tmp/ccf1BE5p.o: In function `main':
/home/arion/Downloads/love-0.9.1/conftest.cpp:34: undefined reference to `mpg123_open_feed'
collect2: error: ld returned 1 exit status
configure:18381: $? = 1
configure: failed program was:
| /* confdefs.h */
| #define PACKAGE_NAME "love"
| #define PACKAGE_TARNAME "love"
| #define PACKAGE_VERSION "0.9.1"
| #define PACKAGE_STRING "love 0.9.1"
| #define PACKAGE_BUGREPORT ""
| #define PACKAGE_URL ""
| #define PACKAGE "love"
| #define VERSION "0.9.1"
| #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/"
| /* end confdefs.h.  */
| 
| /* Override any GCC internal prototype to avoid an error.
|    Use char because int might match the return type of a GCC
|    builtin and then its argument prototype would still apply.  */
| #ifdef __cplusplus
| extern "C"
| #endif
| char mpg123_open_feed ();
| int
| main ()
| {
| return mpg123_open_feed ();
|   ;
|   return 0;
| }
configure:18381: g++ -o conftest -g -O2 -std=c++11   conftest.cpp -lmpg123  -lGL -lphysfs  >&5
configure:18381: $? = 0
configure:18398: result: -lmpg123
configure:18408: checking for library containing mpg123_seek_64
configure:18439: g++ -o conftest -g -O2 -std=c++11   conftest.cpp -lmpg123 -lGL -lphysfs  >&5
configure:18439: $? = 0
configure:18456: result: none required
configure:18546: checking for socklen_t
configure:18546: g++ -c -g -O2 -std=c++11  conftest.cpp >&5
configure:18546: $? = 0
configure:18546: g++ -c -g -O2 -std=c++11  conftest.cpp >&5
conftest.cpp: In function 'int main()':
conftest.cpp:30:23: error: expected primary-expression before ')' token
configure:18546: $? = 1
configure: failed program was:
| /* confdefs.h */
| #define PACKAGE_NAME "love"
| #define PACKAGE_TARNAME "love"
| #define PACKAGE_VERSION "0.9.1"
| #define PACKAGE_STRING "love 0.9.1"
| #define PACKAGE_BUGREPORT ""
| #define PACKAGE_URL ""
| #define PACKAGE "love"
| #define VERSION "0.9.1"
| #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/"
| /* end confdefs.h.  */
| #include <sys/types.h>
|               #include <sys/socket.h>
| 
| 
| int
| main ()
| {
| if (sizeof ((socklen_t)))
| 	    return 0;
|   ;
|   return 0;
| }
configure:18546: result: yes
configure:18605: checking for luajit5.1
configure:18635: result: no
configure:18605: checking for luajit
configure:18621: found /usr/bin/luajit
configure:18632: result: luajit
configure:19809: creating ./config.status

## ---------------------- ##
## Running config.status. ##
## ---------------------- ##

This file was extended by love config.status 0.9.1, which was
generated by GNU Autoconf 2.69.  Invocation command line was

  CONFIG_FILES    = 
  CONFIG_HEADERS  = 
  CONFIG_LINKS    = 
  CONFIG_COMMANDS = 
  $ ./config.status 

on sabayon.local

config.status:1300: creating Makefile
config.status:1300: creating src/Makefile
config.status:1300: creating platform/unix/debian/control
config.status:1300: creating platform/unix/debian/changelog
config.status:1300: creating platform/unix/debian/rules
config.status:1300: creating config.h
config.status:1529: executing depfiles commands
config.status:1529: executing libtool commands

## ---------------- ##
## Cache variables. ##
## ---------------- ##

ac_cv_build=x86_64-unknown-linux-gnu
ac_cv_c_bigendian=no
ac_cv_c_compiler_gnu=yes
ac_cv_cxx_compiler_gnu=yes
ac_cv_env_CCC_set=
ac_cv_env_CCC_value=
ac_cv_env_CC_set=
ac_cv_env_CC_value=
ac_cv_env_CFLAGS_set=
ac_cv_env_CFLAGS_value=
ac_cv_env_CPPFLAGS_set=
ac_cv_env_CPPFLAGS_value=
ac_cv_env_CPP_set=
ac_cv_env_CPP_value=
ac_cv_env_CXXCPP_set=
ac_cv_env_CXXCPP_value=
ac_cv_env_CXXFLAGS_set=
ac_cv_env_CXXFLAGS_value=
ac_cv_env_CXX_set=
ac_cv_env_CXX_value=
ac_cv_env_LDFLAGS_set=
ac_cv_env_LDFLAGS_value=
ac_cv_env_LIBS_set=
ac_cv_env_LIBS_value=
ac_cv_env_OBJCXXFLAGS_set=
ac_cv_env_OBJCXXFLAGS_value=
ac_cv_env_OBJCXX_set=
ac_cv_env_OBJCXX_value=
ac_cv_env_PKG_CONFIG_LIBDIR_set=
ac_cv_env_PKG_CONFIG_LIBDIR_value=
ac_cv_env_PKG_CONFIG_PATH_set=
ac_cv_env_PKG_CONFIG_PATH_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_devil_CFLAGS_set=
ac_cv_env_devil_CFLAGS_value=
ac_cv_env_devil_LIBS_set=
ac_cv_env_devil_LIBS_value=
ac_cv_env_freetype2_CFLAGS_set=
ac_cv_env_freetype2_CFLAGS_value=
ac_cv_env_freetype2_LIBS_set=
ac_cv_env_freetype2_LIBS_value=
ac_cv_env_host_alias_set=
ac_cv_env_host_alias_value=
ac_cv_env_libmodplug_CFLAGS_set=
ac_cv_env_libmodplug_CFLAGS_value=
ac_cv_env_libmodplug_LIBS_set=
ac_cv_env_libmodplug_LIBS_value=
ac_cv_env_lua_CFLAGS_set=
ac_cv_env_lua_CFLAGS_value=
ac_cv_env_lua_LIBS_set=
ac_cv_env_lua_LIBS_value=
ac_cv_env_openal_CFLAGS_set=
ac_cv_env_openal_CFLAGS_value=
ac_cv_env_openal_LIBS_set=
ac_cv_env_openal_LIBS_value=
ac_cv_env_target_alias_set=
ac_cv_env_target_alias_value=
ac_cv_env_vorbisfile_CFLAGS_set=
ac_cv_env_vorbisfile_CFLAGS_value=
ac_cv_env_vorbisfile_LIBS_set=
ac_cv_env_vorbisfile_LIBS_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_objcxx_compiler_gnu=yes
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_SED=/bin/sed
ac_cv_path_ac_pt_PKG_CONFIG=/usr/bin/pkg-config
ac_cv_path_install='/usr/bin/install -c'
ac_cv_path_mkdir=/bin/mkdir
ac_cv_prog_AWK=gawk
ac_cv_prog_CPP='gcc -E'
ac_cv_prog_CXXCPP='g++ -E'
ac_cv_prog_LUA_EXECUTABLE=luajit
ac_cv_prog_ac_ct_AR=ar
ac_cv_prog_ac_ct_CC=gcc
ac_cv_prog_ac_ct_CXX=g++
ac_cv_prog_ac_ct_OBJCXX=g++
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_cxx_g=yes
ac_cv_prog_make_make_set=yes
ac_cv_prog_objcxx_g=yes
ac_cv_search_PHYSFS_init=-lphysfs
ac_cv_search_glLoadIdentity=-lGL
ac_cv_search_mpg123_open_feed=-lmpg123
ac_cv_search_mpg123_seek_64='none required'
ac_cv_search_sqrt='none required'
ac_cv_type_socklen_t=yes
am_cv_CC_dependencies_compiler_type=gcc3
am_cv_CXX_dependencies_compiler_type=gcc3
am_cv_ar_interface=ar
am_cv_make_support_nested_variables=yes
am_cv_prog_tar_ustar=gnutar
lt_cv_ar_at_file=@
lt_cv_archive_cmds_need_lc=no
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=/usr/x86_64-pc-linux-gnu/bin/ld
lt_cv_path_LDCXX='/usr/x86_64-pc-linux-gnu/bin/ld -m elf_x86_64'
lt_cv_path_NM='/usr/bin/nm -B'
lt_cv_path_mainfest_tool=no
lt_cv_prog_compiler_c_o=yes
lt_cv_prog_compiler_c_o_CXX=yes
lt_cv_prog_compiler_pic='-fPIC -DPIC'
lt_cv_prog_compiler_pic_CXX='-fPIC -DPIC'
lt_cv_prog_compiler_pic_works=yes
lt_cv_prog_compiler_pic_works_CXX=yes
lt_cv_prog_compiler_rtti_exceptions=no
lt_cv_prog_compiler_static_works=yes
lt_cv_prog_compiler_static_works_CXX=yes
lt_cv_prog_gnu_ld=yes
lt_cv_prog_gnu_ldcxx=yes
lt_cv_sharedlib_from_linklib_cmd='printf %s\n'
lt_cv_shlibpath_overrides_runpath=yes
lt_cv_sys_global_symbol_pipe='sed -n -e '\''s/^.*[	 ]\([ABCDGIRSTW][ABCDGIRSTW]*\)[	 ][	 ]*\([_A-Za-z][_A-Za-z0-9]*\)$/\1 \2 \2/p'\'' | sed '\''/ __gnu_lto/d'\'''
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
lt_cv_to_host_file_cmd=func_convert_file_noop
lt_cv_to_tool_file_cmd=func_convert_file_noop
pkg_cv_SDL_CFLAGS='-D_REENTRANT -I/usr/include/SDL2 '
pkg_cv_SDL_LIBS='-lpthread -lSDL2 '
pkg_cv_devil_CFLAGS='-pthread -I/usr/include/OpenEXR '
pkg_cv_devil_LIBS='-lIL '
pkg_cv_freetype2_CFLAGS='-I/usr/include/freetype2 '
pkg_cv_freetype2_LIBS='-lfreetype '
pkg_cv_libmodplug_CFLAGS='-I/usr/include/libmodplug '
pkg_cv_libmodplug_LIBS='-lmodplug '
pkg_cv_lua_CFLAGS='-I/usr/include/luajit-2.0 '
pkg_cv_lua_LIBS='-lluajit-5.1 '
pkg_cv_openal_CFLAGS='-I/usr/include/AL '
pkg_cv_openal_LIBS='-lopenal '
pkg_cv_vorbisfile_CFLAGS=
pkg_cv_vorbisfile_LIBS='-lvorbisfile '

## ----------------- ##
## Output variables. ##
## ----------------- ##

ACLOCAL='${SHELL} /home/arion/Downloads/love-0.9.1/platform/unix/missing --run aclocal-1.11'
AMDEPBACKSLASH='\'
AMDEP_FALSE='#'
AMDEP_TRUE=''
AMTAR='$${TAR-tar}'
AM_BACKSLASH='\'
AM_DEFAULT_V='$(AM_DEFAULT_VERBOSITY)'
AM_DEFAULT_VERBOSITY='1'
AM_V='$(V)'
AR='ar'
AUTOCONF='${SHELL} /home/arion/Downloads/love-0.9.1/platform/unix/missing --run autoconf'
AUTOHEADER='${SHELL} /home/arion/Downloads/love-0.9.1/platform/unix/missing --run autoheader'
AUTOMAKE='${SHELL} /home/arion/Downloads/love-0.9.1/platform/unix/missing --run automake-1.11'
AWK='gawk'
CC='gcc'
CCDEPMODE='depmode=gcc3'
CFLAGS='-g -O2'
CPP='gcc -E'
CPPFLAGS=''
CXX='g++'
CXXCPP='g++ -E'
CXXDEPMODE='depmode=gcc3'
CXXFLAGS='-g -O2 -std=c++11'
CYGPATH_W='echo'
DEFS='-DHAVE_CONFIG_H'
DEPDIR='.deps'
DLLTOOL='false'
DSYMUTIL=''
DUMPBIN=''
ECHO_C=''
ECHO_N='-n'
ECHO_T=''
EGREP='/bin/grep -E'
EXEEXT=''
FGREP='/bin/grep -F'
FILE_OFFSET='-D_FILE_OFFSET_BITS=64'
GREP='/bin/grep'
INSTALL_DATA='${INSTALL} -m 644'
INSTALL_PROGRAM='${INSTALL}'
INSTALL_SCRIPT='${INSTALL}'
INSTALL_STRIP_PROGRAM='$(install_sh) -c -s'
LD='/usr/x86_64-pc-linux-gnu/bin/ld -m elf_x86_64'
LDFLAGS=''
LIBOBJS=''
LIBS='-lmpg123 -lGL -lphysfs '
LIBTOOL='$(SHELL) $(top_builddir)/libtool'
LIPO=''
LN_S='ln -s'
LOVE_BUILD_EXE_FALSE='#'
LOVE_BUILD_EXE_TRUE=''
LOVE_IMPLEMENTATION_AUDIO_NULL_FALSE='#'
LOVE_IMPLEMENTATION_AUDIO_NULL_TRUE=''
LOVE_IMPLEMENTATION_AUDIO_OPENAL_FALSE='#'
LOVE_IMPLEMENTATION_AUDIO_OPENAL_TRUE=''
LOVE_IMPLEMENTATION_EVENT_SDL_FALSE='#'
LOVE_IMPLEMENTATION_EVENT_SDL_TRUE=''
LOVE_IMPLEMENTATION_FILESYSTEM_PHYSFS_FALSE='#'
LOVE_IMPLEMENTATION_FILESYSTEM_PHYSFS_TRUE=''
LOVE_IMPLEMENTATION_FONT_FREETYPE_FALSE='#'
LOVE_IMPLEMENTATION_FONT_FREETYPE_TRUE=''
LOVE_IMPLEMENTATION_GRAPHICS_OPENGL_FALSE='#'
LOVE_IMPLEMENTATION_GRAPHICS_OPENGL_TRUE=''
LOVE_IMPLEMENTATION_IMAGE_MAGPIE_FALSE='#'
LOVE_IMPLEMENTATION_IMAGE_MAGPIE_TRUE=''
LOVE_IMPLEMENTATION_JOYSTICK_SDL_FALSE='#'
LOVE_IMPLEMENTATION_JOYSTICK_SDL_TRUE=''
LOVE_IMPLEMENTATION_KEYBOARD_SDL_FALSE='#'
LOVE_IMPLEMENTATION_KEYBOARD_SDL_TRUE=''
LOVE_IMPLEMENTATION_MOUSE_SDL_FALSE='#'
LOVE_IMPLEMENTATION_MOUSE_SDL_TRUE=''
LOVE_IMPLEMENTATION_PHYSICS_BOX2D_FALSE='#'
LOVE_IMPLEMENTATION_PHYSICS_BOX2D_TRUE=''
LOVE_IMPLEMENTATION_SOUND_LULLABY_FALSE='#'
LOVE_IMPLEMENTATION_SOUND_LULLABY_TRUE=''
LOVE_IMPLEMENTATION_SYSTEM_SDL_FALSE='#'
LOVE_IMPLEMENTATION_SYSTEM_SDL_TRUE=''
LOVE_IMPLEMENTATION_THREAD_SDL_FALSE='#'
LOVE_IMPLEMENTATION_THREAD_SDL_TRUE=''
LOVE_IMPLEMENTATION_TIMER_SDL_FALSE='#'
LOVE_IMPLEMENTATION_TIMER_SDL_TRUE=''
LOVE_IMPLEMENTATION_WINDOW_SDL_FALSE='#'
LOVE_IMPLEMENTATION_WINDOW_SDL_TRUE=''
LOVE_INCLUDES=''
LOVE_LIBRARY_BOX2D_FALSE='#'
LOVE_LIBRARY_BOX2D_TRUE=''
LOVE_LIBRARY_DDSPARSE_FALSE='#'
LOVE_LIBRARY_DDSPARSE_TRUE=''
LOVE_LIBRARY_ENET_FALSE='#'
LOVE_LIBRARY_ENET_TRUE=''
LOVE_LIBRARY_LUASOCKET_FALSE='#'
LOVE_LIBRARY_LUASOCKET_TRUE=''
LOVE_LIBRARY_NOISE1234_FALSE='#'
LOVE_LIBRARY_NOISE1234_TRUE=''
LOVE_LIBRARY_UTF8_FALSE='#'
LOVE_LIBRARY_UTF8_TRUE=''
LOVE_LIBRARY_WUFF_FALSE='#'
LOVE_LIBRARY_WUFF_TRUE=''
LOVE_MODULE_AUDIO_FALSE='#'
LOVE_MODULE_AUDIO_TRUE=''
LOVE_MODULE_EVENT_FALSE='#'
LOVE_MODULE_EVENT_TRUE=''
LOVE_MODULE_FILESYSTEM_FALSE='#'
LOVE_MODULE_FILESYSTEM_TRUE=''
LOVE_MODULE_FONT_FALSE='#'
LOVE_MODULE_FONT_TRUE=''
LOVE_MODULE_GRAPHICS_FALSE='#'
LOVE_MODULE_GRAPHICS_TRUE=''
LOVE_MODULE_IMAGE_FALSE='#'
LOVE_MODULE_IMAGE_TRUE=''
LOVE_MODULE_JOYSTICK_FALSE='#'
LOVE_MODULE_JOYSTICK_TRUE=''
LOVE_MODULE_KEYBOARD_FALSE='#'
LOVE_MODULE_KEYBOARD_TRUE=''
LOVE_MODULE_LOVE_FALSE='#'
LOVE_MODULE_LOVE_TRUE=''
LOVE_MODULE_MATH_FALSE='#'
LOVE_MODULE_MATH_TRUE=''
LOVE_MODULE_MOUSE_FALSE='#'
LOVE_MODULE_MOUSE_TRUE=''
LOVE_MODULE_PHYSICS_FALSE='#'
LOVE_MODULE_PHYSICS_TRUE=''
LOVE_MODULE_SOUND_FALSE='#'
LOVE_MODULE_SOUND_TRUE=''
LOVE_MODULE_SYSTEM_FALSE='#'
LOVE_MODULE_SYSTEM_TRUE=''
LOVE_MODULE_THREAD_FALSE='#'
LOVE_MODULE_THREAD_TRUE=''
LOVE_MODULE_TIMER_FALSE='#'
LOVE_MODULE_TIMER_TRUE=''
LOVE_MODULE_WINDOW_FALSE='#'
LOVE_MODULE_WINDOW_TRUE=''
LOVE_NOMPG123_FALSE=''
LOVE_NOMPG123_TRUE='#'
LOVE_SUFFIX=''
LOVE_TARGET_OSX_FALSE=''
LOVE_TARGET_OSX_TRUE='#'
LTLIBOBJS=''
LUA_EXECUTABLE='luajit'
MAKEINFO='${SHELL} /home/arion/Downloads/love-0.9.1/platform/unix/missing --run makeinfo'
MANIFEST_TOOL=':'
MKDIR_P='/bin/mkdir -p'
NM='/usr/bin/nm -B'
NMEDIT=''
OBJCXX='g++'
OBJCXXFLAGS='-g -O2'
OBJDUMP='objdump'
OBJEXT='o'
OTOOL64=''
OTOOL=''
PACKAGE='love'
PACKAGE_BUGREPORT=''
PACKAGE_NAME='love'
PACKAGE_STRING='love 0.9.1'
PACKAGE_TARNAME='love'
PACKAGE_URL=''
PACKAGE_VERSION='0.9.1'
PATH_SEPARATOR=':'
PKG_CONFIG='/usr/bin/pkg-config'
PKG_CONFIG_LIBDIR=''
PKG_CONFIG_PATH=''
RANLIB='ranlib'
SDL2_CONFIG='pkg-config sdl2'
SDL_CFLAGS='-D_REENTRANT -I/usr/include/SDL2 '
SDL_LIBS='-lpthread -lSDL2 '
SED='/bin/sed'
SET_MAKE=''
SHELL='/bin/sh'
STRIP='strip'
VERSION='0.9.1'
ac_ct_AR='ar'
ac_ct_CC='gcc'
ac_ct_CXX='g++'
ac_ct_DUMPBIN=''
ac_ct_OBJCXX='g++'
am__EXEEXT_FALSE=''
am__EXEEXT_TRUE='#'
am__fastdepCC_FALSE='#'
am__fastdepCC_TRUE=''
am__fastdepCXX_FALSE='#'
am__fastdepCXX_TRUE=''
am__include='include'
am__isrc=''
am__leading_dot='.'
am__nodep='_no'
am__quote=''
am__tar='tar --format=ustar -chf - "$$tardir"'
am__untar='tar -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'
devil_CFLAGS='-pthread -I/usr/include/OpenEXR '
devil_LIBS='-lIL '
docdir='${datarootdir}/doc/${PACKAGE_TARNAME}'
dvidir='${docdir}'
exec_prefix='${prefix}'
freetype2_CFLAGS='-I/usr/include/freetype2 '
freetype2_LIBS='-lfreetype '
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/arion/Downloads/love-0.9.1/platform/unix/install-sh'
libdir='${exec_prefix}/lib'
libexecdir='${exec_prefix}/libexec'
libmodplug_CFLAGS='-I/usr/include/libmodplug '
libmodplug_LIBS='-lmodplug '
localedir='${datarootdir}/locale'
localstatedir='${prefix}/var'
lua_CFLAGS='-I/usr/include/luajit-2.0 '
lua_LIBS='-lluajit-5.1 '
mandir='${datarootdir}/man'
mkdir_p='/bin/mkdir -p'
oldincludedir='/usr/include'
openal_CFLAGS='-I/usr/include/AL '
openal_LIBS='-lopenal '
pdfdir='${docdir}'
prefix='/usr'
program_transform_name='s,x,x,'
psdir='${docdir}'
sbindir='${exec_prefix}/sbin'
sharedstatedir='${prefix}/com'
sysconfdir='${prefix}/etc'
target_alias=''
vorbisfile_CFLAGS=''
vorbisfile_LIBS='-lvorbisfile '

## ----------- ##
## confdefs.h. ##
## ----------- ##

/* confdefs.h */
#define PACKAGE_NAME "love"
#define PACKAGE_TARNAME "love"
#define PACKAGE_VERSION "0.9.1"
#define PACKAGE_STRING "love 0.9.1"
#define PACKAGE_BUGREPORT ""
#define PACKAGE_URL ""
#define PACKAGE "love"
#define VERSION "0.9.1"
#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 HAS_SOCKLEN_T 1
#define LOVE_BUILD_EXE /**/
#define LOVE_ENABLE_AUDIO /**/
#define LOVE_ENABLE_AUDIO_NULL /**/
#define LOVE_ENABLE_AUDIO_OPENAL /**/
#define LOVE_ENABLE_EVENT /**/
#define LOVE_ENABLE_EVENT_SDL /**/
#define LOVE_ENABLE_FILESYSTEM /**/
#define LOVE_ENABLE_FILESYSTEM_PHYSFS /**/
#define LOVE_ENABLE_FONT /**/
#define LOVE_ENABLE_FONT_FREETYPE /**/
#define LOVE_ENABLE_GRAPHICS /**/
#define LOVE_ENABLE_GRAPHICS_OPENGL /**/
#define LOVE_ENABLE_IMAGE /**/
#define LOVE_ENABLE_IMAGE_MAGPIE /**/
#define LOVE_ENABLE_JOYSTICK /**/
#define LOVE_ENABLE_JOYSTICK_SDL /**/
#define LOVE_ENABLE_KEYBOARD /**/
#define LOVE_ENABLE_KEYBOARD_SDL /**/
#define LOVE_ENABLE_LOVE /**/
#define LOVE_ENABLE_MATH /**/
#define LOVE_ENABLE_MOUSE /**/
#define LOVE_ENABLE_MOUSE_SDL /**/
#define LOVE_ENABLE_PHYSICS /**/
#define LOVE_ENABLE_PHYSICS_BOX2D /**/
#define LOVE_ENABLE_SOUND /**/
#define LOVE_ENABLE_SOUND_LULLABY /**/
#define LOVE_ENABLE_SYSTEM /**/
#define LOVE_ENABLE_SYSTEM_SDL /**/
#define LOVE_ENABLE_THREAD /**/
#define LOVE_ENABLE_THREAD_SDL /**/
#define LOVE_ENABLE_TIMER /**/
#define LOVE_ENABLE_TIMER_SDL /**/
#define LOVE_ENABLE_WINDOW /**/
#define LOVE_ENABLE_WINDOW_SDL /**/
#define LOVE_ENABLE_BOX2D /**/
#define LOVE_ENABLE_WUFF /**/
#define LOVE_ENABLE_DDSPARSE /**/
#define LOVE_ENABLE_ENET /**/
#define LOVE_ENABLE_LUASOCKET /**/
#define LOVE_ENABLE_NOISE1234 /**/
#define LOVE_ENABLE_UTF8 /**/

configure: exit 0

User avatar
bartbes
Sex machine
Posts: 4946
Joined: Fri Aug 29, 2008 10:35 am
Location: The Netherlands
Contact:

Re: Error installing the source code - linux sabayon

Post by bartbes »

So it does pick up the SDL2 include dir correctly.. what output does the following command have?

Code: Select all

grep SDL_INIT_EVENTS /usr/include/SDL2/SDL.h
arion_deno
Prole
Posts: 6
Joined: Mon Aug 11, 2014 3:08 pm

Re: Error installing the source code - linux sabayon

Post by arion_deno »

Sorry for the delay again

So .. run the command, and the output is Nothing.
so I'm posting my SDL.h file SDL2

Code: Select all

/*
  Simple DirectMedia Layer
  Copyright (C) 1997-2013 Sam Lantinga <slouken@libsdl.org>

  This software is provided 'as-is', without any express or implied
  warranty.  In no event will the authors be held liable for any damages
  arising from the use of this software.

  Permission is granted to anyone to use this software for any purpose,
  including commercial applications, and to alter it and redistribute it
  freely, subject to the following restrictions:

  1. The origin of this software must not be misrepresented; you must not
     claim that you wrote the original software. If you use this software
     in a product, an acknowledgment in the product documentation would be
     appreciated but is not required.
  2. Altered source versions must be plainly marked as such, and must not be
     misrepresented as being the original software.
  3. This notice may not be removed or altered from any source distribution.
*/

/**
 *  \file SDL.h
 *  
 *  Main include header for the SDL library
 */

/**
 *  \mainpage Simple DirectMedia Layer (SDL)
 *  
 *  http://www.libsdl.org/
 *  
 *  \section intro_sec Introduction
 *  
 *  This is the Simple DirectMedia Layer, a general API that provides low
 *  level access to audio, keyboard, mouse, joystick, 3D hardware via OpenGL,
 *  and 2D framebuffer across multiple platforms.
 *  
 *  SDL is written in C, but works with C++ natively, and has bindings to
 *  several other languages, including Ada, C#, Eiffel, Erlang, Euphoria,
 *  Guile, Haskell, Java, Lisp, Lua, ML, Objective C, Pascal, Perl, PHP,
 *  Pike, Pliant, Python, Ruby, and Smalltalk.
 *  
 *  This library is distributed under GNU LGPL version 2, which can be
 *  found in the file  "COPYING".  This license allows you to use SDL
 *  freely in commercial programs as long as you link with the dynamic
 *  library.
 *  
 *  The best way to learn how to use SDL is to check out the header files in
 *  the "include" subdirectory and the programs in the "test" subdirectory.
 *  The header files and test programs are well commented and always up to date.
 *  More documentation and FAQs are available online at:
 *  	http://wiki.libsdl.org/
 *  
 *  If you need help with the library, or just want to discuss SDL related
 *  issues, you can join the developers mailing list:
 *  	http://www.libsdl.org/mailing-list.php
 *  
 *  Enjoy!
 *  	Sam Lantinga				(slouken@libsdl.org)
 */

#ifndef _SDL_H
#define _SDL_H

#include "SDL_main.h"
#include "SDL_stdinc.h"
#include "SDL_assert.h"
#include "SDL_atomic.h"
#include "SDL_audio.h"
#include "SDL_clipboard.h"
#include "SDL_cpuinfo.h"
#include "SDL_endian.h"
#include "SDL_error.h"
#include "SDL_events.h"
#include "SDL_joystick.h"
#include "SDL_gamecontroller.h"
#include "SDL_haptic.h"
#include "SDL_hints.h"
#include "SDL_loadso.h"
#include "SDL_log.h"
#include "SDL_messagebox.h"
#include "SDL_mutex.h"
#include "SDL_power.h"
#include "SDL_render.h"
#include "SDL_rwops.h"
#include "SDL_system.h"
#include "SDL_thread.h"
#include "SDL_timer.h"
#include "SDL_version.h"
#include "SDL_video.h"

#include "begin_code.h"
/* Set up for C function definitions, even when using C++ */
#ifdef __cplusplus
/* *INDENT-OFF* */
extern "C" {
/* *INDENT-ON* */
#endif

/* As of version 0.5, SDL is loaded dynamically into the application */

/**
 *  \name SDL_INIT_*
 *  
 *  These are the flags which may be passed to SDL_Init().  You should
 *  specify the subsystems which you will be using in your application.
 */
/*@{*/
#define SDL_INIT_TIMER          0x00000001
#define SDL_INIT_AUDIO          0x00000010
#define SDL_INIT_VIDEO          0x00000020
#define SDL_INIT_JOYSTICK       0x00000200
#define SDL_INIT_HAPTIC         0x00001000
#define SDL_INIT_GAMECONTROLLER 0x00002000		/**< turn on game controller also implicitly does JOYSTICK */
#define SDL_INIT_NOPARACHUTE    0x00100000      /**< Don't catch fatal signals */
#define SDL_INIT_EVERYTHING ( \
                SDL_INIT_TIMER | SDL_INIT_AUDIO | SDL_INIT_VIDEO | \
                SDL_INIT_JOYSTICK | SDL_INIT_HAPTIC | SDL_INIT_GAMECONTROLLER \
            )
/*@}*/

/**
 *  This function initializes  the subsystems specified by \c flags
 *  Unless the ::SDL_INIT_NOPARACHUTE flag is set, it will install cleanup
 *  signal handlers for some commonly ignored fatal signals (like SIGSEGV).
 */
extern DECLSPEC int SDLCALL SDL_Init(Uint32 flags);

/**
 *  This function initializes specific SDL subsystems
 */
extern DECLSPEC int SDLCALL SDL_InitSubSystem(Uint32 flags);

/**
 *  This function cleans up specific SDL subsystems
 */
extern DECLSPEC void SDLCALL SDL_QuitSubSystem(Uint32 flags);

/**
 *  This function returns a mask of the specified subsystems which have
 *  previously been initialized.
 *  
 *  If \c flags is 0, it returns a mask of all initialized subsystems.
 */
extern DECLSPEC Uint32 SDLCALL SDL_WasInit(Uint32 flags);

/**
 *  This function cleans up all initialized subsystems. You should
 *  call it upon all exit conditions.
 */
extern DECLSPEC void SDLCALL SDL_Quit(void);

/* Ends C function definitions when using C++ */
#ifdef __cplusplus
/* *INDENT-OFF* */
}
/* *INDENT-ON* */
#endif
#include "close_code.h"

#endif /* _SDL_H */

/* vi: set ts=4 sw=4 expandtab: */

I did not find the function. SDL_INIT_EVENTS.

will that I should edit my file, SDL.h? and how should I do this.

I still have not quite know C ++
Post Reply

Who is online

Users browsing this forum: Ahrefs [Bot], Bing [Bot] and 3 guests