Changes between Initial Version and Version 2 of Ticket #43417
- Timestamp:
- Apr 20, 2014, 3:42:49 AM (11 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Ticket #43417
- Property Owner changed from macports-tickets@… to rmstonecipher@…
-
Property
Summary
changed from
port mpd does not build
tompd: error: no type named 'function' in namespace 'std'
- Property Port mpd added
-
Ticket #43417 – Description
initial v2 1 1 mpd does not build: 2 3 {{{ 2 4 ---> Building mpd 3 5 Error: org.macports.build for port mpd returned: command execution failed … … 8 10 :info:build ./src/DatabaseVisitor.hxx:30:14: error: no type named 'function' in namespace 'std' 9 11 :info:build typedef std::function<bool(const Directory &, Error &)> VisitDirectory; 12 }}} 10 13 11 14 Googling on "no type named 'function' in namespace 'std'" indicates a possible lack of C++11 support. 12 15 13 MacPorts 2.2.1 16 MacPorts 2.2.1[[br]] 17 {{{ 14 18 System version: Mac OS X 10.7.5 (11G63) 15 19 Kernel version: Darwin 11.4.2 20 }}} 16 21 17 22