I have successfully build from sources IT++ r1677, downloaded from https://itpp.svn.sourceforge.net/svnroot/itpp/itpp/trunk, but when installing the library I get the following errors:
make[2]: Entering directory /home/bogdan/Build/itpp-svn' test -z "/usr/local/bin" || /bin/mkdir -p "/usr/local/bin" /usr/bin/install -c itpp-config '/usr/local/bin' test -z "/usr/local/share/man/man1" || /bin/mkdir -p "/usr/local/share/man/man1" /usr/bin/install -c -m 644 itpp-config.1 itpp-config.1 '/usr/local/share/man/man1' /usr/bin/install: will not overwrite just-created/usr/local/share/man/man1/itpp-config.1' with itpp-config.1' make[2]: *** [install-man1] Error 1 make[2]: Leaving directory/home/bogdan/Build/itpp-svn' make[1]: [install-am] Error 2 make[1]: Leaving directory `/home/bogdan/Build/itpp-svn' make: [install-recursive] Error 1
/home/bogdan/Build/itpp-svn' test -z "/usr/local/bin" || /bin/mkdir -p "/usr/local/bin" /usr/bin/install -c itpp-config '/usr/local/bin' test -z "/usr/local/share/man/man1" || /bin/mkdir -p "/usr/local/share/man/man1" /usr/bin/install -c -m 644 itpp-config.1 itpp-config.1 '/usr/local/share/man/man1' /usr/bin/install: will not overwrite just-created
itpp-config.1' make[2]: *** [install-man1] Error 1 make[2]: Leaving directory
"itpp-config --version" reports correctly the library version, so I have assumed that the library is correctly installed.
Log in to post a comment.
I have successfully build from sources IT++ r1677, downloaded from https://itpp.svn.sourceforge.net/svnroot/itpp/itpp/trunk, but when installing the library I get the following errors:
make[2]: Entering directory
/home/bogdan/Build/itpp-svn' test -z "/usr/local/bin" || /bin/mkdir -p "/usr/local/bin" /usr/bin/install -c itpp-config '/usr/local/bin' test -z "/usr/local/share/man/man1" || /bin/mkdir -p "/usr/local/share/man/man1" /usr/bin/install -c -m 644 itpp-config.1 itpp-config.1 '/usr/local/share/man/man1' /usr/bin/install: will not overwrite just-created
/usr/local/share/man/man1/itpp-config.1' withitpp-config.1' make[2]: *** [install-man1] Error 1 make[2]: Leaving directory
/home/bogdan/Build/itpp-svn'make[1]: [install-am] Error 2
make[1]: Leaving directory `/home/bogdan/Build/itpp-svn'
make: [install-recursive] Error 1
"itpp-config --version" reports correctly the library version, so I have assumed that the library is correctly installed.