Fatal error: error writing to -: Broken pipe
perdugames opened this issue · 2 comments
perdugames commented
I'm getting this error when trying to compile in godot 3:
Assembler messages:
Fatal error: can't create modules/gdnet/enet/packet.x11.tools.64.o: Permission denied
modules/gdnet/enet/packet.cpp:163:1: fatal error: error writing to -: Broken pipe
}
^
compilation terminated.
scons: *** [modules/gdnet/enet/packet.x11.tools.64.o] Error 1
scons: building terminated because of errors.
empyreanx commented
Which compiler and platform are you using? I just verified that master compiles with G++ 5.4.0.
empyreanx commented
This looks like a permissions issue, closing...