Skip to content

Commit

Permalink
Update version to 2.0.1a.
Browse files Browse the repository at this point in the history
  • Loading branch information
Aloshi committed Mar 8, 2015
1 parent da86b61 commit 646bede
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion es-app/src/EmulationStation.h
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
#define PROGRAM_VERSION_MAJOR 2
#define PROGRAM_VERSION_MINOR 0
#define PROGRAM_VERSION_MAINTENANCE 1
#define PROGRAM_VERSION_STRING "2.0.1"
#define PROGRAM_VERSION_STRING "2.0.1a"

#define PROGRAM_BUILT_STRING __DATE__ " - " __TIME__

Expand Down

1 comment on commit 646bede

@tzitzimime
Copy link

@tzitzimime tzitzimime commented on 646bede Oct 10, 2018

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

From de .deb package on Debian stable:

emulationstation_2.0.1a-1_amd64.deb

problemas de dependencias impiden la configuración de emulationstation:
 emulationstation depende de libboost-filesystem1.54.0; sin embargo:
  El paquete `libboost-filesystem1.54.0' no está instalado.
 emulationstation depende de libboost-locale1.54.0; sin embargo:
  El paquete `libboost-locale1.54.0' no está instalado.
 emulationstation depende de libboost-system1.54.0; sin embargo:
  El paquete `libboost-system1.54.0' no está instalado.
 emulationstation depende de fonts-droid; sin embargo:
  El paquete `fonts-droid' no está instalado.

dpkg: error al procesar el paquete emulationstation (--install):
 problemas de dependencias - se deja sin configurar
Se encontraron errores al procesar:
 emulationstation

libboost-locale1.54 is the unique version available on Debian stable
If I try to compile:

