Menu

configure: error: sfml-audio not found

Help
Jazoray
2016-03-06
2019-01-09
  • Jazoray

    Jazoray - 2016-03-06
     
  • M G

    M G - 2019-01-09

    This thread is old but I just encountered the same problem on CentOS. 7, etr 0.7.5. After you run autogen.sh, check config.log for missing dependencies for sfml-audio. It turns out that the error was from pkg-config not finding /usr/lib64/pkgconfig/openal.pc for the openal dependency. This fixed it:
    export PKG_CONFIG_PATH=/usr/lib64/pkgconfig/

     

Log in to post a comment.

Want the latest updates on software, tech news, and AI?
Get latest updates about software, tech news, and AI from SourceForge directly in your inbox once a month.