[GXemul-users] Compiling issues
Status: Alpha
Brought to you by:
gavare
From: Michael F. <mf...@gm...> - 2021-02-07 01:12:24
|
As the title says I'm having issues compiling the latest code from svn. Right near the beginning of the process I get the following error: In file included from bootblock.cc:54: ../include/thirdparty/bootblock.h:654:3: error: conflicting declaration ‘mbr_bpbFAT16 __packed’ 654 | } __packed; | ^~~~~~~~ ../include/thirdparty/bootblock.h:629:3: note: previous declaration as ‘mbr_bpbFAT12 __packed’ 629 | } __packed; | ^~~~~~~~ ../include/thirdparty/bootblock.h:688:3: error: conflicting declaration ‘mbr_bpbFAT32 __packed’ 688 | } __packed; | ^~~~~~~~ ../include/thirdparty/bootblock.h:629:3: note: previous declaration as ‘mbr_bpbFAT12 __packed’ 629 | } __packed; | ^~~~~~~~ It tries to continue but eventually fails. This is on Kubuntu but I've had the same results on other Linuxes. Michael |