aMule Bug Tracker - aMule
View Issue Details
0001808aMuleMessagespublic2020-04-12 19:442020-05-03 09:47
voein 
 
normalminoralways
resolvedfixed 
 
2.3.3 
11038
Linux
0001808: Compilation error Ubuntu 20.04
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.
No tags attached.
Issue History
2020-04-12 19:44voeinNew Issue
2020-05-03 09:47GonoszTopiFixed in Revision => 11038
2020-05-03 09:47GonoszTopiStatusnew => resolved
2020-05-03 09:47GonoszTopiResolutionopen => fixed
2020-05-03 09:47GonoszTopiPlatforml =>
2020-05-03 09:47GonoszTopiFixed in Version => 2.3.3

There are no notes attached to this issue.