Bug 427698 - PATCH: fix compiling of openal using c++ programs with gcc 4.3
Summary: PATCH: fix compiling of openal using c++ programs with gcc 4.3
Keywords:
Status: CLOSED CURRENTRELEASE
Alias: None
Product: Fedora
Classification: Fedora
Component: openal
Version: rawhide
Hardware: All
OS: Linux
low
low
Target Milestone: ---
Assignee: Andreas Bierfert
QA Contact: Fedora Extras Quality Assurance
URL:
Whiteboard:
Depends On:
Blocks:
TreeView+ depends on / blocked
 
Reported: 2008-01-06 21:23 UTC by Hans de Goede
Modified: 2008-01-06 22:28 UTC (History)
0 users

Fixed In Version: openal-0.0.9-0.14.20060204cvs.fc9
Doc Type: Bug Fix
Doc Text:
Clone Of:
Environment:
Last Closed: 2008-01-06 22:28:42 UTC
Type: ---
Embargoed:


Attachments (Terms of Use)
PATCH: fix compiling of openal using c++ programs with gcc 4.3 (1.07 KB, patch)
2008-01-06 21:23 UTC, Hans de Goede
no flags Details | Diff

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



Note You need to log in before you can comment on or make changes to this bug.