Thread Rating:
  • 0 Vote(s) - 0 Average
  • 1
  • 2
  • 3
  • 4
  • 5
r2903 won't build
02-18-2011, 03:16 PM,
#31
 
Somewhere between r3030 and 3064 I have got a bunch of errors when building similar to this one:

Code:
/Developer/SDKs/MacOSX10.5.sdk/usr/include/c++/4.2.1/tr1/hashtable: In member function 'typename std::tr1::hashtable<Key, Value, Allocator, ExtractKey, Equal, H1, H2, H, RehashPolicy, cache_hash_code, mutable_iterators, unique_keys>::const_iterator std::tr1::hashtable<Key, Value, Allocator, ExtractKey, Equal, H1, H2, H, RehashPolicy, cache_hash_code, mutable_iterators, unique_keys>::find(const Key&) const [with Key = std::basic_string<char, std::char_traits<char>, std::allocator<char> >, Value = std::pair<const std::basic_string<char, std::char_traits<char>, std::allocator<char> >, StringId>, Allocator = std::allocator<std::pair<const std::basic_string<char, std::char_traits<char>, std::allocator<char> >, StringId> >, ExtractKey = Internal::extract1st<std::pair<const std::basic_string<char, std::char_traits<char>, std::allocator<char> >, StringId> >, Equal = std::equal_to<std::basic_string<char, std::char_traits<char>, std::allocator<char> > >, H1 = std::tr1::hash<std::basic_string<char, std::char_traits<char>, std::allocator<char> > >, H2 = Internal::mod_range_hashing, H = Internal::default_ranged_hash, RehashPolicy = Internal::prime_rehash_policy, bool cache_hash_code = false, bool mutable_iterators = true, bool unique_keys = true]':
/Users/tim/Applications/VDrift/SVN/vdrift/tools/osx/../../include/gl3v/stringidmap.h:50:   instantiated from here
/Developer/SDKs/MacOSX10.5.sdk/usr/include/c++/4.2.1/tr1/hashtable:1135: error: passing 'const std::tr1::hashtable<std::basic_string<char, std::char_traits<char>, std::allocator<char> >, std::pair<const std::basic_string<char, std::char_traits<char>, std::allocator<char> >, StringId>, std::allocator<std::pair<const std::basic_string<char, std::char_traits<char>, std::allocator<char> >, StringId> >, Internal::extract1st<std::pair<const std::basic_string<char, std::char_traits<char>, std::allocator<char> >, StringId> >, std::equal_to<std::basic_string<char, std::char_traits<char>, std::allocator<char> > >, std::tr1::hash<std::basic_string<char, std::char_traits<char>, std::allocator<char> > >, Internal::mod_range_hashing, Internal::default_ranged_hash, Internal::prime_rehash_policy, false, true, true>' as 'this' argument of 'typename std::tr1::hashtable<Key, Value, Allocator, ExtractKey, Equal, H1, H2, H, RehashPolicy, cache_hash_code, mutable_iterators, unique_keys>::node* std::tr1::hashtable<Key, Value, Allocator, ExtractKey, Equal, H1, H2, H, RehashPolicy, cache_hash_code, mutable_iterators, unique_keys>::find_node(Internal::hash_node<Value, cache_hash_code>*, const Key&, typename std::tr1::hashtable<Key, Value, Allocator, ExtractKey, Equal, H1, H2, H, RehashPolicy, cache_hash_code, mutable_iterators, unique_keys>::hash_code_t) [with Key = std::basic_string<char, std::char_traits<char>, std::allocator<char> >, Value = std::pair<const std::basic_string<char, std::char_traits<char>, std::allocator<char> >, StringId>, Allocator = std::allocator<std::pair<const std::basic_string<char, std::char_traits<char>, std::allocator<char> >, StringId> >, ExtractKey = Internal::extract1st<std::pair<const std::basic_string<char, std::char_traits<char>, std::allocator<char> >, StringId> >, Equal = std::equal_to<std::basic_string<char, std::char_traits<char>, std::allocator<char> > >, H1 = std::tr1::hash<std::basic_string<char, std::char_traits<char>, std::allocator<char> > >, H2 = Internal::mod_range_hashing, H = Internal::default_ranged_hash, RehashPolicy = Internal::prime_rehash_policy, bool cache_hash_code = false, bool mutable_iterators = true, bool unique_keys = true]' discards qualifiers

