mine-ds icon indicating copy to clipboard operation
mine-ds copied to clipboard

sorry for ask but...

Open jonaz8 opened this issue 6 years ago • 5 comments

sorry for asking in the space of issues but I want to know if this works in DSIMenu++

jonaz8 avatar Sep 06 '18 19:09 jonaz8

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.

MatthewScholefield avatar Sep 06 '18 19:09 MatthewScholefield

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"
          ^~~~~~~~~~~~~~~~~~~~~~~

RocketRobz avatar Sep 14 '18 21:09 RocketRobz

@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

MatthewScholefield avatar Sep 14 '18 22:09 MatthewScholefield

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"

RocketRobz avatar Sep 15 '18 00:09 RocketRobz

Tried that. It immediately threw a guru meditation error

giabao06 avatar May 30 '20 09:05 giabao06