Re: [hatari-devel] Is it me or the new hatari release is slow ? |
[ Thread Index |
Date Index
| More lists.tuxfamily.org/hatari-devel Archives
]
Am Sun, 01 Jun 2014 13:53:08 +0200
schrieb Laurent Sallafranque <laurent.sallafranque@xxxxxxx>:
> OK, it works and I understand now how it works.
>
> I encounter a new problem : the version selected by the bisect gives
> some compiling errors :
>
> [ 61%] Building C object src/CMakeFiles/hatari.dir/floppy_ipf.c.o
> /home/laurent/Atari/hatari/src/floppy_ipf.c: In function
> ‘IPF_Drive_Update_Enable’:
> /home/laurent/Atari/hatari/src/floppy_ipf.c:566:16: erreur:
> ‘IPF_STRUCT’ has no member named ‘DriveEnabled’
> /home/laurent/Atari/hatari/src/floppy_ipf.c:567:19: erreur:
> ‘IPF_STRUCT’ has no member named ‘Fdc’
> /home/laurent/Atari/hatari/src/floppy_ipf.c:569:19: erreur:
> ‘IPF_STRUCT’ has no member named ‘Fdc’
>
>
> So I don't know if this version is --good or --bad
In that case, try "hg bisect --skip".
Thomas