avalor / eJason

eJason: a Framework for Distributed and Fault-tolerant Multi-Agent Systems
14 stars 1 forks source link

Error installing eJason #4

Open hdonancio opened 5 years ago

hdonancio commented 5 years ago

Hello,

I have tried install eJason but the follow error appear (in make command):

rm -f ebin/actions.beam ebin/belief_base.beam ebin/conditions.beam \
        ebin/ejason_distribution_manager.beam \
        ebin/ejason_supervision_manager.beam \
        ebin/ejason.beam ebin/iterator.beam ebin/jasonGrammar.beam \
        ebin/jasonNewParser.beam \
        ebin/operations.beam ebin/reasoningCycle.beam \
        ebin/scanner.beam ebin/test_goal.beam ebin/utils.beam \
        ebin/variables.beam ebin/ping_policy_watcher.beam
erlc -W0 -o ebin ./src/actions.erl ./src/belief_base.erl        \
        ./src/conditions.erl                                    \
        ./src/ejason_distribution_manager.erl                   \
        ./src/ejason_supervision_manager.erl ./src/ejason.erl   \
        ./src/iterator.erl ./src/jasonGrammar.erl               \
        ./src/jasonNewParser.erl ./src/operations.erl           \
        ./src/reasoningCycle.erl ./src/scanner.erl              \
        ./src/test_goal.erl ./src/utils.erl                     \
        ./src/variables.erl ./src/ping_policy_watcher.erl
/home/henriqued/eJason-master/ebin/actions.bea#: error writing file: no such file or directory
make: *** [Makefile:3: all] Error 1

Any reason for this?

avalor commented 5 years ago

Hi,

Sorry I am a bit outdated about the makefile. It normally happens because some folder is missing during the makefile run (maybe /ebin or such). Please have a quick look at the Makefile and check the folders referred, it should be a quickfix.

Sorry for not being more helpful but I discontinued the eJason project some years ago.

Regards and thanks for the interest, Álvaro

El El lun, 24 jun 2019 a las 21:24, hdonancio notifications@github.com escribió:

Hello,

I have tried install eJason but the follow error appear (in make command):

rm -f ebin/actions.beam ebin/belief_base.beam ebin/conditions.beam \ ebin/ejason_distribution_manager.beam \ ebin/ejason_supervision_manager.beam \ ebin/ejason.beam ebin/iterator.beam ebin/jasonGrammar.beam \ ebin/jasonNewParser.beam \ ebin/operations.beam ebin/reasoningCycle.beam \ ebin/scanner.beam ebin/test_goal.beam ebin/utils.beam \ ebin/variables.beam ebin/ping_policy_watcher.beam erlc -W0 -o ebin ./src/actions.erl ./src/belief_base.erl \ ./src/conditions.erl \ ./src/ejason_distribution_manager.erl \ ./src/ejason_supervision_manager.erl ./src/ejason.erl \ ./src/iterator.erl ./src/jasonGrammar.erl \ ./src/jasonNewParser.erl ./src/operations.erl \ ./src/reasoningCycle.erl ./src/scanner.erl \ ./src/test_goal.erl ./src/utils.erl \ ./src/variables.erl ./src/ping_policy_watcher.erl /home/henriqued/eJason-master/ebin/actions.bea#: error writing file: no such file or directory make: *** [Makefile:3: all] Error 1

Any reason for this?

— You are receiving this because you are subscribed to this thread. Reply to this email directly, view it on GitHub https://github.com/avalor/eJason/issues/4?email_source=notifications&email_token=AACFX3HGKYQGRW4II6IRJDDP4ENQHA5CNFSM4H3BS3W2YY3PNVWWK3TUL52HS4DFUVEXG43VMWVGG33NNVSW45C7NFSM4G3L4PKQ, or mute the thread https://github.com/notifications/unsubscribe-auth/AACFX3CU2GZONAZNI3UFYWDP4ENQHANCNFSM4H3BS3WQ .