View Issue Details Jump to Notes ] Issue History ] Print ]
IDProjectCategoryView StatusDate SubmittedLast Update
0001655aMuleMiscpublic2011-02-21 15:252011-03-09 10:19
Reportergili 
Assigned Tosturedman 
PrioritynormalSeverityminorReproducibilityalways
StatusresolvedResolutionfixed 
PlatformOSOS Version
Product Version2.2.6 
Target Version2.3.1Fixed in Version2.3.1 
Summary0001655: small compilation issue with gcc (g++) 4.5.0
DescriptionHello.

I built amule using g++ 4.5.0 on Open Suse 11.3 Linux.
The exact g++ version is: g++ (SUSE Linux) 4.5.0 20100604 [gcc-4_5-branch revision 160292]
I had to change the following line in order for the code to pass compilation:

I Changed src/utils/wxCas/src/wxcasframe.cpp:292 from:
    SetFont ( wxFont::wxFont ( 8, wxSWISS, wxNORMAL, wxBOLD ) );
to:
    SetFont ( wxFont( 8, wxSWISS, wxNORMAL, wxBOLD ) );
in order for the code to compile. Older gcc C++ compilers allowed calling a constructor by Class::Class, but this is not standard C++.

Regards,
Gili
TagsNo tags attached.
Fixed in Revision10263
Operating SystemLinux
Attached Files

- Relationships

-  Notes
(0003538)
sturedman (developer)
2011-03-09 10:19

This has been fixed in SVN for a while. Thank you anyway for reporting!

- Issue History
Date Modified Username Field Change
2011-02-21 15:25 gili New Issue
2011-02-21 15:25 gili Operating System => Linux
2011-03-09 10:19 sturedman Fixed in Revision => 10263
2011-03-09 10:19 sturedman Note Added: 0003538
2011-03-09 10:19 sturedman Assigned To => sturedman
2011-03-09 10:19 sturedman Status new => resolved
2011-03-09 10:19 sturedman Resolution open => fixed
2011-03-09 10:19 sturedman Fixed in Version => 2.3.1
2011-03-09 10:19 sturedman Target Version => 2.3.1


Copyright © 2000 - 2024 MantisBT Team
Powered by Mantis Bugtracker