So i've recently been getting into the whole Homebrew thing and started to learn to compile source code for apps like Portal3DS and Ironhax but when I do so i'm running into problems and then the Compilations Terminate heres the following that I get when trying to Compile Ironhax
What am i doing wrong?
Code:
Jaydons-iMac:~ jaydonrobinson$ git clone https://github.com/smealum/sploit_installer.git
fatal: destination path 'sploit_installer' already exists and is not an empty directory.
Jaydons-iMac:~ jaydonrobinson$ cd sploit_installer
Jaydons-iMac:sploit_installer jaydonrobinson$ make
filesystem.c
arm-none-eabi-gcc -MMD -MP -MF /Users/jaydonrobinson/sploit_installer/build/filesystem.d -g -Wall -O2 -mword-relocations -fomit-frame-pointer -ffast-math -march=armv6k -mtune=mpcore -mfloat-abi=hard -I/Users/jaydonrobinson/sploit_installer/include -I/opt/devkitpro/libctru/include -I/Users/jaydonrobinson/sploit_installer/build -DARM11 -D_3DS -c /Users/jaydonrobinson/sploit_installer/source/filesystem.c -o filesystem.o
/Users/jaydonrobinson/sploit_installer/source/filesystem.c:4:17: fatal error: 3ds.h: No such file or directory
#include <3ds.h>
^
compilation terminated.
make[1]: *** [filesystem.o] Error 1
make: *** [build] Error 2
Jaydons-iMac:sploit_installer jaydonrobinson$
What am i doing wrong?








