I have followed this https://developer.mozilla.org/en-US/docs/Mozilla/B2G_OS/Developing_Gaia/Different_ways_to_run_Gaia#Using_Gaia_in_Firefox_Mulet until point 3. make mulet gave a error:
> Makefile:167: NO_FTU_PING=1
> # TODO: Get rid of references to gaia-node-modules stuff.
> install
> usage: install [-bCcpSsv] [-B suffix] [-f flags] [-g group] [-m mode]
> [-o owner] file1 file2
> install [-bCcpSsv] [-B suffix] [-f flags] [-g group] [-m mode]
> [-o owner] file1 ... fileN directory
> install -d [-v] [-g group] [-m mode] [-o owner] directory ...
> make: *** [node_modules] Error 64
so i whent further with the point 3.1 by downloading this file: http://ftp.mozilla.org/pub/b2g/nightly/latest-mozilla-central/firefox-49.0a1.en-US.mac64.dmg
then symlinking profile with a osx “alias”
and running by pointing towards the app i downloaded and the profile i symlinked but that always gave out the error in the “Note” of the tutorial im following liked at the top…
"A copy of Firefox is already open. Only one copy of Firefox can be open at a time."
But there is no other Firefox running…
I added sudo befor and then it opened firefox and a black screen apeared.
this is the last errorcode :
*** AUS:SVC UpdateService:onError - error during background update. error code: 1400, status text: Update XML file not found (404)
I remember @m.ducorps reported black screen as well.
And i read here about a problem i don’t understand: https://discourse.mozilla-community.org/t/mulet-gaia-for-linux/10375/2?u=novski
how can i fix that for OSX users?