salsaman
unread,Oct 18, 2009, 6:26:55 AM10/18/09Sign in to reply to author
Sign in to forward
You do not have permission to delete messages in this group
Either email addresses are anonymous for this group or you need the view member email addresses permission to view the original message
to galapix-devel
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.