| Anonymous | Login | Signup for a new account | 2025-10-27 16:15 CET | ![]() |
| My View | View Issues | Change Log | Roadmap |
| View Issue Details [ Jump to Notes ] | [ Issue History ] [ Print ] | ||||||||
| ID | Project | Category | View Status | Date Submitted | Last Update | ||||
| 0001655 | aMule | Misc | public | 2011-02-21 15:25 | 2011-03-09 10:19 | ||||
| Reporter | gili | ||||||||
| Assigned To | sturedman | ||||||||
| Priority | normal | Severity | minor | Reproducibility | always | ||||
| Status | resolved | Resolution | fixed | ||||||
| Platform | OS | OS Version | |||||||
| Product Version | 2.2.6 | ||||||||
| Target Version | 2.3.1 | Fixed in Version | 2.3.1 | ||||||
| Summary | 0001655: small compilation issue with gcc (g++) 4.5.0 | ||||||||
| Description | Hello. 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 | ||||||||
| Tags | No tags attached. | ||||||||
| Fixed in Revision | 10263 | ||||||||
| Operating System | Linux | ||||||||
| Attached Files | |||||||||
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 - 2025 MantisBT Team |