First post, by vinceohm
On Mac Snow Leopard
After
./configure --enable-debug=heavy
make gives:
In file included from core_dyn_x86.cpp:238:
core_dyn_x86/decoder.h: In function ‘CacheBlock* CreateCacheBlock(CodePageHandler*, PhysPt, Bitu)’:
core_dyn_x86/decoder.h:2006: error: cast from ‘CacheBlock*’ to ‘Bit32u’ loses precision
make[4]: *** [core_dyn_x86.o] Error 1
make[3]: *** [all-recursive] Error 1
make[2]: *** [all-recursive] Error 1
make[1]: *** [all-recursive] Error 1
make: *** [all] Error 2
After
./configure --enable-debug=heavy --disable-dynrec
make gives:
In file included from core_dyn_x86.cpp:238:
core_dyn_x86/decoder.h: In function ‘CacheBlock* CreateCacheBlock(CodePageHandler*, PhysPt, Bitu)’:
core_dyn_x86/decoder.h:2006: error: cast from ‘CacheBlock*’ to ‘Bit32u’ loses precision
make[4]: *** [core_dyn_x86.o] Error 1
make[3]: *** [all-recursive] Error 1
make[2]: *** [all-recursive] Error 1
make[1]: *** [all-recursive] Error 1
make: *** [all] Error 2
After
./configure --enable-debug=heavy --disable-dynrec --disable-dynamic-x86
make gives:
debug_gui.cpp:149: error: invalid use of incomplete type ‘struct _win_st’
/usr/include/curses.h:322: error: forward declaration of ‘struct _win_st’
debug_gui.cpp:151: error: invalid use of incomplete type ‘struct _win_st’
/usr/include/curses.h:322: error: forward declaration of ‘struct _win_st’
debug_gui.cpp:153: error: invalid use of incomplete type ‘struct _win_st’
/usr/include/curses.h:322: error: forward declaration of ‘struct _win_st’
debug_gui.cpp:155: error: invalid use of incomplete type ‘struct _win_st’
/usr/include/curses.h:322: error: forward declaration of ‘struct _win_st’
debug_gui.cpp:157: error: invalid use of incomplete type ‘struct _win_st’
/usr/include/curses.h:322: error: forward declaration of ‘struct _win_st’
make[3]: *** [debug_gui.o] Error 1
make[2]: *** [all-recursive] Error 1
make[1]: *** [all-recursive] Error 1
make: *** [all] Error 2
Any help?
Thanks.