igraph-help
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: [igraph] Cygwin -> Windows compilation - again.


From: Mark McClure
Subject: Re: [igraph] Cygwin -> Windows compilation - again.
Date: Tue, 10 Mar 2009 16:41:54 -0400

> Alternatively, you can simply disable GraphML support in igraph which 
> gets rid of the dependency on libxml2 and iconv:
>
> ./configure --disable-graphml CFLAGS=-mno-cygwin CXXFLAGS=-mno-cygwin

OK, I'm getting closer.  I went ahead and disabled GraphML and, after
another complaint, I disabled GMP as well.  Now though, I'm getting some
sort of time error.  I haven't been able to dissect it closely yet and need to
run out the door, but the error is below.

Wow, I hope I can get this working.
Thanks for your help!
Mark


 gcc -DHAVE_CONFIG_H -I. -I.. -Wall -mno-cygwin -MT libigraph_la-etime_.lo -MD -MP -MF .deps/libigraph_la-etime_.Tpo -c f2c/etime_.c  -DDLL_EXPORT -DPIC -o .libs/libigraph_la-etime_.o
f2c/etime_.c:18:23: sys/times.h: No such file or directory
f2c/etime_.c: In function `igraphetime_':
f2c/etime_.c:47: error: storage size of 't' isn't known
f2c/etime_.c:49: warning: implicit declaration of function `times'
f2c/etime_.c:47: warning: unused variable `t'
make[3]: *** [libigraph_la-etime_.lo] Error 1
make[3]: Leaving directory `/home/Student/igraph-0.5.1/src'
make[2]: *** [all] Error 2
make[2]: Leaving directory `/home/Student/igraph-0.5.1/src'
make[1]: *** [all-recursive] Error 1
make[1]: Leaving directory `/home/Student/igraph-0.5.1'
make: *** [all] Error 2


reply via email to

[Prev in Thread] Current Thread [Next in Thread]