Shannon McMackin wrote:
> I don't see much action on this topic in this forum.
> 
> Has anyone had success with this combo?
> 
> I get through buildgen.sh and configure, but make spits out some errors:
> 
>> data.cc: In function 'bool Barry::IsHexData(const std::string&)':
>> data.cc:47: error: 'strchr' was not declared in this scope
>> data.cc: In constructor 'Barry::Data::Data()':
>> data.cc:72: error: 'memset' was not declared in this scope
>> data.cc: In constructor 'Barry::Data::Data(int, size_t)':
>> data.cc:83: error: 'memset' was not declared in this scope
>> data.cc: In copy constructor 'Barry::Data::Data(const Barry::Data&)':
>> data.cc:106: error: 'memcpy' was not declared in this scope
>> data.cc: In member function 'void Barry::Data::MakeSpace(size_t)':
>> data.cc:119: error: 'memcpy' was not declared in this scope
>> data.cc:120: error: 'memset' was not declared in this scope
>> data.cc: In member function 'void Barry::Data::CopyOnWrite(size_t)':
>> data.cc:135: error: 'memcpy' was not declared in this scope
>> data.cc: In member function 'void Barry::Data::Zap()':
>> data.cc:264: error: 'memset' was not declared in this scope
>> data.cc: In member function 'Barry::Data& Barry::Data::operator=(const 
>> Barry::Data&)':
>> data.cc:275: error: 'memcpy' was not declared in this scope
>> data.cc: In function 'bool Barry::IsEndpointStart(const std::string&, int&)':
>> data.cc:389: error: 'strncmp' was not declared in this scope
>> data.cc:392: error: 'atoi' was not declared in this scope
>> make[2]: *** [data.lo] Error 1
>> make[2]: Leaving directory `/home/smcmackin/Download/barry-0.12/src'
>> make[1]: *** [all-recursive] Error 1
>> make[1]: Leaving directory `/home/smcmackin/Download/barry-0.12'
>> make: *** [all] Error 2
> 
> Any pointers would be appreciated.
> 
> 
> -------------------------------------------------------------------------
> Check out the new SourceForge.net Marketplace.
> It's the best place to buy or sell services for
> just about anything Open Source.
> http://sourceforge.net/services/buy/index.php
I also downloaded the latest CVS and get similar errors as to what I saw 
with 0.12.


-------------------------------------------------------------------------
Check out the new SourceForge.net Marketplace.
It's the best place to buy or sell services for
just about anything Open Source.
http://sourceforge.net/services/buy/index.php
_______________________________________________
Barry-devel mailing list
Barry-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/barry-devel

Reply via email to