Re: [Mingw-w64-public] Mingw-w64-public Digest, Vol 68, Issue 29

2013-05-31 Thread Ruben Van Boxem
2013/5/31 Matheus Viana vian...@gmail.com Dear Ruben, you can overcome the problem with time.h doing this: After ./configure Open the file Makefile, search for libf2c_la_CFLAGS = Put -DUSE_CLOCK after libf2c_la_CFLAGS = Now it looks like libf2c_la_CFLAGS = -DUSE_CLOCK -DSkip_f2c_Undefs

Re: [Mingw-w64-public] Mingw-w64-public Digest, Vol 68, Issue 29

2013-05-31 Thread Ruben Van Boxem
2013/5/31 Ruben Van Boxem vanboxem.ru...@gmail.com 2013/5/31 Matheus Viana vian...@gmail.com Dear Ruben, you can overcome the problem with time.h doing this: After ./configure Open the file Makefile, search for libf2c_la_CFLAGS = Put -DUSE_CLOCK after libf2c_la_CFLAGS = Now it looks

Re: [Mingw-w64-public] Mingw-w64-public Digest, Vol 68, Issue 29

2013-05-30 Thread Matheus Viana
Dear Ruben, you can overcome the problem with time.h doing this: After ./configure Open the file Makefile, search for libf2c_la_CFLAGS = Put -DUSE_CLOCK after libf2c_la_CFLAGS = Now it looks like libf2c_la_CFLAGS = -DUSE_CLOCK -DSkip_f2c_Undefs Open igraph-0.6\src\f2c\uninit.c Goto Line 182