Just changing those two files wasn't sufficient. I was getting linking errors. Since defining MSDOS appeared to work, I just used that instead of tracking down the linking errors. I'm going to look at what else is changed by MSDOS and what's the minimal change required to make it work.
Then there's the problem with the test failures. Are the failed tests somehow using f2c? I get crashes on sparse array stuff, and no output for some weighted shortest path functions. Hopefully it's related because then I know where to look to fix the failures ... On 14 September 2015 at 11:38, Tamas Nepusz <[email protected]> wrote: > I'm a bit afraid of simply defining "MSDOS" as it seems to change > several other things in f2c - for instance, it also defines > NON_UNIX_STDIO, which in turn changes several IO related things in > f2c, and I'm not sure about the consequences of those changes. So, I > think it's okay if you change this for your own purposes, but we > cannot treat this as an official workaround for compiling igraph on > MSYS yet. > > T. > > > On Sun, Sep 13, 2015 at 2:57 PM, Szabolcs Horvát <[email protected]> wrote: >> export CFLAGS=-DMSDOS >> ./bootstrap.sh >> ./configure --disable-gmp --prefix=... > > _______________________________________________ > igraph-help mailing list > [email protected] > https://lists.nongnu.org/mailman/listinfo/igraph-help _______________________________________________ igraph-help mailing list [email protected] https://lists.nongnu.org/mailman/listinfo/igraph-help
