run:
chmod 0755 build/env.sh
Thank you so much .... that did the trick

))
Now still the compiled geth connects to the ethereum chain and nor HORA !!!
there is something missing here!?
updatehave to initiate the network manually:
- get the genesis.json file from the
HORA_solo_win_rel2.rar from the github releases page.
- copy it anywhere in the compiled folder
- init geth
./hora_geth/build/bin/geth init [path to file]/genesis.json --datadir="[path of datadir]"
then when running geth make sure to start it with the networkid flag:
./hora_geth/build/bin/geth --networkid="19783111"
hope this helps others!