tpoechtrager / hopmod

Automatically exported from code.google.com/p/hopmod
1 stars 0 forks source link

Compile hopmod on Freeagent Dockstar #15

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
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 9 years ago
/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 9 years ago

Original comment by graham.d...@gmail.com on 21 Feb 2011 at 8:36