Thursday, August 11, 2005

array.cpp:1093 error in ibpp

I downloaded this version and tried to compile it and have some problems
(os : ubuntu hoary cpu:amd64)

wget http://unc.dl.sourceforge.net/sourceforge/ibpp/ibpp-2-3-5-0-src.zip
unzip ibpp-2-3-5-0-src.zip

~/work/flamerobin/ibpp23$ make

Platform : linux
Compiler : IBPP_GCC
Target : release

g++ -DIBPP_LINUX -DIBPP_GCC -I./ -I./fbheaders -O3
-orelease/linux/array.o -c array.cpp
array.cpp: In member function `virtual void
ibpp_internals::ArrayImpl::ReadTo(IBPP::ADT, void*, int)':
array.cpp:294: error: cannot convert `long int*' to `ISC_LONG*' in argument
passing
array.cpp: In member function `virtual void
ibpp_internals::ArrayImpl::WriteFrom(IBPP::ADT, const void*, int)':
array.cpp:1093: error: cannot convert `long int*' to `ISC_LONG*' in argument
passing
make: *** [release/linux/array.o] Error 1


UPDATE: now it works see above post

..:: ::..:: ::..

No comments: