Compile hopmod on Freeagent Dockstar
Closed this issue · 2 comments
GoogleCodeExporter commented
I got a freeagent Dockstar with Debian. I tried these steps:
svn checkout http://hopmod.googlecode.com/svn/trunk/ hopmod
cmake ./
make , but it breaks with an error! See attachments for further information.
Original issue reported on code.google.com by kapin...@googlemail.com
on 1 Jan 2011 at 12:06
Attachments:
GoogleCodeExporter commented
/home/christoph/hopmod/src/boost/boost/detail/atomic_count_gcc.hpp
This header file is outdated. On line 20 where it reads
#include <bits/atomicity.h>
change it to
#include <ext/atomicity.h>
Original comment by graham.d...@gmail.com
on 2 Jan 2011 at 11:43
GoogleCodeExporter commented
Original comment by graham.d...@gmail.com
on 21 Feb 2011 at 8:36
- Changed state: Fixed