UIKit0 / newsbeuter

Automatically exported from code.google.com/p/newsbeuter
0 stars 0 forks source link

build failure on MacOS 10.5.8 #261

Open GoogleCodeExporter opened 9 years ago

GoogleCodeExporter commented 9 years ago
Since baccb0aee890c966617cb2f4191b30ac9fb68dde compiling on MacOS 10.5.8 fails 
for different reasons. With HEAD I get:

/usr/include/c++/4.0.0/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>::size_type 
std::tr1::hashtable<Key, Value, Allocator, ExtractKey, Equal, H1, H2, H, 
RehashPolicy, cache_hash_code, mutable_iterators, unique_keys>::erase(const 
Key&) [with Key = std::string, Value = std::pair<const std::string, 
std::tr1::shared_ptr<newsbeuter::rss_item> >, Allocator = 
std::allocator<std::pair<const std::string, 
std::tr1::shared_ptr<newsbeuter::rss_item> > >, ExtractKey = 
Internal::extract1st<std::pair<const std::string, 
std::tr1::shared_ptr<newsbeuter::rss_item> > >, Equal = 
std::equal_to<std::string>, H1 = std::tr1::hash<std::string>, 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]’:
/usr/include/c++/4.0.0/tr1/hashtable:1363: warning: control reaches end of 
non-void function
make: *** [src/rss.o] Error 1

I am attaching the complete make log.

Original issue reported on code.google.com by blacktrashproduct on 21 Mar 2011 at 2:42

Attachments:

GoogleCodeExporter commented 9 years ago
ping - any news on this one?

Original comment by blacktrashproduct on 17 Jun 2011 at 9:20

GoogleCodeExporter commented 9 years ago
In case someone is listening:
I solved this by forcing a more recent c++ version, provided by fink, in the 
Makefile.

Builds fine now.

Original comment by blacktrashproduct on 3 Oct 2011 at 12:28