Build failure
Build failure
- Subject: Build failure
- From: Apparao <email@hidden>
- Date: Wed, 19 Sep 2007 11:20:18 +0530
Hi all,
Sorry, but this is not specifically about cocoa-programming, but I
don't know where else I could ask. If anyone wants to answer, it
might be better to send answers to me and not to the list.
I am developing a sample application on Apple Mac (intel) using Poco
C++ library(http://www.appinf.com/poco/info/index.html). Included
corresponding header files and dylibs in my project. Xcode version:
2.4. Getting following errors while compiling my app.
/Developer/SDKs/MacOSX10.4u.sdk/usr/include/c++/4.0.0/bits/
stl_algobase.h: In static member function 'static _Tp*
std::__copy<true, std::random_access_iterator_tag>::copy(const _Tp*,
const _Tp*, _Tp*)':
/Developer/SDKs/MacOSX10.4u.sdk/usr/include/c++/4.0.0/bits/
stl_algobase.h:300: error: 'memmove' is not a member of 'std'
/Developer/SDKs/MacOSX10.4u.sdk/usr/include/c++/4.0.0/bits/
stl_algobase.h: In static member function 'static _Tp*
std::__copy_backward<true, std::random_access_iterator_tag>::copy_b
(const _Tp*, const _Tp*, _Tp*)':
/Developer/SDKs/MacOSX10.4u.sdk/usr/include/c++/4.0.0/bits/
stl_algobase.h:425: error: 'memmove' is not a member of 'std'
/Developer/SDKs/MacOSX10.4u.sdk/usr/include/c++/4.0.0/bits/
stl_algobase.h: In function 'void std::fill(unsigned char*, unsigned
char*, const unsigned char&)':
/Developer/SDKs/MacOSX10.4u.sdk/usr/include/c++/4.0.0/bits/
stl_algobase.h:577: error: 'memset' is not a member of 'std'
/Developer/SDKs/MacOSX10.4u.sdk/usr/include/c++/4.0.0/bits/
stl_algobase.h: In function 'void std::fill(signed char*, signed
char*, const signed char&)':
/Developer/SDKs/MacOSX10.4u.sdk/usr/include/c++/4.0.0/bits/
stl_algobase.h:585: error: 'memset' is not a member of 'std'
/Developer/SDKs/MacOSX10.4u.sdk/usr/include/c++/4.0.0/bits/
stl_algobase.h: In function 'void std::fill(char*, char*, const char&)':
/Developer/SDKs/MacOSX10.4u.sdk/usr/include/c++/4.0.0/bits/
stl_algobase.h:593: error: 'memset' is not a member of 'std'
/Developer/SDKs/MacOSX10.4u.sdk/usr/include/c++/4.0.0/bits/
stl_algobase.h: In function 'bool std::lexicographical_compare(const
unsigned char*, const unsigned char*, const unsigned char*, const
unsigned char*)':
/Developer/SDKs/MacOSX10.4u.sdk/usr/include/c++/4.0.0/bits/
stl_algobase.h:885: error: 'memcmp' is not a member of 'std'
/Developer/SDKs/MacOSX10.4u.sdk/usr/include/c++/4.0.0/bits/
char_traits.h: In static member function 'static typename
__gnu_cxx::char_traits<_CharT>::char_type*
__gnu_cxx::char_traits<_CharT>::move(_CharT*, const _CharT*, size_t)':
Is anybody came across this problem. Please provide some pointers on
this.
Thanks & Regards,
-Apparao
_______________________________________________
Cocoa-dev mailing list (email@hidden)
Please do not post admin requests or moderator comments to the list.
Contact the moderators at cocoa-dev-admins(at)lists.apple.com
Help/Unsubscribe/Update your Subscription:
This email sent to email@hidden