Re: [graph-tool] make build error in Graphtool

2014-12-10 Thread Tiago de Paula Peixoto
On 10.12.2014 03:16, researcher wrote: Many Thanks Tiago for your reply, I have run the configure command as follows: ./configure --enable-openmp --disable-cairo Also, I have changed the CPPFLAGS=-I/usr/python2.7 to CPPFLAGS=-L/usr/python2.7 and LDFLAGS is set as follows:

Re: [graph-tool] make build error in Graphtool

2014-12-10 Thread researcher
I have also tried with the following configuration #./configure -enable-openmp --disable-cairo CPPFLAGS=-L/usr/include LDFLAGS=-L/usr/lib But still the same error when I run the make [root@localhost graph-tool-2.2.35]# make make all-recursive make[1]: Entering directory

Re: [graph-tool] make build error in Graphtool

2014-12-10 Thread Tiago de Paula Peixoto
On 10.12.2014 15:26, researcher wrote: 1. what is right procedure to build CGAL. I execute cmake . and make commands to build CGAL but all header files and library files created in the same directory where CGAL source files are there. after that I copy the CGAL folder under /usr/include is

Re: [graph-tool] make build error in Graphtool

2014-12-09 Thread Tiago de Paula Peixoto
On 09.12.2014 03:14, researcher wrote: I have successfully configured the graph tool but where I try to build with ./make command I am getting the following error [root@localhost graph-tool-2.2.35]# make make all-recursive make[1]: Entering directory `/root/Desktop/graph-tool-2.2.35'

Re: [graph-tool] make build error in Graphtool

2014-12-09 Thread researcher
Many Thanks Tiago for your reply, I have run the configure command as follows: ./configure --enable-openmp --disable-cairo Also, I have changed the CPPFLAGS=-I/usr/python2.7 to CPPFLAGS=-L/usr/python2.7 and LDFLAGS is set as follows: LDFLAGS=-L/usr/lib/python2.7 But still the same error

[graph-tool] make build error in Graphtool

2014-12-08 Thread researcher
I have successfully configured the graph tool but where I try to build with ./make command I am getting the following error [root@localhost graph-tool-2.2.35]# make make all-recursive make[1]: Entering directory `/root/Desktop/graph-tool-2.2.35' Making all in src make[2]: Entering directory