Can't build folly. Have the next folder structure:
/flint/double-conversion/src
/flint/folly/folly/
Where /flint/folly contains readme and license. As in the readme I set up double-conversion with scons, export flags with
export LDFLAGS=-L../../double-conversion/
export CPPFLAGS=-I../../double-conversion/src/
from the second folly directory and have nothing working:
checking double-conversion/double-conversion.h presence... no
checking for double-conversion/double-conversion.h... no
configure: error: Couldn't find double-conversion.h,
Also have tried absolute paths like /home/username/flint/double-conversion/ and this doesn't work too. Any suggestions?