TJ Sterba
1 min readMay 5, 2017

--

not a programmer, almost no knowledge :-)

so i installed this: https://nodejs.org/en/

installed python 2.7 (mac)

downloaded your swa-dashboard

cd to the swa-dashboard

typed ‘npm link’

it’s runs a little, but gets errors. so i think i need to install python 2.7 and a compiler (so i did this: https://github.com/cmangos/issues/wiki/Getting-a-C--11-compiler-on-Mac-OS-X)

when i get to step 8 i get this error:

The directory that should contain system headers does not exist:

/Applications/Xcode/SDKs/MacOSX10.6.sdk/usr/include

make[3]: *** [stmp-fixinc] Error 1

make[2]: *** [all-stage1-gcc] Error 2

make[1]: *** [stage1-bubble] Error 2

make: *** [all] Error 2

i think i’m stuck here

--

--