mine-ds
mine-ds copied to clipboard
sorry for ask but...
sorry for asking in the space of issues but I want to know if this works in DSIMenu++
Not sure, but port craft doesn't really have much code; I'm assuming you'd be more interested in Mine DS (also in this repo). It runs on a DSi from sudokuhax via Aura Launcher. I can test it tonight, never heard of DSIMenu++, but it sounds cool.
I made DSiMenu++, which is based off of Aura Launcher and nds-hb-menu, and works on sudokuhax as well. I'm trying to compile Mine DS, to test it with DSiMenu++, but I'm getting this error:
port-craft-mine-ds/source/localizations/locale.cpp:3:10: fatal error: generated/languages.h: No such file or directory
#include "generated/languages.h"
^~~~~~~~~~~~~~~~~~~~~~~
@Robz8 Awesome to hear about DSiMenu++; I'll have to take a look. Either way, did you build off of the latest mine-ds branch using meson? I realize I never updated the build instructions, but the new way to build is by installing the meson
tool and running:
meson build
cd build
ninja
I got this error.
Build started at 2018-09-14T18:29:45.444056
Main binary: D:\Program Files\Meson\meson.exe
Python system: Windows
The Meson build system
Version: 0.47.2
Source dir: D:\disassemblies\nds\mine-ds
Build dir: D:\disassemblies\nds\mine-ds\build
Build type: native build
Project name: mine-ds
Project version: undefined
meson.build:1:0: ERROR: Unknown compiler(s): ['cl', 'c++', 'g++', 'clang++']
The follow exceptions were encountered:
Running "cl /?" gave "[WinError 2] The system cannot find the file specified"
Running "c++ --version" gave "[WinError 2] The system cannot find the file specified"
Running "g++ --version" gave "[WinError 2] The system cannot find the file specified"
Running "clang++ --version" gave "[WinError 2] The system cannot find the file specified"
Tried that. It immediately threw a guru meditation error