libretro / dosbox-libretro

Port of DOSBox (upstream) to the libretro API.
GNU General Public License v2.0
61 stars 40 forks source link

Build Error: #37

Closed frthery closed 7 years ago

frthery commented 7 years ago

Hi, it seems that the latest source code modifications have introduce error:

"x86_64-w64-mingw32-g++" -mno-ms-bitfields -DLIBRETRO -I./src -I./libretro-common/include -I./include -O0 -g -c src/cpu/core_normal.cpp -o src/cpu/core_normal.o In file included from ./include/cross.h:78:0, from ./include/dos_system.h:28, from ./include/dos_inc.h:24, from ./include/programs.h:27, from src/cpu/cpu.cpp:31: ./libretro-common/include/retro_dirent.h:26:30: erreur fatale : retro_common_api.h : No such file or directory

include

                          ^

compilation terminée. make: *\ [Makefile.libretro:203: src/cpu/cpu.o] Error 1

Thanks.

frthery commented 7 years ago

Thanks, now issue has been solved by the last commit.