aMule Bug Tracker - aMule | |||||
View Issue Details | |||||
ID | Project | Category | View Status | Date Submitted | Last Update |
0001808 | aMule | Messages | public | 2020-04-12 19:44 | 2020-05-03 09:47 |
Reporter | voein | ||||
Assigned To | |||||
Priority | normal | Severity | minor | Reproducibility | always |
Status | resolved | Resolution | fixed | ||
Platform | OS | OS Version | |||
Product Version | |||||
Target Version | Fixed in Version | 2.3.3 | |||
Fixed in Revision | 11038 | ||||
Operating System | Linux | ||||
Summary | 0001808: Compilation error Ubuntu 20.04 | ||||
Description | This patch on the latest tarball fixes compilation errors. 271c271 < bfd_vma vma = bfd_get_section_vma(abfd, section); --- > bfd_vma vma = bfd_section_vma( section); 278c278 < bfd_size_type size = bfd_section_size(abfd, section); --- > bfd_size_type size = bfd_section_size( section); However, amule GUI still hangs for me. | ||||
Steps To Reproduce | |||||
Additional Information | |||||
Tags | No tags attached. | ||||
Relationships | |||||
Attached Files | |||||
Issue History | |||||
Date Modified | Username | Field | Change | ||
2020-04-12 19:44 | voein | New Issue | |||
2020-05-03 09:47 | GonoszTopi | Fixed in Revision | => 11038 | ||
2020-05-03 09:47 | GonoszTopi | Status | new => resolved | ||
2020-05-03 09:47 | GonoszTopi | Resolution | open => fixed | ||
2020-05-03 09:47 | GonoszTopi | Platform | l => | ||
2020-05-03 09:47 | GonoszTopi | Fixed in Version | => 2.3.3 |
There are no notes attached to this issue. |