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

PCSXR not compiling with OpenGL #12

Open
wchurch58 opened this issue Jul 15, 2018 · 2 comments
Open

PCSXR not compiling with OpenGL #12

wchurch58 opened this issue Jul 15, 2018 · 2 comments

Comments

@wchurch58
Copy link

Hi, I guess this project is no longer maintained but was wondering if someone out there may be able to help me out... The OpenGL driver is not compiling on Arch derivatives, but exists in Void Linux & I can't seem to figure out why this is.

@wchurch58
Copy link
Author

I think it has something to do with this:
-- Checking for module 'avformat'
-- Package 'avformat', required by 'virtual:world', not found
-- Look for newer structure
-- Checking for module 'libavformat'
-- Found libavformat, version 58.12.100
-- Found avformat include dirs: /usr/include
-- Using FFMpeg dir parent as hint: /usr
-- Found avformat libs: /usr/lib/libavformat.so
-- found avformat: include /usr/include lib /usr/lib/libavformat.so
-- Checking for module 'avcodec'
-- Package 'avcodec', required by 'virtual:world', not found
-- Look for newer structure
-- Checking for module 'libavcodec'
-- Found libavcodec, version 58.18.100
-- Found avcodec include dirs: /usr/include
-- Using FFMpeg dir parent as hint: /usr
-- Found avcodec libs: /usr/lib/libavcodec.so
-- found avcodec: include /usr/include lib /usr/lib/libavcodec.so
-- Checking for module 'avutil'
-- Package 'avutil', required by 'virtual:world', not found
-- Look for newer structure
-- Checking for module 'libavutil'
-- Found libavutil, version 56.14.100
-- Found avutil include dirs: /usr/include
-- Using FFMpeg dir parent as hint: /usr
-- Found avutil libs: /usr/lib/libavutil.so
-- found avutil: include /usr/include lib /usr/lib/libavutil.so
-- Checking for module 'swresample'
-- Package 'swresample', required by 'virtual:world', not found

@johnny-mac
Copy link

Its -DOpenGL_GL_PREFERENCE=GLVND that makes it not compile with opengl on Arch for some reason. Pretty certain I use it in Void & it works.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants