Alexander Wallace <[EMAIL PROTECTED]> writes: > Thanks a lot for the response again... I will try sun's compiler > next... But for now... Once I used the cvs code, stuff looks > different... I have not seen the errors i got with the dev package, > but different ones: > > gmake CXXFLAGS=-DMSG_NOSIGNAL=0 > g++ -DMSG_NOSIGNAL=0 -Iinclude -fPIC -c -o src/Common.o src/Common.cpp > src/Common.cpp:334: error: duplicate explicit instantiation of > `std::wstring CarobNS::toWString(const T&) [with T = > CarobNS::java_byte]' > src/Common.cpp:356: error: duplicate explicit instantiation of > `std::wstring CarobNS::toUserString(const T&) [with T = > CarobNS::java_byte]' > gmake: *** [src/Common.o] Error 1 > > This happens right away as you can see...
Mmmm... that sucks. It seems u_int8_t is defined as char on your platform. As a short term workaround, simply remove the two offending lines. _______________________________________________ Carob mailing list [email protected] https://forge.continuent.org/mailman/listinfo/carob