By the way, I've added/removed some files to the xcode project and adjusted some gl.h and glew.h headers to work on mac. If I could have SVN access to check in these changes, that would be great. On that topic, does it make any difference if we move the header files in src/gl3v to include/gl3v to be tidier?
Reply


Messages In This Thread
r2903 won't build - by Timo 6 - 11-11-2010, 02:45 PM
[No subject] - by NaN - 11-11-2010, 04:34 PM
[No subject] - by abs1nth - 11-12-2010, 02:04 PM
[No subject] - by NaN - 11-18-2010, 03:02 PM
[No subject] - by portets - 11-18-2010, 03:31 PM
[No subject] - by NaN - 11-18-2010, 03:43 PM
[No subject] - by portets - 11-18-2010, 03:54 PM
[No subject] - by NaN - 11-18-2010, 03:58 PM
[No subject] - by portets - 11-18-2010, 04:35 PM
[No subject] - by NaN - 11-18-2010, 04:39 PM
[No subject] - by Timo 6 - 12-04-2010, 07:08 AM
[No subject] - by abs1nth - 12-04-2010, 09:05 AM
[No subject] - by Timo 6 - 12-04-2010, 10:28 AM
[No subject] - by Timo 6 - 12-04-2010, 10:54 AM
[No subject] - by Timo 6 - 12-28-2010, 01:43 PM
[No subject] - by NaN - 12-28-2010, 02:58 PM
[No subject] - by thelusiv - 01-04-2011, 03:02 PM
[No subject] - by Timo 6 - 01-04-2011, 04:54 PM
[No subject] - by thelusiv - 01-04-2011, 11:04 PM
[No subject] - by Timo 6 - 01-05-2011, 01:03 PM
[No subject] - by thelusiv - 01-05-2011, 03:15 PM
[No subject] - by Timo 6 - 01-05-2011, 03:45 PM
[No subject] - by thelusiv - 01-05-2011, 03:51 PM
[No subject] - by Timo 6 - 01-05-2011, 04:04 PM
[No subject] - by abs1nth - 01-05-2011, 06:28 PM
[No subject] - by Timo 6 - 01-06-2011, 03:40 PM
r3018 won't build - by sinalana - 01-17-2011, 05:32 PM
[No subject] - by thelusiv - 01-17-2011, 07:24 PM
[No subject] - by joevenzon_phpbb2_import3 - 01-18-2011, 11:33 AM
[No subject] - by sinalana - 01-18-2011, 06:32 PM
[No subject] - by Timo 6 - 02-18-2011, 03:16 PM
[No subject] - by NaN - 02-18-2011, 08:26 PM
[No subject] - by joevenzon_phpbb2_import3 - 02-19-2011, 03:05 PM
[No subject] - by Timo 6 - 02-19-2011, 05:05 PM
[No subject] - by joevenzon_phpbb2_import3 - 02-20-2011, 02:10 AM
[No subject] - by abs1nth - 02-20-2011, 05:28 AM
[No subject] - by joevenzon_phpbb2_import3 - 02-21-2011, 04:36 PM
[No subject] - by abs1nth - 02-22-2011, 04:53 AM
[No subject] - by Timo 6 - 03-05-2011, 04:07 PM
[No subject] - by joevenzon_phpbb2_import3 - 03-06-2011, 07:03 PM
[No subject] - by NaN - 03-06-2011, 08:28 PM
[No subject] - by abs1nth - 03-07-2011, 05:13 AM
[No subject] - by abs1nth - 03-08-2011, 06:40 AM
[No subject] - by Timo 6 - 03-08-2011, 03:31 PM
[No subject] - by abs1nth - 03-09-2011, 05:29 AM
[No subject] - by NaN - 03-09-2011, 01:08 PM
[No subject] - by abs1nth - 03-09-2011, 04:22 PM
[No subject] - by Timo 6 - 03-09-2011, 05:42 PM
[No subject] - by abs1nth - 03-10-2011, 11:11 AM
[No subject] - by Timo 6 - 03-10-2011, 05:46 PM
[No subject] - by joevenzon_phpbb2_import3 - 03-12-2011, 02:29 PM
[No subject] - by abs1nth - 03-12-2011, 05:03 PM
[No subject] - by Timo 6 - 03-13-2011, 05:14 AM

Forum Jump:


Users browsing this thread: 1 Guest(s)