mirror / pcsxr

https://pcsxr.svn.codeplex.com/svn/pcsxr
GNU General Public License v3.0
77 stars 93 forks source link

PCSXR not compiling with OpenGL #12

Open wchurch58 opened 6 years ago

wchurch58 commented 6 years ago

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 commented 6 years ago

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 commented 6 years ago

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.