graph-tool
Threads by month
- ----- 2025 -----
- December
- November
- October
- September
- August
- July
- June
- May
- April
- March
- February
- January
- ----- 2024 -----
- December
- November
- October
- September
- August
- July
- June
- May
- April
- March
- February
- January
- ----- 2023 -----
- December
- November
- October
- September
- August
- July
- June
- May
- April
- March
- February
- January
- ----- 2022 -----
- December
- November
- October
- September
- August
- July
- June
- May
- April
- March
- February
- January
- ----- 2021 -----
- December
- November
- October
- September
- August
- July
- June
- May
- April
- March
- February
- January
- ----- 2020 -----
- December
- November
- October
- September
- August
- July
- June
- May
- April
- March
- February
- January
- ----- 2019 -----
- December
- November
- October
- September
- August
- July
- June
- May
- April
- March
- February
- January
- ----- 2018 -----
- December
- November
- October
- September
- August
- July
- June
- May
- April
- March
- February
- January
- ----- 2017 -----
- December
- November
- October
- September
- August
- July
- June
- May
- April
- March
- February
- January
- ----- 2016 -----
- December
- November
- October
- September
- August
- July
- June
- May
- April
- March
- February
- January
- ----- 2015 -----
- December
- November
- October
- September
- August
- July
- June
- May
- April
- March
- February
- January
- ----- 2014 -----
- December
- November
- October
- September
- August
- July
- June
- May
- April
- March
- February
- January
- ----- 2013 -----
- December
- November
- October
- September
- August
- July
- June
- May
- April
- March
- February
- January
- ----- 2012 -----
- December
- November
- October
- September
- August
- July
- June
- May
- April
- March
- February
- January
- ----- 2011 -----
- December
- November
- October
- September
- August
- July
- June
- May
- April
- March
- February
- January
- ----- 2010 -----
- December
- November
- October
- September
- August
- July
- June
- May
- April
- March
- February
- January
- ----- 2009 -----
- December
- November
- October
- September
- August
- July
- June
- May
- April
- March
- February
- January
- ----- 2008 -----
- December
- November
- October
- September
- August
- July
- June
- May
- April
- March
- February
- January
- ----- 2007 -----
- December
- November
- October
- September
- August
- July
- June
- May
- April
- March
- February
- January
- ----- 2006 -----
- December
- November
- October
- September
- August
- July
November 2015
- 9 participants
- 22 discussions
Hello all,
I'm wondering if anyone can suggest a strategy for finding elementary cycles
with Graph-Tool. I'm working also with Network X, and they have a function
for this, called simple_cycles(G). That function essentially runs
Tarjan's Algorithm to find all strongly connected components, and then
detects cycles within each of those components (this approach is called
Johnson's Algorithm).
I've tried to port the Network X code to Graph-Tool, but there are
un-matching parallels in the data structures of both tools. e.g.
Graph-Tool prefers to label with property maps. Since I've only begun using
Graph-Tool a short while ago, this task is difficult for me.
Any help would be appreciated, many thanks in advance.
--
View this message in context: http://main-discussion-list-for-the-graph-tool-project.982480.n3.nabble.com…
Sent from the Main discussion list for the graph-tool project mailing list archive at Nabble.com.
3
2
Hi Tiago,
I am trying to calculate the shortest distances of a graph after applying a
filter. I have a code that looks like this:
g=gt.load_graph("myGraph.xml",format="xml")
#for later use
distances = gt.shortest_distance(g)
#extract the components of the graph
comp = g.label_components(g)
#This splits the graph in several components
#I want to calculate the shortest distances
#for the component 2 for example
filtering = g.new_vertex_property("boolean")
for v in g.vertices():
if comp[v]==2:
filtering[v]=True
else:
filtering[v]=False
#set the vertex filter
g.set_vertex_filter(filtering)
distances_comp=gt.shortest_distance(g)
The last line of code rises a segmentation fault. I have plotted the graph
with the filtered graph and its correct, also I can calculate the
local_clustering_coefficient without problems. Am I doing something wrong?
Is there any other way to filter the graph and calculate the shortest
distances? Is this a bug?
Thanks so much,
Juan
5
9
Hi,
I am trying to implement a function to remove some fraction of high degree
nodes based on initial lcc (1% in every step) until the lcc will be
destructed completely (size zero). to test my code I am using DBLP coauthor
ship network which is already shown that the lcc of the this graph will be
destructed after removing 1.5% of high degree nodes. However my code fail
to that,.
one thing that I am not sure is that when we mask some nodes and then use
GraphView(G,vfilt=mask), it does not take of isolated vertices after
masking. So I had to check for them manually. thanks for any hint!
code is attached.
cheers,
--
Mohsen
2
1
Hi,
I am trying to implement a function to remove some fraction of high degree
nodes based on initial lcc (1% in every step) until the lcc will be
destructed completely (size zero). to test my code I am using DBLP coauthor
ship network which is already shown that the lcc of the this graph will be
destructed after removing 1.5% of high degree nodes. However my code fail
to that,.
one thing that I am not sure is that when we mask some nodes and then use
GraphView(G,vfilt=mask), it does not take of isolated vertices after
masking. So I had to check for them manually. thanks for any hint!code is
here
http://pastebin.com/NN2nmXw1
cheers,
--
Mohsen
1
0
When we define a new property we provide the type of its values:
vprop_vint = g.new_vertex_property("vector<int>")
Is there some way to obtain this type from the property object, for example when properties are included in a graph read from a .gt.gz file?
(I hope this is not already somewhere in the documentation…)
Thanks in advance
--
-------------------------------------------------------
Yannis Haralambous
Professor
Institut Mines-Télécom, Télécom Bretagne
Computer Science Department
UMR CNRS 6285 Lab-STICC
Technopôle Brest Iroise
CS 83818, 29238 Brest Cedex 3, France
Email: yannis.haralambous(a)telecom-bretagne.eu
Internet: http://perso.telecom-bretagne.eu/yannisharalambous/
ICBM address: 48°21'31.57"N 4°34'16.76"W
Twitter: y_haralambous
-------------------------------------------------------
...the ball I threw while playing in the park
has not yet reached the ground
(Dylan Thomas)
Es gab eine Zeit, wo ich nur ungern über Schubert sprechen,
nur Nächtens den Bäumen und Sternen von ihm vorerzählen mögen.
(Robert Schumann)
2
1
dear all,
I noticed that the adjacency matrix is used in several centrality measures implemented in graph-tool.
Is there some way to access this adjacency matrix directly or do I have to write a loop over the edges to
fill an 0 initialized matrix with 1s?
thanks in advance
Yannis
--
-------------------------------------------------------
Yannis Haralambous
Professor
Institut Mines-Télécom, Télécom Bretagne
Computer Science Department
UMR CNRS 6285 Lab-STICC
Technopôle Brest Iroise
CS 83818, 29238 Brest Cedex 3, France
Email: yannis.haralambous(a)telecom-bretagne.eu
Internet: http://perso.telecom-bretagne.eu/yannisharalambous/
ICBM address: 48°21'31.57"N 4°34'16.76"W
Twitter: y_haralambous
-------------------------------------------------------
...the ball I threw while playing in the park
has not yet reached the ground
(Dylan Thomas)
Es gab eine Zeit, wo ich nur ungern über Schubert sprechen,
nur Nächtens den Bäumen und Sternen von ihm vorerzählen mögen.
(Robert Schumann)
3
6
Hello,
is it possible or could you make it possible to download documentation for
off-line usage? let's say in HTML format?
S pozdravem / Best regards.
Gazda Jan
2
1
I am trying to utilize some of the functionality that pyplot provides to
display some data related to the graph, but on a separate window.
The problem I have is that the pyplot window that pops up is uncontrollable,
in other words I can not utilize any of the default buttons, or even close
it.
The code I use is very simple:
plt.ion()
fig = plt.figure()
ax = self.fig.add_subplot(111)
x = np.random.normal(0,1,1000)
numBins = 50
ax.hist(x,numBins,color='green',alpha=0.8)
Any ideas what is going on? Can it be that Gtk and pyplot don't work well
together?
thanks in advance
--
View this message in context: http://main-discussion-list-for-the-graph-tool-project.982480.n3.nabble.com…
Sent from the Main discussion list for the graph-tool project mailing list archive at Nabble.com.
3
6
Hi
I asked earlier as to how utilize the parallel processing in my code. Now I
installed it using the precompiled packages for Ubuntu. does that mean I'll
have to reinstall it from source using the openmp option in the configure
command?
Shubham
--
http://about.me/shubham.bhushan
3
3
Hello I have a problem with installation of graphtool on fedora23, I'm new
to linux so please try to link me to the places were I can read about
advanced answers you might post
I have complied the graph-tool as so:
./configure PYTHON=python3.4 CXXFLAGS=-std=gnu++14 --enable-openmp
--prefix=$HOME/.local/
--with-python-module-path=/home/oglop/.local/lib/python3.4/site-packages
and I got this error
python3 -c 'import graph_tool; print(graph_tool.__version__)'
python3: symbol lookup error:
/home/oglop/.local/lib/python3.4/site-packages/graph_tool/libgraph_tool_core.so:
undefined symbol: _ZN5boost6python6detail11init_moduleER11PyModuleDefPFvvE
Please tell me which files you might need to help me with debug
------config.log-----
This file contains any messages produced by compilers while
running configure, to aid debugging if configure makes a mistake.
It was created by graph-tool configure 2.11, which was
generated by GNU Autoconf 2.69. Invocation command line was
$ ./configure PYTHON=python3.4 CXXFLAGS=-std=gnu++14 --enable-openmp
--prefix=/home/oglop/.local/
--with-python-module-path=/home/oglop/.local/lib/python3.4/site-packages
## --------- ##
## Platform. ##
## --------- ##
hostname = localhost.localdomain
uname -m = x86_64
uname -r = 4.2.5-300.fc23.x86_64
uname -s = Linux
uname -v = #1 SMP Tue Oct 27 04:29:56 UTC 2015
/usr/bin/uname -p = x86_64
/bin/uname -X = unknown
/bin/arch = x86_64
/usr/bin/arch -k = unknown
/usr/convex/getsysinfo = unknown
/usr/bin/hostinfo = unknown
/bin/machine = unknown
/usr/bin/oslevel = unknown
/bin/universe = unknown
PATH: /usr/lib64/ccache
PATH: /bin
PATH: /usr/bin
PATH: /usr/local/bin
PATH: /usr/local/sbin
PATH: /usr/sbin
PATH: /home/oglop/.local/bin
PATH: /home/oglop/bin
## ----------- ##
## Core tests. ##
## ----------- ##
configure:2683: checking build system type
configure:2697: result: x86_64-unknown-linux-gnu
configure:2717: checking host system type
configure:2730: result: x86_64-unknown-linux-gnu
configure:2750: checking target system type
configure:2763: result: x86_64-unknown-linux-gnu
configure:2806: checking for a BSD-compatible install
configure:2874: result: /bin/install -c
configure:2885: checking whether build environment is sane
configure:2940: result: yes
configure:3091: checking for a thread-safe mkdir -p
configure:3130: result: /bin/mkdir -p
configure:3137: checking for gawk
configure:3153: found /bin/gawk
configure:3164: result: gawk
configure:3175: checking whether make sets $(MAKE)
configure:3197: result: yes
configure:3226: checking whether make supports nested variables
configure:3243: result: yes
configure:3380: checking whether make supports nested variables
configure:3397: result: yes
configure:3420: checking for style of include used by make
configure:3448: result: GNU
configure:3519: checking for gcc
configure:3535: found /usr/lib64/ccache/gcc
configure:3546: result: gcc
configure:3775: checking for C compiler version
configure:3784: gcc --version >&5
gcc (GCC) 5.1.1 20150618 (Red Hat 5.1.1-4)
Copyright (C) 2015 Free Software Foundation, Inc.
This is free software; see the source for copying conditions. There is NO
warranty; not even for MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.
configure:3795: $? = 0
configure:3784: gcc -v >&5
Using built-in specs.
COLLECT_GCC=/bin/gcc
COLLECT_LTO_WRAPPER=/usr/libexec/gcc/x86_64-redhat-linux/5.1.1/lto-wrapper
Target: x86_64-redhat-linux
Configured with: ../configure --enable-bootstrap
--enable-languages=c,c++,objc,obj-c++,fortran,ada,go,lto --prefix=/usr
--mandir=/usr/share/man --infodir=/usr/share/info --with-bugurl=
http://bugzilla.redhat.com/bugzilla --enable-shared --enable-threads=posix
--enable-checking=release --enable-multilib --with-system-zlib
--enable-__cxa_atexit --disable-libunwind-exceptions
--enable-gnu-unique-object --enable-linker-build-id
--with-linker-hash-style=gnu --enable-plugin --enable-initfini-array
--disable-libgcj --with-isl --enable-libmpx --enable-gnu-indirect-function
--with-tune=generic --with-arch_32=i686 --build=x86_64-redhat-linux
Thread model: posix
gcc version 5.1.1 20150618 (Red Hat 5.1.1-4) (GCC)
configure:3795: $? = 0
configure:3784: gcc -V >&5
gcc: error: unrecognized command line option '-V'
gcc: fatal error: no input files
compilation terminated.
configure:3795: $? = 1
configure:3784: gcc -qversion >&5
gcc: error: unrecognized command line option '-qversion'
gcc: fatal error: no input files
compilation terminated.
configure:3795: $? = 1
configure:3815: checking whether the C compiler works
configure:3837: gcc conftest.c >&5
configure:3841: $? = 0
configure:3889: result: yes
configure:3892: checking for C compiler default output file name
configure:3894: result: a.out
configure:3900: checking for suffix of executables
configure:3907: gcc -o conftest conftest.c >&5
configure:3911: $? = 0
configure:3933: result:
configure:3955: checking whether we are cross compiling
configure:3963: gcc -o conftest conftest.c >&5
configure:3967: $? = 0
configure:3974: ./conftest
configure:3978: $? = 0
configure:3993: result: no
configure:3998: checking for suffix of object files
configure:4020: gcc -c conftest.c >&5
configure:4024: $? = 0
configure:4045: result: o
configure:4049: checking whether we are using the GNU C compiler
configure:4068: gcc -c conftest.c >&5
configure:4068: $? = 0
configure:4077: result: yes
configure:4086: checking whether gcc accepts -g
configure:4106: gcc -c -g conftest.c >&5
configure:4106: $? = 0
configure:4147: result: yes
configure:4164: checking for gcc option to accept ISO C89
configure:4227: gcc -c -g -O2 conftest.c >&5
configure:4227: $? = 0
configure:4240: result: none needed
configure:4265: checking whether gcc understands -c and -o together
configure:4287: gcc -c conftest.c -o conftest2.o
configure:4290: $? = 0
configure:4287: gcc -c conftest.c -o conftest2.o
configure:4290: $? = 0
configure:4302: result: yes
configure:4321: checking dependency style of gcc
configure:4432: result: gcc3
configure:4453: checking for library containing strerror
configure:4484: gcc -o conftest -g -O2 conftest.c >&5
configure:4484: $? = 0
configure:4501: result: none required
configure:4516: checking how to run the C preprocessor
configure:4547: gcc -E conftest.c
configure:4547: $? = 0
configure:4561: gcc -E conftest.c
conftest.c:11:28: fatal error: ac_nonexistent.h: No such file or directory
compilation terminated.
configure:4561: $? = 1
configure: failed program was:
| /* confdefs.h */
| #define PACKAGE_NAME "graph-tool"
| #define PACKAGE_TARNAME "graph-tool"
| #define PACKAGE_VERSION "2.11"
| #define PACKAGE_STRING "graph-tool 2.11"
| #define PACKAGE_BUGREPORT "http://graph-tool.skewed.de/tickets"
| #define PACKAGE_URL "http://graph-tool.skewed.de"
| #define PACKAGE "graph-tool"
| #define VERSION "2.11"
| /* end confdefs.h. */
| #include <ac_nonexistent.h>
configure:4586: result: gcc -E
configure:4606: gcc -E conftest.c
configure:4606: $? = 0
configure:4620: gcc -E conftest.c
conftest.c:11:28: fatal error: ac_nonexistent.h: No such file or directory
compilation terminated.
configure:4620: $? = 1
configure: failed program was:
| /* confdefs.h */
| #define PACKAGE_NAME "graph-tool"
| #define PACKAGE_TARNAME "graph-tool"
| #define PACKAGE_VERSION "2.11"
| #define PACKAGE_STRING "graph-tool 2.11"
| #define PACKAGE_BUGREPORT "http://graph-tool.skewed.de/tickets"
| #define PACKAGE_URL "http://graph-tool.skewed.de"
| #define PACKAGE "graph-tool"
| #define VERSION "2.11"
| /* end confdefs.h. */
| #include <ac_nonexistent.h>
configure:4649: checking for grep that handles long lines and -e
configure:4707: result: /bin/grep
configure:4712: checking for egrep
configure:4774: result: /bin/grep -E
configure:4779: checking for ANSI C header files
configure:4799: gcc -c -g -O2 conftest.c >&5
configure:4799: $? = 0
configure:4872: gcc -o conftest -g -O2 conftest.c >&5
configure:4872: $? = 0
configure:4872: ./conftest
configure:4872: $? = 0
configure:4883: result: yes
configure:4896: checking for sys/types.h
configure:4896: gcc -c -g -O2 conftest.c >&5
configure:4896: $? = 0
configure:4896: result: yes
configure:4896: checking for sys/stat.h
configure:4896: gcc -c -g -O2 conftest.c >&5
configure:4896: $? = 0
configure:4896: result: yes
configure:4896: checking for stdlib.h
configure:4896: gcc -c -g -O2 conftest.c >&5
configure:4896: $? = 0
configure:4896: result: yes
configure:4896: checking for string.h
configure:4896: gcc -c -g -O2 conftest.c >&5
configure:4896: $? = 0
configure:4896: result: yes
configure:4896: checking for memory.h
configure:4896: gcc -c -g -O2 conftest.c >&5
configure:4896: $? = 0
configure:4896: result: yes
configure:4896: checking for strings.h
configure:4896: gcc -c -g -O2 conftest.c >&5
configure:4896: $? = 0
configure:4896: result: yes
configure:4896: checking for inttypes.h
configure:4896: gcc -c -g -O2 conftest.c >&5
configure:4896: $? = 0
configure:4896: result: yes
configure:4896: checking for stdint.h
configure:4896: gcc -c -g -O2 conftest.c >&5
configure:4896: $? = 0
configure:4896: result: yes
configure:4896: checking for unistd.h
configure:4896: gcc -c -g -O2 conftest.c >&5
configure:4896: $? = 0
configure:4896: result: yes
configure:4909: checking minix/config.h usability
configure:4909: gcc -c -g -O2 conftest.c >&5
conftest.c:54:26: fatal error: minix/config.h: No such file or directory
compilation terminated.
configure:4909: $? = 1
configure: failed program was:
| /* confdefs.h */
| #define PACKAGE_NAME "graph-tool"
| #define PACKAGE_TARNAME "graph-tool"
| #define PACKAGE_VERSION "2.11"
| #define PACKAGE_STRING "graph-tool 2.11"
| #define PACKAGE_BUGREPORT "http://graph-tool.skewed.de/tickets"
| #define PACKAGE_URL "http://graph-tool.skewed.de"
| #define PACKAGE "graph-tool"
| #define VERSION "2.11"
| #define STDC_HEADERS 1
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_SYS_STAT_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_STRING_H 1
| #define HAVE_MEMORY_H 1
| #define HAVE_STRINGS_H 1
| #define HAVE_INTTYPES_H 1
| #define HAVE_STDINT_H 1
| #define HAVE_UNISTD_H 1
| /* end confdefs.h. */
| #include <stdio.h>
| #ifdef HAVE_SYS_TYPES_H
| # include <sys/types.h>
| #endif
| #ifdef HAVE_SYS_STAT_H
| # include <sys/stat.h>
| #endif
| #ifdef STDC_HEADERS
| # include <stdlib.h>
| # include <stddef.h>
| #else
| # ifdef HAVE_STDLIB_H
| # include <stdlib.h>
| # endif
| #endif
| #ifdef HAVE_STRING_H
| # if !defined STDC_HEADERS && defined HAVE_MEMORY_H
| # include <memory.h>
| # endif
| # include <string.h>
| #endif
| #ifdef HAVE_STRINGS_H
| # include <strings.h>
| #endif
| #ifdef HAVE_INTTYPES_H
| # include <inttypes.h>
| #endif
| #ifdef HAVE_STDINT_H
| # include <stdint.h>
| #endif
| #ifdef HAVE_UNISTD_H
| # include <unistd.h>
| #endif
| #include <minix/config.h>
configure:4909: result: no
configure:4909: checking minix/config.h presence
configure:4909: gcc -E conftest.c
conftest.c:21:26: fatal error: minix/config.h: No such file or directory
compilation terminated.
configure:4909: $? = 1
configure: failed program was:
| /* confdefs.h */
| #define PACKAGE_NAME "graph-tool"
| #define PACKAGE_TARNAME "graph-tool"
| #define PACKAGE_VERSION "2.11"
| #define PACKAGE_STRING "graph-tool 2.11"
| #define PACKAGE_BUGREPORT "http://graph-tool.skewed.de/tickets"
| #define PACKAGE_URL "http://graph-tool.skewed.de"
| #define PACKAGE "graph-tool"
| #define VERSION "2.11"
| #define STDC_HEADERS 1
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_SYS_STAT_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_STRING_H 1
| #define HAVE_MEMORY_H 1
| #define HAVE_STRINGS_H 1
| #define HAVE_INTTYPES_H 1
| #define HAVE_STDINT_H 1
| #define HAVE_UNISTD_H 1
| /* end confdefs.h. */
| #include <minix/config.h>
configure:4909: result: no
configure:4909: checking for minix/config.h
configure:4909: result: no
configure:4930: checking whether it is safe to define __EXTENSIONS__
configure:4948: gcc -c -g -O2 conftest.c >&5
configure:4948: $? = 0
configure:4955: result: yes
configure:5027: checking for g++
configure:5043: found /usr/lib64/ccache/g++
configure:5054: result: g++
configure:5081: checking for C++ compiler version
configure:5090: g++ --version >&5
g++ (GCC) 5.1.1 20150618 (Red Hat 5.1.1-4)
Copyright (C) 2015 Free Software Foundation, Inc.
This is free software; see the source for copying conditions. There is NO
warranty; not even for MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.
configure:5101: $? = 0
configure:5090: g++ -v >&5
Using built-in specs.
COLLECT_GCC=/bin/g++
COLLECT_LTO_WRAPPER=/usr/libexec/gcc/x86_64-redhat-linux/5.1.1/lto-wrapper
Target: x86_64-redhat-linux
Configured with: ../configure --enable-bootstrap
--enable-languages=c,c++,objc,obj-c++,fortran,ada,go,lto --prefix=/usr
--mandir=/usr/share/man --infodir=/usr/share/info --with-bugurl=
http://bugzilla.redhat.com/bugzilla --enable-shared --enable-threads=posix
--enable-checking=release --enable-multilib --with-system-zlib
--enable-__cxa_atexit --disable-libunwind-exceptions
--enable-gnu-unique-object --enable-linker-build-id
--with-linker-hash-style=gnu --enable-plugin --enable-initfini-array
--disable-libgcj --with-isl --enable-libmpx --enable-gnu-indirect-function
--with-tune=generic --with-arch_32=i686 --build=x86_64-redhat-linux
Thread model: posix
gcc version 5.1.1 20150618 (Red Hat 5.1.1-4) (GCC)
configure:5101: $? = 0
configure:5090: g++ -V >&5
g++: error: unrecognized command line option '-V'
g++: fatal error: no input files
compilation terminated.
configure:5101: $? = 1
configure:5090: g++ -qversion >&5
g++: error: unrecognized command line option '-qversion'
g++: fatal error: no input files
compilation terminated.
configure:5101: $? = 1
configure:5105: checking whether we are using the GNU C++ compiler
configure:5124: g++ -c -std=gnu++14 conftest.cpp >&5
configure:5124: $? = 0
configure:5133: result: yes
configure:5142: checking whether g++ accepts -g
configure:5162: g++ -c -g conftest.cpp >&5
configure:5162: $? = 0
configure:5203: result: yes
configure:5228: checking dependency style of g++
configure:5339: result: gcc3
configure:5364: checking for gcc option to accept ISO C99
configure:5513: g++ -c -std=gnu++14 conftest.cpp >&5
conftest.cpp:76:29: error: expected ',' or '...' before 'text'
test_restrict (ccp restrict text)
^
conftest.cpp: In function 'int test_restrict(ccp)':
conftest.cpp:81:30: error: 'text' was not declared in this scope
for (unsigned int i = 0; *(text+i) != '\0'; ++i)
^
conftest.cpp: In function 'int main()':
conftest.cpp:130:18: error: expected initializer before 'newvar'
char *restrict newvar = "Another string";
^
conftest.cpp:138:12: error: invalid conversion from 'void*' to
'incomplete_array*' [-fpermissive]
malloc (sizeof (struct incomplete_array) + (sizeof (double) * 10));
^
conftest.cpp:156:59: error: 'newvar' was not declared in this scope
return (!success || bignum == 0LL || ubignum == 0uLL || newvar[0] == 'x'
^
configure:5513: $? = 1
configure: failed program was:
| /* confdefs.h */
| #define PACKAGE_NAME "graph-tool"
| #define PACKAGE_TARNAME "graph-tool"
| #define PACKAGE_VERSION "2.11"
| #define PACKAGE_STRING "graph-tool 2.11"
| #define PACKAGE_BUGREPORT "http://graph-tool.skewed.de/tickets"
| #define PACKAGE_URL "http://graph-tool.skewed.de"
| #define PACKAGE "graph-tool"
| #define VERSION "2.11"
| #define STDC_HEADERS 1
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_SYS_STAT_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_STRING_H 1
| #define HAVE_MEMORY_H 1
| #define HAVE_STRINGS_H 1
| #define HAVE_INTTYPES_H 1
| #define HAVE_STDINT_H 1
| #define HAVE_UNISTD_H 1
| #define __EXTENSIONS__ 1
| #define _ALL_SOURCE 1
| #define _GNU_SOURCE 1
| #define _POSIX_PTHREAD_SEMANTICS 1
| #define _TANDEM_SOURCE 1
| /* end confdefs.h. */
| #include <stdarg.h>
| #include <stdbool.h>
| #include <stdlib.h>
| #include <wchar.h>
| #include <stdio.h>
|
| // Check varargs macros. These examples are taken from C99 6.10.3.5.
| #define debug(...) fprintf (stderr, __VA_ARGS__)
| #define showlist(...) puts (#__VA_ARGS__)
| #define report(test,...) ((test) ? puts (#test) : printf (__VA_ARGS__))
| static void
| test_varargs_macros (void)
| {
| int x = 1234;
| int y = 5678;
| debug ("Flag");
| debug ("X = %d\n", x);
| showlist (The first, second, and third items.);
| report (x>y, "x is %d but y is %d", x, y);
| }
|
| // Check long long types.
| #define BIG64 18446744073709551615ull
| #define BIG32 4294967295ul
| #define BIG_OK (BIG64 / BIG32 == 4294967297ull && BIG64 % BIG32 == 0)
| #if !BIG_OK
| your preprocessor is broken;
| #endif
| #if BIG_OK
| #else
| your preprocessor is broken;
| #endif
| static long long int bignum = -9223372036854775807LL;
| static unsigned long long int ubignum = BIG64;
|
| struct incomplete_array
| {
| int datasize;
| double data[];
| };
|
| struct named_init {
| int number;
| const wchar_t *name;
| double average;
| };
|
| typedef const char *ccp;
|
| static inline int
| test_restrict (ccp restrict text)
| {
| // See if C++-style comments work.
| // Iterate through items via the restricted pointer.
| // Also check for declarations in for loops.
| for (unsigned int i = 0; *(text+i) != '\0'; ++i)
| continue;
| return 0;
| }
|
| // Check varargs and va_copy.
| static void
| test_varargs (const char *format, ...)
| {
| va_list args;
| va_start (args, format);
| va_list args_copy;
| va_copy (args_copy, args);
|
| const char *str;
| int number;
| float fnumber;
|
| while (*format)
| {
| switch (*format++)
| {
| case 's': // string
| str = va_arg (args_copy, const char *);
| break;
| case 'd': // int
| number = va_arg (args_copy, int);
| break;
| case 'f': // float
| fnumber = va_arg (args_copy, double);
| break;
| default:
| break;
| }
| }
| va_end (args_copy);
| va_end (args);
| }
|
| int
| main ()
| {
|
| // Check bool.
| _Bool success = false;
|
| // Check restrict.
| if (test_restrict ("String literal") == 0)
| success = true;
| char *restrict newvar = "Another string";
|
| // Check varargs.
| test_varargs ("s, d' f .", "string", 65, 34.234);
| test_varargs_macros ();
|
| // Check flexible array members.
| struct incomplete_array *ia =
| malloc (sizeof (struct incomplete_array) + (sizeof (double) * 10));
| ia->datasize = 10;
| for (int i = 0; i < ia->datasize; ++i)
| ia->data[i] = i * 1.234;
|
| // Check named initializers.
| struct named_init ni = {
| .number = 34,
| .name = L"Test wide string",
| .average = 543.34343,
| };
|
| ni.number = 58;
|
| int dynamic_array[ni.number];
| dynamic_array[ni.number - 1] = 543;
|
| // work around unused variable warnings
| return (!success || bignum == 0LL || ubignum == 0uLL || newvar[0] == 'x'
| || dynamic_array[ni.number - 1] != 543);
|
| ;
| return 0;
| }
configure:5513: g++ -c -std=gnu++14 conftest.cpp >&5
conftest.cpp:76:29: error: expected ',' or '...' before 'text'
test_restrict (ccp restrict text)
^
conftest.cpp: In function 'int test_restrict(ccp)':
conftest.cpp:81:30: error: 'text' was not declared in this scope
for (unsigned int i = 0; *(text+i) != '\0'; ++i)
^
conftest.cpp: In function 'int main()':
conftest.cpp:130:18: error: expected initializer before 'newvar'
char *restrict newvar = "Another string";
^
conftest.cpp:138:12: error: invalid conversion from 'void*' to
'incomplete_array*' [-fpermissive]
malloc (sizeof (struct incomplete_array) + (sizeof (double) * 10));
^
conftest.cpp:156:59: error: 'newvar' was not declared in this scope
return (!success || bignum == 0LL || ubignum == 0uLL || newvar[0] == 'x'
^
configure:5513: $? = 1
configure: failed program was:
| /* confdefs.h */
| #define PACKAGE_NAME "graph-tool"
| #define PACKAGE_TARNAME "graph-tool"
| #define PACKAGE_VERSION "2.11"
| #define PACKAGE_STRING "graph-tool 2.11"
| #define PACKAGE_BUGREPORT "http://graph-tool.skewed.de/tickets"
| #define PACKAGE_URL "http://graph-tool.skewed.de"
| #define PACKAGE "graph-tool"
| #define VERSION "2.11"
| #define STDC_HEADERS 1
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_SYS_STAT_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_STRING_H 1
| #define HAVE_MEMORY_H 1
| #define HAVE_STRINGS_H 1
| #define HAVE_INTTYPES_H 1
| #define HAVE_STDINT_H 1
| #define HAVE_UNISTD_H 1
| #define __EXTENSIONS__ 1
| #define _ALL_SOURCE 1
| #define _GNU_SOURCE 1
| #define _POSIX_PTHREAD_SEMANTICS 1
| #define _TANDEM_SOURCE 1
| /* end confdefs.h. */
| #include <stdarg.h>
| #include <stdbool.h>
| #include <stdlib.h>
| #include <wchar.h>
| #include <stdio.h>
|
| // Check varargs macros. These examples are taken from C99 6.10.3.5.
| #define debug(...) fprintf (stderr, __VA_ARGS__)
| #define showlist(...) puts (#__VA_ARGS__)
| #define report(test,...) ((test) ? puts (#test) : printf (__VA_ARGS__))
| static void
| test_varargs_macros (void)
| {
| int x = 1234;
| int y = 5678;
| debug ("Flag");
| debug ("X = %d\n", x);
| showlist (The first, second, and third items.);
| report (x>y, "x is %d but y is %d", x, y);
| }
|
| // Check long long types.
| #define BIG64 18446744073709551615ull
| #define BIG32 4294967295ul
| #define BIG_OK (BIG64 / BIG32 == 4294967297ull && BIG64 % BIG32 == 0)
| #if !BIG_OK
| your preprocessor is broken;
| #endif
| #if BIG_OK
| #else
| your preprocessor is broken;
| #endif
| static long long int bignum = -9223372036854775807LL;
| static unsigned long long int ubignum = BIG64;
|
| struct incomplete_array
| {
| int datasize;
| double data[];
| };
|
| struct named_init {
| int number;
| const wchar_t *name;
| double average;
| };
|
| typedef const char *ccp;
|
| static inline int
| test_restrict (ccp restrict text)
| {
| // See if C++-style comments work.
| // Iterate through items via the restricted pointer.
| // Also check for declarations in for loops.
| for (unsigned int i = 0; *(text+i) != '\0'; ++i)
| continue;
| return 0;
| }
|
| // Check varargs and va_copy.
| static void
| test_varargs (const char *format, ...)
| {
| va_list args;
| va_start (args, format);
| va_list args_copy;
| va_copy (args_copy, args);
|
| const char *str;
| int number;
| float fnumber;
|
| while (*format)
| {
| switch (*format++)
| {
| case 's': // string
| str = va_arg (args_copy, const char *);
| break;
| case 'd': // int
| number = va_arg (args_copy, int);
| break;
| case 'f': // float
| fnumber = va_arg (args_copy, double);
| break;
| default:
| break;
| }
| }
| va_end (args_copy);
| va_end (args);
| }
|
| int
| main ()
| {
|
| // Check bool.
| _Bool success = false;
|
| // Check restrict.
| if (test_restrict ("String literal") == 0)
| success = true;
| char *restrict newvar = "Another string";
|
| // Check varargs.
| test_varargs ("s, d' f .", "string", 65, 34.234);
| test_varargs_macros ();
|
| // Check flexible array members.
| struct incomplete_array *ia =
| malloc (sizeof (struct incomplete_array) + (sizeof (double) * 10));
| ia->datasize = 10;
| for (int i = 0; i < ia->datasize; ++i)
| ia->data[i] = i * 1.234;
|
| // Check named initializers.
| struct named_init ni = {
| .number = 34,
| .name = L"Test wide string",
| .average = 543.34343,
| };
|
| ni.number = 58;
|
| int dynamic_array[ni.number];
| dynamic_array[ni.number - 1] = 543;
|
| // work around unused variable warnings
| return (!success || bignum == 0LL || ubignum == 0uLL || newvar[0] == 'x'
| || dynamic_array[ni.number - 1] != 543);
|
| ;
| return 0;
| }
configure:5513: g++ -c -std=gnu++14 conftest.cpp >&5
conftest.cpp:76:29: error: expected ',' or '...' before 'text'
test_restrict (ccp restrict text)
^
conftest.cpp: In function 'int test_restrict(ccp)':
conftest.cpp:81:30: error: 'text' was not declared in this scope
for (unsigned int i = 0; *(text+i) != '\0'; ++i)
^
conftest.cpp: In function 'int main()':
conftest.cpp:130:18: error: expected initializer before 'newvar'
char *restrict newvar = "Another string";
^
conftest.cpp:138:12: error: invalid conversion from 'void*' to
'incomplete_array*' [-fpermissive]
malloc (sizeof (struct incomplete_array) + (sizeof (double) * 10));
^
conftest.cpp:156:59: error: 'newvar' was not declared in this scope
return (!success || bignum == 0LL || ubignum == 0uLL || newvar[0] == 'x'
^
configure:5513: $? = 1
configure: failed program was:
| /* confdefs.h */
| #define PACKAGE_NAME "graph-tool"
| #define PACKAGE_TARNAME "graph-tool"
| #define PACKAGE_VERSION "2.11"
| #define PACKAGE_STRING "graph-tool 2.11"
| #define PACKAGE_BUGREPORT "http://graph-tool.skewed.de/tickets"
| #define PACKAGE_URL "http://graph-tool.skewed.de"
| #define PACKAGE "graph-tool"
| #define VERSION "2.11"
| #define STDC_HEADERS 1
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_SYS_STAT_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_STRING_H 1
| #define HAVE_MEMORY_H 1
| #define HAVE_STRINGS_H 1
| #define HAVE_INTTYPES_H 1
| #define HAVE_STDINT_H 1
| #define HAVE_UNISTD_H 1
| #define __EXTENSIONS__ 1
| #define _ALL_SOURCE 1
| #define _GNU_SOURCE 1
| #define _POSIX_PTHREAD_SEMANTICS 1
| #define _TANDEM_SOURCE 1
| /* end confdefs.h. */
| #include <stdarg.h>
| #include <stdbool.h>
| #include <stdlib.h>
| #include <wchar.h>
| #include <stdio.h>
|
| // Check varargs macros. These examples are taken from C99 6.10.3.5.
| #define debug(...) fprintf (stderr, __VA_ARGS__)
| #define showlist(...) puts (#__VA_ARGS__)
| #define report(test,...) ((test) ? puts (#test) : printf (__VA_ARGS__))
| static void
| test_varargs_macros (void)
| {
| int x = 1234;
| int y = 5678;
| debug ("Flag");
| debug ("X = %d\n", x);
| showlist (The first, second, and third items.);
| report (x>y, "x is %d but y is %d", x, y);
| }
|
| // Check long long types.
| #define BIG64 18446744073709551615ull
| #define BIG32 4294967295ul
| #define BIG_OK (BIG64 / BIG32 == 4294967297ull && BIG64 % BIG32 == 0)
| #if !BIG_OK
| your preprocessor is broken;
| #endif
| #if BIG_OK
| #else
| your preprocessor is broken;
| #endif
| static long long int bignum = -9223372036854775807LL;
| static unsigned long long int ubignum = BIG64;
|
| struct incomplete_array
| {
| int datasize;
| double data[];
| };
|
| struct named_init {
| int number;
| const wchar_t *name;
| double average;
| };
|
| typedef const char *ccp;
|
| static inline int
| test_restrict (ccp restrict text)
| {
| // See if C++-style comments work.
| // Iterate through items via the restricted pointer.
| // Also check for declarations in for loops.
| for (unsigned int i = 0; *(text+i) != '\0'; ++i)
| continue;
| return 0;
| }
|
| // Check varargs and va_copy.
| static void
| test_varargs (const char *format, ...)
| {
| va_list args;
| va_start (args, format);
| va_list args_copy;
| va_copy (args_copy, args);
|
| const char *str;
| int number;
| float fnumber;
|
| while (*format)
| {
| switch (*format++)
| {
| case 's': // string
| str = va_arg (args_copy, const char *);
| break;
| case 'd': // int
| number = va_arg (args_copy, int);
| break;
| case 'f': // float
| fnumber = va_arg (args_copy, double);
| break;
| default:
| break;
| }
| }
| va_end (args_copy);
| va_end (args);
| }
|
| int
| main ()
| {
|
| // Check bool.
| _Bool success = false;
|
| // Check restrict.
| if (test_restrict ("String literal") == 0)
| success = true;
| char *restrict newvar = "Another string";
|
| // Check varargs.
| test_varargs ("s, d' f .", "string", 65, 34.234);
| test_varargs_macros ();
|
| // Check flexible array members.
| struct incomplete_array *ia =
| malloc (sizeof (struct incomplete_array) + (sizeof (double) * 10));
| ia->datasize = 10;
| for (int i = 0; i < ia->datasize; ++i)
| ia->data[i] = i * 1.234;
|
| // Check named initializers.
| struct named_init ni = {
| .number = 34,
| .name = L"Test wide string",
| .average = 543.34343,
| };
|
| ni.number = 58;
|
| int dynamic_array[ni.number];
| dynamic_array[ni.number - 1] = 543;
|
| // work around unused variable warnings
| return (!success || bignum == 0LL || ubignum == 0uLL || newvar[0] == 'x'
| || dynamic_array[ni.number - 1] != 543);
|
| ;
| return 0;
| }
configure:5513: g++ -c -std=gnu++14 conftest.cpp >&5
conftest.cpp:76:29: error: expected ',' or '...' before 'text'
test_restrict (ccp restrict text)
^
conftest.cpp: In function 'int test_restrict(ccp)':
conftest.cpp:81:30: error: 'text' was not declared in this scope
for (unsigned int i = 0; *(text+i) != '\0'; ++i)
^
conftest.cpp: In function 'int main()':
conftest.cpp:130:18: error: expected initializer before 'newvar'
char *restrict newvar = "Another string";
^
conftest.cpp:138:12: error: invalid conversion from 'void*' to
'incomplete_array*' [-fpermissive]
malloc (sizeof (struct incomplete_array) + (sizeof (double) * 10));
^
conftest.cpp:156:59: error: 'newvar' was not declared in this scope
return (!success || bignum == 0LL || ubignum == 0uLL || newvar[0] == 'x'
^
configure:5513: $? = 1
configure: failed program was:
| /* confdefs.h */
| #define PACKAGE_NAME "graph-tool"
| #define PACKAGE_TARNAME "graph-tool"
| #define PACKAGE_VERSION "2.11"
| #define PACKAGE_STRING "graph-tool 2.11"
| #define PACKAGE_BUGREPORT "http://graph-tool.skewed.de/tickets"
| #define PACKAGE_URL "http://graph-tool.skewed.de"
| #define PACKAGE "graph-tool"
| #define VERSION "2.11"
| #define STDC_HEADERS 1
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_SYS_STAT_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_STRING_H 1
| #define HAVE_MEMORY_H 1
| #define HAVE_STRINGS_H 1
| #define HAVE_INTTYPES_H 1
| #define HAVE_STDINT_H 1
| #define HAVE_UNISTD_H 1
| #define __EXTENSIONS__ 1
| #define _ALL_SOURCE 1
| #define _GNU_SOURCE 1
| #define _POSIX_PTHREAD_SEMANTICS 1
| #define _TANDEM_SOURCE 1
| /* end confdefs.h. */
| #include <stdarg.h>
| #include <stdbool.h>
| #include <stdlib.h>
| #include <wchar.h>
| #include <stdio.h>
|
| // Check varargs macros. These examples are taken from C99 6.10.3.5.
| #define debug(...) fprintf (stderr, __VA_ARGS__)
| #define showlist(...) puts (#__VA_ARGS__)
| #define report(test,...) ((test) ? puts (#test) : printf (__VA_ARGS__))
| static void
| test_varargs_macros (void)
| {
| int x = 1234;
| int y = 5678;
| debug ("Flag");
| debug ("X = %d\n", x);
| showlist (The first, second, and third items.);
| report (x>y, "x is %d but y is %d", x, y);
| }
|
| // Check long long types.
| #define BIG64 18446744073709551615ull
| #define BIG32 4294967295ul
| #define BIG_OK (BIG64 / BIG32 == 4294967297ull && BIG64 % BIG32 == 0)
| #if !BIG_OK
| your preprocessor is broken;
| #endif
| #if BIG_OK
| #else
| your preprocessor is broken;
| #endif
| static long long int bignum = -9223372036854775807LL;
| static unsigned long long int ubignum = BIG64;
|
| struct incomplete_array
| {
| int datasize;
| double data[];
| };
|
| struct named_init {
| int number;
| const wchar_t *name;
| double average;
| };
|
| typedef const char *ccp;
|
| static inline int
| test_restrict (ccp restrict text)
| {
| // See if C++-style comments work.
| // Iterate through items via the restricted pointer.
| // Also check for declarations in for loops.
| for (unsigned int i = 0; *(text+i) != '\0'; ++i)
| continue;
| return 0;
| }
|
| // Check varargs and va_copy.
| static void
| test_varargs (const char *format, ...)
| {
| va_list args;
| va_start (args, format);
| va_list args_copy;
| va_copy (args_copy, args);
|
| const char *str;
| int number;
| float fnumber;
|
| while (*format)
| {
| switch (*format++)
| {
| case 's': // string
| str = va_arg (args_copy, const char *);
| break;
| case 'd': // int
| number = va_arg (args_copy, int);
| break;
| case 'f': // float
| fnumber = va_arg (args_copy, double);
| break;
| default:
| break;
| }
| }
| va_end (args_copy);
| va_end (args);
| }
|
| int
| main ()
| {
|
| // Check bool.
| _Bool success = false;
|
| // Check restrict.
| if (test_restrict ("String literal") == 0)
| success = true;
| char *restrict newvar = "Another string";
|
| // Check varargs.
| test_varargs ("s, d' f .", "string", 65, 34.234);
| test_varargs_macros ();
|
| // Check flexible array members.
| struct incomplete_array *ia =
| malloc (sizeof (struct incomplete_array) + (sizeof (double) * 10));
| ia->datasize = 10;
| for (int i = 0; i < ia->datasize; ++i)
| ia->data[i] = i * 1.234;
|
| // Check named initializers.
| struct named_init ni = {
| .number = 34,
| .name = L"Test wide string",
| .average = 543.34343,
| };
|
| ni.number = 58;
|
| int dynamic_array[ni.number];
| dynamic_array[ni.number - 1] = 543;
|
| // work around unused variable warnings
| return (!success || bignum == 0LL || ubignum == 0uLL || newvar[0] == 'x'
| || dynamic_array[ni.number - 1] != 543);
|
| ;
| return 0;
| }
configure:5513: g++ -c -std=gnu++14 conftest.cpp >&5
conftest.cpp:76:29: error: expected ',' or '...' before 'text'
test_restrict (ccp restrict text)
^
conftest.cpp: In function 'int test_restrict(ccp)':
conftest.cpp:81:30: error: 'text' was not declared in this scope
for (unsigned int i = 0; *(text+i) != '\0'; ++i)
^
conftest.cpp: In function 'int main()':
conftest.cpp:130:18: error: expected initializer before 'newvar'
char *restrict newvar = "Another string";
^
conftest.cpp:138:12: error: invalid conversion from 'void*' to
'incomplete_array*' [-fpermissive]
malloc (sizeof (struct incomplete_array) + (sizeof (double) * 10));
^
conftest.cpp:156:59: error: 'newvar' was not declared in this scope
return (!success || bignum == 0LL || ubignum == 0uLL || newvar[0] == 'x'
^
configure:5513: $? = 1
configure: failed program was:
| /* confdefs.h */
| #define PACKAGE_NAME "graph-tool"
| #define PACKAGE_TARNAME "graph-tool"
| #define PACKAGE_VERSION "2.11"
| #define PACKAGE_STRING "graph-tool 2.11"
| #define PACKAGE_BUGREPORT "http://graph-tool.skewed.de/tickets"
| #define PACKAGE_URL "http://graph-tool.skewed.de"
| #define PACKAGE "graph-tool"
| #define VERSION "2.11"
| #define STDC_HEADERS 1
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_SYS_STAT_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_STRING_H 1
| #define HAVE_MEMORY_H 1
| #define HAVE_STRINGS_H 1
| #define HAVE_INTTYPES_H 1
| #define HAVE_STDINT_H 1
| #define HAVE_UNISTD_H 1
| #define __EXTENSIONS__ 1
| #define _ALL_SOURCE 1
| #define _GNU_SOURCE 1
| #define _POSIX_PTHREAD_SEMANTICS 1
| #define _TANDEM_SOURCE 1
| /* end confdefs.h. */
| #include <stdarg.h>
| #include <stdbool.h>
| #include <stdlib.h>
| #include <wchar.h>
| #include <stdio.h>
|
| // Check varargs macros. These examples are taken from C99 6.10.3.5.
| #define debug(...) fprintf (stderr, __VA_ARGS__)
| #define showlist(...) puts (#__VA_ARGS__)
| #define report(test,...) ((test) ? puts (#test) : printf (__VA_ARGS__))
| static void
| test_varargs_macros (void)
| {
| int x = 1234;
| int y = 5678;
| debug ("Flag");
| debug ("X = %d\n", x);
| showlist (The first, second, and third items.);
| report (x>y, "x is %d but y is %d", x, y);
| }
|
| // Check long long types.
| #define BIG64 18446744073709551615ull
| #define BIG32 4294967295ul
| #define BIG_OK (BIG64 / BIG32 == 4294967297ull && BIG64 % BIG32 == 0)
| #if !BIG_OK
| your preprocessor is broken;
| #endif
| #if BIG_OK
| #else
| your preprocessor is broken;
| #endif
| static long long int bignum = -9223372036854775807LL;
| static unsigned long long int ubignum = BIG64;
|
| struct incomplete_array
| {
| int datasize;
| double data[];
| };
|
| struct named_init {
| int number;
| const wchar_t *name;
| double average;
| };
|
| typedef const char *ccp;
|
| static inline int
| test_restrict (ccp restrict text)
| {
| // See if C++-style comments work.
| // Iterate through items via the restricted pointer.
| // Also check for declarations in for loops.
| for (unsigned int i = 0; *(text+i) != '\0'; ++i)
| continue;
| return 0;
| }
|
| // Check varargs and va_copy.
| static void
| test_varargs (const char *format, ...)
| {
| va_list args;
| va_start (args, format);
| va_list args_copy;
| va_copy (args_copy, args);
|
| const char *str;
| int number;
| float fnumber;
|
| while (*format)
| {
| switch (*format++)
| {
| case 's': // string
| str = va_arg (args_copy, const char *);
| break;
| case 'd': // int
| number = va_arg (args_copy, int);
| break;
| case 'f': // float
| fnumber = va_arg (args_copy, double);
| break;
| default:
| break;
| }
| }
| va_end (args_copy);
| va_end (args);
| }
|
| int
| main ()
| {
|
| // Check bool.
| _Bool success = false;
|
| // Check restrict.
| if (test_restrict ("String literal") == 0)
| success = true;
| char *restrict newvar = "Another string";
|
| // Check varargs.
| test_varargs ("s, d' f .", "string", 65, 34.234);
| test_varargs_macros ();
|
| // Check flexible array members.
| struct incomplete_array *ia =
| malloc (sizeof (struct incomplete_array) + (sizeof (double) * 10));
| ia->datasize = 10;
| for (int i = 0; i < ia->datasize; ++i)
| ia->data[i] = i * 1.234;
|
| // Check named initializers.
| struct named_init ni = {
| .number = 34,
| .name = L"Test wide string",
| .average = 543.34343,
| };
|
| ni.number = 58;
|
| int dynamic_array[ni.number];
| dynamic_array[ni.number - 1] = 543;
|
| // work around unused variable warnings
| return (!success || bignum == 0LL || ubignum == 0uLL || newvar[0] == 'x'
| || dynamic_array[ni.number - 1] != 543);
|
| ;
| return 0;
| }
configure:5513: g++ -c -std=gnu++14 conftest.cpp >&5
conftest.cpp:76:29: error: expected ',' or '...' before 'text'
test_restrict (ccp restrict text)
^
conftest.cpp: In function 'int test_restrict(ccp)':
conftest.cpp:81:30: error: 'text' was not declared in this scope
for (unsigned int i = 0; *(text+i) != '\0'; ++i)
^
conftest.cpp: In function 'int main()':
conftest.cpp:130:18: error: expected initializer before 'newvar'
char *restrict newvar = "Another string";
^
conftest.cpp:138:12: error: invalid conversion from 'void*' to
'incomplete_array*' [-fpermissive]
malloc (sizeof (struct incomplete_array) + (sizeof (double) * 10));
^
conftest.cpp:156:59: error: 'newvar' was not declared in this scope
return (!success || bignum == 0LL || ubignum == 0uLL || newvar[0] == 'x'
^
configure:5513: $? = 1
configure: failed program was:
| /* confdefs.h */
| #define PACKAGE_NAME "graph-tool"
| #define PACKAGE_TARNAME "graph-tool"
| #define PACKAGE_VERSION "2.11"
| #define PACKAGE_STRING "graph-tool 2.11"
| #define PACKAGE_BUGREPORT "http://graph-tool.skewed.de/tickets"
| #define PACKAGE_URL "http://graph-tool.skewed.de"
| #define PACKAGE "graph-tool"
| #define VERSION "2.11"
| #define STDC_HEADERS 1
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_SYS_STAT_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_STRING_H 1
| #define HAVE_MEMORY_H 1
| #define HAVE_STRINGS_H 1
| #define HAVE_INTTYPES_H 1
| #define HAVE_STDINT_H 1
| #define HAVE_UNISTD_H 1
| #define __EXTENSIONS__ 1
| #define _ALL_SOURCE 1
| #define _GNU_SOURCE 1
| #define _POSIX_PTHREAD_SEMANTICS 1
| #define _TANDEM_SOURCE 1
| /* end confdefs.h. */
| #include <stdarg.h>
| #include <stdbool.h>
| #include <stdlib.h>
| #include <wchar.h>
| #include <stdio.h>
|
| // Check varargs macros. These examples are taken from C99 6.10.3.5.
| #define debug(...) fprintf (stderr, __VA_ARGS__)
| #define showlist(...) puts (#__VA_ARGS__)
| #define report(test,...) ((test) ? puts (#test) : printf (__VA_ARGS__))
| static void
| test_varargs_macros (void)
| {
| int x = 1234;
| int y = 5678;
| debug ("Flag");
| debug ("X = %d\n", x);
| showlist (The first, second, and third items.);
| report (x>y, "x is %d but y is %d", x, y);
| }
|
| // Check long long types.
| #define BIG64 18446744073709551615ull
| #define BIG32 4294967295ul
| #define BIG_OK (BIG64 / BIG32 == 4294967297ull && BIG64 % BIG32 == 0)
| #if !BIG_OK
| your preprocessor is broken;
| #endif
| #if BIG_OK
| #else
| your preprocessor is broken;
| #endif
| static long long int bignum = -9223372036854775807LL;
| static unsigned long long int ubignum = BIG64;
|
| struct incomplete_array
| {
| int datasize;
| double data[];
| };
|
| struct named_init {
| int number;
| const wchar_t *name;
| double average;
| };
|
| typedef const char *ccp;
|
| static inline int
| test_restrict (ccp restrict text)
| {
| // See if C++-style comments work.
| // Iterate through items via the restricted pointer.
| // Also check for declarations in for loops.
| for (unsigned int i = 0; *(text+i) != '\0'; ++i)
| continue;
| return 0;
| }
|
| // Check varargs and va_copy.
| static void
| test_varargs (const char *format, ...)
| {
| va_list args;
| va_start (args, format);
| va_list args_copy;
| va_copy (args_copy, args);
|
| const char *str;
| int number;
| float fnumber;
|
| while (*format)
| {
| switch (*format++)
| {
| case 's': // string
| str = va_arg (args_copy, const char *);
| break;
| case 'd': // int
| number = va_arg (args_copy, int);
| break;
| case 'f': // float
| fnumber = va_arg (args_copy, double);
| break;
| default:
| break;
| }
| }
| va_end (args_copy);
| va_end (args);
| }
|
| int
| main ()
| {
|
| // Check bool.
| _Bool success = false;
|
| // Check restrict.
| if (test_restrict ("String literal") == 0)
| success = true;
| char *restrict newvar = "Another string";
|
| // Check varargs.
| test_varargs ("s, d' f .", "string", 65, 34.234);
| test_varargs_macros ();
|
| // Check flexible array members.
| struct incomplete_array *ia =
| malloc (sizeof (struct incomplete_array) + (sizeof (double) * 10));
| ia->datasize = 10;
| for (int i = 0; i < ia->datasize; ++i)
| ia->data[i] = i * 1.234;
|
| // Check named initializers.
| struct named_init ni = {
| .number = 34,
| .name = L"Test wide string",
| .average = 543.34343,
| };
|
| ni.number = 58;
|
| int dynamic_array[ni.number];
| dynamic_array[ni.number - 1] = 543;
|
| // work around unused variable warnings
| return (!success || bignum == 0LL || ubignum == 0uLL || newvar[0] == 'x'
| || dynamic_array[ni.number - 1] != 543);
|
| ;
| return 0;
| }
configure:5513: g++ -c -std=gnu++14 conftest.cpp >&5
conftest.cpp:76:29: error: expected ',' or '...' before 'text'
test_restrict (ccp restrict text)
^
conftest.cpp: In function 'int test_restrict(ccp)':
conftest.cpp:81:30: error: 'text' was not declared in this scope
for (unsigned int i = 0; *(text+i) != '\0'; ++i)
^
conftest.cpp: In function 'int main()':
conftest.cpp:130:18: error: expected initializer before 'newvar'
char *restrict newvar = "Another string";
^
conftest.cpp:138:12: error: invalid conversion from 'void*' to
'incomplete_array*' [-fpermissive]
malloc (sizeof (struct incomplete_array) + (sizeof (double) * 10));
^
conftest.cpp:156:59: error: 'newvar' was not declared in this scope
return (!success || bignum == 0LL || ubignum == 0uLL || newvar[0] == 'x'
^
configure:5513: $? = 1
configure: failed program was:
| /* confdefs.h */
| #define PACKAGE_NAME "graph-tool"
| #define PACKAGE_TARNAME "graph-tool"
| #define PACKAGE_VERSION "2.11"
| #define PACKAGE_STRING "graph-tool 2.11"
| #define PACKAGE_BUGREPORT "http://graph-tool.skewed.de/tickets"
| #define PACKAGE_URL "http://graph-tool.skewed.de"
| #define PACKAGE "graph-tool"
| #define VERSION "2.11"
| #define STDC_HEADERS 1
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_SYS_STAT_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_STRING_H 1
| #define HAVE_MEMORY_H 1
| #define HAVE_STRINGS_H 1
| #define HAVE_INTTYPES_H 1
| #define HAVE_STDINT_H 1
| #define HAVE_UNISTD_H 1
| #define __EXTENSIONS__ 1
| #define _ALL_SOURCE 1
| #define _GNU_SOURCE 1
| #define _POSIX_PTHREAD_SEMANTICS 1
| #define _TANDEM_SOURCE 1
| /* end confdefs.h. */
| #include <stdarg.h>
| #include <stdbool.h>
| #include <stdlib.h>
| #include <wchar.h>
| #include <stdio.h>
|
| // Check varargs macros. These examples are taken from C99 6.10.3.5.
| #define debug(...) fprintf (stderr, __VA_ARGS__)
| #define showlist(...) puts (#__VA_ARGS__)
| #define report(test,...) ((test) ? puts (#test) : printf (__VA_ARGS__))
| static void
| test_varargs_macros (void)
| {
| int x = 1234;
| int y = 5678;
| debug ("Flag");
| debug ("X = %d\n", x);
| showlist (The first, second, and third items.);
| report (x>y, "x is %d but y is %d", x, y);
| }
|
| // Check long long types.
| #define BIG64 18446744073709551615ull
| #define BIG32 4294967295ul
| #define BIG_OK (BIG64 / BIG32 == 4294967297ull && BIG64 % BIG32 == 0)
| #if !BIG_OK
| your preprocessor is broken;
| #endif
| #if BIG_OK
| #else
| your preprocessor is broken;
| #endif
| static long long int bignum = -9223372036854775807LL;
| static unsigned long long int ubignum = BIG64;
|
| struct incomplete_array
| {
| int datasize;
| double data[];
| };
|
| struct named_init {
| int number;
| const wchar_t *name;
| double average;
| };
|
| typedef const char *ccp;
|
| static inline int
| test_restrict (ccp restrict text)
| {
| // See if C++-style comments work.
| // Iterate through items via the restricted pointer.
| // Also check for declarations in for loops.
| for (unsigned int i = 0; *(text+i) != '\0'; ++i)
| continue;
| return 0;
| }
|
| // Check varargs and va_copy.
| static void
| test_varargs (const char *format, ...)
| {
| va_list args;
| va_start (args, format);
| va_list args_copy;
| va_copy (args_copy, args);
|
| const char *str;
| int number;
| float fnumber;
|
| while (*format)
| {
| switch (*format++)
| {
| case 's': // string
| str = va_arg (args_copy, const char *);
| break;
| case 'd': // int
| number = va_arg (args_copy, int);
| break;
| case 'f': // float
| fnumber = va_arg (args_copy, double);
| break;
| default:
| break;
| }
| }
| va_end (args_copy);
| va_end (args);
| }
|
| int
| main ()
| {
|
| // Check bool.
| _Bool success = false;
|
| // Check restrict.
| if (test_restrict ("String literal") == 0)
| success = true;
| char *restrict newvar = "Another string";
|
| // Check varargs.
| test_varargs ("s, d' f .", "string", 65, 34.234);
| test_varargs_macros ();
|
| // Check flexible array members.
| struct incomplete_array *ia =
| malloc (sizeof (struct incomplete_array) + (sizeof (double) * 10));
| ia->datasize = 10;
| for (int i = 0; i < ia->datasize; ++i)
| ia->data[i] = i * 1.234;
|
| // Check named initializers.
| struct named_init ni = {
| .number = 34,
| .name = L"Test wide string",
| .average = 543.34343,
| };
|
| ni.number = 58;
|
| int dynamic_array[ni.number];
| dynamic_array[ni.number - 1] = 543;
|
| // work around unused variable warnings
| return (!success || bignum == 0LL || ubignum == 0uLL || newvar[0] == 'x'
| || dynamic_array[ni.number - 1] != 543);
|
| ;
| return 0;
| }
configure:5529: result: unsupported
configure:5539: checking for gcc option to accept ISO C89
configure:5615: result: none needed
configure:5634: checking for gcc option to accept ISO Standard C
configure:5645: result: none needed
configure:5658: checking how to run the C++ preprocessor
configure:5685: g++ -E conftest.cpp
configure:5685: $? = 0
configure:5699: g++ -E conftest.cpp
conftest.cpp:26:28: fatal error: ac_nonexistent.h: No such file or directory
compilation terminated.
configure:5699: $? = 1
configure: failed program was:
| /* confdefs.h */
| #define PACKAGE_NAME "graph-tool"
| #define PACKAGE_TARNAME "graph-tool"
| #define PACKAGE_VERSION "2.11"
| #define PACKAGE_STRING "graph-tool 2.11"
| #define PACKAGE_BUGREPORT "http://graph-tool.skewed.de/tickets"
| #define PACKAGE_URL "http://graph-tool.skewed.de"
| #define PACKAGE "graph-tool"
| #define VERSION "2.11"
| #define STDC_HEADERS 1
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_SYS_STAT_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_STRING_H 1
| #define HAVE_MEMORY_H 1
| #define HAVE_STRINGS_H 1
| #define HAVE_INTTYPES_H 1
| #define HAVE_STDINT_H 1
| #define HAVE_UNISTD_H 1
| #define __EXTENSIONS__ 1
| #define _ALL_SOURCE 1
| #define _GNU_SOURCE 1
| #define _POSIX_PTHREAD_SEMANTICS 1
| #define _TANDEM_SOURCE 1
| /* end confdefs.h. */
| #include <ac_nonexistent.h>
configure:5724: result: g++ -E
configure:5744: g++ -E conftest.cpp
configure:5744: $? = 0
configure:5758: g++ -E conftest.cpp
conftest.cpp:26:28: fatal error: ac_nonexistent.h: No such file or directory
compilation terminated.
configure:5758: $? = 1
configure: failed program was:
| /* confdefs.h */
| #define PACKAGE_NAME "graph-tool"
| #define PACKAGE_TARNAME "graph-tool"
| #define PACKAGE_VERSION "2.11"
| #define PACKAGE_STRING "graph-tool 2.11"
| #define PACKAGE_BUGREPORT "http://graph-tool.skewed.de/tickets"
| #define PACKAGE_URL "http://graph-tool.skewed.de"
| #define PACKAGE "graph-tool"
| #define VERSION "2.11"
| #define STDC_HEADERS 1
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_SYS_STAT_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_STRING_H 1
| #define HAVE_MEMORY_H 1
| #define HAVE_STRINGS_H 1
| #define HAVE_INTTYPES_H 1
| #define HAVE_STDINT_H 1
| #define HAVE_UNISTD_H 1
| #define __EXTENSIONS__ 1
| #define _ALL_SOURCE 1
| #define _GNU_SOURCE 1
| #define _POSIX_PTHREAD_SEMANTICS 1
| #define _TANDEM_SOURCE 1
| /* end confdefs.h. */
| #include <ac_nonexistent.h>
configure:5787: checking for ANSI C header files
configure:5891: result: yes
configure:5976: checking how to print strings
configure:6003: result: printf
configure:6024: checking for a sed that does not truncate output
configure:6088: result: /bin/sed
configure:6106: checking for fgrep
configure:6168: result: /bin/grep -F
configure:6203: checking for ld used by gcc
configure:6270: result: /bin/ld
configure:6277: checking if the linker (/bin/ld) is GNU ld
configure:6292: result: yes
configure:6304: checking for BSD- or MS-compatible name lister (nm)
configure:6358: result: /bin/nm -B
configure:6488: checking the name lister (/bin/nm -B) interface
configure:6495: g++ -c -std=gnu++14 conftest.cpp >&5
configure:6498: /bin/nm -B "conftest.o"
configure:6501: output
0000000000000000 B some_variable
configure:6508: result: BSD nm
configure:6511: checking whether ln -s works
configure:6515: result: yes
configure:6523: checking the maximum length of command line arguments
configure:6654: result: 1572864
configure:6702: checking how to convert x86_64-unknown-linux-gnu file names
to x86_64-unknown-linux-gnu format
configure:6742: result: func_convert_file_noop
configure:6749: checking how to convert x86_64-unknown-linux-gnu file names
to toolchain format
configure:6769: result: func_convert_file_noop
configure:6776: checking for /bin/ld option to reload object files
configure:6783: result: -r
configure:6857: checking for objdump
configure:6873: found /bin/objdump
configure:6884: result: objdump
configure:6916: checking how to recognize dependent libraries
configure:7116: result: pass_all
configure:7201: checking for dlltool
configure:7231: result: no
configure:7261: checking how to associate runtime and link libraries
configure:7288: result: printf %s\n
configure:7348: checking for ar
configure:7364: found /bin/ar
configure:7375: result: ar
configure:7412: checking for archiver @FILE support
configure:7429: g++ -c -std=gnu++14 conftest.cpp >&5
configure:7429: $? = 0
configure:7432: ar cru libconftest.a @conftest.lst >&5
ar: `u' modifier ignored since `D' is the default (see `U')
configure:7435: $? = 0
configure:7440: ar cru libconftest.a @conftest.lst >&5
ar: `u' modifier ignored since `D' is the default (see `U')
ar: conftest.o: No such file or directory
configure:7443: $? = 1
configure:7455: result: @
configure:7513: checking for strip
configure:7529: found /bin/strip
configure:7540: result: strip
configure:7612: checking for ranlib
configure:7628: found /bin/ranlib
configure:7639: result: ranlib
configure:7741: checking command to parse /bin/nm -B output from gcc object
configure:7894: g++ -c -std=gnu++14 conftest.cpp >&5
configure:7897: $? = 0
configure:7901: /bin/nm -B conftest.o \| sed -n -e 's/^.*[
]\([ABCDGIRSTW][ABCDGIRSTW]*\)[ ][ ]*\([_A-Za-z][_A-Za-z0-9]*\)$/\1 \2
\2/p' | sed '/ __gnu_lto/d' \> conftest.nm
configure:7904: $? = 0
configure:7970: g++ -o conftest -std=gnu++14 conftest.cpp conftstm.o >&5
configure:7973: $? = 0
configure:8011: result: ok
configure:8058: checking for sysroot
configure:8088: result: no
configure:8095: checking for a working dd
configure:8133: result: /bin/dd
configure:8137: checking how to truncate binary pipes
configure:8152: result: /bin/dd bs=4096 count=1
configure:8288: g++ -c -std=gnu++14 conftest.cpp >&5
configure:8291: $? = 0
configure:8481: checking for mt
configure:8511: result: no
configure:8531: checking if : is a manifest tool
configure:8537: : '-?'
configure:8545: result: no
configure:9219: checking for dlfcn.h
configure:9219: g++ -c -std=gnu++14 conftest.cpp >&5
configure:9219: $? = 0
configure:9219: result: yes
configure:9455: checking for objdir
configure:9470: result: .libs
configure:9730: checking if gcc supports -fno-rtti -fno-exceptions
configure:9748: gcc -c -g -O2 -fno-rtti -fno-exceptions conftest.c >&5
cc1: warning: command line option '-fno-rtti' is valid for C++/ObjC++ but
not for C
cc1: warning: command line option '-fno-rtti' is valid for C++/ObjC++ but
not for C
configure:9752: $? = 0
configure:9765: result: no
configure:10123: checking for gcc option to produce PIC
configure:10130: result: -fPIC -DPIC
configure:10138: checking if gcc PIC flag -fPIC -DPIC works
configure:10156: gcc -c -g -O2 -fPIC -DPIC -DPIC conftest.c >&5
configure:10160: $? = 0
configure:10173: result: yes
configure:10202: checking if gcc static flag -static works
configure:10230: result: no
configure:10245: checking if gcc supports -c -o file.o
configure:10266: gcc -c -g -O2 -o out/conftest2.o conftest.c >&5
configure:10270: $? = 0
configure:10292: result: yes
configure:10300: checking if gcc supports -c -o file.o
configure:10347: result: yes
configure:10380: checking whether the gcc linker (/bin/ld -m elf_x86_64)
supports shared libraries
configure:11639: result: yes
configure:11676: checking whether -lc should be explicitly linked in
configure:11684: gcc -c -g -O2 conftest.c >&5
configure:11687: $? = 0
configure:11702: gcc -shared -fPIC -DPIC conftest.o -v -Wl,-soname
-Wl,conftest -o conftest 2\>\&1 \| /bin/grep -lc \>/dev/null 2\>\&1
configure:11705: $? = 0
configure:11719: result: no
configure:11879: checking dynamic linker characteristics
configure:12460: gcc -o conftest -g -O2 -Wl,-rpath -Wl,/foo conftest.c
>&5
configure:12460: $? = 0
configure:12697: result: GNU/Linux ld.so
configure:12819: checking how to hardcode library paths into programs
configure:12844: result: immediate
configure:13392: checking whether stripping libraries is possible
configure:13397: result: yes
configure:13432: checking if libtool supports shared libraries
configure:13434: result: yes
configure:13437: checking whether to build shared libraries
configure:13462: result: yes
configure:13465: checking whether to build static libraries
configure:13469: result: no
configure:13492: checking how to run the C++ preprocessor
configure:13558: result: g++ -E
configure:13578: g++ -E conftest.cpp
configure:13578: $? = 0
configure:13592: g++ -E conftest.cpp
conftest.cpp:29:28: fatal error: ac_nonexistent.h: No such file or directory
compilation terminated.
configure:13592: $? = 1
configure: failed program was:
| /* confdefs.h */
| #define PACKAGE_NAME "graph-tool"
| #define PACKAGE_TARNAME "graph-tool"
| #define PACKAGE_VERSION "2.11"
| #define PACKAGE_STRING "graph-tool 2.11"
| #define PACKAGE_BUGREPORT "http://graph-tool.skewed.de/tickets"
| #define PACKAGE_URL "http://graph-tool.skewed.de"
| #define PACKAGE "graph-tool"
| #define VERSION "2.11"
| #define STDC_HEADERS 1
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_SYS_STAT_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_STRING_H 1
| #define HAVE_MEMORY_H 1
| #define HAVE_STRINGS_H 1
| #define HAVE_INTTYPES_H 1
| #define HAVE_STDINT_H 1
| #define HAVE_UNISTD_H 1
| #define __EXTENSIONS__ 1
| #define _ALL_SOURCE 1
| #define _GNU_SOURCE 1
| #define _POSIX_PTHREAD_SEMANTICS 1
| #define _TANDEM_SOURCE 1
| #define STDC_HEADERS 1
| #define HAVE_DLFCN_H 1
| #define LT_OBJDIR ".libs/"
| /* end confdefs.h. */
| #include <ac_nonexistent.h>
configure:13754: checking for ld used by g++
configure:13821: result: /bin/ld -m elf_x86_64
configure:13828: checking if the linker (/bin/ld -m elf_x86_64) is GNU ld
configure:13843: result: yes
configure:13898: checking whether the g++ linker (/bin/ld -m elf_x86_64)
supports shared libraries
configure:14971: result: yes
configure:15007: g++ -c -std=gnu++14 conftest.cpp >&5
configure:15010: $? = 0
configure:15491: checking for g++ option to produce PIC
configure:15498: result: -fPIC -DPIC
configure:15506: checking if g++ PIC flag -fPIC -DPIC works
configure:15524: g++ -c -std=gnu++14 -fPIC -DPIC -DPIC conftest.cpp >&5
configure:15528: $? = 0
configure:15541: result: yes
configure:15564: checking if g++ static flag -static works
configure:15592: result: no
configure:15604: checking if g++ supports -c -o file.o
configure:15625: g++ -c -std=gnu++14 -o out/conftest2.o conftest.cpp >&5
configure:15629: $? = 0
configure:15651: result: yes
configure:15656: checking if g++ supports -c -o file.o
configure:15703: result: yes
configure:15733: checking whether the g++ linker (/bin/ld -m elf_x86_64)
supports shared libraries
configure:15773: result: yes
configure:15914: checking dynamic linker characteristics
configure:16659: result: GNU/Linux ld.so
configure:16724: checking how to hardcode library paths into programs
configure:16749: result: immediate
configure:16819: checking whether g++ supports C++14 features by default
configure:16879: g++ -c -std=gnu++14 conftest.cpp >&5
configure:16879: $? = 0
configure:16886: result: yes
configure:17006: checking whether to enable debug info
configure:17026: result: no
configure:17036: checking whether to enable function inlining...
configure:17056: result: yes
configure:17071: checking whether to enable optimizations
configure:17087: result: yes
configure:17093: checking whether to enable symbol visibility manipulation
configure:17109: result: yes
configure:17132: checking whether to enable parallel algorithms with openmp
configure:17137: result: yes
configure:17161: checking whether to enable cairo drawing
configure:17175: result: yes
configure:17187: checking for main in -lm
configure:17206: g++ -o conftest -Wall -Wextra -ftemplate-backtrace-limit=0
-std=gnu++14 -DNDEBUG -ftemplate-depth-250 -Wno-deprecated
-Wno-unknown-pragmas -O3 -fvisibility=default -fvisibility-inlines-hidden
-fopenmp conftest.cpp -lm >&5
configure:17206: $? = 0
configure:17215: result: yes
configure:17227: checking for main in -lbz2
configure:17246: g++ -o conftest -Wall -Wextra -ftemplate-backtrace-limit=0
-std=gnu++14 -DNDEBUG -ftemplate-depth-250 -Wno-deprecated
-Wno-unknown-pragmas -O3 -fvisibility=default -fvisibility-inlines-hidden
-fopenmp conftest.cpp -lbz2 -lm >&5
configure:17246: $? = 0
configure:17255: result: yes
configure:17267: checking for main in -lexpat
configure:17286: g++ -o conftest -Wall -Wextra -ftemplate-backtrace-limit=0
-std=gnu++14 -DNDEBUG -ftemplate-depth-250 -Wno-deprecated
-Wno-unknown-pragmas -O3 -fvisibility=default -fvisibility-inlines-hidden
-fopenmp conftest.cpp -lexpat -lbz2 -lm >&5
configure:17286: $? = 0
configure:17295: result: yes
configure:17318: checking whether python3.4 version is >= 2.6
configure:17329: python3.4 -c import sys # split strings by '.' and convert
to numeric. Append some zeros # because we need at least 4 digits for the
hex conversion. # map returns an iterator in Python 3.0 and a list in 2.x
minver = list(map(int, '2.6'.split('.'))) + [0, 0, 0] minverhex = 0 #
xrange is not present in Python 3.0 and range returns an iterator for i in
list(range(0, 4)): minverhex = (minverhex << 8) + minver[i]
sys.exit(sys.hexversion < minverhex)
configure:17332: $? = 0
configure:17334: result: yes
configure:17427: checking for python3.4 version
configure:17434: result: 3.4
configure:17446: checking for python3.4 platform
configure:17453: result: linux
configure:17479: checking for python3.4 script directory
configure:17514: result: ${prefix}/lib/python3.4/site-packages
configure:17523: checking for python3.4 extension module directory
configure:17558: result: ${exec_prefix}/lib64/python3.4/site-packages
configure:17583: checking for python3.4
configure:17601: found /bin/python3.4
configure:17613: result: /bin/python3.4
configure:17629: checking for a version of Python >= '2.1.0'
configure:17655: result: yes
configure:17663: checking for a version of Python == '3.4.3'
configure:17669: result: yes
configure:17686: checking for the distutils Python package
configure:17690: result: yes
configure:17704: checking for Python include path
configure:17720: result: -I/usr/include/python3.4m
configure:17727: checking for Python library path
configure:17804: result: -L/usr/lib64 -lpython3.4m
configure:17811: checking for Python site-packages path
configure:17817: result: /usr/lib64/python3.4/site-packages
configure:17824: checking python extra libraries
configure:17831: result: -lpthread -ldl -lutil -lm
configure:17838: checking python extra linking flags
configure:17845: result: -Xlinker -export-dynamic
configure:17852: checking consistency of all components of python
development environment
configure:17878: gcc -o conftest -g -O2 -I/usr/include/python3.4m
conftest.c -lexpat -lbz2 -lm -L/usr/lib64 -lpython3.4m -Xlinker
-export-dynamic -lpthread -ldl -lutil -lm >&5
configure:17878: $? = 0
configure:17895: result: yes
configure:17989: checking for boostlib >= 1.55.0
configure:18043: g++ -c -Wall -Wextra -ftemplate-backtrace-limit=0
-std=gnu++14 -DNDEBUG -ftemplate-depth-250 -Wno-deprecated
-Wno-unknown-pragmas -O3 -fvisibility=default -fvisibility-inlines-hidden
-fopenmp -I/usr/include/python3.4m -I/usr/include conftest.cpp >&5
configure:18043: $? = 0
configure:18045: result: yes
configure:18179: checking whether the Boost::Python library is available
configure:18209: g++ -c -Wall -Wextra -ftemplate-backtrace-limit=0
-std=gnu++14 -DNDEBUG -ftemplate-depth-250 -Wno-deprecated
-Wno-unknown-pragmas -O3 -fvisibility=default -fvisibility-inlines-hidden
-fopenmp -I/usr/include/python3.4m -I/usr/include/python3.4m conftest.cpp
>&5
configure:18209: $? = 0
configure:18224: result: yes
configure:18243: checking for exit in -lboost_python
configure:18268: g++ -o conftest -Wall -Wextra -ftemplate-backtrace-limit=0
-std=gnu++14 -DNDEBUG -ftemplate-depth-250 -Wno-deprecated
-Wno-unknown-pragmas -O3 -fvisibility=default -fvisibility-inlines-hidden
-fopenmp -I/usr/include/python3.4m -L/usr/lib64 -lpython3.4m conftest.cpp
-lboost_python -L/usr/lib64 -lpython3.4m -lexpat -lbz2 -lm >&5
configure:18268: $? = 0
configure:18278: result: yes
configure:18291: checking whether the Boost::Iostreams library is available
configure:18325: g++ -c -Wall -Wextra -ftemplate-backtrace-limit=0
-std=gnu++14 -DNDEBUG -ftemplate-depth-250 -Wno-deprecated
-Wno-unknown-pragmas -O3 -fvisibility=default -fvisibility-inlines-hidden
-fopenmp -I/usr/include/python3.4m conftest.cpp >&5
configure:18325: $? = 0
configure:18340: result: yes
configure:18358: checking for exit in -lboost_iostreams
configure:18383: g++ -o conftest -Wall -Wextra -ftemplate-backtrace-limit=0
-std=gnu++14 -DNDEBUG -ftemplate-depth-250 -Wno-deprecated
-Wno-unknown-pragmas -O3 -fvisibility=default -fvisibility-inlines-hidden
-fopenmp -I/usr/include/python3.4m -L/usr/lib64 -lpython3.4m conftest.cpp
-lboost_iostreams -lexpat -lbz2 -lm >&5
configure:18383: $? = 0
configure:18393: result: yes
configure:18406: checking whether the Boost::Regex library is available
configure:18435: g++ -c -Wall -Wextra -ftemplate-backtrace-limit=0
-std=gnu++14 -DNDEBUG -ftemplate-depth-250 -Wno-deprecated
-Wno-unknown-pragmas -O3 -fvisibility=default -fvisibility-inlines-hidden
-fopenmp -I/usr/include/python3.4m conftest.cpp >&5
configure:18435: $? = 0
configure:18450: result: yes
configure:18468: checking for exit in -lboost_regex
configure:18493: g++ -o conftest -Wall -Wextra -ftemplate-backtrace-limit=0
-std=gnu++14 -DNDEBUG -ftemplate-depth-250 -Wno-deprecated
-Wno-unknown-pragmas -O3 -fvisibility=default -fvisibility-inlines-hidden
-fopenmp -I/usr/include/python3.4m -L/usr/lib64 -lpython3.4m conftest.cpp
-lboost_regex -lexpat -lbz2 -lm >&5
configure:18493: $? = 0
configure:18503: result: yes
configure:18549: checking whether the Boost::Coroutine library is available
configure:18573: g++ -c -Wall -Wextra -ftemplate-backtrace-limit=0
-std=gnu++14 -DNDEBUG -ftemplate-depth-250 -Wno-deprecated
-Wno-unknown-pragmas -O3 -fvisibility=default -fvisibility-inlines-hidden
-fopenmp -I/usr/include/python3.4m -I/usr/include conftest.cpp >&5
conftest.cpp: In function 'int main()':
conftest.cpp:42:40: warning: unused variable 'f' [-Wunused-variable]
boost::coroutines::coroutine< void() > f;
^
configure:18573: $? = 0
configure:18588: result: yes
configure:18765: WARNING: No usable boost::coroutine found! Some
functionality will be disabled in the library.
configure:18768: checking whether the Boost::Graph library is available
configure:18799: g++ -c -Wall -Wextra -ftemplate-backtrace-limit=0
-std=gnu++14 -DNDEBUG -ftemplate-depth-250 -Wno-deprecated
-Wno-unknown-pragmas -O3 -fvisibility=default -fvisibility-inlines-hidden
-fopenmp -I/usr/include/python3.4m conftest.cpp >&5
configure:18799: $? = 0
configure:18814: result: yes
configure:18832: checking for exit in -lboost_graph
configure:18857: g++ -o conftest -Wall -Wextra -ftemplate-backtrace-limit=0
-std=gnu++14 -DNDEBUG -ftemplate-depth-250 -Wno-deprecated
-Wno-unknown-pragmas -O3 -fvisibility=default -fvisibility-inlines-hidden
-fopenmp -I/usr/include/python3.4m -L/usr/lib64 -lpython3.4m conftest.cpp
-lboost_graph -lexpat -lbz2 -lm >&5
configure:18857: $? = 0
configure:18867: result: yes
configure:18883: checking for main in -lCGAL
configure:18902: g++ -o conftest -Wall -Wextra -ftemplate-backtrace-limit=0
-std=gnu++14 -DNDEBUG -ftemplate-depth-250 -Wno-deprecated
-Wno-unknown-pragmas -O3 -fvisibility=default -fvisibility-inlines-hidden
-fopenmp -I/usr/include/python3.4m -I/usr/include -L/usr/lib64
-lpython3.4m conftest.cpp -lCGAL -lexpat -lbz2 -lm >&5
configure:18902: $? = 0
configure:18911: result: yes
configure:18925: checking whether to enable cgal debbuging with valgrind
configure:18939: result: no
configure:18953: checking python3.4 module: numpy
configure:18958: result: yes
configure:18981: checking for
/usr/lib64/python3.4/site-packages/numpy/core/include/numpy/arrayobject.h
configure:18981: g++ -c -Wall -Wextra -ftemplate-backtrace-limit=0
-std=gnu++14 -DNDEBUG -ftemplate-depth-250 -Wno-deprecated
-Wno-unknown-pragmas -O3 -fvisibility=default -fvisibility-inlines-hidden
-fopenmp -I/usr/include/python3.4m -I/usr/include conftest.cpp >&5
In file included from
/usr/lib64/python3.4/site-packages/numpy/core/include/numpy/ndarraytypes.h:1804:0,
from
/usr/lib64/python3.4/site-packages/numpy/core/include/numpy/ndarrayobject.h:17,
from
/usr/lib64/python3.4/site-packages/numpy/core/include/numpy/arrayobject.h:4,
from conftest.cpp:42:
/usr/lib64/python3.4/site-packages/numpy/core/include/numpy/npy_1_7_deprecated_api.h:15:2:
warning: #warning "Using deprecated NumPy API, disable it by " "#defining
NPY_NO_DEPRECATED_API NPY_1_7_API_VERSION" [-Wcpp]
#warning "Using deprecated NumPy API, disable it by " \
^
configure:18981: $? = 0
configure:18981: result: yes
configure:18994: g++ -c -Wall -Wextra -ftemplate-backtrace-limit=0
-std=gnu++14 -DNDEBUG -ftemplate-depth-250 -Wno-deprecated
-Wno-unknown-pragmas -O3 -fvisibility=default -fvisibility-inlines-hidden
-fopenmp -I/usr/include/python3.4m -I/usr/include
-I/usr/lib64/python3.4/site-packages/numpy/core/include conftest.cpp >&5
conftest.cpp:40:21: warning: extra tokens at end of #include directive
#include "Python.h" #include
"/usr/lib64/python3.4/site-packages/numpy/core/include/numpy/arrayobject.h"
#if NPY_API_VERSION < 0x00000007 #error #endif
^
configure:18994: $? = 0
configure:19007: checking python3.4 module: scipy
configure:19012: result: yes
configure:19035: checking expat.h usability
configure:19035: g++ -c -Wall -Wextra -ftemplate-backtrace-limit=0
-std=gnu++14 -DNDEBUG -ftemplate-depth-250 -Wno-deprecated
-Wno-unknown-pragmas -O3 -fvisibility=default -fvisibility-inlines-hidden
-fopenmp -I/usr/include/python3.4m -I/usr/include
-I/usr/lib64/python3.4/site-packages/numpy/core/include conftest.cpp >&5
configure:19035: $? = 0
configure:19035: result: yes
configure:19035: checking expat.h presence
configure:19035: g++ -E -I/usr/include/python3.4m -I/usr/include
-I/usr/lib64/python3.4/site-packages/numpy/core/include conftest.cpp
configure:19035: $? = 0
configure:19035: result: yes
configure:19035: checking for expat.h
configure:19035: result: yes
configure:19044: checking CGAL/version.h usability
configure:19044: g++ -c -Wall -Wextra -ftemplate-backtrace-limit=0
-std=gnu++14 -DNDEBUG -ftemplate-depth-250 -Wno-deprecated
-Wno-unknown-pragmas -O3 -fvisibility=default -fvisibility-inlines-hidden
-fopenmp -I/usr/include/python3.4m -I/usr/include
-I/usr/lib64/python3.4/site-packages/numpy/core/include conftest.cpp >&5
configure:19044: $? = 0
configure:19044: result: yes
configure:19044: checking CGAL/version.h presence
configure:19044: g++ -E -I/usr/include/python3.4m -I/usr/include
-I/usr/lib64/python3.4/site-packages/numpy/core/include conftest.cpp
configure:19044: $? = 0
configure:19044: result: yes
configure:19044: checking for CGAL/version.h
configure:19044: result: yes
configure:19109: checking for pkg-config
configure:19127: found /bin/pkg-config
configure:19139: result: /bin/pkg-config
configure:19164: checking pkg-config is at least version 0.9.0
configure:19167: result: yes
configure:19177: checking for CAIROMM
configure:19184: $PKG_CONFIG --exists --print-errors "cairomm-1.0"
configure:19187: $? = 0
configure:19201: $PKG_CONFIG --exists --print-errors "cairomm-1.0"
configure:19204: $? = 0
configure:19262: result: yes
configure:19276: checking python3.4 module: cairo
configure:19281: result: yes
configure:19300: checking pycairo/pycairo.h usability
configure:19300: g++ -c -Wall -Wextra -ftemplate-backtrace-limit=0
-std=gnu++14 -DNDEBUG -ftemplate-depth-250 -Wno-deprecated
-Wno-unknown-pragmas -O3 -fvisibility=default -fvisibility-inlines-hidden
-fopenmp -I/usr/include/cairomm-1.0 -I/usr/lib64/cairomm-1.0/include
-I/usr/include/cairo -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include
-I/usr/include/pixman-1 -I/usr/include/freetype2 -I/usr/include/libpng16
-I/usr/include/freetype2 -I/usr/include/libdrm -I/usr/include/libpng16
-I/usr/include/sigc++-2.0 -I/usr/lib64/sigc++-2.0/include
-I/usr/include/python3.4m -I/usr/include
-I/usr/lib64/python3.4/site-packages/numpy/core/include
-I/usr/include/cairomm-1.0 -I/usr/lib64/cairomm-1.0/include
-I/usr/include/cairo -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include
-I/usr/include/pixman-1 -I/usr/include/freetype2 -I/usr/include/libpng16
-I/usr/include/freetype2 -I/usr/include/libdrm -I/usr/include/libpng16
-I/usr/include/sigc++-2.0 -I/usr/lib64/sigc++-2.0/include conftest.cpp >&5
configure:19300: $? = 0
configure:19300: result: yes
configure:19300: checking pycairo/pycairo.h presence
configure:19300: g++ -E -I/usr/include/python3.4m -I/usr/include
-I/usr/lib64/python3.4/site-packages/numpy/core/include
-I/usr/include/cairomm-1.0 -I/usr/lib64/cairomm-1.0/include
-I/usr/include/cairo -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include
-I/usr/include/pixman-1 -I/usr/include/freetype2 -I/usr/include/libpng16
-I/usr/include/freetype2 -I/usr/include/libdrm -I/usr/include/libpng16
-I/usr/include/sigc++-2.0 -I/usr/lib64/sigc++-2.0/include conftest.cpp
configure:19300: $? = 0
configure:19300: result: yes
configure:19300: checking for pycairo/pycairo.h
configure:19300: result: yes
configure:19321: checking whether to enable sparsehash
configure:19335: result: yes
configure:19344: checking for SPARSEHASH
configure:19351: $PKG_CONFIG --exists --print-errors "libsparsehash"
configure:19354: $? = 0
configure:19368: $PKG_CONFIG --exists --print-errors "libsparsehash"
configure:19371: $? = 0
configure:19411: result: yes
configure:19428: checking sparsehash/dense_hash_set usability
configure:19428: g++ -c -Wall -Wextra -ftemplate-backtrace-limit=0
-std=gnu++14 -DNDEBUG -ftemplate-depth-250 -Wno-deprecated
-Wno-unknown-pragmas -O3 -fvisibility=default -fvisibility-inlines-hidden
-fopenmp -DSPARSEHASH_PREFIX=sparsehash -I/usr/include/python3.4m
-I/usr/include -I/usr/lib64/python3.4/site-packages/numpy/core/include
-DSPARSEHASH_PREFIX=sparsehash conftest.cpp >&5
configure:19428: $? = 0
configure:19428: result: yes
configure:19428: checking sparsehash/dense_hash_set presence
configure:19428: g++ -E -I/usr/include/python3.4m -I/usr/include
-I/usr/lib64/python3.4/site-packages/numpy/core/include
-DSPARSEHASH_PREFIX=sparsehash conftest.cpp
configure:19428: $? = 0
configure:19428: result: yes
configure:19428: checking for sparsehash/dense_hash_set
configure:19428: result: yes
configure:19677: checking that generated files are newer than configure
configure:19683: result: done
configure:19714: creating ./config.status
## ---------------------- ##
## Running config.status. ##
## ---------------------- ##
This file was extended by graph-tool config.status 2.11, which was
generated by GNU Autoconf 2.69. Invocation command line was
CONFIG_FILES =
CONFIG_HEADERS =
CONFIG_LINKS =
CONFIG_COMMANDS =
$ ./config.status
on localhost.localdomain
config.status:1252: creating Makefile
config.status:1252: creating src/Makefile
config.status:1252: creating src/graph/Makefile
config.status:1252: creating src/graph/centrality/Makefile
config.status:1252: creating src/graph/clustering/Makefile
config.status:1252: creating src/graph/community/Makefile
config.status:1252: creating src/graph/correlations/Makefile
config.status:1252: creating src/graph/draw/Makefile
config.status:1252: creating src/graph/flow/Makefile
config.status:1252: creating src/graph/generation/Makefile
config.status:1252: creating src/graph/layout/Makefile
config.status:1252: creating src/graph/search/Makefile
config.status:1252: creating src/graph/spectral/Makefile
config.status:1252: creating src/graph/stats/Makefile
config.status:1252: creating src/graph/topology/Makefile
config.status:1252: creating src/graph/util/Makefile
config.status:1252: creating src/graph_tool/Makefile
config.status:1252: creating config.h
config.status:1433: config.h is unchanged
config.status:1481: executing depfiles commands
config.status:1481: executing libtool commands
## ---------------- ##
## Cache variables. ##
## ---------------- ##
ac_cv_boost_graph=yes
ac_cv_boost_iostreams=yes
ac_cv_boost_python=yes
ac_cv_boost_regex=yes
ac_cv_build=x86_64-unknown-linux-gnu
ac_cv_c_compiler_gnu=yes
ac_cv_cxx_compiler_gnu=yes
ac_cv_env_CAIROMM_CFLAGS_set=
ac_cv_env_CAIROMM_CFLAGS_value=
ac_cv_env_CAIROMM_LIBS_set=
ac_cv_env_CAIROMM_LIBS_value=
ac_cv_env_CCC_set=
ac_cv_env_CCC_value=
ac_cv_env_CC_set=
ac_cv_env_CC_value=
ac_cv_env_CFLAGS_set=
ac_cv_env_CFLAGS_value=
ac_cv_env_CPPFLAGS_set=
ac_cv_env_CPPFLAGS_value=
ac_cv_env_CPP_set=
ac_cv_env_CPP_value=
ac_cv_env_CXXCPP_set=
ac_cv_env_CXXCPP_value=
ac_cv_env_CXXFLAGS_set=set
ac_cv_env_CXXFLAGS_value=-std=gnu++14
ac_cv_env_CXX_set=
ac_cv_env_CXX_value=
ac_cv_env_LDFLAGS_set=
ac_cv_env_LDFLAGS_value=
ac_cv_env_LIBS_set=
ac_cv_env_LIBS_value=
ac_cv_env_LT_SYS_LIBRARY_PATH_set=
ac_cv_env_LT_SYS_LIBRARY_PATH_value=
ac_cv_env_PKG_CONFIG_LIBDIR_set=
ac_cv_env_PKG_CONFIG_LIBDIR_value=
ac_cv_env_PKG_CONFIG_PATH_set=
ac_cv_env_PKG_CONFIG_PATH_value=
ac_cv_env_PKG_CONFIG_set=
ac_cv_env_PKG_CONFIG_value=
ac_cv_env_PYTHON_VERSION_set=
ac_cv_env_PYTHON_VERSION_value=
ac_cv_env_PYTHON_set=set
ac_cv_env_PYTHON_value=python3.4
ac_cv_env_SPARSEHASH_CFLAGS_set=
ac_cv_env_SPARSEHASH_CFLAGS_value=
ac_cv_env_SPARSEHASH_LIBS_set=
ac_cv_env_SPARSEHASH_LIBS_value=
ac_cv_env_build_alias_set=
ac_cv_env_build_alias_value=
ac_cv_env_host_alias_set=
ac_cv_env_host_alias_value=
ac_cv_env_target_alias_set=
ac_cv_env_target_alias_value=
ac_cv_header_CGAL_version_h=yes
ac_cv_header__usr_lib64_python3_4_site_packages_numpy_core_include_numpy_arrayobject_h=yes
ac_cv_header_dlfcn_h=yes
ac_cv_header_expat_h=yes
ac_cv_header_inttypes_h=yes
ac_cv_header_memory_h=yes
ac_cv_header_minix_config_h=no
ac_cv_header_pycairo_pycairo_h=yes
ac_cv_header_sparsehash_dense_hash_set=yes
ac_cv_header_stdc=yes
ac_cv_header_stdint_h=yes
ac_cv_header_stdlib_h=yes
ac_cv_header_string_h=yes
ac_cv_header_strings_h=yes
ac_cv_header_sys_stat_h=yes
ac_cv_header_sys_types_h=yes
ac_cv_header_unistd_h=yes
ac_cv_host=x86_64-unknown-linux-gnu
ac_cv_lib_CGAL_main=yes
ac_cv_lib_boost_graph___exit=yes
ac_cv_lib_boost_iostreams___exit=yes
ac_cv_lib_boost_python___exit=yes
ac_cv_lib_boost_regex___exit=yes
ac_cv_lib_bz2_main=yes
ac_cv_lib_expat_main=yes
ac_cv_lib_m_main=yes
ac_cv_objext=o
ac_cv_path_EGREP='/bin/grep -E'
ac_cv_path_FGREP='/bin/grep -F'
ac_cv_path_GREP=/bin/grep
ac_cv_path_PYTHON=/bin/python3.4
ac_cv_path_SED=/bin/sed
ac_cv_path_ac_pt_PKG_CONFIG=/bin/pkg-config
ac_cv_path_install='/bin/install -c'
ac_cv_path_lt_DD=/bin/dd
ac_cv_path_mkdir=/bin/mkdir
ac_cv_prog_AWK=gawk
ac_cv_prog_CPP='gcc -E'
ac_cv_prog_CXXCPP='g++ -E'
ac_cv_prog_ac_ct_AR=ar
ac_cv_prog_ac_ct_CC=gcc
ac_cv_prog_ac_ct_CXX=g++
ac_cv_prog_ac_ct_OBJDUMP=objdump
ac_cv_prog_ac_ct_RANLIB=ranlib
ac_cv_prog_ac_ct_STRIP=strip
ac_cv_prog_cc_c89=
ac_cv_prog_cc_c99=no
ac_cv_prog_cc_g=yes
ac_cv_prog_cc_stdc=
ac_cv_prog_cxx_g=yes
ac_cv_prog_make_make_set=yes
ac_cv_safe_to_define___extensions__=yes
ac_cv_search_strerror='none required'
ac_cv_target=x86_64-unknown-linux-gnu
am_cv_CC_dependencies_compiler_type=gcc3
am_cv_CXX_dependencies_compiler_type=gcc3
am_cv_make_support_nested_variables=yes
am_cv_prog_cc_c_o=yes
am_cv_python_platform=linux
am_cv_python_pyexecdir='${exec_prefix}/lib64/python3.4/site-packages'
am_cv_python_pythondir='${prefix}/lib/python3.4/site-packages'
am_cv_python_version=3.4
ax_cv_boost_coroutine=yes
ax_cv_cxx_compile_cxx14=yes
lt_cv_ar_at_file=@
lt_cv_archive_cmds_need_lc=no
lt_cv_deplibs_check_method=pass_all
lt_cv_file_magic_cmd='$MAGIC_CMD'
lt_cv_file_magic_test_file=
lt_cv_ld_reload_flag=-r
lt_cv_nm_interface='BSD nm'
lt_cv_objdir=.libs
lt_cv_path_LD=/bin/ld
lt_cv_path_LDCXX='/bin/ld -m elf_x86_64'
lt_cv_path_NM='/bin/nm -B'
lt_cv_path_mainfest_tool=no
lt_cv_prog_compiler_c_o=yes
lt_cv_prog_compiler_c_o_CXX=yes
lt_cv_prog_compiler_pic='-fPIC -DPIC'
lt_cv_prog_compiler_pic_CXX='-fPIC -DPIC'
lt_cv_prog_compiler_pic_works=yes
lt_cv_prog_compiler_pic_works_CXX=yes
lt_cv_prog_compiler_rtti_exceptions=no
lt_cv_prog_compiler_static_works=no
lt_cv_prog_compiler_static_works_CXX=no
lt_cv_prog_gnu_ld=yes
lt_cv_prog_gnu_ldcxx=yes
lt_cv_sharedlib_from_linklib_cmd='printf %s\n'
lt_cv_shlibpath_overrides_runpath=no
lt_cv_sys_global_symbol_pipe='sed -n -e '\''s/^.*[
]\([ABCDGIRSTW][ABCDGIRSTW]*\)[ ][
]*\([_A-Za-z][_A-Za-z0-9]*\)$/\1 \2 \2/p'\'' | sed '\''/ __gnu_lto/d'\'''
lt_cv_sys_global_symbol_to_c_name_address='sed -n -e '\''s/^: \(.*\) .*$/
{"\1", (void *) 0},/p'\'' -e '\''s/^[ABCDGIRSTW][ABCDGIRSTW]* .* \(.*\)$/
{"\1", (void *) \&\1},/p'\'''
lt_cv_sys_global_symbol_to_c_name_address_lib_prefix='sed -n -e '\''s/^:
\(.*\) .*$/ {"\1", (void *) 0},/p'\'' -e '\''s/^[ABCDGIRSTW][ABCDGIRSTW]*
.* \(lib.*\)$/ {"\1", (void *) \&\1},/p'\'' -e
'\''s/^[ABCDGIRSTW][ABCDGIRSTW]* .* \(.*\)$/ {"lib\1", (void *)
\&\1},/p'\'''
lt_cv_sys_global_symbol_to_cdecl='sed -n -e '\''s/^T .* \(.*\)$/extern int
\1();/p'\'' -e '\''s/^[ABCDGIRSTW][ABCDGIRSTW]* .* \(.*\)$/extern char
\1;/p'\'''
lt_cv_sys_global_symbol_to_import=
lt_cv_sys_max_cmd_len=1572864
lt_cv_to_host_file_cmd=func_convert_file_noop
lt_cv_to_tool_file_cmd=func_convert_file_noop
lt_cv_truncate_bin='/bin/dd bs=4096 count=1'
pkg_cv_CAIROMM_CFLAGS='-I/usr/include/cairomm-1.0
-I/usr/lib64/cairomm-1.0/include -I/usr/include/cairo
-I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include
-I/usr/include/pixman-1 -I/usr/include/freetype2 -I/usr/include/libpng16
-I/usr/include/freetype2 -I/usr/include/libdrm -I/usr/include/libpng16
-I/usr/include/sigc++-2.0 -I/usr/lib64/sigc++-2.0/include '
pkg_cv_CAIROMM_LIBS='-lcairomm-1.0 -lcairo -lsigc-2.0 '
pkg_cv_SPARSEHASH_CFLAGS=
pkg_cv_SPARSEHASH_LIBS=
## ----------------- ##
## Output variables. ##
## ----------------- ##
ACLOCAL='${SHELL} /home/oglop/Downloads/graph-tool-pokus2/missing
aclocal-1.15'
AMDEPBACKSLASH='\'
AMDEP_FALSE='#'
AMDEP_TRUE=''
AMTAR='$${TAR-tar}'
AM_BACKSLASH='\'
AM_DEFAULT_V='$(AM_DEFAULT_VERBOSITY)'
AM_DEFAULT_VERBOSITY='0'
AM_V='$(V)'
AR='ar'
AUTOCONF='${SHELL} /home/oglop/Downloads/graph-tool-pokus2/missing autoconf'
AUTOHEADER='${SHELL} /home/oglop/Downloads/graph-tool-pokus2/missing
autoheader'
AUTOMAKE='${SHELL} /home/oglop/Downloads/graph-tool-pokus2/missing
automake-1.15'
AWK='gawk'
BOOST_COROUTINE_LIB=''
BOOST_CPPFLAGS='-I/usr/include'
BOOST_GRAPH_LIB='boost_graph'
BOOST_IOSTREAMS_LIB='boost_iostreams'
BOOST_LDFLAGS='-L/usr/lib'
BOOST_PYTHON_LIB='boost_python'
BOOST_REGEX_LIB='boost_regex'
CAIROMM_CFLAGS='-I/usr/include/cairomm-1.0 -I/usr/lib64/cairomm-1.0/include
-I/usr/include/cairo -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include
-I/usr/include/pixman-1 -I/usr/include/freetype2 -I/usr/include/libpng16
-I/usr/include/freetype2 -I/usr/include/libdrm -I/usr/include/libpng16
-I/usr/include/sigc++-2.0 -I/usr/lib64/sigc++-2.0/include '
CAIROMM_LIBS='-lcairomm-1.0 -lcairo -lsigc-2.0 '
CC='gcc'
CCDEPMODE='depmode=gcc3'
CFLAGS='-g -O2'
CGAL_FLAGS='-frounding-math'
CGAL_LIBADD='-lCGAL -lgmp'
CPP='gcc -E'
CPPFLAGS=' -I/usr/include/python3.4m -I/usr/include
-I/usr/lib64/python3.4/site-packages/numpy/core/include
-DSPARSEHASH_PREFIX=sparsehash'
CXX='g++'
CXXCPP='g++ -E'
CXXDEPMODE='depmode=gcc3'
CXXFLAGS='-Wall -Wextra -ftemplate-backtrace-limit=0 -std=gnu++14 -DNDEBUG
-ftemplate-depth-250 -Wno-deprecated -Wno-unknown-pragmas -O3
-fvisibility=default -fvisibility-inlines-hidden -fopenmp
-DSPARSEHASH_PREFIX=sparsehash'
CYGPATH_W='echo'
DEFS='-DHAVE_CONFIG_H'
DEPDIR='.deps'
DLLTOOL='false'
DSYMUTIL=''
DUMPBIN=''
ECHO_C=''
ECHO_N='-n'
ECHO_T=''
EGREP='/bin/grep -E'
EXEEXT=''
FGREP='/bin/grep -F'
GRAPH_TOOL_VERSION_MAJOR='2'
GRAPH_TOOL_VERSION_MINOR='11'
GREP='/bin/grep'
HAVE_CXX14=''
INSTALL_DATA='${INSTALL} -m 644'
INSTALL_PROGRAM='${INSTALL}'
INSTALL_SCRIPT='${INSTALL}'
INSTALL_STRIP_PROGRAM='$(install_sh) -c -s'
LD='/bin/ld -m elf_x86_64'
LDFLAGS=' -L/usr/lib64 -lpython3.4m'
LIBOBJS=''
LIBS='-lCGAL -lexpat -lbz2 -lm '
LIBTOOL='$(SHELL) $(top_builddir)/libtool'
LIPO=''
LN_S='ln -s'
LTLIBOBJS=''
LT_SYS_LIBRARY_PATH=''
MAKEINFO='${SHELL} /home/oglop/Downloads/graph-tool-pokus2/missing makeinfo'
MANIFEST_TOOL=':'
MKDIR_P='/bin/mkdir -p'
MOD_CPPFLAGS='-I$(srcdir) -I$(srcdir)/.. -I$(srcdir)/../../boost-workaround
-DHAVE_CONFIG_H'
MOD_DIR='/home/oglop/.local/lib/python3.4/site-packages/graph_tool'
MOD_LDFLAGS='-module -avoid-version -export-dynamic -no-undefined -Wl,-E
-Wl,--as-needed'
MOD_LIBADD='-L/usr/lib64 -lpython3.4m -lboost_iostreams -lboost_python
-lboost_regex -lgomp -lexpat'
NM='/bin/nm -B'
NMEDIT=''
NO_INLINE_FALSE=''
NO_INLINE_TRUE='#'
NO_PREFIX_PACKAGE_DATA_DIR='share/graph-tool'
NO_PREFIX_PACKAGE_DOC_DIR='doc/graph-tool'
OBJDUMP='objdump'
OBJEXT='o'
OPENMP_LDFLAGS=' -lgomp '
OTOOL64=''
OTOOL=''
PACKAGE='graph-tool'
PACKAGE_BUGREPORT='http://graph-tool.skewed.de/tickets'
PACKAGE_DATA_DIR='/home/oglop/.local/share/graph-tool'
PACKAGE_DOC_DIR='${datarootdir}/doc/${PACKAGE_TARNAME}'
PACKAGE_NAME='graph-tool'
PACKAGE_STRING='graph-tool 2.11'
PACKAGE_TARNAME='graph-tool'
PACKAGE_URL='http://graph-tool.skewed.de'
PACKAGE_VERSION='2.11'
PATH_SEPARATOR=':'
PKG_CONFIG='/bin/pkg-config'
PKG_CONFIG_LIBDIR=''
PKG_CONFIG_PATH=''
PYTHON='/bin/python3.4'
PYTHON_CPPFLAGS='-I/usr/include/python3.4m'
PYTHON_EXEC_PREFIX='${exec_prefix}'
PYTHON_EXTRA_LDFLAGS='-Xlinker -export-dynamic'
PYTHON_EXTRA_LIBS='-lpthread -ldl -lutil -lm'
PYTHON_FULL_VERSION='3.4.3'
PYTHON_LDFLAGS='-L/usr/lib64 -lpython3.4m'
PYTHON_PLATFORM='linux'
PYTHON_PREFIX='${prefix}'
PYTHON_SITE_PKG='/usr/lib64/python3.4/site-packages'
PYTHON_VERSION='3.4'
RANLIB='ranlib'
SED='/bin/sed'
SET_MAKE=''
SHELL='/bin/sh'
SPARSEHASH_CFLAGS=' -DSPARSEHASH_PREFIX=sparsehash'
SPARSEHASH_LIBS=''
STRIP='strip'
VERSION='2.11'
ac_ct_AR='ar'
ac_ct_CC='gcc'
ac_ct_CXX='g++'
ac_ct_DUMPBIN=''
am__EXEEXT_FALSE=''
am__EXEEXT_TRUE='#'
am__fastdepCC_FALSE='#'
am__fastdepCC_TRUE=''
am__fastdepCXX_FALSE='#'
am__fastdepCXX_TRUE=''
am__include='include'
am__isrc=''
am__leading_dot='.'
am__nodep='_no'
am__quote=''
am__tar='$${TAR-tar} chof - "$$tardir"'
am__untar='$${TAR-tar} xf -'
bindir='${exec_prefix}/bin'
build='x86_64-unknown-linux-gnu'
build_alias=''
build_cpu='x86_64'
build_os='linux-gnu'
build_vendor='unknown'
datadir='${datarootdir}'
datarootdir='${prefix}/share'
docdir='${datarootdir}/doc/${PACKAGE_TARNAME}'
dvidir='${docdir}'
exec_prefix='${prefix}'
host='x86_64-unknown-linux-gnu'
host_alias=''
host_cpu='x86_64'
host_os='linux-gnu'
host_vendor='unknown'
htmldir='${docdir}'
includedir='${prefix}/include'
infodir='${datarootdir}/info'
install_sh='${SHELL} /home/oglop/Downloads/graph-tool-pokus2/install-sh'
libdir='${exec_prefix}/lib'
libexecdir='${exec_prefix}/libexec'
localedir='${datarootdir}/locale'
localstatedir='${prefix}/var'
mandir='${datarootdir}/man'
mkdir_p='$(MKDIR_P)'
oldincludedir='/usr/include'
pdfdir='${docdir}'
pkgpyexecdir='${pyexecdir}/graph-tool'
pkgpythondir='${pythondir}/graph-tool'
prefix='/home/oglop/.local'
program_transform_name='s,x,x,'
psdir='${docdir}'
pyexecdir='${exec_prefix}/lib64/python3.4/site-packages'
pythondir='${prefix}/lib/python3.4/site-packages'
sbindir='${exec_prefix}/sbin'
sharedstatedir='${prefix}/com'
sysconfdir='${prefix}/etc'
target='x86_64-unknown-linux-gnu'
target_alias=''
target_cpu='x86_64'
target_os='linux-gnu'
target_vendor='unknown'
## ----------- ##
## confdefs.h. ##
## ----------- ##
/* confdefs.h */
#define PACKAGE_NAME "graph-tool"
#define PACKAGE_TARNAME "graph-tool"
#define PACKAGE_VERSION "2.11"
#define PACKAGE_STRING "graph-tool 2.11"
#define PACKAGE_BUGREPORT "http://graph-tool.skewed.de/tickets"
#define PACKAGE_URL "http://graph-tool.skewed.de"
#define PACKAGE "graph-tool"
#define VERSION "2.11"
#define STDC_HEADERS 1
#define HAVE_SYS_TYPES_H 1
#define HAVE_SYS_STAT_H 1
#define HAVE_STDLIB_H 1
#define HAVE_STRING_H 1
#define HAVE_MEMORY_H 1
#define HAVE_STRINGS_H 1
#define HAVE_INTTYPES_H 1
#define HAVE_STDINT_H 1
#define HAVE_UNISTD_H 1
#define __EXTENSIONS__ 1
#define _ALL_SOURCE 1
#define _GNU_SOURCE 1
#define _POSIX_PTHREAD_SEMANTICS 1
#define _TANDEM_SOURCE 1
#define STDC_HEADERS 1
#define HAVE_DLFCN_H 1
#define LT_OBJDIR ".libs/"
#define USING_OPENMP 1
#define HAVE_LIBM 1
#define HAVE_LIBBZ2 1
#define HAVE_LIBEXPAT 1
#define HAVE_PYTHON "3.4"
#define HAVE_BOOST /**/
#define HAVE_BOOST_PYTHON /**/
#define HAVE_BOOST_IOSTREAMS /**/
#define HAVE_BOOST_REGEX /**/
#define HAVE_BOOST_GRAPH /**/
#define HAVE_LIBCGAL 1
#define HAVE_CAIROMM 1
#define HAVE_SPARSEHASH 1
#define SPARSEHASH_INCLUDE(f) <sparsehash/f>
#define INSTALL_PREFIX "/home/oglop/.local"
#define PYTHON_DIR "/usr/lib64/python3.4/site-packages"
#define CXXFLAGS "-Wall -Wextra -ftemplate-backtrace-limit=0 -std=gnu++14
-DNDEBUG -ftemplate-depth-250 -Wno-deprecated -Wno-unknown-pragmas -O3
-fvisibility=default -fvisibility-inlines-hidden -fopenmp
-DSPARSEHASH_PREFIX=sparsehash"
#define CPPFLAGS " -I/usr/include/python3.4m -I/usr/include
-I/usr/lib64/python3.4/site-packages/numpy/core/include
-DSPARSEHASH_PREFIX=sparsehash"
#define LDFLAGS " -L/usr/lib64 -lpython3.4m"
#define PACKAGE_DATA_DIR "/home/oglop/.local/share/graph-tool"
#define PACKAGE_DOC_DIR "${datarootdir}/doc/${PACKAGE_TARNAME}"
#define PACKAGE_SOURCE_DIR "/home/oglop/Downloads/graph-tool-pokus2"
#define AUTHOR "Tiago de Paula Peixoto <tiago(a)skewed.de>"
#define COPYRIGHT "Copyright (C) 2006-2015 Tiago de Paula Peixoto\nThis is
free software; see the source for copying conditions. There is
NO\nwarranty; not even for MERCHANTABILITY or FITNESS FOR A PARTICULAR
PURPOSE."
#define GIT_COMMIT ""
#define GIT_COMMIT_DATE ""
#define GCC_VERSION (__GNUC__ * 10000 + __GNUC_MINOR__ * 100 +
__GNUC_PATCHLEVEL__)
configure: exit 0
This file contains any messages produced by compilers while
running configure, to aid debugging if configure makes a mistake.
It was created by graph-tool configure 2.11, which was
generated by GNU Autoconf 2.69. Invocation command line was
$ ./configure PYTHON=python3.4 CXXFLAGS=-std=gnu++14 --enable-openmp
--prefix=/home/oglop/.local/
--with-python-module-path=/home/oglop/.local/lib/python3.4/site-packages
## --------- ##
## Platform. ##
## --------- ##
hostname = localhost.localdomain
uname -m = x86_64
uname -r = 4.2.5-300.fc23.x86_64
uname -s = Linux
uname -v = #1 SMP Tue Oct 27 04:29:56 UTC 2015
/usr/bin/uname -p = x86_64
/bin/uname -X = unknown
/bin/arch = x86_64
/usr/bin/arch -k = unknown
/usr/convex/getsysinfo = unknown
/usr/bin/hostinfo = unknown
/bin/machine = unknown
/usr/bin/oslevel = unknown
/bin/universe = unknown
PATH: /usr/lib64/ccache
PATH: /bin
PATH: /usr/bin
PATH: /usr/local/bin
PATH: /usr/local/sbin
PATH: /usr/sbin
PATH: /home/oglop/.local/bin
PATH: /home/oglop/bin
## ----------- ##
## Core tests. ##
## ----------- ##
configure:2683: checking build system type
configure:2697: result: x86_64-unknown-linux-gnu
configure:2717: checking host system type
configure:2730: result: x86_64-unknown-linux-gnu
configure:2750: checking target system type
configure:2763: result: x86_64-unknown-linux-gnu
configure:2806: checking for a BSD-compatible install
configure:2874: result: /bin/install -c
configure:2885: checking whether build environment is sane
configure:2940: result: yes
configure:3091: checking for a thread-safe mkdir -p
configure:3130: result: /bin/mkdir -p
configure:3137: checking for gawk
configure:3153: found /bin/gawk
configure:3164: result: gawk
configure:3175: checking whether make sets $(MAKE)
configure:3197: result: yes
configure:3226: checking whether make supports nested variables
configure:3243: result: yes
configure:3380: checking whether make supports nested variables
configure:3397: result: yes
configure:3420: checking for style of include used by make
configure:3448: result: GNU
configure:3519: checking for gcc
configure:3535: found /usr/lib64/ccache/gcc
configure:3546: result: gcc
configure:3775: checking for C compiler version
configure:3784: gcc --version >&5
gcc (GCC) 5.1.1 20150618 (Red Hat 5.1.1-4)
Copyright (C) 2015 Free Software Foundation, Inc.
This is free software; see the source for copying conditions. There is NO
warranty; not even for MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.
configure:3795: $? = 0
configure:3784: gcc -v >&5
Using built-in specs.
COLLECT_GCC=/bin/gcc
COLLECT_LTO_WRAPPER=/usr/libexec/gcc/x86_64-redhat-linux/5.1.1/lto-wrapper
Target: x86_64-redhat-linux
Configured with: ../configure --enable-bootstrap
--enable-languages=c,c++,objc,obj-c++,fortran,ada,go,lto --prefix=/usr
--mandir=/usr/share/man --infodir=/usr/share/info --with-bugurl=
http://bugzilla.redhat.com/bugzilla --enable-shared --enable-threads=posix
--enable-checking=release --enable-multilib --with-system-zlib
--enable-__cxa_atexit --disable-libunwind-exceptions
--enable-gnu-unique-object --enable-linker-build-id
--with-linker-hash-style=gnu --enable-plugin --enable-initfini-array
--disable-libgcj --with-isl --enable-libmpx --enable-gnu-indirect-function
--with-tune=generic --with-arch_32=i686 --build=x86_64-redhat-linux
Thread model: posix
gcc version 5.1.1 20150618 (Red Hat 5.1.1-4) (GCC)
configure:3795: $? = 0
configure:3784: gcc -V >&5
gcc: error: unrecognized command line option '-V'
gcc: fatal error: no input files
compilation terminated.
configure:3795: $? = 1
configure:3784: gcc -qversion >&5
gcc: error: unrecognized command line option '-qversion'
gcc: fatal error: no input files
compilation terminated.
configure:3795: $? = 1
configure:3815: checking whether the C compiler works
configure:3837: gcc conftest.c >&5
configure:3841: $? = 0
configure:3889: result: yes
configure:3892: checking for C compiler default output file name
configure:3894: result: a.out
configure:3900: checking for suffix of executables
configure:3907: gcc -o conftest conftest.c >&5
configure:3911: $? = 0
configure:3933: result:
configure:3955: checking whether we are cross compiling
configure:3963: gcc -o conftest conftest.c >&5
configure:3967: $? = 0
configure:3974: ./conftest
configure:3978: $? = 0
configure:3993: result: no
configure:3998: checking for suffix of object files
configure:4020: gcc -c conftest.c >&5
configure:4024: $? = 0
configure:4045: result: o
configure:4049: checking whether we are using the GNU C compiler
configure:4068: gcc -c conftest.c >&5
configure:4068: $? = 0
configure:4077: result: yes
configure:4086: checking whether gcc accepts -g
configure:4106: gcc -c -g conftest.c >&5
configure:4106: $? = 0
configure:4147: result: yes
configure:4164: checking for gcc option to accept ISO C89
configure:4227: gcc -c -g -O2 conftest.c >&5
configure:4227: $? = 0
configure:4240: result: none needed
configure:4265: checking whether gcc understands -c and -o together
configure:4287: gcc -c conftest.c -o conftest2.o
configure:4290: $? = 0
configure:4287: gcc -c conftest.c -o conftest2.o
configure:4290: $? = 0
configure:4302: result: yes
configure:4321: checking dependency style of gcc
configure:4432: result: gcc3
configure:4453: checking for library containing strerror
configure:4484: gcc -o conftest -g -O2 conftest.c >&5
configure:4484: $? = 0
configure:4501: result: none required
configure:4516: checking how to run the C preprocessor
configure:4547: gcc -E conftest.c
configure:4547: $? = 0
configure:4561: gcc -E conftest.c
conftest.c:11:28: fatal error: ac_nonexistent.h: No such file or directory
compilation terminated.
configure:4561: $? = 1
configure: failed program was:
| /* confdefs.h */
| #define PACKAGE_NAME "graph-tool"
| #define PACKAGE_TARNAME "graph-tool"
| #define PACKAGE_VERSION "2.11"
| #define PACKAGE_STRING "graph-tool 2.11"
| #define PACKAGE_BUGREPORT "http://graph-tool.skewed.de/tickets"
| #define PACKAGE_URL "http://graph-tool.skewed.de"
| #define PACKAGE "graph-tool"
| #define VERSION "2.11"
| /* end confdefs.h. */
| #include <ac_nonexistent.h>
configure:4586: result: gcc -E
configure:4606: gcc -E conftest.c
configure:4606: $? = 0
configure:4620: gcc -E conftest.c
conftest.c:11:28: fatal error: ac_nonexistent.h: No such file or directory
compilation terminated.
configure:4620: $? = 1
configure: failed program was:
| /* confdefs.h */
| #define PACKAGE_NAME "graph-tool"
| #define PACKAGE_TARNAME "graph-tool"
| #define PACKAGE_VERSION "2.11"
| #define PACKAGE_STRING "graph-tool 2.11"
| #define PACKAGE_BUGREPORT "http://graph-tool.skewed.de/tickets"
| #define PACKAGE_URL "http://graph-tool.skewed.de"
| #define PACKAGE "graph-tool"
| #define VERSION "2.11"
| /* end confdefs.h. */
| #include <ac_nonexistent.h>
configure:4649: checking for grep that handles long lines and -e
configure:4707: result: /bin/grep
configure:4712: checking for egrep
configure:4774: result: /bin/grep -E
configure:4779: checking for ANSI C header files
configure:4799: gcc -c -g -O2 conftest.c >&5
configure:4799: $? = 0
configure:4872: gcc -o conftest -g -O2 conftest.c >&5
configure:4872: $? = 0
configure:4872: ./conftest
configure:4872: $? = 0
configure:4883: result: yes
configure:4896: checking for sys/types.h
configure:4896: gcc -c -g -O2 conftest.c >&5
configure:4896: $? = 0
configure:4896: result: yes
configure:4896: checking for sys/stat.h
configure:4896: gcc -c -g -O2 conftest.c >&5
configure:4896: $? = 0
configure:4896: result: yes
configure:4896: checking for stdlib.h
configure:4896: gcc -c -g -O2 conftest.c >&5
configure:4896: $? = 0
configure:4896: result: yes
configure:4896: checking for string.h
configure:4896: gcc -c -g -O2 conftest.c >&5
configure:4896: $? = 0
configure:4896: result: yes
configure:4896: checking for memory.h
configure:4896: gcc -c -g -O2 conftest.c >&5
configure:4896: $? = 0
configure:4896: result: yes
configure:4896: checking for strings.h
configure:4896: gcc -c -g -O2 conftest.c >&5
configure:4896: $? = 0
configure:4896: result: yes
configure:4896: checking for inttypes.h
configure:4896: gcc -c -g -O2 conftest.c >&5
configure:4896: $? = 0
configure:4896: result: yes
configure:4896: checking for stdint.h
configure:4896: gcc -c -g -O2 conftest.c >&5
configure:4896: $? = 0
configure:4896: result: yes
configure:4896: checking for unistd.h
configure:4896: gcc -c -g -O2 conftest.c >&5
configure:4896: $? = 0
configure:4896: result: yes
configure:4909: checking minix/config.h usability
configure:4909: gcc -c -g -O2 conftest.c >&5
conftest.c:54:26: fatal error: minix/config.h: No such file or directory
compilation terminated.
configure:4909: $? = 1
configure: failed program was:
| /* confdefs.h */
| #define PACKAGE_NAME "graph-tool"
| #define PACKAGE_TARNAME "graph-tool"
| #define PACKAGE_VERSION "2.11"
| #define PACKAGE_STRING "graph-tool 2.11"
| #define PACKAGE_BUGREPORT "http://graph-tool.skewed.de/tickets"
| #define PACKAGE_URL "http://graph-tool.skewed.de"
| #define PACKAGE "graph-tool"
| #define VERSION "2.11"
| #define STDC_HEADERS 1
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_SYS_STAT_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_STRING_H 1
| #define HAVE_MEMORY_H 1
| #define HAVE_STRINGS_H 1
| #define HAVE_INTTYPES_H 1
| #define HAVE_STDINT_H 1
| #define HAVE_UNISTD_H 1
| /* end confdefs.h. */
| #include <stdio.h>
| #ifdef HAVE_SYS_TYPES_H
| # include <sys/types.h>
| #endif
| #ifdef HAVE_SYS_STAT_H
| # include <sys/stat.h>
| #endif
| #ifdef STDC_HEADERS
| # include <stdlib.h>
| # include <stddef.h>
| #else
| # ifdef HAVE_STDLIB_H
| # include <stdlib.h>
| # endif
| #endif
| #ifdef HAVE_STRING_H
| # if !defined STDC_HEADERS && defined HAVE_MEMORY_H
| # include <memory.h>
| # endif
| # include <string.h>
| #endif
| #ifdef HAVE_STRINGS_H
| # include <strings.h>
| #endif
| #ifdef HAVE_INTTYPES_H
| # include <inttypes.h>
| #endif
| #ifdef HAVE_STDINT_H
| # include <stdint.h>
| #endif
| #ifdef HAVE_UNISTD_H
| # include <unistd.h>
| #endif
| #include <minix/config.h>
configure:4909: result: no
configure:4909: checking minix/config.h presence
configure:4909: gcc -E conftest.c
conftest.c:21:26: fatal error: minix/config.h: No such file or directory
compilation terminated.
configure:4909: $? = 1
configure: failed program was:
| /* confdefs.h */
| #define PACKAGE_NAME "graph-tool"
| #define PACKAGE_TARNAME "graph-tool"
| #define PACKAGE_VERSION "2.11"
| #define PACKAGE_STRING "graph-tool 2.11"
| #define PACKAGE_BUGREPORT "http://graph-tool.skewed.de/tickets"
| #define PACKAGE_URL "http://graph-tool.skewed.de"
| #define PACKAGE "graph-tool"
| #define VERSION "2.11"
| #define STDC_HEADERS 1
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_SYS_STAT_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_STRING_H 1
| #define HAVE_MEMORY_H 1
| #define HAVE_STRINGS_H 1
| #define HAVE_INTTYPES_H 1
| #define HAVE_STDINT_H 1
| #define HAVE_UNISTD_H 1
| /* end confdefs.h. */
| #include <minix/config.h>
configure:4909: result: no
configure:4909: checking for minix/config.h
configure:4909: result: no
configure:4930: checking whether it is safe to define __EXTENSIONS__
configure:4948: gcc -c -g -O2 conftest.c >&5
configure:4948: $? = 0
configure:4955: result: yes
configure:5027: checking for g++
configure:5043: found /usr/lib64/ccache/g++
configure:5054: result: g++
configure:5081: checking for C++ compiler version
configure:5090: g++ --version >&5
g++ (GCC) 5.1.1 20150618 (Red Hat 5.1.1-4)
Copyright (C) 2015 Free Software Foundation, Inc.
This is free software; see the source for copying conditions. There is NO
warranty; not even for MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.
configure:5101: $? = 0
configure:5090: g++ -v >&5
Using built-in specs.
COLLECT_GCC=/bin/g++
COLLECT_LTO_WRAPPER=/usr/libexec/gcc/x86_64-redhat-linux/5.1.1/lto-wrapper
Target: x86_64-redhat-linux
Configured with: ../configure --enable-bootstrap
--enable-languages=c,c++,objc,obj-c++,fortran,ada,go,lto --prefix=/usr
--mandir=/usr/share/man --infodir=/usr/share/info --with-bugurl=
http://bugzilla.redhat.com/bugzilla --enable-shared --enable-threads=posix
--enable-checking=release --enable-multilib --with-system-zlib
--enable-__cxa_atexit --disable-libunwind-exceptions
--enable-gnu-unique-object --enable-linker-build-id
--with-linker-hash-style=gnu --enable-plugin --enable-initfini-array
--disable-libgcj --with-isl --enable-libmpx --enable-gnu-indirect-function
--with-tune=generic --with-arch_32=i686 --build=x86_64-redhat-linux
Thread model: posix
gcc version 5.1.1 20150618 (Red Hat 5.1.1-4) (GCC)
configure:5101: $? = 0
configure:5090: g++ -V >&5
g++: error: unrecognized command line option '-V'
g++: fatal error: no input files
compilation terminated.
configure:5101: $? = 1
configure:5090: g++ -qversion >&5
g++: error: unrecognized command line option '-qversion'
g++: fatal error: no input files
compilation terminated.
configure:5101: $? = 1
configure:5105: checking whether we are using the GNU C++ compiler
configure:5124: g++ -c -std=gnu++14 conftest.cpp >&5
configure:5124: $? = 0
configure:5133: result: yes
configure:5142: checking whether g++ accepts -g
configure:5162: g++ -c -g conftest.cpp >&5
configure:5162: $? = 0
configure:5203: result: yes
configure:5228: checking dependency style of g++
configure:5339: result: gcc3
configure:5364: checking for gcc option to accept ISO C99
configure:5513: g++ -c -std=gnu++14 conftest.cpp >&5
conftest.cpp:76:29: error: expected ',' or '...' before 'text'
test_restrict (ccp restrict text)
^
conftest.cpp: In function 'int test_restrict(ccp)':
conftest.cpp:81:30: error: 'text' was not declared in this scope
for (unsigned int i = 0; *(text+i) != '\0'; ++i)
^
conftest.cpp: In function 'int main()':
conftest.cpp:130:18: error: expected initializer before 'newvar'
char *restrict newvar = "Another string";
^
conftest.cpp:138:12: error: invalid conversion from 'void*' to
'incomplete_array*' [-fpermissive]
malloc (sizeof (struct incomplete_array) + (sizeof (double) * 10));
^
conftest.cpp:156:59: error: 'newvar' was not declared in this scope
return (!success || bignum == 0LL || ubignum == 0uLL || newvar[0] == 'x'
^
configure:5513: $? = 1
configure: failed program was:
| /* confdefs.h */
| #define PACKAGE_NAME "graph-tool"
| #define PACKAGE_TARNAME "graph-tool"
| #define PACKAGE_VERSION "2.11"
| #define PACKAGE_STRING "graph-tool 2.11"
| #define PACKAGE_BUGREPORT "http://graph-tool.skewed.de/tickets"
| #define PACKAGE_URL "http://graph-tool.skewed.de"
| #define PACKAGE "graph-tool"
| #define VERSION "2.11"
| #define STDC_HEADERS 1
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_SYS_STAT_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_STRING_H 1
| #define HAVE_MEMORY_H 1
| #define HAVE_STRINGS_H 1
| #define HAVE_INTTYPES_H 1
| #define HAVE_STDINT_H 1
| #define HAVE_UNISTD_H 1
| #define __EXTENSIONS__ 1
| #define _ALL_SOURCE 1
| #define _GNU_SOURCE 1
| #define _POSIX_PTHREAD_SEMANTICS 1
| #define _TANDEM_SOURCE 1
| /* end confdefs.h. */
| #include <stdarg.h>
| #include <stdbool.h>
| #include <stdlib.h>
| #include <wchar.h>
| #include <stdio.h>
|
| // Check varargs macros. These examples are taken from C99 6.10.3.5.
| #define debug(...) fprintf (stderr, __VA_ARGS__)
| #define showlist(...) puts (#__VA_ARGS__)
| #define report(test,...) ((test) ? puts (#test) : printf (__VA_ARGS__))
| static void
| test_varargs_macros (void)
| {
| int x = 1234;
| int y = 5678;
| debug ("Flag");
| debug ("X = %d\n", x);
| showlist (The first, second, and third items.);
| report (x>y, "x is %d but y is %d", x, y);
| }
|
| // Check long long types.
| #define BIG64 18446744073709551615ull
| #define BIG32 4294967295ul
| #define BIG_OK (BIG64 / BIG32 == 4294967297ull && BIG64 % BIG32 == 0)
| #if !BIG_OK
| your preprocessor is broken;
| #endif
| #if BIG_OK
| #else
| your preprocessor is broken;
| #endif
| static long long int bignum = -9223372036854775807LL;
| static unsigned long long int ubignum = BIG64;
|
| struct incomplete_array
| {
| int datasize;
| double data[];
| };
|
| struct named_init {
| int number;
| const wchar_t *name;
| double average;
| };
|
| typedef const char *ccp;
|
| static inline int
| test_restrict (ccp restrict text)
| {
| // See if C++-style comments work.
| // Iterate through items via the restricted pointer.
| // Also check for declarations in for loops.
| for (unsigned int i = 0; *(text+i) != '\0'; ++i)
| continue;
| return 0;
| }
|
| // Check varargs and va_copy.
| static void
| test_varargs (const char *format, ...)
| {
| va_list args;
| va_start (args, format);
| va_list args_copy;
| va_copy (args_copy, args);
|
| const char *str;
| int number;
| float fnumber;
|
| while (*format)
| {
| switch (*format++)
| {
| case 's': // string
| str = va_arg (args_copy, const char *);
| break;
| case 'd': // int
| number = va_arg (args_copy, int);
| break;
| case 'f': // float
| fnumber = va_arg (args_copy, double);
| break;
| default:
| break;
| }
| }
| va_end (args_copy);
| va_end (args);
| }
|
| int
| main ()
| {
|
| // Check bool.
| _Bool success = false;
|
| // Check restrict.
| if (test_restrict ("String literal") == 0)
| success = true;
| char *restrict newvar = "Another string";
|
| // Check varargs.
| test_varargs ("s, d' f .", "string", 65, 34.234);
| test_varargs_macros ();
|
| // Check flexible array members.
| struct incomplete_array *ia =
| malloc (sizeof (struct incomplete_array) + (sizeof (double) * 10));
| ia->datasize = 10;
| for (int i = 0; i < ia->datasize; ++i)
| ia->data[i] = i * 1.234;
|
| // Check named initializers.
| struct named_init ni = {
| .number = 34,
| .name = L"Test wide string",
| .average = 543.34343,
| };
|
| ni.number = 58;
|
| int dynamic_array[ni.number];
| dynamic_array[ni.number - 1] = 543;
|
| // work around unused variable warnings
| return (!success || bignum == 0LL || ubignum == 0uLL || newvar[0] == 'x'
| || dynamic_array[ni.number - 1] != 543);
|
| ;
| return 0;
| }
configure:5513: g++ -c -std=gnu++14 conftest.cpp >&5
conftest.cpp:76:29: error: expected ',' or '...' before 'text'
test_restrict (ccp restrict text)
^
conftest.cpp: In function 'int test_restrict(ccp)':
conftest.cpp:81:30: error: 'text' was not declared in this scope
for (unsigned int i = 0; *(text+i) != '\0'; ++i)
^
conftest.cpp: In function 'int main()':
conftest.cpp:130:18: error: expected initializer before 'newvar'
char *restrict newvar = "Another string";
^
conftest.cpp:138:12: error: invalid conversion from 'void*' to
'incomplete_array*' [-fpermissive]
malloc (sizeof (struct incomplete_array) + (sizeof (double) * 10));
^
conftest.cpp:156:59: error: 'newvar' was not declared in this scope
return (!success || bignum == 0LL || ubignum == 0uLL || newvar[0] == 'x'
^
configure:5513: $? = 1
configure: failed program was:
| /* confdefs.h */
| #define PACKAGE_NAME "graph-tool"
| #define PACKAGE_TARNAME "graph-tool"
| #define PACKAGE_VERSION "2.11"
| #define PACKAGE_STRING "graph-tool 2.11"
| #define PACKAGE_BUGREPORT "http://graph-tool.skewed.de/tickets"
| #define PACKAGE_URL "http://graph-tool.skewed.de"
| #define PACKAGE "graph-tool"
| #define VERSION "2.11"
| #define STDC_HEADERS 1
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_SYS_STAT_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_STRING_H 1
| #define HAVE_MEMORY_H 1
| #define HAVE_STRINGS_H 1
| #define HAVE_INTTYPES_H 1
| #define HAVE_STDINT_H 1
| #define HAVE_UNISTD_H 1
| #define __EXTENSIONS__ 1
| #define _ALL_SOURCE 1
| #define _GNU_SOURCE 1
| #define _POSIX_PTHREAD_SEMANTICS 1
| #define _TANDEM_SOURCE 1
| /* end confdefs.h. */
| #include <stdarg.h>
| #include <stdbool.h>
| #include <stdlib.h>
| #include <wchar.h>
| #include <stdio.h>
|
| // Check varargs macros. These examples are taken from C99 6.10.3.5.
| #define debug(...) fprintf (stderr, __VA_ARGS__)
| #define showlist(...) puts (#__VA_ARGS__)
| #define report(test,...) ((test) ? puts (#test) : printf (__VA_ARGS__))
| static void
| test_varargs_macros (void)
| {
| int x = 1234;
| int y = 5678;
| debug ("Flag");
| debug ("X = %d\n", x);
| showlist (The first, second, and third items.);
| report (x>y, "x is %d but y is %d", x, y);
| }
|
| // Check long long types.
| #define BIG64 18446744073709551615ull
| #define BIG32 4294967295ul
| #define BIG_OK (BIG64 / BIG32 == 4294967297ull && BIG64 % BIG32 == 0)
| #if !BIG_OK
| your preprocessor is broken;
| #endif
| #if BIG_OK
| #else
| your preprocessor is broken;
| #endif
| static long long int bignum = -9223372036854775807LL;
| static unsigned long long int ubignum = BIG64;
|
| struct incomplete_array
| {
| int datasize;
| double data[];
| };
|
| struct named_init {
| int number;
| const wchar_t *name;
| double average;
| };
|
| typedef const char *ccp;
|
| static inline int
| test_restrict (ccp restrict text)
| {
| // See if C++-style comments work.
| // Iterate through items via the restricted pointer.
| // Also check for declarations in for loops.
| for (unsigned int i = 0; *(text+i) != '\0'; ++i)
| continue;
| return 0;
| }
|
| // Check varargs and va_copy.
| static void
| test_varargs (const char *format, ...)
| {
| va_list args;
| va_start (args, format);
| va_list args_copy;
| va_copy (args_copy, args);
|
| const char *str;
| int number;
| float fnumber;
|
| while (*format)
| {
| switch (*format++)
| {
| case 's': // string
| str = va_arg (args_copy, const char *);
| break;
| case 'd': // int
| number = va_arg (args_copy, int);
| break;
| case 'f': // float
| fnumber = va_arg (args_copy, double);
| break;
| default:
| break;
| }
| }
| va_end (args_copy);
| va_end (args);
| }
|
| int
| main ()
| {
|
| // Check bool.
| _Bool success = false;
|
| // Check restrict.
| if (test_restrict ("String literal") == 0)
| success = true;
| char *restrict newvar = "Another string";
|
| // Check varargs.
| test_varargs ("s, d' f .", "string", 65, 34.234);
| test_varargs_macros ();
|
| // Check flexible array members.
| struct incomplete_array *ia =
| malloc (sizeof (struct incomplete_array) + (sizeof (double) * 10));
| ia->datasize = 10;
| for (int i = 0; i < ia->datasize; ++i)
| ia->data[i] = i * 1.234;
|
| // Check named initializers.
| struct named_init ni = {
| .number = 34,
| .name = L"Test wide string",
| .average = 543.34343,
| };
|
| ni.number = 58;
|
| int dynamic_array[ni.number];
| dynamic_array[ni.number - 1] = 543;
|
| // work around unused variable warnings
| return (!success || bignum == 0LL || ubignum == 0uLL || newvar[0] == 'x'
| || dynamic_array[ni.number - 1] != 543);
|
| ;
| return 0;
| }
configure:5513: g++ -c -std=gnu++14 conftest.cpp >&5
conftest.cpp:76:29: error: expected ',' or '...' before 'text'
test_restrict (ccp restrict text)
^
conftest.cpp: In function 'int test_restrict(ccp)':
conftest.cpp:81:30: error: 'text' was not declared in this scope
for (unsigned int i = 0; *(text+i) != '\0'; ++i)
^
conftest.cpp: In function 'int main()':
conftest.cpp:130:18: error: expected initializer before 'newvar'
char *restrict newvar = "Another string";
^
conftest.cpp:138:12: error: invalid conversion from 'void*' to
'incomplete_array*' [-fpermissive]
malloc (sizeof (struct incomplete_array) + (sizeof (double) * 10));
^
conftest.cpp:156:59: error: 'newvar' was not declared in this scope
return (!success || bignum == 0LL || ubignum == 0uLL || newvar[0] == 'x'
^
configure:5513: $? = 1
configure: failed program was:
| /* confdefs.h */
| #define PACKAGE_NAME "graph-tool"
| #define PACKAGE_TARNAME "graph-tool"
| #define PACKAGE_VERSION "2.11"
| #define PACKAGE_STRING "graph-tool 2.11"
| #define PACKAGE_BUGREPORT "http://graph-tool.skewed.de/tickets"
| #define PACKAGE_URL "http://graph-tool.skewed.de"
| #define PACKAGE "graph-tool"
| #define VERSION "2.11"
| #define STDC_HEADERS 1
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_SYS_STAT_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_STRING_H 1
| #define HAVE_MEMORY_H 1
| #define HAVE_STRINGS_H 1
| #define HAVE_INTTYPES_H 1
| #define HAVE_STDINT_H 1
| #define HAVE_UNISTD_H 1
| #define __EXTENSIONS__ 1
| #define _ALL_SOURCE 1
| #define _GNU_SOURCE 1
| #define _POSIX_PTHREAD_SEMANTICS 1
| #define _TANDEM_SOURCE 1
| /* end confdefs.h. */
| #include <stdarg.h>
| #include <stdbool.h>
| #include <stdlib.h>
| #include <wchar.h>
| #include <stdio.h>
|
| // Check varargs macros. These examples are taken from C99 6.10.3.5.
| #define debug(...) fprintf (stderr, __VA_ARGS__)
| #define showlist(...) puts (#__VA_ARGS__)
| #define report(test,...) ((test) ? puts (#test) : printf (__VA_ARGS__))
| static void
| test_varargs_macros (void)
| {
| int x = 1234;
| int y = 5678;
| debug ("Flag");
| debug ("X = %d\n", x);
| showlist (The first, second, and third items.);
| report (x>y, "x is %d but y is %d", x, y);
| }
|
| // Check long long types.
| #define BIG64 18446744073709551615ull
| #define BIG32 4294967295ul
| #define BIG_OK (BIG64 / BIG32 == 4294967297ull && BIG64 % BIG32 == 0)
| #if !BIG_OK
| your preprocessor is broken;
| #endif
| #if BIG_OK
| #else
| your preprocessor is broken;
| #endif
| static long long int bignum = -9223372036854775807LL;
| static unsigned long long int ubignum = BIG64;
|
| struct incomplete_array
| {
| int datasize;
| double data[];
| };
|
| struct named_init {
| int number;
| const wchar_t *name;
| double average;
| };
|
| typedef const char *ccp;
|
| static inline int
| test_restrict (ccp restrict text)
| {
| // See if C++-style comments work.
| // Iterate through items via the restricted pointer.
| // Also check for declarations in for loops.
| for (unsigned int i = 0; *(text+i) != '\0'; ++i)
| continue;
| return 0;
| }
|
| // Check varargs and va_copy.
| static void
| test_varargs (const char *format, ...)
| {
| va_list args;
| va_start (args, format);
| va_list args_copy;
| va_copy (args_copy, args);
|
| const char *str;
| int number;
| float fnumber;
|
| while (*format)
| {
| switch (*format++)
| {
| case 's': // string
| str = va_arg (args_copy, const char *);
| break;
| case 'd': // int
| number = va_arg (args_copy, int);
| break;
| case 'f': // float
| fnumber = va_arg (args_copy, double);
| break;
| default:
| break;
| }
| }
| va_end (args_copy);
| va_end (args);
| }
|
| int
| main ()
| {
|
| // Check bool.
| _Bool success = false;
|
| // Check restrict.
| if (test_restrict ("String literal") == 0)
| success = true;
| char *restrict newvar = "Another string";
|
| // Check varargs.
| test_varargs ("s, d' f .", "string", 65, 34.234);
| test_varargs_macros ();
|
| // Check flexible array members.
| struct incomplete_array *ia =
| malloc (sizeof (struct incomplete_array) + (sizeof (double) * 10));
| ia->datasize = 10;
| for (int i = 0; i < ia->datasize; ++i)
| ia->data[i] = i * 1.234;
|
| // Check named initializers.
| struct named_init ni = {
| .number = 34,
| .name = L"Test wide string",
| .average = 543.34343,
| };
|
| ni.number = 58;
|
| int dynamic_array[ni.number];
| dynamic_array[ni.number - 1] = 543;
|
| // work around unused variable warnings
| return (!success || bignum == 0LL || ubignum == 0uLL || newvar[0] == 'x'
| || dynamic_array[ni.number - 1] != 543);
|
| ;
| return 0;
| }
configure:5513: g++ -c -std=gnu++14 conftest.cpp >&5
conftest.cpp:76:29: error: expected ',' or '...' before 'text'
test_restrict (ccp restrict text)
^
conftest.cpp: In function 'int test_restrict(ccp)':
conftest.cpp:81:30: error: 'text' was not declared in this scope
for (unsigned int i = 0; *(text+i) != '\0'; ++i)
^
conftest.cpp: In function 'int main()':
conftest.cpp:130:18: error: expected initializer before 'newvar'
char *restrict newvar = "Another string";
^
conftest.cpp:138:12: error: invalid conversion from 'void*' to
'incomplete_array*' [-fpermissive]
malloc (sizeof (struct incomplete_array) + (sizeof (double) * 10));
^
conftest.cpp:156:59: error: 'newvar' was not declared in this scope
return (!success || bignum == 0LL || ubignum == 0uLL || newvar[0] == 'x'
^
configure:5513: $? = 1
configure: failed program was:
| /* confdefs.h */
| #define PACKAGE_NAME "graph-tool"
| #define PACKAGE_TARNAME "graph-tool"
| #define PACKAGE_VERSION "2.11"
| #define PACKAGE_STRING "graph-tool 2.11"
| #define PACKAGE_BUGREPORT "http://graph-tool.skewed.de/tickets"
| #define PACKAGE_URL "http://graph-tool.skewed.de"
| #define PACKAGE "graph-tool"
| #define VERSION "2.11"
| #define STDC_HEADERS 1
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_SYS_STAT_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_STRING_H 1
| #define HAVE_MEMORY_H 1
| #define HAVE_STRINGS_H 1
| #define HAVE_INTTYPES_H 1
| #define HAVE_STDINT_H 1
| #define HAVE_UNISTD_H 1
| #define __EXTENSIONS__ 1
| #define _ALL_SOURCE 1
| #define _GNU_SOURCE 1
| #define _POSIX_PTHREAD_SEMANTICS 1
| #define _TANDEM_SOURCE 1
| /* end confdefs.h. */
| #include <stdarg.h>
| #include <stdbool.h>
| #include <stdlib.h>
| #include <wchar.h>
| #include <stdio.h>
|
| // Check varargs macros. These examples are taken from C99 6.10.3.5.
| #define debug(...) fprintf (stderr, __VA_ARGS__)
| #define showlist(...) puts (#__VA_ARGS__)
| #define report(test,...) ((test) ? puts (#test) : printf (__VA_ARGS__))
| static void
| test_varargs_macros (void)
| {
| int x = 1234;
| int y = 5678;
| debug ("Flag");
| debug ("X = %d\n", x);
| showlist (The first, second, and third items.);
| report (x>y, "x is %d but y is %d", x, y);
| }
|
| // Check long long types.
| #define BIG64 18446744073709551615ull
| #define BIG32 4294967295ul
| #define BIG_OK (BIG64 / BIG32 == 4294967297ull && BIG64 % BIG32 == 0)
| #if !BIG_OK
| your preprocessor is broken;
| #endif
| #if BIG_OK
| #else
| your preprocessor is broken;
| #endif
| static long long int bignum = -9223372036854775807LL;
| static unsigned long long int ubignum = BIG64;
|
| struct incomplete_array
| {
| int datasize;
| double data[];
| };
|
| struct named_init {
| int number;
| const wchar_t *name;
| double average;
| };
|
| typedef const char *ccp;
|
| static inline int
| test_restrict (ccp restrict text)
| {
| // See if C++-style comments work.
| // Iterate through items via the restricted pointer.
| // Also check for declarations in for loops.
| for (unsigned int i = 0; *(text+i) != '\0'; ++i)
| continue;
| return 0;
| }
|
| // Check varargs and va_copy.
| static void
| test_varargs (const char *format, ...)
| {
| va_list args;
| va_start (args, format);
| va_list args_copy;
| va_copy (args_copy, args);
|
| const char *str;
| int number;
| float fnumber;
|
| while (*format)
| {
| switch (*format++)
| {
| case 's': // string
| str = va_arg (args_copy, const char *);
| break;
| case 'd': // int
| number = va_arg (args_copy, int);
| break;
| case 'f': // float
| fnumber = va_arg (args_copy, double);
| break;
| default:
| break;
| }
| }
| va_end (args_copy);
| va_end (args);
| }
|
| int
| main ()
| {
|
| // Check bool.
| _Bool success = false;
|
| // Check restrict.
| if (test_restrict ("String literal") == 0)
| success = true;
| char *restrict newvar = "Another string";
|
| // Check varargs.
| test_varargs ("s, d' f .", "string", 65, 34.234);
| test_varargs_macros ();
|
| // Check flexible array members.
| struct incomplete_array *ia =
| malloc (sizeof (struct incomplete_array) + (sizeof (double) * 10));
| ia->datasize = 10;
| for (int i = 0; i < ia->datasize; ++i)
| ia->data[i] = i * 1.234;
|
| // Check named initializers.
| struct named_init ni = {
| .number = 34,
| .name = L"Test wide string",
| .average = 543.34343,
| };
|
| ni.number = 58;
|
| int dynamic_array[ni.number];
| dynamic_array[ni.number - 1] = 543;
|
| // work around unused variable warnings
| return (!success || bignum == 0LL || ubignum == 0uLL || newvar[0] == 'x'
| || dynamic_array[ni.number - 1] != 543);
|
| ;
| return 0;
| }
configure:5513: g++ -c -std=gnu++14 conftest.cpp >&5
conftest.cpp:76:29: error: expected ',' or '...' before 'text'
test_restrict (ccp restrict text)
^
conftest.cpp: In function 'int test_restrict(ccp)':
conftest.cpp:81:30: error: 'text' was not declared in this scope
for (unsigned int i = 0; *(text+i) != '\0'; ++i)
^
conftest.cpp: In function 'int main()':
conftest.cpp:130:18: error: expected initializer before 'newvar'
char *restrict newvar = "Another string";
^
conftest.cpp:138:12: error: invalid conversion from 'void*' to
'incomplete_array*' [-fpermissive]
malloc (sizeof (struct incomplete_array) + (sizeof (double) * 10));
^
conftest.cpp:156:59: error: 'newvar' was not declared in this scope
return (!success || bignum == 0LL || ubignum == 0uLL || newvar[0] == 'x'
^
configure:5513: $? = 1
configure: failed program was:
| /* confdefs.h */
| #define PACKAGE_NAME "graph-tool"
| #define PACKAGE_TARNAME "graph-tool"
| #define PACKAGE_VERSION "2.11"
| #define PACKAGE_STRING "graph-tool 2.11"
| #define PACKAGE_BUGREPORT "http://graph-tool.skewed.de/tickets"
| #define PACKAGE_URL "http://graph-tool.skewed.de"
| #define PACKAGE "graph-tool"
| #define VERSION "2.11"
| #define STDC_HEADERS 1
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_SYS_STAT_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_STRING_H 1
| #define HAVE_MEMORY_H 1
| #define HAVE_STRINGS_H 1
| #define HAVE_INTTYPES_H 1
| #define HAVE_STDINT_H 1
| #define HAVE_UNISTD_H 1
| #define __EXTENSIONS__ 1
| #define _ALL_SOURCE 1
| #define _GNU_SOURCE 1
| #define _POSIX_PTHREAD_SEMANTICS 1
| #define _TANDEM_SOURCE 1
| /* end confdefs.h. */
| #include <stdarg.h>
| #include <stdbool.h>
| #include <stdlib.h>
| #include <wchar.h>
| #include <stdio.h>
|
| // Check varargs macros. These examples are taken from C99 6.10.3.5.
| #define debug(...) fprintf (stderr, __VA_ARGS__)
| #define showlist(...) puts (#__VA_ARGS__)
| #define report(test,...) ((test) ? puts (#test) : printf (__VA_ARGS__))
| static void
| test_varargs_macros (void)
| {
| int x = 1234;
| int y = 5678;
| debug ("Flag");
| debug ("X = %d\n", x);
| showlist (The first, second, and third items.);
| report (x>y, "x is %d but y is %d", x, y);
| }
|
| // Check long long types.
| #define BIG64 18446744073709551615ull
| #define BIG32 4294967295ul
| #define BIG_OK (BIG64 / BIG32 == 4294967297ull && BIG64 % BIG32 == 0)
| #if !BIG_OK
| your preprocessor is broken;
| #endif
| #if BIG_OK
| #else
| your preprocessor is broken;
| #endif
| static long long int bignum = -9223372036854775807LL;
| static unsigned long long int ubignum = BIG64;
|
| struct incomplete_array
| {
| int datasize;
| double data[];
| };
|
| struct named_init {
| int number;
| const wchar_t *name;
| double average;
| };
|
| typedef const char *ccp;
|
| static inline int
| test_restrict (ccp restrict text)
| {
| // See if C++-style comments work.
| // Iterate through items via the restricted pointer.
| // Also check for declarations in for loops.
| for (unsigned int i = 0; *(text+i) != '\0'; ++i)
| continue;
| return 0;
| }
|
| // Check varargs and va_copy.
| static void
| test_varargs (const char *format, ...)
| {
| va_list args;
| va_start (args, format);
| va_list args_copy;
| va_copy (args_copy, args);
|
| const char *str;
| int number;
| float fnumber;
|
| while (*format)
| {
| switch (*format++)
| {
| case 's': // string
| str = va_arg (args_copy, const char *);
| break;
| case 'd': // int
| number = va_arg (args_copy, int);
| break;
| case 'f': // float
| fnumber = va_arg (args_copy, double);
| break;
| default:
| break;
| }
| }
| va_end (args_copy);
| va_end (args);
| }
|
| int
| main ()
| {
|
| // Check bool.
| _Bool success = false;
|
| // Check restrict.
| if (test_restrict ("String literal") == 0)
| success = true;
| char *restrict newvar = "Another string";
|
| // Check varargs.
| test_varargs ("s, d' f .", "string", 65, 34.234);
| test_varargs_macros ();
|
| // Check flexible array members.
| struct incomplete_array *ia =
| malloc (sizeof (struct incomplete_array) + (sizeof (double) * 10));
| ia->datasize = 10;
| for (int i = 0; i < ia->datasize; ++i)
| ia->data[i] = i * 1.234;
|
| // Check named initializers.
| struct named_init ni = {
| .number = 34,
| .name = L"Test wide string",
| .average = 543.34343,
| };
|
| ni.number = 58;
|
| int dynamic_array[ni.number];
| dynamic_array[ni.number - 1] = 543;
|
| // work around unused variable warnings
| return (!success || bignum == 0LL || ubignum == 0uLL || newvar[0] == 'x'
| || dynamic_array[ni.number - 1] != 543);
|
| ;
| return 0;
| }
configure:5513: g++ -c -std=gnu++14 conftest.cpp >&5
conftest.cpp:76:29: error: expected ',' or '...' before 'text'
test_restrict (ccp restrict text)
^
conftest.cpp: In function 'int test_restrict(ccp)':
conftest.cpp:81:30: error: 'text' was not declared in this scope
for (unsigned int i = 0; *(text+i) != '\0'; ++i)
^
conftest.cpp: In function 'int main()':
conftest.cpp:130:18: error: expected initializer before 'newvar'
char *restrict newvar = "Another string";
^
conftest.cpp:138:12: error: invalid conversion from 'void*' to
'incomplete_array*' [-fpermissive]
malloc (sizeof (struct incomplete_array) + (sizeof (double) * 10));
^
conftest.cpp:156:59: error: 'newvar' was not declared in this scope
return (!success || bignum == 0LL || ubignum == 0uLL || newvar[0] == 'x'
^
configure:5513: $? = 1
configure: failed program was:
| /* confdefs.h */
| #define PACKAGE_NAME "graph-tool"
| #define PACKAGE_TARNAME "graph-tool"
| #define PACKAGE_VERSION "2.11"
| #define PACKAGE_STRING "graph-tool 2.11"
| #define PACKAGE_BUGREPORT "http://graph-tool.skewed.de/tickets"
| #define PACKAGE_URL "http://graph-tool.skewed.de"
| #define PACKAGE "graph-tool"
| #define VERSION "2.11"
| #define STDC_HEADERS 1
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_SYS_STAT_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_STRING_H 1
| #define HAVE_MEMORY_H 1
| #define HAVE_STRINGS_H 1
| #define HAVE_INTTYPES_H 1
| #define HAVE_STDINT_H 1
| #define HAVE_UNISTD_H 1
| #define __EXTENSIONS__ 1
| #define _ALL_SOURCE 1
| #define _GNU_SOURCE 1
| #define _POSIX_PTHREAD_SEMANTICS 1
| #define _TANDEM_SOURCE 1
| /* end confdefs.h. */
| #include <stdarg.h>
| #include <stdbool.h>
| #include <stdlib.h>
| #include <wchar.h>
| #include <stdio.h>
|
| // Check varargs macros. These examples are taken from C99 6.10.3.5.
| #define debug(...) fprintf (stderr, __VA_ARGS__)
| #define showlist(...) puts (#__VA_ARGS__)
| #define report(test,...) ((test) ? puts (#test) : printf (__VA_ARGS__))
| static void
| test_varargs_macros (void)
| {
| int x = 1234;
| int y = 5678;
| debug ("Flag");
| debug ("X = %d\n", x);
| showlist (The first, second, and third items.);
| report (x>y, "x is %d but y is %d", x, y);
| }
|
| // Check long long types.
| #define BIG64 18446744073709551615ull
| #define BIG32 4294967295ul
| #define BIG_OK (BIG64 / BIG32 == 4294967297ull && BIG64 % BIG32 == 0)
| #if !BIG_OK
| your preprocessor is broken;
| #endif
| #if BIG_OK
| #else
| your preprocessor is broken;
| #endif
| static long long int bignum = -9223372036854775807LL;
| static unsigned long long int ubignum = BIG64;
|
| struct incomplete_array
| {
| int datasize;
| double data[];
| };
|
| struct named_init {
| int number;
| const wchar_t *name;
| double average;
| };
|
| typedef const char *ccp;
|
| static inline int
| test_restrict (ccp restrict text)
| {
| // See if C++-style comments work.
| // Iterate through items via the restricted pointer.
| // Also check for declarations in for loops.
| for (unsigned int i = 0; *(text+i) != '\0'; ++i)
| continue;
| return 0;
| }
|
| // Check varargs and va_copy.
| static void
| test_varargs (const char *format, ...)
| {
| va_list args;
| va_start (args, format);
| va_list args_copy;
| va_copy (args_copy, args);
|
| const char *str;
| int number;
| float fnumber;
|
| while (*format)
| {
| switch (*format++)
| {
| case 's': // string
| str = va_arg (args_copy, const char *);
| break;
| case 'd': // int
| number = va_arg (args_copy, int);
| break;
| case 'f': // float
| fnumber = va_arg (args_copy, double);
| break;
| default:
| break;
| }
| }
| va_end (args_copy);
| va_end (args);
| }
|
| int
| main ()
| {
|
| // Check bool.
| _Bool success = false;
|
| // Check restrict.
| if (test_restrict ("String literal") == 0)
| success = true;
| char *restrict newvar = "Another string";
|
| // Check varargs.
| test_varargs ("s, d' f .", "string", 65, 34.234);
| test_varargs_macros ();
|
| // Check flexible array members.
| struct incomplete_array *ia =
| malloc (sizeof (struct incomplete_array) + (sizeof (double) * 10));
| ia->datasize = 10;
| for (int i = 0; i < ia->datasize; ++i)
| ia->data[i] = i * 1.234;
|
| // Check named initializers.
| struct named_init ni = {
| .number = 34,
| .name = L"Test wide string",
| .average = 543.34343,
| };
|
| ni.number = 58;
|
| int dynamic_array[ni.number];
| dynamic_array[ni.number - 1] = 543;
|
| // work around unused variable warnings
| return (!success || bignum == 0LL || ubignum == 0uLL || newvar[0] == 'x'
| || dynamic_array[ni.number - 1] != 543);
|
| ;
| return 0;
| }
configure:5513: g++ -c -std=gnu++14 conftest.cpp >&5
conftest.cpp:76:29: error: expected ',' or '...' before 'text'
test_restrict (ccp restrict text)
^
conftest.cpp: In function 'int test_restrict(ccp)':
conftest.cpp:81:30: error: 'text' was not declared in this scope
for (unsigned int i = 0; *(text+i) != '\0'; ++i)
^
conftest.cpp: In function 'int main()':
conftest.cpp:130:18: error: expected initializer before 'newvar'
char *restrict newvar = "Another string";
^
conftest.cpp:138:12: error: invalid conversion from 'void*' to
'incomplete_array*' [-fpermissive]
malloc (sizeof (struct incomplete_array) + (sizeof (double) * 10));
^
conftest.cpp:156:59: error: 'newvar' was not declared in this scope
return (!success || bignum == 0LL || ubignum == 0uLL || newvar[0] == 'x'
^
configure:5513: $? = 1
configure: failed program was:
| /* confdefs.h */
| #define PACKAGE_NAME "graph-tool"
| #define PACKAGE_TARNAME "graph-tool"
| #define PACKAGE_VERSION "2.11"
| #define PACKAGE_STRING "graph-tool 2.11"
| #define PACKAGE_BUGREPORT "http://graph-tool.skewed.de/tickets"
| #define PACKAGE_URL "http://graph-tool.skewed.de"
| #define PACKAGE "graph-tool"
| #define VERSION "2.11"
| #define STDC_HEADERS 1
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_SYS_STAT_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_STRING_H 1
| #define HAVE_MEMORY_H 1
| #define HAVE_STRINGS_H 1
| #define HAVE_INTTYPES_H 1
| #define HAVE_STDINT_H 1
| #define HAVE_UNISTD_H 1
| #define __EXTENSIONS__ 1
| #define _ALL_SOURCE 1
| #define _GNU_SOURCE 1
| #define _POSIX_PTHREAD_SEMANTICS 1
| #define _TANDEM_SOURCE 1
| /* end confdefs.h. */
| #include <stdarg.h>
| #include <stdbool.h>
| #include <stdlib.h>
| #include <wchar.h>
| #include <stdio.h>
|
| // Check varargs macros. These examples are taken from C99 6.10.3.5.
| #define debug(...) fprintf (stderr, __VA_ARGS__)
| #define showlist(...) puts (#__VA_ARGS__)
| #define report(test,...) ((test) ? puts (#test) : printf (__VA_ARGS__))
| static void
| test_varargs_macros (void)
| {
| int x = 1234;
| int y = 5678;
| debug ("Flag");
| debug ("X = %d\n", x);
| showlist (The first, second, and third items.);
| report (x>y, "x is %d but y is %d", x, y);
| }
|
| // Check long long types.
| #define BIG64 18446744073709551615ull
| #define BIG32 4294967295ul
| #define BIG_OK (BIG64 / BIG32 == 4294967297ull && BIG64 % BIG32 == 0)
| #if !BIG_OK
| your preprocessor is broken;
| #endif
| #if BIG_OK
| #else
| your preprocessor is broken;
| #endif
| static long long int bignum = -9223372036854775807LL;
| static unsigned long long int ubignum = BIG64;
|
| struct incomplete_array
| {
| int datasize;
| double data[];
| };
|
| struct named_init {
| int number;
| const wchar_t *name;
| double average;
| };
|
| typedef const char *ccp;
|
| static inline int
| test_restrict (ccp restrict text)
| {
| // See if C++-style comments work.
| // Iterate through items via the restricted pointer.
| // Also check for declarations in for loops.
| for (unsigned int i = 0; *(text+i) != '\0'; ++i)
| continue;
| return 0;
| }
|
| // Check varargs and va_copy.
| static void
| test_varargs (const char *format, ...)
| {
| va_list args;
| va_start (args, format);
| va_list args_copy;
| va_copy (args_copy, args);
|
| const char *str;
| int number;
| float fnumber;
|
| while (*format)
| {
| switch (*format++)
| {
| case 's': // string
| str = va_arg (args_copy, const char *);
| break;
| case 'd': // int
| number = va_arg (args_copy, int);
| break;
| case 'f': // float
| fnumber = va_arg (args_copy, double);
| break;
| default:
| break;
| }
| }
| va_end (args_copy);
| va_end (args);
| }
|
| int
| main ()
| {
|
| // Check bool.
| _Bool success = false;
|
| // Check restrict.
| if (test_restrict ("String literal") == 0)
| success = true;
| char *restrict newvar = "Another string";
|
| // Check varargs.
| test_varargs ("s, d' f .", "string", 65, 34.234);
| test_varargs_macros ();
|
| // Check flexible array members.
| struct incomplete_array *ia =
| malloc (sizeof (struct incomplete_array) + (sizeof (double) * 10));
| ia->datasize = 10;
| for (int i = 0; i < ia->datasize; ++i)
| ia->data[i] = i * 1.234;
|
| // Check named initializers.
| struct named_init ni = {
| .number = 34,
| .name = L"Test wide string",
| .average = 543.34343,
| };
|
| ni.number = 58;
|
| int dynamic_array[ni.number];
| dynamic_array[ni.number - 1] = 543;
|
| // work around unused variable warnings
| return (!success || bignum == 0LL || ubignum == 0uLL || newvar[0] == 'x'
| || dynamic_array[ni.number - 1] != 543);
|
| ;
| return 0;
| }
configure:5529: result: unsupported
configure:5539: checking for gcc option to accept ISO C89
configure:5615: result: none needed
configure:5634: checking for gcc option to accept ISO Standard C
configure:5645: result: none needed
configure:5658: checking how to run the C++ preprocessor
configure:5685: g++ -E conftest.cpp
configure:5685: $? = 0
configure:5699: g++ -E conftest.cpp
conftest.cpp:26:28: fatal error: ac_nonexistent.h: No such file or directory
compilation terminated.
configure:5699: $? = 1
configure: failed program was:
| /* confdefs.h */
| #define PACKAGE_NAME "graph-tool"
| #define PACKAGE_TARNAME "graph-tool"
| #define PACKAGE_VERSION "2.11"
| #define PACKAGE_STRING "graph-tool 2.11"
| #define PACKAGE_BUGREPORT "http://graph-tool.skewed.de/tickets"
| #define PACKAGE_URL "http://graph-tool.skewed.de"
| #define PACKAGE "graph-tool"
| #define VERSION "2.11"
| #define STDC_HEADERS 1
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_SYS_STAT_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_STRING_H 1
| #define HAVE_MEMORY_H 1
| #define HAVE_STRINGS_H 1
| #define HAVE_INTTYPES_H 1
| #define HAVE_STDINT_H 1
| #define HAVE_UNISTD_H 1
| #define __EXTENSIONS__ 1
| #define _ALL_SOURCE 1
| #define _GNU_SOURCE 1
| #define _POSIX_PTHREAD_SEMANTICS 1
| #define _TANDEM_SOURCE 1
| /* end confdefs.h. */
| #include <ac_nonexistent.h>
configure:5724: result: g++ -E
configure:5744: g++ -E conftest.cpp
configure:5744: $? = 0
configure:5758: g++ -E conftest.cpp
conftest.cpp:26:28: fatal error: ac_nonexistent.h: No such file or directory
compilation terminated.
configure:5758: $? = 1
configure: failed program was:
| /* confdefs.h */
| #define PACKAGE_NAME "graph-tool"
| #define PACKAGE_TARNAME "graph-tool"
| #define PACKAGE_VERSION "2.11"
| #define PACKAGE_STRING "graph-tool 2.11"
| #define PACKAGE_BUGREPORT "http://graph-tool.skewed.de/tickets"
| #define PACKAGE_URL "http://graph-tool.skewed.de"
| #define PACKAGE "graph-tool"
| #define VERSION "2.11"
| #define STDC_HEADERS 1
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_SYS_STAT_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_STRING_H 1
| #define HAVE_MEMORY_H 1
| #define HAVE_STRINGS_H 1
| #define HAVE_INTTYPES_H 1
| #define HAVE_STDINT_H 1
| #define HAVE_UNISTD_H 1
| #define __EXTENSIONS__ 1
| #define _ALL_SOURCE 1
| #define _GNU_SOURCE 1
| #define _POSIX_PTHREAD_SEMANTICS 1
| #define _TANDEM_SOURCE 1
| /* end confdefs.h. */
| #include <ac_nonexistent.h>
configure:5787: checking for ANSI C header files
configure:5891: result: yes
configure:5976: checking how to print strings
configure:6003: result: printf
configure:6024: checking for a sed that does not truncate output
configure:6088: result: /bin/sed
configure:6106: checking for fgrep
configure:6168: result: /bin/grep -F
configure:6203: checking for ld used by gcc
configure:6270: result: /bin/ld
configure:6277: checking if the linker (/bin/ld) is GNU ld
configure:6292: result: yes
configure:6304: checking for BSD- or MS-compatible name lister (nm)
configure:6358: result: /bin/nm -B
configure:6488: checking the name lister (/bin/nm -B) interface
configure:6495: g++ -c -std=gnu++14 conftest.cpp >&5
configure:6498: /bin/nm -B "conftest.o"
configure:6501: output
0000000000000000 B some_variable
configure:6508: result: BSD nm
configure:6511: checking whether ln -s works
configure:6515: result: yes
configure:6523: checking the maximum length of command line arguments
configure:6654: result: 1572864
configure:6702: checking how to convert x86_64-unknown-linux-gnu file names
to x86_64-unknown-linux-gnu format
configure:6742: result: func_convert_file_noop
configure:6749: checking how to convert x86_64-unknown-linux-gnu file names
to toolchain format
configure:6769: result: func_convert_file_noop
configure:6776: checking for /bin/ld option to reload object files
configure:6783: result: -r
configure:6857: checking for objdump
configure:6873: found /bin/objdump
configure:6884: result: objdump
configure:6916: checking how to recognize dependent libraries
configure:7116: result: pass_all
configure:7201: checking for dlltool
configure:7231: result: no
configure:7261: checking how to associate runtime and link libraries
configure:7288: result: printf %s\n
configure:7348: checking for ar
configure:7364: found /bin/ar
configure:7375: result: ar
configure:7412: checking for archiver @FILE support
configure:7429: g++ -c -std=gnu++14 conftest.cpp >&5
configure:7429: $? = 0
configure:7432: ar cru libconftest.a @conftest.lst >&5
ar: `u' modifier ignored since `D' is the default (see `U')
configure:7435: $? = 0
configure:7440: ar cru libconftest.a @conftest.lst >&5
ar: `u' modifier ignored since `D' is the default (see `U')
ar: conftest.o: No such file or directory
configure:7443: $? = 1
configure:7455: result: @
configure:7513: checking for strip
configure:7529: found /bin/strip
configure:7540: result: strip
configure:7612: checking for ranlib
configure:7628: found /bin/ranlib
configure:7639: result: ranlib
configure:7741: checking command to parse /bin/nm -B output from gcc object
configure:7894: g++ -c -std=gnu++14 conftest.cpp >&5
configure:7897: $? = 0
configure:7901: /bin/nm -B conftest.o \| sed -n -e 's/^.*[
]\([ABCDGIRSTW][ABCDGIRSTW]*\)[ ][ ]*\([_A-Za-z][_A-Za-z0-9]*\)$/\1 \2
\2/p' | sed '/ __gnu_lto/d' \> conftest.nm
configure:7904: $? = 0
configure:7970: g++ -o conftest -std=gnu++14 conftest.cpp conftstm.o >&5
configure:7973: $? = 0
configure:8011: result: ok
configure:8058: checking for sysroot
configure:8088: result: no
configure:8095: checking for a working dd
configure:8133: result: /bin/dd
configure:8137: checking how to truncate binary pipes
configure:8152: result: /bin/dd bs=4096 count=1
configure:8288: g++ -c -std=gnu++14 conftest.cpp >&5
configure:8291: $? = 0
configure:8481: checking for mt
configure:8511: result: no
configure:8531: checking if : is a manifest tool
configure:8537: : '-?'
configure:8545: result: no
configure:9219: checking for dlfcn.h
configure:9219: g++ -c -std=gnu++14 conftest.cpp >&5
configure:9219: $? = 0
configure:9219: result: yes
configure:9455: checking for objdir
configure:9470: result: .libs
configure:9730: checking if gcc supports -fno-rtti -fno-exceptions
configure:9748: gcc -c -g -O2 -fno-rtti -fno-exceptions conftest.c >&5
cc1: warning: command line option '-fno-rtti' is valid for C++/ObjC++ but
not for C
cc1: warning: command line option '-fno-rtti' is valid for C++/ObjC++ but
not for C
configure:9752: $? = 0
configure:9765: result: no
configure:10123: checking for gcc option to produce PIC
configure:10130: result: -fPIC -DPIC
configure:10138: checking if gcc PIC flag -fPIC -DPIC works
configure:10156: gcc -c -g -O2 -fPIC -DPIC -DPIC conftest.c >&5
configure:10160: $? = 0
configure:10173: result: yes
configure:10202: checking if gcc static flag -static works
configure:10230: result: no
configure:10245: checking if gcc supports -c -o file.o
configure:10266: gcc -c -g -O2 -o out/conftest2.o conftest.c >&5
configure:10270: $? = 0
configure:10292: result: yes
configure:10300: checking if gcc supports -c -o file.o
configure:10347: result: yes
configure:10380: checking whether the gcc linker (/bin/ld -m elf_x86_64)
supports shared libraries
configure:11639: result: yes
configure:11676: checking whether -lc should be explicitly linked in
configure:11684: gcc -c -g -O2 conftest.c >&5
configure:11687: $? = 0
configure:11702: gcc -shared -fPIC -DPIC conftest.o -v -Wl,-soname
-Wl,conftest -o conftest 2\>\&1 \| /bin/grep -lc \>/dev/null 2\>\&1
configure:11705: $? = 0
configure:11719: result: no
configure:11879: checking dynamic linker characteristics
configure:12460: gcc -o conftest -g -O2 -Wl,-rpath -Wl,/foo conftest.c
>&5
configure:12460: $? = 0
configure:12697: result: GNU/Linux ld.so
configure:12819: checking how to hardcode library paths into programs
configure:12844: result: immediate
configure:13392: checking whether stripping libraries is possible
configure:13397: result: yes
configure:13432: checking if libtool supports shared libraries
configure:13434: result: yes
configure:13437: checking whether to build shared libraries
configure:13462: result: yes
configure:13465: checking whether to build static libraries
configure:13469: result: no
configure:13492: checking how to run the C++ preprocessor
configure:13558: result: g++ -E
configure:13578: g++ -E conftest.cpp
configure:13578: $? = 0
configure:13592: g++ -E conftest.cpp
conftest.cpp:29:28: fatal error: ac_nonexistent.h: No such file or directory
compilation terminated.
configure:13592: $? = 1
configure: failed program was:
| /* confdefs.h */
| #define PACKAGE_NAME "graph-tool"
| #define PACKAGE_TARNAME "graph-tool"
| #define PACKAGE_VERSION "2.11"
| #define PACKAGE_STRING "graph-tool 2.11"
| #define PACKAGE_BUGREPORT "http://graph-tool.skewed.de/tickets"
| #define PACKAGE_URL "http://graph-tool.skewed.de"
| #define PACKAGE "graph-tool"
| #define VERSION "2.11"
| #define STDC_HEADERS 1
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_SYS_STAT_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_STRING_H 1
| #define HAVE_MEMORY_H 1
| #define HAVE_STRINGS_H 1
| #define HAVE_INTTYPES_H 1
| #define HAVE_STDINT_H 1
| #define HAVE_UNISTD_H 1
| #define __EXTENSIONS__ 1
| #define _ALL_SOURCE 1
| #define _GNU_SOURCE 1
| #define _POSIX_PTHREAD_SEMANTICS 1
| #define _TANDEM_SOURCE 1
| #define STDC_HEADERS 1
| #define HAVE_DLFCN_H 1
| #define LT_OBJDIR ".libs/"
| /* end confdefs.h. */
| #include <ac_nonexistent.h>
configure:13754: checking for ld used by g++
configure:13821: result: /bin/ld -m elf_x86_64
configure:13828: checking if the linker (/bin/ld -m elf_x86_64) is GNU ld
configure:13843: result: yes
configure:13898: checking whether the g++ linker (/bin/ld -m elf_x86_64)
supports shared libraries
configure:14971: result: yes
configure:15007: g++ -c -std=gnu++14 conftest.cpp >&5
configure:15010: $? = 0
configure:15491: checking for g++ option to produce PIC
configure:15498: result: -fPIC -DPIC
configure:15506: checking if g++ PIC flag -fPIC -DPIC works
configure:15524: g++ -c -std=gnu++14 -fPIC -DPIC -DPIC conftest.cpp >&5
configure:15528: $? = 0
configure:15541: result: yes
configure:15564: checking if g++ static flag -static works
configure:15592: result: no
configure:15604: checking if g++ supports -c -o file.o
configure:15625: g++ -c -std=gnu++14 -o out/conftest2.o conftest.cpp >&5
configure:15629: $? = 0
configure:15651: result: yes
configure:15656: checking if g++ supports -c -o file.o
configure:15703: result: yes
configure:15733: checking whether the g++ linker (/bin/ld -m elf_x86_64)
supports shared libraries
configure:15773: result: yes
configure:15914: checking dynamic linker characteristics
configure:16659: result: GNU/Linux ld.so
configure:16724: checking how to hardcode library paths into programs
configure:16749: result: immediate
configure:16819: checking whether g++ supports C++14 features by default
configure:16879: g++ -c -std=gnu++14 conftest.cpp >&5
configure:16879: $? = 0
configure:16886: result: yes
configure:17006: checking whether to enable debug info
configure:17026: result: no
configure:17036: checking whether to enable function inlining...
configure:17056: result: yes
configure:17071: checking whether to enable optimizations
configure:17087: result: yes
configure:17093: checking whether to enable symbol visibility manipulation
configure:17109: result: yes
configure:17132: checking whether to enable parallel algorithms with openmp
configure:17137: result: yes
configure:17161: checking whether to enable cairo drawing
configure:17175: result: yes
configure:17187: checking for main in -lm
configure:17206: g++ -o conftest -Wall -Wextra -ftemplate-backtrace-limit=0
-std=gnu++14 -DNDEBUG -ftemplate-depth-250 -Wno-deprecated
-Wno-unknown-pragmas -O3 -fvisibility=default -fvisibility-inlines-hidden
-fopenmp conftest.cpp -lm >&5
configure:17206: $? = 0
configure:17215: result: yes
configure:17227: checking for main in -lbz2
configure:17246: g++ -o conftest -Wall -Wextra -ftemplate-backtrace-limit=0
-std=gnu++14 -DNDEBUG -ftemplate-depth-250 -Wno-deprecated
-Wno-unknown-pragmas -O3 -fvisibility=default -fvisibility-inlines-hidden
-fopenmp conftest.cpp -lbz2 -lm >&5
configure:17246: $? = 0
configure:17255: result: yes
configure:17267: checking for main in -lexpat
configure:17286: g++ -o conftest -Wall -Wextra -ftemplate-backtrace-limit=0
-std=gnu++14 -DNDEBUG -ftemplate-depth-250 -Wno-deprecated
-Wno-unknown-pragmas -O3 -fvisibility=default -fvisibility-inlines-hidden
-fopenmp conftest.cpp -lexpat -lbz2 -lm >&5
configure:17286: $? = 0
configure:17295: result: yes
configure:17318: checking whether python3.4 version is >= 2.6
configure:17329: python3.4 -c import sys # split strings by '.' and convert
to numeric. Append some zeros # because we need at least 4 digits for the
hex conversion. # map returns an iterator in Python 3.0 and a list in 2.x
minver = list(map(int, '2.6'.split('.'))) + [0, 0, 0] minverhex = 0 #
xrange is not present in Python 3.0 and range returns an iterator for i in
list(range(0, 4)): minverhex = (minverhex << 8) + minver[i]
sys.exit(sys.hexversion < minverhex)
configure:17332: $? = 0
configure:17334: result: yes
configure:17427: checking for python3.4 version
configure:17434: result: 3.4
configure:17446: checking for python3.4 platform
configure:17453: result: linux
configure:17479: checking for python3.4 script directory
configure:17514: result: ${prefix}/lib/python3.4/site-packages
configure:17523: checking for python3.4 extension module directory
configure:17558: result: ${exec_prefix}/lib64/python3.4/site-packages
configure:17583: checking for python3.4
configure:17601: found /bin/python3.4
configure:17613: result: /bin/python3.4
configure:17629: checking for a version of Python >= '2.1.0'
configure:17655: result: yes
configure:17663: checking for a version of Python == '3.4.3'
configure:17669: result: yes
configure:17686: checking for the distutils Python package
configure:17690: result: yes
configure:17704: checking for Python include path
configure:17720: result: -I/usr/include/python3.4m
configure:17727: checking for Python library path
configure:17804: result: -L/usr/lib64 -lpython3.4m
configure:17811: checking for Python site-packages path
configure:17817: result: /usr/lib64/python3.4/site-packages
configure:17824: checking python extra libraries
configure:17831: result: -lpthread -ldl -lutil -lm
configure:17838: checking python extra linking flags
configure:17845: result: -Xlinker -export-dynamic
configure:17852: checking consistency of all components of python
development environment
configure:17878: gcc -o conftest -g -O2 -I/usr/include/python3.4m
conftest.c -lexpat -lbz2 -lm -L/usr/lib64 -lpython3.4m -Xlinker
-export-dynamic -lpthread -ldl -lutil -lm >&5
configure:17878: $? = 0
configure:17895: result: yes
configure:17989: checking for boostlib >= 1.55.0
configure:18043: g++ -c -Wall -Wextra -ftemplate-backtrace-limit=0
-std=gnu++14 -DNDEBUG -ftemplate-depth-250 -Wno-deprecated
-Wno-unknown-pragmas -O3 -fvisibility=default -fvisibility-inlines-hidden
-fopenmp -I/usr/include/python3.4m -I/usr/include conftest.cpp >&5
configure:18043: $? = 0
configure:18045: result: yes
configure:18179: checking whether the Boost::Python library is available
configure:18209: g++ -c -Wall -Wextra -ftemplate-backtrace-limit=0
-std=gnu++14 -DNDEBUG -ftemplate-depth-250 -Wno-deprecated
-Wno-unknown-pragmas -O3 -fvisibility=default -fvisibility-inlines-hidden
-fopenmp -I/usr/include/python3.4m -I/usr/include/python3.4m conftest.cpp
>&5
configure:18209: $? = 0
configure:18224: result: yes
configure:18243: checking for exit in -lboost_python
configure:18268: g++ -o conftest -Wall -Wextra -ftemplate-backtrace-limit=0
-std=gnu++14 -DNDEBUG -ftemplate-depth-250 -Wno-deprecated
-Wno-unknown-pragmas -O3 -fvisibility=default -fvisibility-inlines-hidden
-fopenmp -I/usr/include/python3.4m -L/usr/lib64 -lpython3.4m conftest.cpp
-lboost_python -L/usr/lib64 -lpython3.4m -lexpat -lbz2 -lm >&5
configure:18268: $? = 0
configure:18278: result: yes
configure:18291: checking whether the Boost::Iostreams library is available
configure:18325: g++ -c -Wall -Wextra -ftemplate-backtrace-limit=0
-std=gnu++14 -DNDEBUG -ftemplate-depth-250 -Wno-deprecated
-Wno-unknown-pragmas -O3 -fvisibility=default -fvisibility-inlines-hidden
-fopenmp -I/usr/include/python3.4m conftest.cpp >&5
configure:18325: $? = 0
configure:18340: result: yes
configure:18358: checking for exit in -lboost_iostreams
configure:18383: g++ -o conftest -Wall -Wextra -ftemplate-backtrace-limit=0
-std=gnu++14 -DNDEBUG -ftemplate-depth-250 -Wno-deprecated
-Wno-unknown-pragmas -O3 -fvisibility=default -fvisibility-inlines-hidden
-fopenmp -I/usr/include/python3.4m -L/usr/lib64 -lpython3.4m conftest.cpp
-lboost_iostreams -lexpat -lbz2 -lm >&5
configure:18383: $? = 0
configure:18393: result: yes
configure:18406: checking whether the Boost::Regex library is available
configure:18435: g++ -c -Wall -Wextra -ftemplate-backtrace-limit=0
-std=gnu++14 -DNDEBUG -ftemplate-depth-250 -Wno-deprecated
-Wno-unknown-pragmas -O3 -fvisibility=default -fvisibility-inlines-hidden
-fopenmp -I/usr/include/python3.4m conftest.cpp >&5
configure:18435: $? = 0
configure:18450: result: yes
configure:18468: checking for exit in -lboost_regex
configure:18493: g++ -o conftest -Wall -Wextra -ftemplate-backtrace-limit=0
-std=gnu++14 -DNDEBUG -ftemplate-depth-250 -Wno-deprecated
-Wno-unknown-pragmas -O3 -fvisibility=default -fvisibility-inlines-hidden
-fopenmp -I/usr/include/python3.4m -L/usr/lib64 -lpython3.4m conftest.cpp
-lboost_regex -lexpat -lbz2 -lm >&5
configure:18493: $? = 0
configure:18503: result: yes
configure:18549: checking whether the Boost::Coroutine library is available
configure:18573: g++ -c -Wall -Wextra -ftemplate-backtrace-limit=0
-std=gnu++14 -DNDEBUG -ftemplate-depth-250 -Wno-deprecated
-Wno-unknown-pragmas -O3 -fvisibility=default -fvisibility-inlines-hidden
-fopenmp -I/usr/include/python3.4m -I/usr/include conftest.cpp >&5
conftest.cpp: In function 'int main()':
conftest.cpp:42:40: warning: unused variable 'f' [-Wunused-variable]
boost::coroutines::coroutine< void() > f;
^
configure:18573: $? = 0
configure:18588: result: yes
configure:18765: WARNING: No usable boost::coroutine found! Some
functionality will be disabled in the library.
configure:18768: checking whether the Boost::Graph library is available
configure:18799: g++ -c -Wall -Wextra -ftemplate-backtrace-limit=0
-std=gnu++14 -DNDEBUG -ftemplate-depth-250 -Wno-deprecated
-Wno-unknown-pragmas -O3 -fvisibility=default -fvisibility-inlines-hidden
-fopenmp -I/usr/include/python3.4m conftest.cpp >&5
configure:18799: $? = 0
configure:18814: result: yes
configure:18832: checking for exit in -lboost_graph
configure:18857: g++ -o conftest -Wall -Wextra -ftemplate-backtrace-limit=0
-std=gnu++14 -DNDEBUG -ftemplate-depth-250 -Wno-deprecated
-Wno-unknown-pragmas -O3 -fvisibility=default -fvisibility-inlines-hidden
-fopenmp -I/usr/include/python3.4m -L/usr/lib64 -lpython3.4m conftest.cpp
-lboost_graph -lexpat -lbz2 -lm >&5
configure:18857: $? = 0
configure:18867: result: yes
configure:18883: checking for main in -lCGAL
configure:18902: g++ -o conftest -Wall -Wextra -ftemplate-backtrace-limit=0
-std=gnu++14 -DNDEBUG -ftemplate-depth-250 -Wno-deprecated
-Wno-unknown-pragmas -O3 -fvisibility=default -fvisibility-inlines-hidden
-fopenmp -I/usr/include/python3.4m -I/usr/include -L/usr/lib64
-lpython3.4m conftest.cpp -lCGAL -lexpat -lbz2 -lm >&5
configure:18902: $? = 0
configure:18911: result: yes
configure:18925: checking whether to enable cgal debbuging with valgrind
configure:18939: result: no
configure:18953: checking python3.4 module: numpy
configure:18958: result: yes
configure:18981: checking for
/usr/lib64/python3.4/site-packages/numpy/core/include/numpy/arrayobject.h
configure:18981: g++ -c -Wall -Wextra -ftemplate-backtrace-limit=0
-std=gnu++14 -DNDEBUG -ftemplate-depth-250 -Wno-deprecated
-Wno-unknown-pragmas -O3 -fvisibility=default -fvisibility-inlines-hidden
-fopenmp -I/usr/include/python3.4m -I/usr/include conftest.cpp >&5
In file included from
/usr/lib64/python3.4/site-packages/numpy/core/include/numpy/ndarraytypes.h:1804:0,
from
/usr/lib64/python3.4/site-packages/numpy/core/include/numpy/ndarrayobject.h:17,
from
/usr/lib64/python3.4/site-packages/numpy/core/include/numpy/arrayobject.h:4,
from conftest.cpp:42:
/usr/lib64/python3.4/site-packages/numpy/core/include/numpy/npy_1_7_deprecated_api.h:15:2:
warning: #warning "Using deprecated NumPy API, disable it by " "#defining
NPY_NO_DEPRECATED_API NPY_1_7_API_VERSION" [-Wcpp]
#warning "Using deprecated NumPy API, disable it by " \
^
configure:18981: $? = 0
configure:18981: result: yes
configure:18994: g++ -c -Wall -Wextra -ftemplate-backtrace-limit=0
-std=gnu++14 -DNDEBUG -ftemplate-depth-250 -Wno-deprecated
-Wno-unknown-pragmas -O3 -fvisibility=default -fvisibility-inlines-hidden
-fopenmp -I/usr/include/python3.4m -I/usr/include
-I/usr/lib64/python3.4/site-packages/numpy/core/include conftest.cpp >&5
conftest.cpp:40:21: warning: extra tokens at end of #include directive
#include "Python.h" #include
"/usr/lib64/python3.4/site-packages/numpy/core/include/numpy/arrayobject.h"
#if NPY_API_VERSION < 0x00000007 #error #endif
^
configure:18994: $? = 0
configure:19007: checking python3.4 module: scipy
configure:19012: result: yes
configure:19035: checking expat.h usability
configure:19035: g++ -c -Wall -Wextra -ftemplate-backtrace-limit=0
-std=gnu++14 -DNDEBUG -ftemplate-depth-250 -Wno-deprecated
-Wno-unknown-pragmas -O3 -fvisibility=default -fvisibility-inlines-hidden
-fopenmp -I/usr/include/python3.4m -I/usr/include
-I/usr/lib64/python3.4/site-packages/numpy/core/include conftest.cpp >&5
configure:19035: $? = 0
configure:19035: result: yes
configure:19035: checking expat.h presence
configure:19035: g++ -E -I/usr/include/python3.4m -I/usr/include
-I/usr/lib64/python3.4/site-packages/numpy/core/include conftest.cpp
configure:19035: $? = 0
configure:19035: result: yes
configure:19035: checking for expat.h
configure:19035: result: yes
configure:19044: checking CGAL/version.h usability
configure:19044: g++ -c -Wall -Wextra -ftemplate-backtrace-limit=0
-std=gnu++14 -DNDEBUG -ftemplate-depth-250 -Wno-deprecated
-Wno-unknown-pragmas -O3 -fvisibility=default -fvisibility-inlines-hidden
-fopenmp -I/usr/include/python3.4m -I/usr/include
-I/usr/lib64/python3.4/site-packages/numpy/core/include conftest.cpp >&5
configure:19044: $? = 0
configure:19044: result: yes
configure:19044: checking CGAL/version.h presence
configure:19044: g++ -E -I/usr/include/python3.4m -I/usr/include
-I/usr/lib64/python3.4/site-packages/numpy/core/include conftest.cpp
configure:19044: $? = 0
configure:19044: result: yes
configure:19044: checking for CGAL/version.h
configure:19044: result: yes
configure:19109: checking for pkg-config
configure:19127: found /bin/pkg-config
configure:19139: result: /bin/pkg-config
configure:19164: checking pkg-config is at least version 0.9.0
configure:19167: result: yes
configure:19177: checking for CAIROMM
configure:19184: $PKG_CONFIG --exists --print-errors "cairomm-1.0"
configure:19187: $? = 0
configure:19201: $PKG_CONFIG --exists --print-errors "cairomm-1.0"
configure:19204: $? = 0
configure:19262: result: yes
configure:19276: checking python3.4 module: cairo
configure:19281: result: yes
configure:19300: checking pycairo/pycairo.h usability
configure:19300: g++ -c -Wall -Wextra -ftemplate-backtrace-limit=0
-std=gnu++14 -DNDEBUG -ftemplate-depth-250 -Wno-deprecated
-Wno-unknown-pragmas -O3 -fvisibility=default -fvisibility-inlines-hidden
-fopenmp -I/usr/include/cairomm-1.0 -I/usr/lib64/cairomm-1.0/include
-I/usr/include/cairo -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include
-I/usr/include/pixman-1 -I/usr/include/freetype2 -I/usr/include/libpng16
-I/usr/include/freetype2 -I/usr/include/libdrm -I/usr/include/libpng16
-I/usr/include/sigc++-2.0 -I/usr/lib64/sigc++-2.0/include
-I/usr/include/python3.4m -I/usr/include
-I/usr/lib64/python3.4/site-packages/numpy/core/include
-I/usr/include/cairomm-1.0 -I/usr/lib64/cairomm-1.0/include
-I/usr/include/cairo -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include
-I/usr/include/pixman-1 -I/usr/include/freetype2 -I/usr/include/libpng16
-I/usr/include/freetype2 -I/usr/include/libdrm -I/usr/include/libpng16
-I/usr/include/sigc++-2.0 -I/usr/lib64/sigc++-2.0/include conftest.cpp >&5
configure:19300: $? = 0
configure:19300: result: yes
configure:19300: checking pycairo/pycairo.h presence
configure:19300: g++ -E -I/usr/include/python3.4m -I/usr/include
-I/usr/lib64/python3.4/site-packages/numpy/core/include
-I/usr/include/cairomm-1.0 -I/usr/lib64/cairomm-1.0/include
-I/usr/include/cairo -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include
-I/usr/include/pixman-1 -I/usr/include/freetype2 -I/usr/include/libpng16
-I/usr/include/freetype2 -I/usr/include/libdrm -I/usr/include/libpng16
-I/usr/include/sigc++-2.0 -I/usr/lib64/sigc++-2.0/include conftest.cpp
configure:19300: $? = 0
configure:19300: result: yes
configure:19300: checking for pycairo/pycairo.h
configure:19300: result: yes
configure:19321: checking whether to enable sparsehash
configure:19335: result: yes
configure:19344: checking for SPARSEHASH
configure:19351: $PKG_CONFIG --exists --print-errors "libsparsehash"
configure:19354: $? = 0
configure:19368: $PKG_CONFIG --exists --print-errors "libsparsehash"
configure:19371: $? = 0
configure:19411: result: yes
configure:19428: checking sparsehash/dense_hash_set usability
configure:19428: g++ -c -Wall -Wextra -ftemplate-backtrace-limit=0
-std=gnu++14 -DNDEBUG -ftemplate-depth-250 -Wno-deprecated
-Wno-unknown-pragmas -O3 -fvisibility=default -fvisibility-inlines-hidden
-fopenmp -DSPARSEHASH_PREFIX=sparsehash -I/usr/include/python3.4m
-I/usr/include -I/usr/lib64/python3.4/site-packages/numpy/core/include
-DSPARSEHASH_PREFIX=sparsehash conftest.cpp >&5
configure:19428: $? = 0
configure:19428: result: yes
configure:19428: checking sparsehash/dense_hash_set presence
configure:19428: g++ -E -I/usr/include/python3.4m -I/usr/include
-I/usr/lib64/python3.4/site-packages/numpy/core/include
-DSPARSEHASH_PREFIX=sparsehash conftest.cpp
configure:19428: $? = 0
configure:19428: result: yes
configure:19428: checking for sparsehash/dense_hash_set
configure:19428: result: yes
configure:19677: checking that generated files are newer than configure
configure:19683: result: done
configure:19714: creating ./config.status
## ---------------------- ##
## Running config.status. ##
## ---------------------- ##
This file was extended by graph-tool config.status 2.11, which was
generated by GNU Autoconf 2.69. Invocation command line was
CONFIG_FILES =
CONFIG_HEADERS =
CONFIG_LINKS =
CONFIG_COMMANDS =
$ ./config.status
on localhost.localdomain
config.status:1252: creating Makefile
config.status:1252: creating src/Makefile
config.status:1252: creating src/graph/Makefile
config.status:1252: creating src/graph/centrality/Makefile
config.status:1252: creating src/graph/clustering/Makefile
config.status:1252: creating src/graph/community/Makefile
config.status:1252: creating src/graph/correlations/Makefile
config.status:1252: creating src/graph/draw/Makefile
config.status:1252: creating src/graph/flow/Makefile
config.status:1252: creating src/graph/generation/Makefile
config.status:1252: creating src/graph/layout/Makefile
config.status:1252: creating src/graph/search/Makefile
config.status:1252: creating src/graph/spectral/Makefile
config.status:1252: creating src/graph/stats/Makefile
config.status:1252: creating src/graph/topology/Makefile
config.status:1252: creating src/graph/util/Makefile
config.status:1252: creating src/graph_tool/Makefile
config.status:1252: creating config.h
config.status:1433: config.h is unchanged
config.status:1481: executing depfiles commands
config.status:1481: executing libtool commands
## ---------------- ##
## Cache variables. ##
## ---------------- ##
ac_cv_boost_graph=yes
ac_cv_boost_iostreams=yes
ac_cv_boost_python=yes
ac_cv_boost_regex=yes
ac_cv_build=x86_64-unknown-linux-gnu
ac_cv_c_compiler_gnu=yes
ac_cv_cxx_compiler_gnu=yes
ac_cv_env_CAIROMM_CFLAGS_set=
ac_cv_env_CAIROMM_CFLAGS_value=
ac_cv_env_CAIROMM_LIBS_set=
ac_cv_env_CAIROMM_LIBS_value=
ac_cv_env_CCC_set=
ac_cv_env_CCC_value=
ac_cv_env_CC_set=
ac_cv_env_CC_value=
ac_cv_env_CFLAGS_set=
ac_cv_env_CFLAGS_value=
ac_cv_env_CPPFLAGS_set=
ac_cv_env_CPPFLAGS_value=
ac_cv_env_CPP_set=
ac_cv_env_CPP_value=
ac_cv_env_CXXCPP_set=
ac_cv_env_CXXCPP_value=
ac_cv_env_CXXFLAGS_set=set
ac_cv_env_CXXFLAGS_value=-std=gnu++14
ac_cv_env_CXX_set=
ac_cv_env_CXX_value=
ac_cv_env_LDFLAGS_set=
ac_cv_env_LDFLAGS_value=
ac_cv_env_LIBS_set=
ac_cv_env_LIBS_value=
ac_cv_env_LT_SYS_LIBRARY_PATH_set=
ac_cv_env_LT_SYS_LIBRARY_PATH_value=
ac_cv_env_PKG_CONFIG_LIBDIR_set=
ac_cv_env_PKG_CONFIG_LIBDIR_value=
ac_cv_env_PKG_CONFIG_PATH_set=
ac_cv_env_PKG_CONFIG_PATH_value=
ac_cv_env_PKG_CONFIG_set=
ac_cv_env_PKG_CONFIG_value=
ac_cv_env_PYTHON_VERSION_set=
ac_cv_env_PYTHON_VERSION_value=
ac_cv_env_PYTHON_set=set
ac_cv_env_PYTHON_value=python3.4
ac_cv_env_SPARSEHASH_CFLAGS_set=
ac_cv_env_SPARSEHASH_CFLAGS_value=
ac_cv_env_SPARSEHASH_LIBS_set=
ac_cv_env_SPARSEHASH_LIBS_value=
ac_cv_env_build_alias_set=
ac_cv_env_build_alias_value=
ac_cv_env_host_alias_set=
ac_cv_env_host_alias_value=
ac_cv_env_target_alias_set=
ac_cv_env_target_alias_value=
ac_cv_header_CGAL_version_h=yes
ac_cv_header__usr_lib64_python3_4_site_packages_numpy_core_include_numpy_arrayobject_h=yes
ac_cv_header_dlfcn_h=yes
ac_cv_header_expat_h=yes
ac_cv_header_inttypes_h=yes
ac_cv_header_memory_h=yes
ac_cv_header_minix_config_h=no
ac_cv_header_pycairo_pycairo_h=yes
ac_cv_header_sparsehash_dense_hash_set=yes
ac_cv_header_stdc=yes
ac_cv_header_stdint_h=yes
ac_cv_header_stdlib_h=yes
ac_cv_header_string_h=yes
ac_cv_header_strings_h=yes
ac_cv_header_sys_stat_h=yes
ac_cv_header_sys_types_h=yes
ac_cv_header_unistd_h=yes
ac_cv_host=x86_64-unknown-linux-gnu
ac_cv_lib_CGAL_main=yes
ac_cv_lib_boost_graph___exit=yes
ac_cv_lib_boost_iostreams___exit=yes
ac_cv_lib_boost_python___exit=yes
ac_cv_lib_boost_regex___exit=yes
ac_cv_lib_bz2_main=yes
ac_cv_lib_expat_main=yes
ac_cv_lib_m_main=yes
ac_cv_objext=o
ac_cv_path_EGREP='/bin/grep -E'
ac_cv_path_FGREP='/bin/grep -F'
ac_cv_path_GREP=/bin/grep
ac_cv_path_PYTHON=/bin/python3.4
ac_cv_path_SED=/bin/sed
ac_cv_path_ac_pt_PKG_CONFIG=/bin/pkg-config
ac_cv_path_install='/bin/install -c'
ac_cv_path_lt_DD=/bin/dd
ac_cv_path_mkdir=/bin/mkdir
ac_cv_prog_AWK=gawk
ac_cv_prog_CPP='gcc -E'
ac_cv_prog_CXXCPP='g++ -E'
ac_cv_prog_ac_ct_AR=ar
ac_cv_prog_ac_ct_CC=gcc
ac_cv_prog_ac_ct_CXX=g++
ac_cv_prog_ac_ct_OBJDUMP=objdump
ac_cv_prog_ac_ct_RANLIB=ranlib
ac_cv_prog_ac_ct_STRIP=strip
ac_cv_prog_cc_c89=
ac_cv_prog_cc_c99=no
ac_cv_prog_cc_g=yes
ac_cv_prog_cc_stdc=
ac_cv_prog_cxx_g=yes
ac_cv_prog_make_make_set=yes
ac_cv_safe_to_define___extensions__=yes
ac_cv_search_strerror='none required'
ac_cv_target=x86_64-unknown-linux-gnu
am_cv_CC_dependencies_compiler_type=gcc3
am_cv_CXX_dependencies_compiler_type=gcc3
am_cv_make_support_nested_variables=yes
am_cv_prog_cc_c_o=yes
am_cv_python_platform=linux
am_cv_python_pyexecdir='${exec_prefix}/lib64/python3.4/site-packages'
am_cv_python_pythondir='${prefix}/lib/python3.4/site-packages'
am_cv_python_version=3.4
ax_cv_boost_coroutine=yes
ax_cv_cxx_compile_cxx14=yes
lt_cv_ar_at_file=@
lt_cv_archive_cmds_need_lc=no
lt_cv_deplibs_check_method=pass_all
lt_cv_file_magic_cmd='$MAGIC_CMD'
lt_cv_file_magic_test_file=
lt_cv_ld_reload_flag=-r
lt_cv_nm_interface='BSD nm'
lt_cv_objdir=.libs
lt_cv_path_LD=/bin/ld
lt_cv_path_LDCXX='/bin/ld -m elf_x86_64'
lt_cv_path_NM='/bin/nm -B'
lt_cv_path_mainfest_tool=no
lt_cv_prog_compiler_c_o=yes
lt_cv_prog_compiler_c_o_CXX=yes
lt_cv_prog_compiler_pic='-fPIC -DPIC'
lt_cv_prog_compiler_pic_CXX='-fPIC -DPIC'
lt_cv_prog_compiler_pic_works=yes
lt_cv_prog_compiler_pic_works_CXX=yes
lt_cv_prog_compiler_rtti_exceptions=no
lt_cv_prog_compiler_static_works=no
lt_cv_prog_compiler_static_works_CXX=no
lt_cv_prog_gnu_ld=yes
lt_cv_prog_gnu_ldcxx=yes
lt_cv_sharedlib_from_linklib_cmd='printf %s\n'
lt_cv_shlibpath_overrides_runpath=no
lt_cv_sys_global_symbol_pipe='sed -n -e '\''s/^.*[
]\([ABCDGIRSTW][ABCDGIRSTW]*\)[ ][
]*\([_A-Za-z][_A-Za-z0-9]*\)$/\1 \2 \2/p'\'' | sed '\''/ __gnu_lto/d'\'''
lt_cv_sys_global_symbol_to_c_name_address='sed -n -e '\''s/^: \(.*\) .*$/
{"\1", (void *) 0},/p'\'' -e '\''s/^[ABCDGIRSTW][ABCDGIRSTW]* .* \(.*\)$/
{"\1", (void *) \&\1},/p'\'''
lt_cv_sys_global_symbol_to_c_name_address_lib_prefix='sed -n -e '\''s/^:
\(.*\) .*$/ {"\1", (void *) 0},/p'\'' -e '\''s/^[ABCDGIRSTW][ABCDGIRSTW]*
.* \(lib.*\)$/ {"\1", (void *) \&\1},/p'\'' -e
'\''s/^[ABCDGIRSTW][ABCDGIRSTW]* .* \(.*\)$/ {"lib\1", (void *)
\&\1},/p'\'''
lt_cv_sys_global_symbol_to_cdecl='sed -n -e '\''s/^T .* \(.*\)$/extern int
\1();/p'\'' -e '\''s/^[ABCDGIRSTW][ABCDGIRSTW]* .* \(.*\)$/extern char
\1;/p'\'''
lt_cv_sys_global_symbol_to_import=
lt_cv_sys_max_cmd_len=1572864
lt_cv_to_host_file_cmd=func_convert_file_noop
lt_cv_to_tool_file_cmd=func_convert_file_noop
lt_cv_truncate_bin='/bin/dd bs=4096 count=1'
pkg_cv_CAIROMM_CFLAGS='-I/usr/include/cairomm-1.0
-I/usr/lib64/cairomm-1.0/include -I/usr/include/cairo
-I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include
-I/usr/include/pixman-1 -I/usr/include/freetype2 -I/usr/include/libpng16
-I/usr/include/freetype2 -I/usr/include/libdrm -I/usr/include/libpng16
-I/usr/include/sigc++-2.0 -I/usr/lib64/sigc++-2.0/include '
pkg_cv_CAIROMM_LIBS='-lcairomm-1.0 -lcairo -lsigc-2.0 '
pkg_cv_SPARSEHASH_CFLAGS=
pkg_cv_SPARSEHASH_LIBS=
## ----------------- ##
## Output variables. ##
## ----------------- ##
ACLOCAL='${SHELL} /home/oglop/Downloads/graph-tool-pokus2/missing
aclocal-1.15'
AMDEPBACKSLASH='\'
AMDEP_FALSE='#'
AMDEP_TRUE=''
AMTAR='$${TAR-tar}'
AM_BACKSLASH='\'
AM_DEFAULT_V='$(AM_DEFAULT_VERBOSITY)'
AM_DEFAULT_VERBOSITY='0'
AM_V='$(V)'
AR='ar'
AUTOCONF='${SHELL} /home/oglop/Downloads/graph-tool-pokus2/missing autoconf'
AUTOHEADER='${SHELL} /home/oglop/Downloads/graph-tool-pokus2/missing
autoheader'
AUTOMAKE='${SHELL} /home/oglop/Downloads/graph-tool-pokus2/missing
automake-1.15'
AWK='gawk'
BOOST_COROUTINE_LIB=''
BOOST_CPPFLAGS='-I/usr/include'
BOOST_GRAPH_LIB='boost_graph'
BOOST_IOSTREAMS_LIB='boost_iostreams'
BOOST_LDFLAGS='-L/usr/lib'
BOOST_PYTHON_LIB='boost_python'
BOOST_REGEX_LIB='boost_regex'
CAIROMM_CFLAGS='-I/usr/include/cairomm-1.0 -I/usr/lib64/cairomm-1.0/include
-I/usr/include/cairo -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include
-I/usr/include/pixman-1 -I/usr/include/freetype2 -I/usr/include/libpng16
-I/usr/include/freetype2 -I/usr/include/libdrm -I/usr/include/libpng16
-I/usr/include/sigc++-2.0 -I/usr/lib64/sigc++-2.0/include '
CAIROMM_LIBS='-lcairomm-1.0 -lcairo -lsigc-2.0 '
CC='gcc'
CCDEPMODE='depmode=gcc3'
CFLAGS='-g -O2'
CGAL_FLAGS='-frounding-math'
CGAL_LIBADD='-lCGAL -lgmp'
CPP='gcc -E'
CPPFLAGS=' -I/usr/include/python3.4m -I/usr/include
-I/usr/lib64/python3.4/site-packages/numpy/core/include
-DSPARSEHASH_PREFIX=sparsehash'
CXX='g++'
CXXCPP='g++ -E'
CXXDEPMODE='depmode=gcc3'
CXXFLAGS='-Wall -Wextra -ftemplate-backtrace-limit=0 -std=gnu++14 -DNDEBUG
-ftemplate-depth-250 -Wno-deprecated -Wno-unknown-pragmas -O3
-fvisibility=default -fvisibility-inlines-hidden -fopenmp
-DSPARSEHASH_PREFIX=sparsehash'
CYGPATH_W='echo'
DEFS='-DHAVE_CONFIG_H'
DEPDIR='.deps'
DLLTOOL='false'
DSYMUTIL=''
DUMPBIN=''
ECHO_C=''
ECHO_N='-n'
ECHO_T=''
EGREP='/bin/grep -E'
EXEEXT=''
FGREP='/bin/grep -F'
GRAPH_TOOL_VERSION_MAJOR='2'
GRAPH_TOOL_VERSION_MINOR='11'
GREP='/bin/grep'
HAVE_CXX14=''
INSTALL_DATA='${INSTALL} -m 644'
INSTALL_PROGRAM='${INSTALL}'
INSTALL_SCRIPT='${INSTALL}'
INSTALL_STRIP_PROGRAM='$(install_sh) -c -s'
LD='/bin/ld -m elf_x86_64'
LDFLAGS=' -L/usr/lib64 -lpython3.4m'
LIBOBJS=''
LIBS='-lCGAL -lexpat -lbz2 -lm '
LIBTOOL='$(SHELL) $(top_builddir)/libtool'
LIPO=''
LN_S='ln -s'
LTLIBOBJS=''
LT_SYS_LIBRARY_PATH=''
MAKEINFO='${SHELL} /home/oglop/Downloads/graph-tool-pokus2/missing makeinfo'
MANIFEST_TOOL=':'
MKDIR_P='/bin/mkdir -p'
MOD_CPPFLAGS='-I$(srcdir) -I$(srcdir)/.. -I$(srcdir)/../../boost-workaround
-DHAVE_CONFIG_H'
MOD_DIR='/home/oglop/.local/lib/python3.4/site-packages/graph_tool'
MOD_LDFLAGS='-module -avoid-version -export-dynamic -no-undefined -Wl,-E
-Wl,--as-needed'
MOD_LIBADD='-L/usr/lib64 -lpython3.4m -lboost_iostreams -lboost_python
-lboost_regex -lgomp -lexpat'
NM='/bin/nm -B'
NMEDIT=''
NO_INLINE_FALSE=''
NO_INLINE_TRUE='#'
NO_PREFIX_PACKAGE_DATA_DIR='share/graph-tool'
NO_PREFIX_PACKAGE_DOC_DIR='doc/graph-tool'
OBJDUMP='objdump'
OBJEXT='o'
OPENMP_LDFLAGS=' -lgomp '
OTOOL64=''
OTOOL=''
PACKAGE='graph-tool'
PACKAGE_BUGREPORT='http://graph-tool.skewed.de/tickets'
PACKAGE_DATA_DIR='/home/oglop/.local/share/graph-tool'
PACKAGE_DOC_DIR='${datarootdir}/doc/${PACKAGE_TARNAME}'
PACKAGE_NAME='graph-tool'
PACKAGE_STRING='graph-tool 2.11'
PACKAGE_TARNAME='graph-tool'
PACKAGE_URL='http://graph-tool.skewed.de'
PACKAGE_VERSION='2.11'
PATH_SEPARATOR=':'
PKG_CONFIG='/bin/pkg-config'
PKG_CONFIG_LIBDIR=''
PKG_CONFIG_PATH=''
PYTHON='/bin/python3.4'
PYTHON_CPPFLAGS='-I/usr/include/python3.4m'
PYTHON_EXEC_PREFIX='${exec_prefix}'
PYTHON_EXTRA_LDFLAGS='-Xlinker -export-dynamic'
PYTHON_EXTRA_LIBS='-lpthread -ldl -lutil -lm'
PYTHON_FULL_VERSION='3.4.3'
PYTHON_LDFLAGS='-L/usr/lib64 -lpython3.4m'
PYTHON_PLATFORM='linux'
PYTHON_PREFIX='${prefix}'
PYTHON_SITE_PKG='/usr/lib64/python3.4/site-packages'
PYTHON_VERSION='3.4'
RANLIB='ranlib'
SED='/bin/sed'
SET_MAKE=''
SHELL='/bin/sh'
SPARSEHASH_CFLAGS=' -DSPARSEHASH_PREFIX=sparsehash'
SPARSEHASH_LIBS=''
STRIP='strip'
VERSION='2.11'
ac_ct_AR='ar'
ac_ct_CC='gcc'
ac_ct_CXX='g++'
ac_ct_DUMPBIN=''
am__EXEEXT_FALSE=''
am__EXEEXT_TRUE='#'
am__fastdepCC_FALSE='#'
am__fastdepCC_TRUE=''
am__fastdepCXX_FALSE='#'
am__fastdepCXX_TRUE=''
am__include='include'
am__isrc=''
am__leading_dot='.'
am__nodep='_no'
am__quote=''
am__tar='$${TAR-tar} chof - "$$tardir"'
am__untar='$${TAR-tar} xf -'
bindir='${exec_prefix}/bin'
build='x86_64-unknown-linux-gnu'
build_alias=''
build_cpu='x86_64'
build_os='linux-gnu'
build_vendor='unknown'
datadir='${datarootdir}'
datarootdir='${prefix}/share'
docdir='${datarootdir}/doc/${PACKAGE_TARNAME}'
dvidir='${docdir}'
exec_prefix='${prefix}'
host='x86_64-unknown-linux-gnu'
host_alias=''
host_cpu='x86_64'
host_os='linux-gnu'
host_vendor='unknown'
htmldir='${docdir}'
includedir='${prefix}/include'
infodir='${datarootdir}/info'
install_sh='${SHELL} /home/oglop/Downloads/graph-tool-pokus2/install-sh'
libdir='${exec_prefix}/lib'
libexecdir='${exec_prefix}/libexec'
localedir='${datarootdir}/locale'
localstatedir='${prefix}/var'
mandir='${datarootdir}/man'
mkdir_p='$(MKDIR_P)'
oldincludedir='/usr/include'
pdfdir='${docdir}'
pkgpyexecdir='${pyexecdir}/graph-tool'
pkgpythondir='${pythondir}/graph-tool'
prefix='/home/oglop/.local'
program_transform_name='s,x,x,'
psdir='${docdir}'
pyexecdir='${exec_prefix}/lib64/python3.4/site-packages'
pythondir='${prefix}/lib/python3.4/site-packages'
sbindir='${exec_prefix}/sbin'
sharedstatedir='${prefix}/com'
sysconfdir='${prefix}/etc'
target='x86_64-unknown-linux-gnu'
target_alias=''
target_cpu='x86_64'
target_os='linux-gnu'
target_vendor='unknown'
## ----------- ##
## confdefs.h. ##
## ----------- ##
/* confdefs.h */
#define PACKAGE_NAME "graph-tool"
#define PACKAGE_TARNAME "graph-tool"
#define PACKAGE_VERSION "2.11"
#define PACKAGE_STRING "graph-tool 2.11"
#define PACKAGE_BUGREPORT "http://graph-tool.skewed.de/tickets"
#define PACKAGE_URL "http://graph-tool.skewed.de"
#define PACKAGE "graph-tool"
#define VERSION "2.11"
#define STDC_HEADERS 1
#define HAVE_SYS_TYPES_H 1
#define HAVE_SYS_STAT_H 1
#define HAVE_STDLIB_H 1
#define HAVE_STRING_H 1
#define HAVE_MEMORY_H 1
#define HAVE_STRINGS_H 1
#define HAVE_INTTYPES_H 1
#define HAVE_STDINT_H 1
#define HAVE_UNISTD_H 1
#define __EXTENSIONS__ 1
#define _ALL_SOURCE 1
#define _GNU_SOURCE 1
#define _POSIX_PTHREAD_SEMANTICS 1
#define _TANDEM_SOURCE 1
#define STDC_HEADERS 1
#define HAVE_DLFCN_H 1
#define LT_OBJDIR ".libs/"
#define USING_OPENMP 1
#define HAVE_LIBM 1
#define HAVE_LIBBZ2 1
#define HAVE_LIBEXPAT 1
#define HAVE_PYTHON "3.4"
#define HAVE_BOOST /**/
#define HAVE_BOOST_PYTHON /**/
#define HAVE_BOOST_IOSTREAMS /**/
#define HAVE_BOOST_REGEX /**/
#define HAVE_BOOST_GRAPH /**/
#define HAVE_LIBCGAL 1
#define HAVE_CAIROMM 1
#define HAVE_SPARSEHASH 1
#define SPARSEHASH_INCLUDE(f) <sparsehash/f>
#define INSTALL_PREFIX "/home/oglop/.local"
#define PYTHON_DIR "/usr/lib64/python3.4/site-packages"
#define CXXFLAGS "-Wall -Wextra -ftemplate-backtrace-limit=0 -std=gnu++14
-DNDEBUG -ftemplate-depth-250 -Wno-deprecated -Wno-unknown-pragmas -O3
-fvisibility=default -fvisibility-inlines-hidden -fopenmp
-DSPARSEHASH_PREFIX=sparsehash"
#define CPPFLAGS " -I/usr/include/python3.4m -I/usr/include
-I/usr/lib64/python3.4/site-packages/numpy/core/include
-DSPARSEHASH_PREFIX=sparsehash"
#define LDFLAGS " -L/usr/lib64 -lpython3.4m"
#define PACKAGE_DATA_DIR "/home/oglop/.local/share/graph-tool"
#define PACKAGE_DOC_DIR "${datarootdir}/doc/${PACKAGE_TARNAME}"
#define PACKAGE_SOURCE_DIR "/home/oglop/Downloads/graph-tool-pokus2"
#define AUTHOR "Tiago de Paula Peixoto <tiago(a)skewed.de>"
#define COPYRIGHT "Copyright (C) 2006-2015 Tiago de Paula Peixoto\nThis is
free software; see the source for copying conditions. There is
NO\nwarranty; not even for MERCHANTABILITY or FITNESS FOR A PARTICULAR
PURPOSE."
#define GIT_COMMIT ""
#define GIT_COMMIT_DATE ""
#define GCC_VERSION (__GNUC__ * 10000 + __GNUC_MINOR__ * 100 +
__GNUC_PATCHLEVEL__)
configure: exit 0
Thank you
S pozdravem / Best regards.
Gazda Jan
2
2