Николай Кинаш wrote
> The same problems for ICC comilers.
Ops, for ICC it`s different:
./configure --prefix=/home/peroksid/graph-tool/ --enable-openmp
LDFLAGS="-L/opt/boost_1_54_0_icc/stage/lib -L/home/peroksid/cgal/lib
-L/home/peroksid/sparsehash/lib" CPPFLAGS="-I/opt/boost_1_54_0_icc/
-I/home/peroksid/cgal/include -I/home/peroksid/sparsehash/include
-I/home/peroksid/sparsehash/include/sparsehash/
-I/home/peroksid/sparsehash/include/google/" --disable-cairo *CC=icc
CXX=icc*
-bash-4.1$ make
make all-recursive
make[1]: Entering directory `/home/peroksid/graph-tool-2.2.27'
Making all in src
make[2]: Entering directory `/home/peroksid/graph-tool-2.2.27/src'
Making all in graph
make[3]: Entering directory `/home/peroksid/graph-tool-2.2.27/src/graph'
Making all in centrality
make[4]: Entering directory
`/home/peroksid/graph-tool-2.2.27/src/graph/centrality'
CXX graph_betweenness.lo
icc: command line warning #10006: ignoring unknown option
'-Wno-unused-local-typedefs'
/opt/boost_1_54_0_icc/boost/python/object/instance.hpp(44): warning #1875:
offsetof applied to non-POD (Plain Old Data) types is nonstandard
BOOST_STATIC_CONSTANT(
^
/opt/boost_1_54_0_icc/boost/python/converter/rvalue_from_python_data.hpp(99):
warning #1875: offsetof applied to non-POD (Plain Old Data) types is
nonstandard
BOOST_STATIC_ASSERT(BOOST_PYTHON_OFFSETOF(rvalue_from_python_storage<T>,stage1)
== 0);
^
./../graph_properties.hh(565): warning #2536: type qualifiers are
meaningless here
const reference operator[](const key_type& k) const
^
./../graph_properties.hh(570): warning #2536: type qualifiers are
meaningless here
const reference get(const key_type& k) const
^
./../graph_util.hh(447): error: namespace "std" has no member
"uniform_int_distribution"
class RandomDist = std::uniform_int_distribution<size_t>>
^
./../graph_util.hh(447): error: expected a "," or ">"
class RandomDist = std::uniform_int_distribution<size_t>>
^
./../graph_util.hh(450): error: expected a declaration
{
^
./../graph_util.hh(450): error: expected a ";"
{
^
./../graph_util.hh(476): warning #12: parsing restarts here after previous
syntax error
return *this;
^
./../graph_util.hh(477): error: expected a declaration
}
^
./../graph_util.hh(495): warning #12: parsing restarts here after previous
syntax error
RandomAccessIterator _i, _end;
^
./../graph_util.hh(496): error: identifier "RNG" is undefined
RNG* _rng;
^
./../graph_util.hh(497): error: expected a declaration
};
--
View this message in context:
http://main-discussion-list-for-the-graph-tool-project.982480.n3.nabble.com/graph-util-hh-447-error-expected-tp4025218p4025219.html
Sent from the Main discussion list for the graph-tool project mailing list
archive at Nabble.com.
_______________________________________________
graph-tool mailing list
[email protected]
http://lists.skewed.de/mailman/listinfo/graph-tool