[hatari-devel] Problem on OSX 10.10 |
[ Thread Index |
Date Index
| More lists.tuxfamily.org/hatari-devel Archives
]
- To: hatari-devel@xxxxxxxxxxxxxxxxxxx
- Subject: [hatari-devel] Problem on OSX 10.10
- From: Christer Solskogen <christer.solskogen@xxxxxxxxx>
- Date: Tue, 28 Oct 2014 00:17:02 +0100
- Dkim-signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=mime-version:from:date:message-id:subject:to:content-type; bh=h1YGFH9UQf0qKTUe0XRLytw0sZcKrgNJbfoqAhCJmRc=; b=D5ryNfL0BhJskd8Ymzfmdhra91ci2Gudx9QvmDuUEoJHPsYYCcpT0dMKGkYY1YTSqi 3wHo3K+KHuIpZ9UKal+vo1vmpObCYYsIuAFIBLwDGkHzgXUw/7BgRQU9vSmbUkYri9K3 JkQpNf2E9Lhxb0ska4S6HSgOe7s7NjmwcALppmZUP4qFNppeMOSUZTVZhzGHbBym49AZ nxk+4gzmthffr2fAQKba5wB/RpfSb5cQGMWCZAKe2trU4ulwkjtx/63wqXUm60RcSOGa juTldB1Tw3TJfCRsAlvu+8aysQVUC7MVa7eDnfv8i0HyFyef+8OY+swks6AYi3IwmEWF 0/xw==
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
It does not fail on linux or in my cross compiles