View Single Post
Old 20 May 2019, 08:36   #342
SnakeCoils
Registered User
 
Join Date: Mar 2014
Location: Italy
Posts: 164
Excellent! I've just tried a fresh compile with the latest 4210 branch but it crash at this point:

Code:
g++-mp-7 -DHAVE_CONFIG_H -I.  -DMACOSX -DMACOS -DUAE -DFSUAE    -I./flac/include -I./gen -I./src -I./src/jit -I./src/include -I./src/od-fs -I./src/od-fs/include -I./src/od-win32 -I./src/od-win32/caps -I./libfsemu/include  -I./manymouse -I./glad/include   -I./libudis86/include  -I./prowizard/include   -D_REENTRANT -I/opt/local/include/glib-2.0 -I/opt/local/lib/glib-2.0/include -I/opt/local/include -DLUA_USE_POSIX -I/opt/local/include/libpng16 -I/opt/local/include -D_THREAD_SAFE -I/opt/local/include/SDL2 -I/opt/local/include  -fno-strict-overflow -fno-strict-aliasing -Wmissing-declarations -Waddress -fvisibility=hidden -I/opt/local/include/mpeg2dec -fpermissive -O3 -maltivec -mabi=altivec -MT src/libuae_a-x86.o -MD -MP -MF src/.deps/libuae_a-x86.Tpo -c -o src/libuae_a-x86.o `test -f 'src/x86.cpp' || echo './'`src/x86.cpp
In file included from src/x86.cpp:56:0:
src/pcem/codegen.h:12:2: error: #error Dynamic recompiler not implemented on your platform
 #error Dynamic recompiler not implemented on your platform
  ^~~~~
src/pcem/codegen.h: In function 'void addbyte(uint8_t)':
src/pcem/codegen.h:317:26: error: 'BLOCK_MAX' was not declared in this scope
         if (block_pos >= BLOCK_MAX)
                          ^~~~~~~~~
src/pcem/codegen.h:317:26: note: suggested alternative: 'LONG_MAX'
         if (block_pos >= BLOCK_MAX)
                          ^~~~~~~~~
                          LONG_MAX
src/pcem/codegen.h: In function 'void addword(uint16_t)':
src/pcem/codegen.h:327:26: error: 'BLOCK_MAX' was not declared in this scope
         if (block_pos >= BLOCK_MAX)
                          ^~~~~~~~~
src/pcem/codegen.h:327:26: note: suggested alternative: 'LONG_MAX'
         if (block_pos >= BLOCK_MAX)
                          ^~~~~~~~~
                          LONG_MAX
src/pcem/codegen.h: In function 'void addlong(uint32_t)':
src/pcem/codegen.h:337:26: error: 'BLOCK_MAX' was not declared in this scope
         if (block_pos >= BLOCK_MAX)
                          ^~~~~~~~~
src/pcem/codegen.h:337:26: note: suggested alternative: 'LONG_MAX'
         if (block_pos >= BLOCK_MAX)
                          ^~~~~~~~~
                          LONG_MAX
src/pcem/codegen.h: In function 'void addquad(uint64_t)':
src/pcem/codegen.h:347:26: error: 'BLOCK_MAX' was not declared in this scope
         if (block_pos >= BLOCK_MAX)
                          ^~~~~~~~~
src/pcem/codegen.h:347:26: note: suggested alternative: 'LONG_MAX'
         if (block_pos >= BLOCK_MAX)
                          ^~~~~~~~~
                          LONG_MAX
Before reaching this point I've seen some warnings here and there but the compile went fine. The argument "./configure --disable-jit" was declared as usual.
SnakeCoils is offline  
 
Page generated in 0.04418 seconds with 11 queries