Closed GoogleCodeExporter closed 9 years ago
I seem to have solved the problem and wanted to document it in case someone
else find it useful. Given that the first error was "boost/tokenizer.hpp: No
such file or directory" I guessed that the installation was looking for the
boost folder in the current directory than in the home directory. I moved the
bost folder inside the treemix folder and then did "sudo make" and "sudo make
install" and it worked.
In retrospect, I probably could have left the bost folder in the home
directory. Then I could have make my working directory the home directory. Then
I *think* I could have done
treemix-1.1/configure
sudo make
sudo make install
and I think that would have worked as well, and been preferable because it's a
little strange to have the boost folder located in the treemix folder.
Nonetheless I am happy that things seem to be working for now.
All advice I give should be taken with a grain of salt... I am hardly an adept
programmer.
Original comment by laurafei...@gmail.com
on 15 Oct 2012 at 9:26
[deleted comment]
I seem to have solved the problem and wanted to document it in case someone
else finds it useful. Given that the first error was "boost/tokenizer.hpp: No
such file or directory" I guessed that the installation was looking for the
boost folder in the current directory rather than where it was actually
located, in the home directory. I moved the boost folder inside the treemix
folder and then did "sudo make" and "sudo make install" and it worked.
In retrospect, I probably could have left the bost folder in the home
directory. Then I could have make my working directory the home directory. Then
I *think* I could have done
treemix-1.1/configure
sudo make
sudo make install
and I think that would have worked as well, and been preferable because it's a
little strange to have the boost folder located in the treemix folder.
Nonetheless I am happy that things seem to be working for now.
All advice I give should be taken with a grain of salt... I am hardly an adept
programmer.
Original comment by laurafei...@gmail.com
on 15 Oct 2012 at 9:38
Hi Laura,
Sorry for the late response, I'd not configured this site properly and so
wasn't getting emails about issues. I'll be more active here from now on.
As you've seen, the issue is that the configure script was finding the boost
libraries but not telling make where to find this. This bug is fixed in the
latest version (1.12), though your workaround also works.
Cheers,
Joe
Original comment by joepickrell
on 5 Jun 2013 at 5:46
Original comment by joepickrell
on 13 Dec 2013 at 7:43
Original issue reported on code.google.com by
laurafei...@gmail.com
on 12 Oct 2012 at 9:17