Anonymous | Login | Signup for a new account | 2024-11-21 07:40 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 | ||||
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 | |||||||
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. | ||||||||
Tags | No tags attached. | ||||||||
Fixed in Revision | 11038 | ||||||||
Operating System | Linux | ||||||||
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 |
Copyright © 2000 - 2024 MantisBT Team |