git clone https://github.com/Aloshi/EmulationStation
Cloning into 'EmulationStation'...
remote: Enumerating objects: 7410, done.
remote: Total 7410 (delta 0), reused 0 (delta 0), pack-reused 7410
Receiving objects: 100% (7410/7410), 6.84 MiB | 1.08 MiB/s, done.
Resolving deltas: 100% (4628/4628), done.
jaime@Eri:~$ cd EmulationStation
jaime@Eri:~/EmulationStation$ git checkout unstable
Branch unstable set up to track remote branch unstable from origin.
Switched to a new branch 'unstable'
jaime@Eri:~/EmulationStation$ cmake .
-- The C compiler identification is GNU 6.3.0
-- The CXX compiler identification is GNU 6.3.0
-- Check for working C compiler: /usr/bin/cc
-- Check for working C compiler: /usr/bin/cc -- works
-- Detecting C compiler ABI info
-- Detecting C compiler ABI info - done
-- Detecting C compile features
-- Detecting C compile features - done
-- Check for working CXX compiler: /usr/bin/c++
-- Check for working CXX compiler: /usr/bin/c++ -- works
-- Detecting CXX compiler ABI info
-- Detecting CXX compiler ABI info - done
-- Detecting CXX compile features
-- Detecting CXX compile features - done
Looking for bcm_host.h
bcm_host.h not found
Looking for libMali.so
libMali.so not found
-- Found OpenGL: /usr/lib/x86_64-linux-gnu/libGL.so  
-- Found Freetype: /usr/lib/x86_64-linux-gnu/libfreetype.so (found version "2.6.3") 
-- Looking for FreeImage...
-- Found PkgConfig: /usr/bin/pkg-config (found version "0.29") 
-- Checking for module 'freeimage'
--   No package 'freeimage' found
-- Found FreeImage: optimized;/usr/lib/x86_64-linux-gnu/libfreeimage.so;debug;/usr/lib/x86_64-linux-gnu/libfreeimage.so
-- Looking for pthread.h
-- Looking for pthread.h - found
-- Looking for pthread_create
-- Looking for pthread_create - not found
-- Looking for pthread_create in pthreads
-- Looking for pthread_create in pthreads - not found
-- Looking for pthread_create in pthread
-- Looking for pthread_create in pthread - found
-- Found Threads: TRUE  
-- Found SDL2: /usr/lib/x86_64-linux-gnu/libSDL2main.a;/usr/lib/x86_64-linux-gnu/libSDL2.so;-lpthread  
-- Boost version: 1.62.0
-- Found the following Boost libraries:
--   system
--   filesystem
--   date_time
--   locale
-- Found Eigen3: /usr/include/eigen3 (Required is at least version "2.91.0") 
-- Found CURL: /usr/lib/x86_64-linux-gnu/libcurl.so (found version "7.52.1") 
-- Found ALSA: /usr/lib/x86_64-linux-gnu/libasound.so (found version "1.1.3") 
-- Configuring done
-- Generating done
-- Build files have been written to: /home/jaime/EmulationStation
jaime@Eri:~/EmulationStation$ make
Scanning dependencies of target nanosvg
[  0%] Building CXX object external/nanosvg/CMakeFiles/nanosvg.dir/src/nanosvg_impl.cpp.o
[  1%] Linking CXX static library ../../libnanosvg.a
[  1%] Built target nanosvg
Scanning dependencies of target pugixml
[  2%] Building CXX object external/pugixml/CMakeFiles/pugixml.dir/src/pugixml.cpp.o
[  3%] Linking CXX static library ../../libpugixml.a
[  3%] Built target pugixml
Scanning dependencies of target sqlite3
[  4%] Building C object external/sqlite3/CMakeFiles/sqlite3.dir/src/sqlite3.c.o
[  5%] Linking C static library ../../libsqlite3.a
[  5%] Built target sqlite3
Scanning dependencies of target es-core
[  6%] Building CXX object es-core/CMakeFiles/es-core.dir/src/AudioManager.cpp.o
[  7%] Building CXX object es-core/CMakeFiles/es-core.dir/src/GuiComponent.cpp.o
[  8%] Building CXX object es-core/CMakeFiles/es-core.dir/src/HelpStyle.cpp.o
[  9%] Building CXX object es-core/CMakeFiles/es-core.dir/src/HttpReq.cpp.o
[  9%] Building CXX object es-core/CMakeFiles/es-core.dir/src/ImageIO.cpp.o
[ 10%] Building CXX object es-core/CMakeFiles/es-core.dir/src/InputConfig.cpp.o
[ 11%] Building CXX object es-core/CMakeFiles/es-core.dir/src/InputManager.cpp.o
[ 12%] Building CXX object es-core/CMakeFiles/es-core.dir/src/Log.cpp.o
[ 13%] Building CXX object es-core/CMakeFiles/es-core.dir/src/platform.cpp.o
[ 14%] Building CXX object es-core/CMakeFiles/es-core.dir/src/Renderer_draw_gl.cpp.o
In file included from /home/jaime/EmulationStation/es-core/src/Renderer_draw_gl.cpp:9:0:
/home/jaime/EmulationStation/es-core/src/Util.h:23:22: error: ‘float round(float)’ conflicts with a previous declaration
 float round(float num);
                      ^
In file included from /usr/include/c++/6/complex:44:0,
                 from /usr/include/eigen3/Eigen/Core:80,
                 from /usr/include/eigen3/Eigen/Dense:1,
                 from /home/jaime/EmulationStation/es-core/src/Renderer.h:7,
                 from /home/jaime/EmulationStation/es-core/src/Renderer_draw_gl.cpp:2:
/usr/include/c++/6/cmath:1790:3: note: previous declaration ‘constexpr float std::round(float)’
   round(float __x)
   ^~~~~
/home/jaime/EmulationStation/es-core/src/Renderer_draw_gl.cpp: In function ‘void Renderer::drawRect(float, float, float, float, unsigned int, GLenum, GLenum)’:
/home/jaime/EmulationStation/es-core/src/Renderer_draw_gl.cpp:90:24: error: call of overloaded ‘round(float&)’ is ambiguous
   drawRect((int)round(x), (int)round(y), (int)round(w), (int)round(h), color, blend_sfactor, blend_dfactor);
                        ^
