[hatari-devel] Re: Problem on OSX 10.10 |
[ Thread Index |
Date Index
| More lists.tuxfamily.org/hatari-devel Archives
]
- To: hatari-devel@xxxxxxxxxxxxxxxxxxx
- Subject: [hatari-devel] Re: Problem on OSX 10.10
- From: Christer Solskogen <christer.solskogen@xxxxxxxxx>
- Date: Tue, 28 Oct 2014 00:33:21 +0100
- Dkim-signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=mime-version:in-reply-to:references:from:date:message-id:subject:to :content-type; bh=HFLbZQUKzOe3dbdzWwWyaSOU/QZFmNSviDXKB0/xAxU=; b=TEtUCvyGVSX8V5FhZ5E5PGoutD378evyMqfWRELShg2TwlN+LDwkZfdfwbiCnPnTy0 yv8mxmbcEn4cl7e5JHc2UGpuiuVAmTKz7zCcwRDxF4JuB6HdDPunAU2jab0dnFYS+Ijq n0JEbqo9Wyj+Uum7I5Ma5jJ2yguyaFWQrH61m/aSPmc1vtzqHMdZR0FI1saeHML1Jvvg Ow/Ur4LANCu6If57hl8XtF2lk94sGUyUWGMzBafkFTylZJ2spkEL5AilaCDCdY5bwUpD 3OnfukYts6Nr8mqN+K7Xt8zcEbYBpU/zDSyybO6EXbEkp/y9i1HpXlOVWQzV6s0B6oBL MQWw==
On Tue, Oct 28, 2014 at 12:17 AM, Christer Solskogen
<christer.solskogen@xxxxxxxxx> wrote:
> I got this now:
>
> [ 1%] Building C object src/CMakeFiles/Floppy.dir/zip.c.o
> /Users/solskogen/source/hatari/src/zip.c:679:8: error: conflicting
> types for 'ZIP_ReadDisk'
> Uint8 *ZIP_ReadDisk(int Drive, const char *name, const char *path, long *size)
> ^
> /Users/solskogen/source/hatari/src/includes/zip.h:24:15: note:
> previous declaration is here
> extern Uint8 *ZIP_ReadDisk(int Drive, const char *pszFileName, const
> char *pszZipPath, long *pImageSize, int *pImageType);
> ^
> 1 error generated.
> make[2]: *** [src/CMakeFiles/Floppy.dir/zip.c.o] Error 1
> make[1]: *** [src/CMakeFiles/Floppy.dir/all] Error 2
> make: *** [all] Error 2
>
False alarm. Almost. I was missing zlib, for some weird reason.