XMMS2 - XMMS2
Viewing Issue Advanced Details
2215 c++ binding major always 09-05-14 03:12 09-05-18 13:52
kklimonda  
 
normal  
feedback 0.6 DrM  
open  
minor fix    
none  
No
0002215: error: missing binary operator before token "(" when compiling using gcc 4.4
Hey,

xmms2 0.6 fails to compile using this gcc version. I can attach more info upon request (last few lines of the build log attached to this report)
# gcc -v
Using built-in specs.
Target: x86_64-linux-gnu
(...)
gcc version 4.4.1 (Ubuntu 4.4.0-3ubuntu3)
? file icon log [^] (5,077 bytes) 09-05-14 03:12
Issue History
09-05-14 03:12 kklimonda New Issue
09-05-14 03:12 kklimonda File Added: log
09-05-14 03:12 kklimonda Has patch => No
09-05-15 00:13 vdust Note Added: 0003830
09-05-18 13:52 caotic Note Added: 0003834
09-05-18 13:52 caotic Status new => feedback
09-05-18 13:52 caotic Projection none => minor fix

Notes
(0003830)
vdust   
09-05-15 00:13   
It is an issue with old versions of boost and gcc4.4

http://gcc.gnu.org/bugzilla/show_bug.cgi?id=36453 [^]

It is fixed in boost 1.37
(0003834)
caotic   
09-05-18 13:52   
How should we handle this then? Generally depend on boost >= 1.37 or only when building with gcc >= 4.4?