Bug 427698

Summary: PATCH: fix compiling of openal using c++ programs with gcc 4.3
Product: [Fedora] Fedora Reporter: Hans de Goede <hdegoede>
Component: openalAssignee: Andreas Bierfert <andreas.bierfert>
Status: CLOSED CURRENTRELEASE QA Contact: Fedora Extras Quality Assurance <extras-qa>
Severity: low Docs Contact:
Priority: low    
Version: rawhide   
Target Milestone: ---   
Target Release: ---   
Hardware: All   
OS: Linux   
Whiteboard:
Fixed In Version: openal-0.0.9-0.14.20060204cvs.fc9 Doc Type: Bug Fix
Doc Text:
Story Points: ---
Clone Of: Environment:
Last Closed: 2008-01-06 22:28:42 UTC Type: ---
Regression: --- Mount Type: ---
Documentation: --- CRM:
Verified Versions: Category: ---
oVirt Team: --- RHEL 7.3 requirements from Atomic Host:
Cloudforms Team: --- Target Upstream Version:
Embargoed:
Attachments:
Description Flags
PATCH: fix compiling of openal using c++ programs with gcc 4.3 none

Description Hans de Goede 2008-01-06 21:23:11 UTC
The lastest c++ standard and thus, the latest g++ 4.3, does not allow the following:

typedef MYVoid void;

int some_function(MYVoid);

alc.h uses a construction like this, causing the compilation of openal using
programs to fail when compiled with gcc 4.3

gcc 4.3 is the intended compiler for F-9, so please fix this in rawhide asap.

Comment 1 Hans de Goede 2008-01-06 21:23:11 UTC
Created attachment 290921 [details]
PATCH: fix compiling of openal using c++ programs with gcc 4.3

Comment 2 Andreas Bierfert 2008-01-06 22:28:42 UTC
Sad to disappoint you but it was already fixed ;) Thanks for the bug report so...

* Fri Jan 04 2008 Andreas Bierfert <andreas.bierfert[AT]lowlatency.de>
- 0.0.0-0.14-20060204
- fix gcc43 build