You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I am getting the below issue. Have you encountered this error before? It would be helpful, if you could give any clue.
sudo make install
make[3]: Nothing to be done for `install-data-am'.
make[3]: Leaving directory `/share/pretzel/users/aagarwal/symgiza-pp/src'
make[2]: Leaving directory `/share/pretzel/users/aagarwal/symgiza-pp/src'
make[1]: Leaving directory `/share/pretzel/users/aagarwal/symgiza-pp/src'
make[1]: Entering directory `/share/pretzel/users/aagarwal/symgiza-pp'
make[2]: Entering directory `/share/pretzel/users/aagarwal/symgiza-pp'
make[2]: Nothing to be done for `install-exec-am'.
/usr/bin/mkdir -p '/share/pretzel/users/aagarwal/symgiza-pp/doc/symgiza'
/usr/bin/install -c -m 644 README.md COPYING AUTHORS ChangeLog INSTALL NEWS '/share/pretzel/users/aagarwal/symgiza-pp/doc/symgiza'
/usr/bin/mkdir -p '/share/pretzel/users/aagarwal/symgiza-pp/scripts/'
/usr/bin/install -c scripts/force-align-moses.sh scripts/giza2bal.pl scripts/merge_alignment.py scripts/plain2snt-hasvcb.py scripts/symal.sh scripts/TrimBlanks.sh '/share/pretzel/users/aagarwal/symgiza-pp/scripts/'
/usr/bin/install: ‘scripts/force-align-moses.sh’ and ‘/share/pretzel/users/aagarwal/symgiza-pp/scripts/force-align-moses.sh’ are the same file
/usr/bin/install: ‘scripts/giza2bal.pl’ and ‘/share/pretzel/users/aagarwal/symgiza-pp/scripts/giza2bal.pl’ are the same file
/usr/bin/install: ‘scripts/merge_alignment.py’ and ‘/share/pretzel/users/aagarwal/symgiza-pp/scripts/merge_alignment.py’ are the same file
/usr/bin/install: ‘scripts/plain2snt-hasvcb.py’ and ‘/share/pretzel/users/aagarwal/symgiza-pp/scripts/plain2snt-hasvcb.py’ are the same file
/usr/bin/install: ‘scripts/symal.sh’ and ‘/share/pretzel/users/aagarwal/symgiza-pp/scripts/symal.sh’ are the same file
/usr/bin/install: ‘scripts/TrimBlanks.sh’ and ‘/share/pretzel/users/aagarwal/symgiza-pp/scripts/TrimBlanks.sh’ are the same file
make[2]: *** [install-symgizascriptsSCRIPTS] Error 1
make[2]: Leaving directory `/share/pretzel/users/aagarwal/symgiza-pp'
make[1]: *** [install-am] Error 2
make[1]: Leaving directory `/share/pretzel/users/aagarwal/symgiza-pp'
make: *** [install-recursive] Error 1
The text was updated successfully, but these errors were encountered:
Hello,
Thank you for the amazing work!
I am getting the below issue. Have you encountered this error before? It would be helpful, if you could give any clue.
sudo make install
The text was updated successfully, but these errors were encountered: