Trying to run install_dependencies.sh on Ubuntu 16.04(x86) but I get an error when it needs to recompile POCO, because of gcc5.
This is the message :
It seems you are running gcc 5 or later, due to incomatible ABI with previous versions
we need to recompile poco. This will take a while
Press any key to continue...
----- poco -----
Downloading "poco"
SHA== https://github.com/pocoproject/poco
/home/ralph/OF/scripts/apothecary/formulas/poco/poco.sh: line 36: curl: command not found
^ Received error ^
logname: no login name
chown: cannot access 'build/poco': No such file or directory
Just attempted a fresh install of of 0.9.8 on Ubuntu 16.04. Ran the install_dependencies.sh in scripts/linux/ubumtu and received the error
make[1]: Leaving directory '/home/scratch/src/ofx/of_v0.9.8_linux64_release/scripts/apothecary/build/poco/Net'
^ Received error ^
logname: no login name
Curl is installed:
dpkg -l | grep curl
ii curl 7.47.0-1ubuntu2.2
Cannot build any of the examples due to poco error. (since it didn’t build in the dependencies install step).