Re: [GXemul-users] Compiling issues
Status: Alpha
Brought to you by:
gavare
From: Anders G. <ga...@gm...> - 2021-02-16 20:07:35
|
Hi Michael, Can you try 0.6.3 or the latest trunk snapshot? (Right now, the svn mirror on SourceForge seems to have a lock stuck, and cannot be updated.) The __packed definition and one more thing needed to be fixed in order to get 0.6.3 to build on a Linux machine I have here, but there could perhaps be more issues depending on what compiler etc is used. Anders On Sun, Feb 7, 2021 at 2:12 AM Michael F. <mf...@gm...> wrote: > 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 > _______________________________________________ > GXemul-users mailing list > GXe...@li... > https://lists.sourceforge.net/lists/listinfo/gxemul-users > |