tobimensch / aqemu

Official AQEMU repository - a GUI for virtual machines using QEMU as the backend
https://sourceforge.net/projects/aqemu/
GNU General Public License v2.0
503 stars 88 forks source link

AQEMU fails compilation on GCC 10.1.0 #74

Open ultra-azu opened 4 years ago

ultra-azu commented 4 years ago

Title says it all. Ninja simply says ninja: build stopped: subcommand failed, and this issue doesn't happens on <=GCC 9.3.0. I'll provide any information needed.

tobimensch commented 4 years ago

@Ultracoolguy

Ok, can you post the complete build output/log?

reinerh commented 4 years ago

Same issue has been reported on the Debian bug tracker: #957003. It also contains a complete build log.

I think it's related to header dependency changes mentioned in https://gcc.gnu.org/gcc-10/porting_to.html.

tobimensch commented 4 years ago

Thanks @reinerh. I'll take a look.

amurzeau commented 4 years ago

Actually, for Debian case, the version used is not the master branch but 0.9.2. The master branch should be already fixed since this PR: https://github.com/tobimensch/aqemu/pull/69

@Ultracoolguy Can you tell on which branch you encountered this issue, aqemu v0.9.2 or master branch ?