From: C.W. B. <com...@ho...> - 2008-02-16 20:42:40
|
The recent CVS import seems to have removed some definitions, as I can't compile it anymore: g++ -I../include -I. -I../uae_cpu -I../slirp -DHAVE_CONFIG_H -DDIRECT_ADDRESSING -DUNALIGNED_PROFITABLE -DREGPARAM="__attribute__((regparm(3)))" -DX86_ASSEMBLY -DOPTIMIZED_FLAGS -DSAHF_SETO_PROFITABLE -DUSE_JIT -DUSE_JIT_FPU -DFPU_IEEE -O2 -I/usr/local/include/SDL -D_GNU_SOURCE=1 -Dmain=SDL_main -c ./uae_cpu/compiler/compemu_support.cpp -o obj/compemu_support.o In file included from ../uae_cpu/compiler/compemu_support.cpp:772: ./uae_cpu/compiler/codegen_x86.cpp: In function `void x86_fadd_m(uint32)': ./uae_cpu/compiler/codegen_x86.cpp:1235: error: `FADDLm' was not declared in this scope ./uae_cpu/compiler/codegen_x86.cpp: In function `void raw_fldl(uint32)': ./uae_cpu/compiler/codegen_x86.cpp:4174: error: `FLDLm' was not declared in this scope make: *** [obj/compemu_support.o] Error 1 |