In file included from /usr/include/features.h:364:0,
                 from /usr/include/x86_64-linux-gnu/c++/6/bits/os_defines.h:39,
                 from /usr/include/x86_64-linux-gnu/c++/6/bits/c++config.h:507,
                 from /usr/include/c++/6/string:38,
                 from /home/jaime/EmulationStation/es-core/src/platform.h:18,
                 from /home/jaime/EmulationStation/es-core/src/Renderer_draw_gl.cpp:1:
/usr/include/x86_64-linux-gnu/bits/mathcalls.h:326:1: note: candidate: double round(double)
 __MATHCALLX (round,, (_Mdouble_ __x), (__const__));
 ^
In file included from /usr/include/c++/6/complex:44:0,
                 from /usr/include/eigen3/Eigen/Core:80,
                 from /usr/include/eigen3/Eigen/Dense:1,
                 from /home/jaime/EmulationStation/es-core/src/Renderer.h:7,
                 from /home/jaime/EmulationStation/es-core/src/Renderer_draw_gl.cpp:2:
/usr/include/c++/6/cmath:1794:3: note: candidate: constexpr long double std::round(long double)
   round(long double __x)
   ^~~~~
/usr/include/c++/6/cmath:1790:3: note: candidate: constexpr float std::round(float)
   round(float __x)
   ^~~~~
In file included from /home/jaime/EmulationStation/es-core/src/Renderer_draw_gl.cpp:9:0:
/home/jaime/EmulationStation/es-core/src/Util.h:23:7: note: candidate: float round(float)
 float round(float num);
       ^~~~~
/home/jaime/EmulationStation/es-core/src/Renderer_draw_gl.cpp:90:39: error: call of overloaded ‘round(float&)’ is ambiguous
   drawRect((int)round(x), (int)round(y), (int)round(w), (int)round(h), color, blend_sfactor, blend_dfactor);
                                       ^
In file included from /usr/include/features.h:364:0,
                 from /usr/include/x86_64-linux-gnu/c++/6/bits/os_defines.h:39,
                 from /usr/include/x86_64-linux-gnu/c++/6/bits/c++config.h:507,
                 from /usr/include/c++/6/string:38,
                 from /home/jaime/EmulationStation/es-core/src/platform.h:18,
                 from /home/jaime/EmulationStation/es-core/src/Renderer_draw_gl.cpp:1:
/usr/include/x86_64-linux-gnu/bits/mathcalls.h:326:1: note: candidate: double round(double)
 __MATHCALLX (round,, (_Mdouble_ __x), (__const__));
 ^
In file included from /usr/include/c++/6/complex:44:0,
                 from /usr/include/eigen3/Eigen/Core:80,
                 from /usr/include/eigen3/Eigen/Dense:1,
                 from /home/jaime/EmulationStation/es-core/src/Renderer.h:7,
                 from /home/jaime/EmulationStation/es-core/src/Renderer_draw_gl.cpp:2:
/usr/include/c++/6/cmath:1794:3: note: candidate: constexpr long double std::round(long double)
   round(long double __x)
   ^~~~~
/usr/include/c++/6/cmath:1790:3: note: candidate: constexpr float std::round(float)
   round(float __x)
   ^~~~~
In file included from /home/jaime/EmulationStation/es-core/src/Renderer_draw_gl.cpp:9:0:
/home/jaime/EmulationStation/es-core/src/Util.h:23:7: note: candidate: float round(float)
 float round(float num);
       ^~~~~
/home/jaime/EmulationStation/es-core/src/Renderer_draw_gl.cpp:90:54: error: call of overloaded ‘round(float&)’ is ambiguous
   drawRect((int)round(x), (int)round(y), (int)round(w), (int)round(h), color, blend_sfactor, blend_dfactor);
                                                      ^
