Re: [hatari-devel] Mac binary download at Tuxfamily |
[ Thread Index |
Date Index
| More lists.tuxfamily.org/hatari-devel Archives
]
Le 26/06/12 22:32, Andreas Grabher a écrit :
I tried another build with alert hooks (don't know if i got them all ...).
I also tried a build with winuae_cpu. With the winuae_build i now see the same bug (on all systems): Missing SDL GUI text and crashing on quit. The other one is ok.
On my side, I can;'t build with winUA core:
/Users/jeromevernet/Documents/dev/Hatari-hgrc3/hatari/src/m68000.c: In
function 'M68000_Reset':
/Users/jeromevernet/Documents/dev/Hatari-hgrc3/hatari/src/m68000.c:223:
error: too many arguments to function 'm68k_reset'
/Users/jeromevernet/Documents/dev/Hatari-hgrc3/hatari/src/m68000.c: In
function 'M68000_CheckCpuSettings':
/Users/jeromevernet/Documents/dev/Hatari-hgrc3/hatari/src/m68000.c:285:
error: 'struct uae_prefs' has no member named 'cpu_model'
/Users/jeromevernet/Documents/dev/Hatari-hgrc3/hatari/src/m68000.c:286:
error: 'struct uae_prefs' has no member named 'cpu_model'
/Users/jeromevernet/Documents/dev/Hatari-hgrc3/hatari/src/m68000.c:287:
error: 'struct uae_prefs' has no member named 'cpu_model'
/Users/jeromevernet/Documents/dev/Hatari-hgrc3/hatari/src/m68000.c:288:
error: 'struct uae_prefs' has no member named 'cpu_model'
/Users/jeromevernet/Documents/dev/Hatari-hgrc3/hatari/src/m68000.c:289:
error: 'struct uae_prefs' has no member named 'cpu_model'
/Users/jeromevernet/Documents/dev/Hatari-hgrc3/hatari/src/m68000.c:290:
error: 'struct uae_prefs' has no member named 'cpu_model'
/Users/jeromevernet/Documents/dev/Hatari-hgrc3/hatari/src/m68000.c:296:
error: 'struct uae_prefs' has no member named 'cpu_cycle_exact'
/Users/jeromevernet/Documents/dev/Hatari-hgrc3/hatari/src/m68000.c:297:
error: 'struct uae_prefs' has no member named 'fpu_model'
/Users/jeromevernet/Documents/dev/Hatari-hgrc3/hatari/src/m68000.c:298:
error: 'struct uae_prefs' has no member named 'fpu_strict'
/Users/jeromevernet/Documents/dev/Hatari-hgrc3/hatari/src/m68000.c:299:
error: 'struct uae_prefs' has no member named 'mmu_model'
/Users/jeromevernet/Documents/dev/Hatari-hgrc3/hatari/src/m68000.c: In
function 'M68000_MemorySnapShot_Capture':
/Users/jeromevernet/Documents/dev/Hatari-hgrc3/hatari/src/m68000.c:370:
error: 'struct regstruct' has no member named 'caar'
/Users/jeromevernet/Documents/dev/Hatari-hgrc3/hatari/src/m68000.c:370:
error: 'struct regstruct' has no member named 'caar'
/Users/jeromevernet/Documents/dev/Hatari-hgrc3/hatari/src/m68000.c:371:
error: 'struct regstruct' has no member named 'cacr'
/Users/jeromevernet/Documents/dev/Hatari-hgrc3/hatari/src/m68000.c:371:
error: 'struct regstruct' has no member named 'cacr'
/Users/jeromevernet/Documents/dev/Hatari-hgrc3/hatari/src/m68000.c:393:
error: too many arguments to function 'save_fpu'
/Users/jeromevernet/Documents/dev/Hatari-hgrc3/hatari/src/m68000.c:395:
error: too many arguments to function 'restore_fpu'
make[2]: *** [src/CMakeFiles/hatari.dir/m68000.c.o] Error 1
make[2]: *** Waiting for unfinished jobs....
make[1]: *** [src/CMakeFiles/hatari.dir/all] Error 2
make: *** [all] Error 2
I can't fix this. But if you want i can try making another build once the bug is fixed.
I can't either....
JV