libretro / RetroArch

Cross-platform, sophisticated frontend for the libretro API. Licensed GPLv3.
http://www.libretro.com
GNU General Public License v3.0
10.11k stars 1.82k forks source link

[ARM] Build failed #3517

Closed sergiobenrocha2 closed 8 years ago

sergiobenrocha2 commented 8 years ago

The build failed for ARM / ARM64

CC gfx/common/gl_common.c
gfx/common/gl_common.c:41:1: error: unknown type name ‘math_matrix_4x4’
 void gl_ff_matrix(const math_matrix_4x4 *mat)
 ^
CC gfx/drivers_font/gl_raster_font.c

https://launchpadlibrarian.net/282867869/buildlog_ubuntu-trusty-arm64.retroarch_1.3.6+r429~46~ubuntu14.04.1_BUILDING.txt.gz

sergiobenrocha2 commented 8 years ago

Maybe e6ef366 ?

sergiobenrocha2 commented 8 years ago

I'm building with GLES support only on those platforms