[MacPorts] #51359: qhull fails to build on 10.6.8
MacPorts
noreply at macports.org
Thu May 12 14:38:05 PDT 2016
#51359: qhull fails to build on 10.6.8
---------------------------+---------------------
Reporter: dyne2meter@… | Owner: mmoll@…
Type: defect | Status: new
Priority: Normal | Milestone:
Component: ports | Version: 2.3.4
Resolution: | Keywords:
Port: qhull |
---------------------------+---------------------
Comment (by braumann@…):
Same error in 10.5.8 PPC with Apple's gcc 4.2. Note that the previous
version 2012.1_3 could be built, while 2015.2_0 cannot.
Here is the code where the error occurs in
{{{/opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_release_ports_math_qhull/qhull/work/qhull-2015.2/src/libqhullcpp/QhullSet.h}}}
(line numbers added here, similar code may follow in this file):
{{{
326 template <typename T>
327 std::vector<T> QhullSet<T>::
328 toStdVector() const
329 {
330 QhullSet<T>::const_iterator i= begin();
331 QhullSet<T>::const_iterator e= end();
332 std::vector<T> vs;
333 while(i!=e){
334 vs.push_back(*i++);
335 }
336 return vs;
337 }//toStdVector
}}}
Any ideas how to fix this? Macports' gcc5 fails due to the missing
{{{-arch}}} switch.
--
Ticket URL: <https://trac.macports.org/ticket/51359#comment:5>
MacPorts <https://www.macports.org/>
Ports system for OS X
More information about the macports-tickets
mailing list