Skip to content
New issue

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

residualvm not currently building on rpi #1834

Closed
joolswills opened this issue Jan 12, 2017 · 4 comments
Closed

residualvm not currently building on rpi #1834

joolswills opened this issue Jan 12, 2017 · 4 comments

Comments

@joolswills
Copy link
Member

joolswills commented Jan 12, 2017

http://pastebin.com/JDT0Ktdk

will bisect / report upstream

@joolswills
Copy link
Member Author

residualvm/residualvm#1322

currently disabling stark engine on gles builds to work around this.

joolswills added a commit that referenced this issue Jan 12, 2017
 * use opengl for x11 targets
 * disable stark engine on opengles builds (currently doesn't build) - #1834
 * no longer any need for SDL_CONFIG=sdl2-config
@joolswills
Copy link
Member Author

joolswills commented Jan 12, 2017

It's not currently linking either - even with the older residualvm code from when the script was changed to use gles2 - currently debugging as to why (relies on gles headers/libraries in /usr/ or something ?).

@timfel

@joolswills
Copy link
Member Author

joolswills commented Jan 12, 2017

adding LDFLAGS="-L/opt/vc/lib -lGLESv2" fixes most of the linking errors, but not all. still digging.

@joolswills
Copy link
Member Author

OK. I have this working now. I guess @timfel had the mesa gles headers installed when he tested this as it fails without them. We don't want to use them anyway as we should use the matching rpi headers, so will adjust the script accordingly (to include CXXFLAGS="-I/opt/vc/include/")

joolswills added a commit to joolswills/RetroPie-Setup that referenced this issue Feb 9, 2017
 * use opengl for x11 targets
 * disable stark engine on opengles builds (currently doesn't build) - RetroPie#1834
 * no longer any need for SDL_CONFIG=sdl2-config
joolswills added a commit to joolswills/RetroPie-Setup that referenced this issue Feb 9, 2017
 * was failing when no opengles headers were found - add /opt/vc/include to CXXFLAGS
 * include libraspberrypi-dev as a dependency
joolswills added a commit to joolswills/RetroPie-Setup that referenced this issue Apr 20, 2017
 * use opengl for x11 targets
 * disable stark engine on opengles builds (currently doesn't build) - RetroPie#1834
 * no longer any need for SDL_CONFIG=sdl2-config
joolswills added a commit to joolswills/RetroPie-Setup that referenced this issue Apr 20, 2017
 * was failing when no opengles headers were found - add /opt/vc/include to CXXFLAGS
 * include libraspberrypi-dev as a dependency
joolswills added a commit to joolswills/RetroPie-Setup that referenced this issue Apr 7, 2018
 * use opengl for x11 targets
 * disable stark engine on opengles builds (currently doesn't build) - RetroPie#1834
 * no longer any need for SDL_CONFIG=sdl2-config
joolswills added a commit to joolswills/RetroPie-Setup that referenced this issue Apr 7, 2018
 * was failing when no opengles headers were found - add /opt/vc/include to CXXFLAGS
 * include libraspberrypi-dev as a dependency
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

1 participant