http://bugs.winehq.org/show_bug.cgi?id=22508
Summary: fedora11 libopenal not found or too old Product: Wine Version: 1.1.43 Platform: x86 OS/Version: Linux Status: UNCONFIRMED Severity: normal Priority: P2 Component: build-env AssignedTo: wine-bugs@winehq.org ReportedBy: JosephHenryBlack@yahoo.co.nz
compiling on fedora (fc11.i686.PAE) wine does not find OpenAl
configure reports configure: libopenal development files not found (or too old)
yum reports for f11 and f12 openal-devel-0.0.9-0.17.20060204cvs.fc11.i586 : installed Filename : /usr/include/AL/al.h
config.log reports configure:5893: checking OpenAL/al.h presence [snip] conftest.c:22:23: error: OpenAL/al.h: No such file or directory
http://bugs.winehq.org/show_bug.cgi?id=22508
Jeff Zaroyko jeffz@jeffz.name changed:
What |Removed |Added ---------------------------------------------------------------------------- Status|UNCONFIRMED |RESOLVED Resolution| |INVALID
--- Comment #1 from Jeff Zaroyko jeffz@jeffz.name 2010-04-27 23:18:22 ---
configure: libopenal development files not found (or too old)
Your version of OpenAL is 4+ years old. The most recent version is 2~ months old. File a bug with your distro if it doesn't provide a newer version. Resolving invalid.
http://bugs.winehq.org/show_bug.cgi?id=22508
Jeff Zaroyko jeffz@jeffz.name changed:
What |Removed |Added ---------------------------------------------------------------------------- Status|RESOLVED |CLOSED Component|build-env |-unknown
--- Comment #2 from Jeff Zaroyko jeffz@jeffz.name 2010-04-27 23:19:21 --- If configure complains a library is too old and the library is old, it's not a bug.
Closing invalid.
http://bugs.winehq.org/show_bug.cgi?id=22508
--- Comment #3 from Andrew Nguyen arethusa26@gmail.com 2010-04-27 23:38:24 --- Actually, the real problem is that the reporter has the wrong OpenAL development package installed. The correct one is openal-soft-devel.i586 for Fedora 11. In any case, the bug is indeed invalid.