UFO: Alien Invasion Issue Tracker
UFO: Alien Invasion
Go to the previous open issue
Go to the previous issue (open or closed)
star_faded.png
Please log in to bookmark issues
icon_project.png UFO: Alien Invasion / Closed Bug report #5465 armv7 gles build fails
Go to the next issue (open or closed)
Go to the next open issue
This issue has been closed with status "Closed" and resolution "RESOLVED".
Issue basics
  • Type of issue
    Bug report
  • Category
    Not determined
  • Targetted for
    Not determined
  • Status
    Closed
  • Progress
  • Priority
    Not determined
User pain
  • Type of bug
    Not triaged
  • Likelihood
    Not triaged
  • Effect
    Not triaged
Affected by this issue (1)
People involved
Times and dates
  • Posted at
  • Last updated
  • Estimated time
    Not estimated
Issue details
  • Resolution
    RESOLVED
  • Reproducability
    Not determined
  • Severity
    Not determined
  • Complexity
    Complex
  • Platform
    Linux
  • Architecture
    arm
Attachments (4)
Duplicate issues (0)
This issue does not have any duplicates
Description
I originally wanted to ask about the status of this port in the openpandora forum thread but the registration question seems too hard to google!

I'm on Odroid C1 trying to build ufoai it that's supported.
The current git opengl linux version builds flawlessly but doesn't work obviously.
Switching to the openpandora target (required some cflags and ldflags changes in openpandora.mk) brings me to this error (after manually defining GL_VERSION_ES_CM_1_0 in linux-config.h):

===> CXX [testall] src/client/renderer/r_geoscape.cpp
src/client/renderer/r_geoscape.cpp: In function ‘void R_DrawBloom()’:
src/client/renderer/r_geoscape.cpp:783:82: error: ‘glOrthof’ was not declared in this scope
glOrtho(0, viddef.context.width, viddef.context.height, 0, 9999.0f, SKYBOX_DEPTH);
^
make: *** [release-openpandora-armv7l/testall/client/renderer/r_geoscape.cpp.o] Error 1

I tried adding some includes, like
#include <GLES/gl.h>
#include <GLES/glext.h>

but it didn't help. Should I expect to get a working build?



Steps to reproduce this issue
Nothing entered.
Todos (0 / 0)
Issue created
footer_logo.png The Bug Genie 4.3.1 | Support | Feedback spinning_16.gif