[113214] trunk/dports/python/py-graph-tool/Portfile
Mark Moll
mmoll at macports.org
Tue Nov 12 08:00:20 PST 2013
On Nov 12, 2013, at 9:20 AM, Ryan Schmidt <ryandesign at macports.org> wrote:
>
> On Nov 12, 2013, at 09:04, mmoll at macports.org wrote:
>
>> Revision
>> 113214
>> Author
>> mmoll at macports.org
>> Date
>> 2013-11-12 07:04:05 -0800 (Tue, 12 Nov 2013)
>> Log Message
>>
>> py-graph-tool: add missing build dependency for autogen.sh
>> Modified Paths
>>
>> • trunk/dports/python/py-graph-tool/Portfile
>> Diff
>>
>> Modified: trunk/dports/python/py-graph-tool/Portfile (113213 => 113214)
>>
>> --- trunk/dports/python/py-graph-tool/Portfile 2013-11-12 14:08:13 UTC (rev 113213)
>> +++ trunk/dports/python/py-graph-tool/Portfile 2013-11-12 15:04:05 UTC (rev 113214)
>>
>> @@ -48,6 +48,8 @@
>>
>> port:py${python.version}-gobject3 \
>>
>> port:py${python.version}-cairo
>>
>> use_configure yes
>>
>> + # remove when switching back to official release which includes "configure"
>> + depends_build-append port:libtool
>
> You’re also going to need dependencies on autoconf and automake.
I fixed that, but now I get a different error (during compilation):
./../graph_adjacency.hh:26:10: fatal error: 'tuple' file not found
#include <tuple>
^
1 error generated.
Everything builds fine on my Mavericks machine with the latest Xcode. Is this a C++98 vs C++11 error or a OS X 10.[678] vs 10.9 error? What is the proper way to fix this?
--
Mark Moll
More information about the macports-dev
mailing list