cascades-fbp / cascades

Language-agnostic Flow-based Programming (FBP) framework in Go
MIT License
62 stars 8 forks source link

cannot register component … fork/exec /home/jibe/test-cascades/gmxhelp: permission denied #20

Closed jibe-b closed 9 years ago

jibe-b commented 9 years ago

Hi,

I try to add a component to the library.

From the cascades/ folder, I run

./cascades library add --name="test/component" /home/me/component

and it is returned:

Failed to add a component: Cannot register component test/component: fork/exec /home/me/component: permission denied

Thanks for helping.

Best regards.

krylovsk commented 9 years ago

is your component executable? try chmod a+x /home/me/component

jibe-b commented 9 years ago

it was not. Thanks!

Maybe could it be added to the wiki, in order to make it easy for beginners?