In file included from /usr/include/features.h:364:0,
                 from /usr/include/x86_64-linux-gnu/c++/6/bits/os_defines.h:39,
                 from /usr/include/x86_64-linux-gnu/c++/6/bits/c++config.h:507,
                 from /usr/include/c++/6/string:38,
                 from /home/jaime/EmulationStation/es-core/src/platform.h:18,
                 from /home/jaime/EmulationStation/es-core/src/Renderer_draw_gl.cpp:1:
/usr/include/x86_64-linux-gnu/bits/mathcalls.h:326:1: note: candidate: double round(double)
 __MATHCALLX (round,, (_Mdouble_ __x), (__const__));
 ^
In file included from /usr/include/c++/6/complex:44:0,
                 from /usr/include/eigen3/Eigen/Core:80,
                 from /usr/include/eigen3/Eigen/Dense:1,
                 from /home/jaime/EmulationStation/es-core/src/Renderer.h:7,
                 from /home/jaime/EmulationStation/es-core/src/Renderer_draw_gl.cpp:2:
/usr/include/c++/6/cmath:1794:3: note: candidate: constexpr long double std::round(long double)
   round(long double __x)
   ^~~~~
/usr/include/c++/6/cmath:1790:3: note: candidate: constexpr float std::round(float)
   round(float __x)
   ^~~~~
In file included from /home/jaime/EmulationStation/es-core/src/Renderer_draw_gl.cpp:9:0:
/home/jaime/EmulationStation/es-core/src/Util.h:23:7: note: candidate: float round(float)
 float round(float num);
       ^~~~~
/home/jaime/EmulationStation/es-core/src/Renderer_draw_gl.cpp:90:69: error: call of overloaded ‘round(float&)’ is ambiguous
   drawRect((int)round(x), (int)round(y), (int)round(w), (int)round(h), color, blend_sfactor, blend_dfactor);
                                                                     ^
In file included from /usr/include/features.h:364:0,
                 from /usr/include/x86_64-linux-gnu/c++/6/bits/os_defines.h:39,
                 from /usr/include/x86_64-linux-gnu/c++/6/bits/c++config.h:507,
                 from /usr/include/c++/6/string:38,
                 from /home/jaime/EmulationStation/es-core/src/platform.h:18,
                 from /home/jaime/EmulationStation/es-core/src/Renderer_draw_gl.cpp:1:
/usr/include/x86_64-linux-gnu/bits/mathcalls.h:326:1: note: candidate: double round(double)
 __MATHCALLX (round,, (_Mdouble_ __x), (__const__));
 ^
In file included from /usr/include/c++/6/complex:44:0,
                 from /usr/include/eigen3/Eigen/Core:80,
                 from /usr/include/eigen3/Eigen/Dense:1,
                 from /home/jaime/EmulationStation/es-core/src/Renderer.h:7,
                 from /home/jaime/EmulationStation/es-core/src/Renderer_draw_gl.cpp:2:
/usr/include/c++/6/cmath:1794:3: note: candidate: constexpr long double std::round(long double)
   round(long double __x)
   ^~~~~
/usr/include/c++/6/cmath:1790:3: note: candidate: constexpr float std::round(float)
   round(float __x)
   ^~~~~
In file included from /home/jaime/EmulationStation/es-core/src/Renderer_draw_gl.cpp:9:0:
/home/jaime/EmulationStation/es-core/src/Util.h:23:7: note: candidate: float round(float)
 float round(float num);
       ^~~~~
es-core/CMakeFiles/es-core.dir/build.make:278: fallo en las instrucciones para el objetivo 'es-core/CMakeFiles/es-core.dir/src/Renderer_draw_gl.cpp.o'
make[2]: *** [es-core/CMakeFiles/es-core.dir/src/Renderer_draw_gl.cpp.o] Error 1
CMakeFiles/Makefile2:276: fallo en las instrucciones para el objetivo 'es-core/CMakeFiles/es-core.dir/all'
make[1]: *** [es-core/CMakeFiles/es-core.dir/all] Error 2
Makefile:149: fallo en las instrucciones para el objetivo 'all'
make: *** [all] Error 2

Please sign in to comment.