Hi,
I tried compiling galapix 0.1.0 following the instructions in the
README, using ubuntu Jaunty.
I get the following error:
src/galapix/database_thread.cpp: In member function 'void
DatabaseThread::generate_tiles(const JobHandle&, const FileEntry&,
int, int, const boost::function<void ()(TileEntry),
std::allocator<void> >&)':
src/galapix/database_thread.cpp:194: error: 'bind' is not a member of
'boost'
src/galapix/database_thread.cpp:194: error: '_1' was not declared in
this scope
src/galapix/database_thread.cpp: In member function 'void
DatabaseThread::generate_tile(const JobHandle&, const FileEntry&, int,
const Vector2i&, const boost::function<void ()(TileEntry),
std::allocator<void> >&)':
src/galapix/database_thread.cpp:244: error: 'bind' is not a member of
'boost'
src/galapix/database_thread.cpp:244: error: '_1' was not declared in
this scope
src/galapix/database_thread.cpp:247: error: 'bind' is not a member of
'boost'
src/galapix/database_thread.cpp:247: error: '_2' was not declared in
this scope
scons: *** [build/src/galapix/database_thread.o] Error 1
scons: building terminated because of errors.
There must be some other library required which is not mentioned in
the README.
Salsaman.