[hatari-devel] error: redefinition of typedef ‘uae_u8’ etc. |
[ Thread Index |
Date Index
| More lists.tuxfamily.org/hatari-devel Archives
]
- To: hatari-devel@xxxxxxxxxxxxxxxxxxx
- Subject: [hatari-devel] error: redefinition of typedef ‘uae_u8’ etc.
- From: David Savinkoff <dsavnkff@xxxxxxxxx>
- Date: Sat, 31 Dec 2016 16:09:00 -0700 (MST)
- Dkim-signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=telus.net; s=neo; t=1483225740; bh=+gcvX+nQvKC5SE9EDDbKyhOylLqEZxZinxFSfXPX8ww=; h=Date:From:To:Subject; b=tnPBKpIvp2QwW3DmIhSZFMv5lF+gSsHRDUsSbcPZbHlO0+ebDTqzdw/zKclWZ2ysO IDYyvqO0oxigMlgC2uGnU0Qpp/4hBasJibBC6oKtXpcGyKm6dLLz9HHKt2uDPsNgJt oBFylbdP+LVAXMFVSdruFYqV15ti6d5wqiBftpSPKtyDkAfBBXfYLWyjHR1Ci3C0z5 mgCqgS+/2CMMXijPLX427crEfq2jNgGfr8MRtpiEDAQtvJ+j+xu07QOSiToX9URlEy cwmGxOkpHvHb4ZdsiJQsLSF+1vZErQzj3GI8XC31oyJFTsChXOjD34RUW6s429HKTb /zRIoHrqYl+Tg==
- Thread-index: FaXFKio3y0Ov0oUrQOVXA2A4S/TT7w==
- Thread-topic: error: redefinition of typedef ‘uae_u8’ etc.
[ 2%] Building C object src/CMakeFiles/Floppy.dir/msa.c.o
In file included from hatari.6467/src/msa.c:18:
hatari.6467/src/cpu/sysdeps.h:181: error: redefinition of typedef ‘uae_u8’
hatari.6467/src/cpu/uae/types.h:26: note: previous declaration of ‘uae_u8’ was here
hatari.6467/src/cpu/sysdeps.h:182: error: redefinition of typedef ‘uae_s8’
hatari.6467/src/cpu/uae/types.h:25: note: previous declaration of ‘uae_s8’ was here
hatari.6467/src/cpu/sysdeps.h:183: error: redefinition of typedef ‘uae_char’
hatari.6467/src/cpu/uae/types.h:63: note: previous declaration of ‘uae_char’ was here
hatari.6467/src/cpu/sysdeps.h:188: error: redefinition of typedef ‘uae_u16’
hatari.6467/src/cpu/uae/types.h:29: note: previous declaration of ‘uae_u16’ was here
hatari.6467/src/cpu/sysdeps.h:189: error: redefinition of typedef ‘uae_s16’
hatari.6467/src/cpu/uae/types.h:28: note: previous declaration of ‘uae_s16’ was here
hatari.6467/src/cpu/sysdeps.h:198: error: redefinition of typedef ‘uae_u32’
hatari.6467/src/cpu/uae/types.h:32: note: previous declaration of ‘uae_u32’ was here
hatari.6467/src/cpu/sysdeps.h:199: error: redefinition of typedef ‘uae_s32’
hatari.6467/src/cpu/uae/types.h:31: note: previous declaration of ‘uae_s32’ was here
hatari.6467/src/cpu/sysdeps.h:207: error: redefinition of typedef ‘uaecptr’
hatari.6467/src/cpu/uae/types.h:56: note: previous declaration of ‘uaecptr’ was here