igraph-help
[Top][All Lists]
Advanced

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

[igraph] Re: Stable version of MSVC builds? + Suggestion google groups


From: Laurence Muller
Subject: [igraph] Re: Stable version of MSVC builds? + Suggestion google groups
Date: Mon, 6 Jul 2009 08:32:28 -0700 (PDT)
User-agent: G2/1.0

Hi Gabor,

thanks for creating this new group.

I didn't knew that you couldn't import old message to this new group :
(, hopefully Google will develop some tool for it in future.

Kind regards,
- Laurence

On 6 jul, 17:16, Gábor Csárdi <address@hidden> wrote:
> Laurence, thanks a lot.
>
> I have created a google group that archives the igraph-help mailing
> list from now on:http://groups.google.com/group/network-analysis-with-igraph
> (This email should appear there as well.)
>
> Sadly, it is not possibly to copy the old messages, so it is far from perfect.
>
> Best,
> G.
>
>
>
> On Mon, Jul 6, 2009 at 4:28 PM, Laurence Muller<address@hidden> wrote:
> > Hi Gábor,
>
> > Just want to let you know that igraph 0.5 - r1517 (from the launchpad
> > repository) is working fine (just one minor version number issue with the
> > test project).
>
> > A summary of what I did:
>
> > 1. On Linux (Ubuntu) do a checkout: "bzr branch lp:igraph/0.5-main"
> > 2. Type the following commands:
> > ./bootstrap.sh
> > ./configure
> > make msvc
>
> > 3. After typing make, it will produce the following file:
> > igraph-0.5.3-msvc.zip
> > 4. Copy the zipfile to your windows computer, unzip and open up the sln
> > file.
> > 5. Set the project to Release mode
> > 6. Build the solution by pressing F7
>
> > (optional) Building a test project.
> > 7. Open up the sln file.
> > 8. Set the project to Release mode
> > 9. Select Project -> Project properties (ALT-F7)
> > 10. Change the Configuration mode to Release
> > 11. Select C/C++ -> General, change the include dir from 0.5.2 to 0.5.3
> > 12. Select Linker -> General, change the Additional Library Directories
> > entry from 0.5.2 to 0.5.3
> > 13. Press OK
> > 14. Build the solution by pressing F7
>
> > I haven't tested the graph reader plugins (gml, graphml) yet, but so far it
> > works fine for shortest path functions and graph layouts.
>
> > Version 0.6 - r1554 does not compile in Windows because of missing header
> > files. I guess the package script needs some adjustments. I have included
> > the build log of visual studio (those header files aren't in the source
> > directory)
>
> > Kind regards,
> > - Laurence
>
> > Gábor Csárdi wrote:
>
> >> On Mon, Jul 6, 2009 at 2:05 PM, Laurence Muller<address@hidden>
> >> wrote:
>
> >>> Gábor Csárdi wrote:
>
> >>>> Hi Laurence,
>
> >>>> On Mon, Jul 6, 2009 at 11:58 AM, Laurence Muller<address@hidden>
> >>>> wrote:
>
> >> [...]
>
> >>> This means that I need to do a checkout and build an environment on
> >>> Linux?
> >>> After that I should copy the directory to my windows box and be able to
> >>> compile the project right?
>
> >> Yes. Theoretically you can also do it on cygwin. 'make msvc' creates a
> >> zip file with the sources and the VS project files.
>
> >> But probably the normal igraph tarball should contain the VS project
> >> files as well, and then we don't have this hassle.
>
> >> [...]
>
> >>> I'm not sure if Gmane/Mail-archive would improve it, but thanks for
> >>> considering Google Groups!
>
> >> OK, then I'll check google groups first.
>
> >> G.
>
> >> [...]
>
> > --
> > ------------------------------------------
> > Laurence Muller (M.Sc.)
> > Informatics Institute, Faculty of Science, Universiteit van Amsterdam.
> > Science Park 107, 1098 XG Amsterdam, The Netherlands
>
> > Website/Blog/Portfolio:
> > 1.http://www.multigesture.net/
> > 2.http://www.science.uva.nl/~lmuller/
>
> > E-mail: address@hidden
>
> > 1>------ Build started: Project: igraph, Configuration: Release Win32 ------
> > 1>Compiling...
> > 1>adjlist.c
> > 1>.\src\adjlist.c(24) : fatal error C1083: Cannot open include file:
> > 'igraph_adjlist.h': No such file or directory
> > 1>zeroin.c
> > 1>.\src\zeroin.c(82) : fatal error C1083: Cannot open include file:
> > 'igraph_types.h': No such file or directory
> > 1>xerbla.c
> > 1>d:\3rdParty\igraph-0.6-msvc\igraph-0.6-msvc\src\igraph_arpack_internal.h(31)
> > : fatal error C1083: Cannot open include file: 'igraph_types.h': No such
> > file or directory
> > 1>visitors.c
> > 1>.\src\visitors.c(24) : fatal error C1083: Cannot open include file:
> > 'igraph_visitor.h': No such file or directory
> > 1>vector_ptr.c
> > 1>.\src\vector_ptr.c(24) : fatal error C1083: Cannot open include file:
> > 'igraph_types.h': No such file or directory
> > 1>vector.c
> > 1>.\src\vector.c(24) : fatal error C1083: Cannot open include file:
> > 'igraph_types.h': No such file or directory
> > 1>type_indexededgelist.c
> > 1>.\src\type_indexededgelist.c(24) : fatal error C1083: Cannot open include
> > file: 'igraph_datatype.h': No such file or directory
> > 1>topology.c
> > 1>.\src\topology.c(24) : fatal error C1083: Cannot open include file:
> > 'igraph_topology.h': No such file or directory
> > 1>structure_generators.c
> > 1>.\src\structure_generators.c(24) : fatal error C1083: Cannot open include
> > file: 'igraph_constructors.h': No such file or directory
> > 1>structural_properties.c
> > 1>.\src\structural_properties.c(24) : fatal error C1083: Cannot open include
> > file: 'igraph_structural.h': No such file or directory
> > 1>spmatrix.c
> > 1>.\src\spmatrix.c(24) : fatal error C1083: Cannot open include file:
> > 'igraph_types.h': No such file or directory
> > 1>spectral_properties.c
> > 1>.\src\spectral_properties.c(25) : fatal error C1083: Cannot open include
> > file: 'igraph_structural.h': No such file or directory
> > 1>second.c
> > 1>d:\3rdParty\igraph-0.6-msvc\igraph-0.6-msvc\src\igraph_arpack_internal.h(31)
> > : fatal error C1083: Cannot open include file: 'igraph_types.h': No such
> > file or directory
> > 1>s_copy.c
> > 1>s_cmp.c
> > 1>revolver_ml_cit.c
> > 1>.\src\revolver_ml_cit.c(24) : fatal error C1083: Cannot open include file:
> > 'igraph_revolver.h': No such file or directory
> > 1>revolver_grow.c
> > 1>.\src\revolver_grow.c(24) : fatal error C1083: Cannot open include file:
> > 'igraph_revolver.h': No such file or directory
> > 1>revolver_cit.c
> > 1>.\src\revolver_cit.c(24) : fatal error C1083: Cannot open include file:
> > 'igraph_revolver.h': No such file or directory
> > 1>random.c
> > 1>.\src\random.c(24) : fatal error C1083: Cannot open include file:
> > 'igraph_random.h': No such file or directory
> > 1>progress.c
> > 1>.\src\progress.c(24) : fatal error C1083: Cannot open include file:
> > 'igraph_progress.h': No such file or directory
> > 1>Generating Code...
> > 1>Compiling...
> > 1>pow_di.c
> > 1>pow_dd.c
> > 1>other.c
> > 1>.\src\other.c(24) : fatal error C1083: Cannot open include file:
> > 'igraph_nongraph.h': No such file or directory
> > 1>operators.c
> > 1>.\src\operators.c(24) : fatal error C1083: Cannot open include file:
> > 'igraph_operators.h': No such file or directory
> > 1>motifs.c
> > 1>.\src\motifs.c(24) : fatal error C1083: Cannot open include file:
> > 'igraph_motifs.h': No such file or directory
> > 1>memory.c
> > 1>.\src\memory.c(24) : fatal error C1083: Cannot open include file:
> > 'igraph_memory.h': No such file or directory
> > 1>measure_dynamics.c
> > 1>.\src\measure_dynamics.c(24) : fatal error C1083: Cannot open include
> > file: 'igraph_revolver.h': No such file or directory
> > 1>matrix.c
> > 1>.\src\matrix.c(24) : fatal error C1083: Cannot open include file:
> > 'igraph_types.h': No such file or directory
> > 1>math.c
> > 1>.\src\math.c(29) : fatal error C1083: Cannot open include file:
> > 'igraph_types.h': No such file or directory
> > 1>lsame.c
> > 1>d:\3rdParty\igraph-0.6-msvc\igraph-0.6-msvc\src\igraph_arpack_internal.h(31)
> > : fatal error C1083: Cannot open include file: 'igraph_types.h': No such
> > file or directory
> > 1>layout.c
> > 1>.\src\layout.c(24) : fatal error C1083: Cannot open include file:
> > 'igraph_layout.h': No such file or directory
> > 1>ivout.c
> > 1>d:\3rdParty\igraph-0.6-msvc\igraph-0.6-msvc\src\igraph_arpack_internal.h(31)
> > : fatal error C1083: Cannot open include file: 'igraph_types.h': No such
> > file or directory
> > 1>iterators.c
> > 1>.\src\iterators.c(24) : fatal error C1083: Cannot open include file:
> > 'igraph_iterators.h': No such file or directory
> > 1>interrupt.c
> > 1>.\src\interrupt.c(24) : fatal error C1083: Cannot open include file:
> > 'igraph_interrupt.h': No such file or directory
> > 1>igraph_trie.c
> > 1>.\src\igraph_trie.c(24) : fatal error C1083: Cannot open include file:
> > 'igraph_types.h': No such file or directory
> > 1>igraph_strvector.c
> > 1>.\src\igraph_strvector.c(24) : fatal error C1083: Cannot open include
> > file: 'igraph_types.h': No such file or directory
> > 1>igraph_stack.c
> > 1>.\src\igraph_stack.c(24) : fatal error C1083: Cannot open include file:
> > 'igraph_types.h': No such file or directory
> > 1>igraph_set.c
> > 1>.\src\igraph_set.c(24) : fatal error C1083: Cannot open include file:
> > 'igraph_types.h': No such file or directory
> > 1>igraph_psumtree.c
> > 1>.\src\igraph_psumtree.c(24) : fatal error C1083: Cannot open include file:
> > 'igraph_types.h': No such file or directory
> > 1>igraph_heap.c
> > 1>.\src\igraph_heap.c(24) : fatal error C1083: Cannot open include file:
> > 'igraph_types.h': No such file or directory
> > 1>Generating Code...
> > 1>Compiling...
> > 1>igraph_hashtable.c
> > 1>.\src\igraph_hashtable.c(24) : fatal error C1083: Cannot open include
> > file: 'igraph_types.h': No such file or directory
> > 1>igraph_grid.c
> > 1>.\src\igraph_grid.c(24) : fatal error C1083: Cannot open include file:
> > 'igraph_types.h': No such file or directory
> > 1>igraph_buckets.c
> > 1>.\src\igraph_buckets.c(24) : fatal error C1083: Cannot open include file:
> > 'igraph_types.h': No such file or directory
> > 1>idamax.c
> > 1>d:\3rdParty\igraph-0.6-msvc\igraph-0.6-msvc\src\igraph_arpack_internal.h(31)
> > : fatal error C1083: Cannot open include file: 'igraph_types.h': No such
> > file or directory
> > 1>i_dnnt.c
> > 1>heap.c
> > 1>.\src\heap.c(24) : fatal error C1083: Cannot open include file:
> > 'igraph_types.h': No such file or directory
> > 1>gml_tree.c
> > 1>d:\3rdparty\igraph-0.6-msvc\igraph-0.6-msvc\src\igraph_gml_tree.h(38) :
> > fatal error C1083: Cannot open include file: 'igraph_types.h': No such file
> > or directory
> > 1>games.c
> > 1>.\src\games.c(24) : fatal error C1083: Cannot open include file:
> > 'igraph_interface.h': No such file or directory
> > 1>forestfire.c
> > 1>.\src\forestfire.c(24) : fatal error C1083: Cannot open include file:
> > 'igraph_games.h': No such file or directory
> > 1>foreign.c
> > 1>.\src\foreign.c(24) : fatal error C1083: Cannot open include file:
> > 'igraph_foreign.h': No such file or directory
> > 1>foreign-pajek-parser.c
> > 1>foreign-pajek-parser.y(49) : fatal error C1083: Cannot open include file:
> > 'igraph_types.h': No such file or directory
> > 1>foreign-pajek-lexer.c
> > 1>foreign-pajek-lexer.c(881) : warning C4267: '=' : conversion from 'size_t'
> > to 'int', possible loss of data
> > 1>foreign-pajek-lexer.l(89) : warning C4267: '=' : conversion from 'size_t'
> > to 'int', possible loss of data
> > 1>foreign-pajek-lexer.l(91) : warning C4267: '=' : conversion from 'size_t'
> > to 'int', possible loss of data
> > 1>foreign-pajek-lexer.l(92) : warning C4267: '=' : conversion from 'size_t'
> > to 'int', possible loss of data
> > 1>foreign-pajek-lexer.l(93) : warning C4267: '=' : conversion from 'size_t'
> > to 'int', possible loss of data
> > 1>foreign-pajek-lexer.l(94) : warning C4267: '=' : conversion from 'size_t'
> > to 'int', possible loss of data
> > 1>foreign-pajek-lexer.l(95) : warning C4267: '=' : conversion from 'size_t'
> > to 'int', possible loss of data
> > 1>foreign-pajek-lexer.l(96) : warning C4267: '=' : conversion from 'size_t'
> > to 'int', possible loss of data
> > 1>foreign-pajek-lexer.l(97) : warning C4267: '=' : conversion from 'size_t'
> > to 'int', possible loss of data
> > 1>foreign-pajek-lexer.l(98) : warning C4267: '=' : conversion from 'size_t'
> > to 'int', possible loss of data
> > 1>foreign-pajek-lexer.l(99) : warning C4267: '=' : conversion from 'size_t'
> > to 'int', possible loss of data
> > 1>foreign-pajek-lexer.l(100) : warning C4267: '=' : conversion from 'size_t'
> > to 'int', possible loss of data
> > 1>foreign-pajek-lexer.l(102) : warning C4267: '=' : conversion from 'size_t'
> > to 'int', possible loss of data
> > 1>foreign-pajek-lexer.l(103) : warning C4267: '=' : conversion from 'size_t'
> > to 'int', possible loss of data
> > 1>foreign-pajek-lexer.l(104) : warning C4267: '=' : conversion from 'size_t'
> > to 'int', possible loss of data
> > 1>foreign-pajek-lexer.l(105) : warning C4267: '=' : conversion from 'size_t'
> > to 'int', possible loss of data
> > 1>foreign-pajek-lexer.l(106) : warning C4267: '=' : conversion from 'size_t'
> > to 'int', possible loss of data
> > 1>foreign-pajek-lexer.l(107) : warning C4267: '=' : conversion from 'size_t'
> > to 'int', possible loss of data
> > 1>foreign-pajek-lexer.l(108) : warning C4267: '=' : conversion from 'size_t'
> > to 'int', possible loss of data
> > 1>foreign-pajek-lexer.l(109) : warning C4267: '=' : conversion from 'size_t'
> > to 'int', possible loss of data
> > 1>foreign-pajek-lexer.l(110) : warning C4267: '=' : conversion from 'size_t'
> > to 'int', possible loss of data
> > 1>foreign-pajek-lexer.l(111) : warning C4267: '=' : conversion from 'size_t'
> > to 'int', possible loss of data
> > 1>foreign-pajek-lexer.l(112) : warning C4267: '=' : conversion from 'size_t'
> > to 'int', possible loss of data
> > 1>foreign-pajek-lexer.l(113) : warning C4267: '=' : conversion from 'size_t'
> > to 'int', possible loss of data
> > 1>foreign-pajek-lexer.l(114) : warning C4267: '=' : conversion from 'size_t'
> > to 'int', possible loss of data
> > 1>foreign-pajek-lexer.l(115) : warning C4267: '=' : conversion from 'size_t'
> > to 'int', possible loss of data
> > 1>foreign-pajek-lexer.l(118) : warning C4267: '=' : conversion from 'size_t'
> > to 'int', possible loss of data
> > 1>foreign-pajek-lexer.l(120) : warning C4267: '=' : conversion from 'size_t'
> > to 'int', possible loss of data
> > 1>foreign-pajek-lexer.l(122) : warning C4267: '=' : conversion from 'size_t'
> > to 'int', possible loss of data
> > 1>foreign-pajek-lexer.l(124) : warning C4267: '=' : conversion from 'size_t'
> > to 'int', possible loss of data
> > 1>foreign-pajek-lexer.l(126) : warning C4267: '=' : conversion from 'size_t'
> > to 'int', possible loss of data
> > 1>foreign-pajek-lexer.c(1342) : warning C4003: not enough actual parameters
> > for macro 'igraph_pajek_yywrap'
> > 1>foreign-pajek-lexer.c(1451) : warning C4267: 'initializing' : conversion
> > from 'size_t' to 'int', possible loss of data
> > 1>foreign-pajek-lexer.c(1464) : warning C4267: 'initializing' : conversion
> > from 'size_t' to 'int', possible loss of data
> > 1>foreign-pajek-lexer.c(1486) : warning C4267: '=' : conversion from
> > 'size_t' to 'int', possible loss of data
> > 1>foreign-pajek-lexer.c(1495) : warning C4018: '<' : signed/unsigned
> > mismatch
> > 1>foreign-pajek-lexer.c(1495) : warning C4267: '=' : conversion from
> > 'size_t' to 'int', possible loss of data
> > 1>foreign-pajek-lexer.c(1804) : warning C4996: 'fileno': The POSIX name for
> > this item is deprecated. Instead, use the ISO C++ conformant name: _fileno.
> > See online help for details.
> > 1>        C:\Program Files\Microsoft Visual Studio 8\VC\include\stdio.h(688)
> > : see declaration of 'fileno'
> > 1>foreign-pajek-lexer.c(1920) : warning C4267: '=' : conversion from
> > 'size_t' to 'int', possible loss of data
> > 1>foreign-pajek-lexer.c(1958) : warning C4267: '=' : conversion from
> > 'size_t' to 'int', possible loss of data
> > 1>foreign-pajek-lexer.c(1980) : warning C4267: 'function' : conversion from
> > 'size_t' to 'int', possible loss of data
> > 1>foreign-ncol-parser.c
> > 1>foreign-ncol-parser.y(55) : fatal error C1083: Cannot open include file:
> > 'igraph_types.h': No such file or directory
> > 1>foreign-ncol-lexer.c
> > 1>foreign-ncol-lexer.c(762) : warning C4267: '=' : conversion from 'size_t'
> > to 'int', possible loss of data
> > 1>foreign-ncol-lexer.c(884) : warning C4003: not enough actual parameters
> > for macro 'igraph_ncol_yywrap'
> > 1>foreign-ncol-lexer.c(993) : warning C4267: 'initializing' : conversion
> > from 'size_t' to 'int', possible loss of data
> > 1>foreign-ncol-lexer.c(1006) : warning C4267: 'initializing' : conversion
> > from 'size_t' to 'int', possible loss of data
> > 1>foreign-ncol-lexer.c(1028) : warning C4267: '=' : conversion from 'size_t'
> > to 'int', possible loss of data
> > 1>foreign-ncol-lexer.c(1037) : warning C4018: '<' : signed/unsigned mismatch
> > 1>foreign-ncol-lexer.c(1037) : warning C4267: '=' : conversion from 'size_t'
> > to 'int', possible loss of data
> > 1>foreign-ncol-lexer.c(1346) : warning C4996: 'fileno': The POSIX name for
> > this item is deprecated. Instead, use the ISO C++ conformant name: _fileno.
> > See online help for details.
> > 1>        C:\Program Files\Microsoft Visual Studio 8\VC\include\stdio.h(688)
> > : see declaration of 'fileno'
> > 1>foreign-ncol-lexer.c(1462) : warning C4267: '=' : conversion from 'size_t'
> > to 'int', possible loss of data
> > 1>foreign-ncol-lexer.c(1500) : warning C4267: '=' : conversion from 'size_t'
> > to 'int', possible loss of data
> > 1>foreign-ncol-lexer.c(1522) : warning C4267: 'function' : conversion from
> > 'size_t' to 'int', possible loss of data
> > 1>foreign-lgl-parser.c
> > 1>foreign-lgl-parser.y(54) : fatal error C1083: Cannot open include file:
> > 'igraph_types.h': No such file or directory
> > 1>foreign-lgl-lexer.c
> > 1>foreign-lgl-lexer.c(762) : warning C4267: '=' : conversion from 'size_t'
> > to 'int', possible loss of data
> > 1>foreign-lgl-lexer.c(890) : warning C4003: not enough actual parameters for
> > macro 'igraph_lgl_yywrap'
> > 1>foreign-lgl-lexer.c(999) : warning C4267: 'initializing' : conversion from
> > 'size_t' to 'int', possible loss of data
> > 1>foreign-lgl-lexer.c(1012) : warning C4267: 'initializing' : conversion
> > from 'size_t' to 'int', possible loss of data
> > 1>foreign-lgl-lexer.c(1034) : warning C4267: '=' : conversion from 'size_t'
> > to 'int', possible loss of data
> > 1>foreign-lgl-lexer.c(1043) : warning C4018: '<' : signed/unsigned mismatch
> > 1>foreign-lgl-lexer.c(1043) : warning C4267: '=' : conversion from 'size_t'
> > to 'int', possible loss of data
> > 1>foreign-lgl-lexer.c(1352) : warning C4996: 'fileno': The POSIX name for
> > this item is deprecated. Instead, use the ISO C++ conformant name: _fileno.
> > See online help for details.
> > 1>        C:\Program Files\Microsoft Visual Studio 8\VC\include\stdio.h(688)
> > : see declaration of 'fileno'
> > 1>foreign-lgl-lexer.c(1468) : warning C4267: '=' : conversion from 'size_t'
> > to 'int', possible loss of data
> > 1>foreign-lgl-lexer.c(1506) : warning C4267: '=' : conversion from 'size_t'
> > to 'int', possible loss of data
> > 1>foreign-lgl-lexer.c(1528) : warning C4267: 'function' : conversion from
> > 'size_t' to 'int', possible loss of data
> > 1>foreign-graphml.c
> > 1>.\src\foreign-graphml.c(24) : fatal error C1083: Cannot open include file:
> > 'igraph_foreign.h': No such file or directory
> > 1>foreign-gml-parser.c
> > 1>foreign-gml-parser.y(51) : fatal error C1083: Cannot open include file:
> > 'igraph_error.h': No such file or directory
> > 1>foreign-gml-lexer.c
> > 1>foreign-gml-lexer.c(780) : warning C4267: '=' : conversion from 'size_t'
> > to 'int', possible loss of data
> > 1>foreign-gml-lexer.c(929) : warning C4003: not enough actual parameters for
> > macro 'igraph_gml_yywrap'
> > 1>foreign-gml-lexer.c(1038) : warning C4267: 'initializing' : conversion
> > from 'size_t' to 'int', possible loss of data
> > 1>foreign-gml-lexer.c(1051) : warning C4267: 'initializing' : conversion
> > from 'size_t' to 'int', possible loss of data
> > 1>foreign-gml-lexer.c(1073) : warning C4267: '=' : conversion from 'size_t'
> > to 'int', possible loss of data
> > 1>foreign-gml-lexer.c(1082) : warning C4018: '<' : signed/unsigned mismatch
> > 1>foreign-gml-lexer.c(1082) : warning C4267: '=' : conversion from 'size_t'
> > to 'int', possible loss of data
> > 1>foreign-gml-lexer.c(1394) : warning C4996: 'fileno': The POSIX name for
> > this item is deprecated. Instead, use the ISO C++ conformant name: _fileno.
> > See online help for details.
> > 1>        C:\Program Files\Microsoft Visual Studio 8\VC\include\stdio.h(688)
> > : see declaration of 'fileno'
> > 1>foreign-gml-lexer.c(1510) : warning C4267: '=' : conversion from 'size_t'
> > to 'int', possible loss of data
> > 1>foreign-gml-lexer.c(1548) : warning C4267: '=' : conversion from 'size_t'
> > to 'int', possible loss of data
> > 1>foreign-gml-lexer.c(1570) : warning C4267: 'function' : conversion from
> > 'size_t' to 'int', possible loss of data
> > 1>flow.c
> > 1>.\src\flow.c(24) : fatal error C1083: Cannot open include file:
> > 'igraph_flow.h': No such file or directory
> > 1>Generating Code...
> > 1>Compiling...
> > 1>fast_community.c
> > 1>.\src\fast_community.c(24) : fatal error C1083: Cannot open include file:
> > 'igraph_community.h': No such file or directory
> > 1>evolver_cit.c
> > 1>.\src\evolver_cit.c(24) : fatal error C1083: Cannot open include file:
> > 'igraph_revolver.h': No such file or directory
> > 1>etime_.c
> > 1>error.c
> > 1>.\src\error.c(25) : fatal error C1083: Cannot open include file:
> > 'igraph_error.h': No such file or directory
> > 1>dvout.c
> > 1>d:\3rdParty\igraph-0.6-msvc\igraph-0.6-msvc\src\igraph_arpack_internal.h(31)
> > : fatal error C1083: Cannot open include file: 'igraph_types.h': No such
> > file or directory
> > 1>dtrsyl.c
> > 1>d:\3rdParty\igraph-0.6-msvc\igraph-0.6-msvc\src\igraph_arpack_internal.h(31)
> > : fatal error C1083: Cannot open include file: 'igraph_types.h': No such
> > file or directory
> > 1>dtrsen.c
> > 1>d:\3rdParty\igraph-0.6-msvc\igraph-0.6-msvc\src\igraph_arpack_internal.h(31)
> > : fatal error C1083: Cannot open include file: 'igraph_types.h': No such
> > file or directory
> > 1>dtrmm.c
> > 1>d:\3rdParty\igraph-0.6-msvc\igraph-0.6-msvc\src\igraph_arpack_internal.h(31)
> > : fatal error C1083: Cannot open include file: 'igraph_types.h': No such
> > file or directory
> > 1>dtrexc.c
> > 1>d:\3rdParty\igraph-0.6-msvc\igraph-0.6-msvc\src\igraph_arpack_internal.h(31)
> > : fatal error C1083: Cannot open include file: 'igraph_types.h': No such
> > file or directory
> > 1>dtrevc.c
> > 1>d:\3rdParty\igraph-0.6-msvc\igraph-0.6-msvc\src\igraph_arpack_internal.h(31)
> > : fatal error C1083: Cannot open include file: 'igraph_types.h': No such
> > file or directory
> > 1>dswap.c
> > 1>d:\3rdParty\igraph-0.6-msvc\igraph-0.6-msvc\src\igraph_arpack_internal.h(31)
> > : fatal error C1083: Cannot open include file: 'igraph_types.h': No such
> > file or directory
> > 1>dstqrb.c
> > 1>d:\3rdParty\igraph-0.6-msvc\igraph-0.6-msvc\src\igraph_arpack_internal.h(31)
> > : fatal error C1083: Cannot open include file: 'igraph_types.h': No such
> > file or directory
> > 1>dsteqr.c
> > 1>d:\3rdParty\igraph-0.6-msvc\igraph-0.6-msvc\src\igraph_arpack_internal.h(31)
> > : fatal error C1083: Cannot open include file: 'igraph_types.h': No such
> > file or directory
> > 1>dstats.c
> > 1>d:\3rdParty\igraph-0.6-msvc\igraph-0.6-msvc\src\igraph_arpack_internal.h(31)
> > : fatal error C1083: Cannot open include file: 'igraph_types.h': No such
> > file or directory
> > 1>dstatn.c
> > 1>d:\3rdParty\igraph-0.6-msvc\igraph-0.6-msvc\src\igraph_arpack_internal.h(31)
> > : fatal error C1083: Cannot open include file: 'igraph_types.h': No such
> > file or directory
> > 1>dsortr.c
> > 1>d:\3rdParty\igraph-0.6-msvc\igraph-0.6-msvc\src\igraph_arpack_internal.h(31)
> > : fatal error C1083: Cannot open include file: 'igraph_types.h': No such
> > file or directory
> > 1>dsortc.c
> > 1>d:\3rdParty\igraph-0.6-msvc\igraph-0.6-msvc\src\igraph_arpack_internal.h(31)
> > : fatal error C1083: Cannot open include file: 'igraph_types.h': No such
> > file or directory
> > 1>dsgets.c
> > 1>d:\3rdParty\igraph-0.6-msvc\igraph-0.6-msvc\src\igraph_arpack_internal.h(31)
> > : fatal error C1083: Cannot open include file: 'igraph_types.h': No such
> > file or directory
> > 1>dseupd.c
> > 1>d:\3rdParty\igraph-0.6-msvc\igraph-0.6-msvc\src\igraph_arpack_internal.h(31)
> > : fatal error C1083: Cannot open include file: 'igraph_types.h': No such
> > file or directory
> > 1>dsesrt.c
> > 1>d:\3rdParty\igraph-0.6-msvc\igraph-0.6-msvc\src\igraph_arpack_internal.h(31)
> > : fatal error C1083: Cannot open include file: 'igraph_types.h': No such
> > file or directory
> > 1>Generating Code...
> > 1>Compiling...
> > 1>dseigt.c
> > 1>d:\3rdParty\igraph-0.6-msvc\igraph-0.6-msvc\src\igraph_arpack_internal.h(31)
> > : fatal error C1083: Cannot open include file: 'igraph_types.h': No such
> > file or directory
> > 1>dsconv.c
> > 1>d:\3rdParty\igraph-0.6-msvc\igraph-0.6-msvc\src\igraph_arpack_internal.h(31)
> > : fatal error C1083: Cannot open include file: 'igraph_types.h': No such
> > file or directory
> > 1>dscal.c
> > 1>d:\3rdParty\igraph-0.6-msvc\igraph-0.6-msvc\src\igraph_arpack_internal.h(31)
> > : fatal error C1083: Cannot open include file: 'igraph_types.h': No such
> > file or directory
> > 1>dsaupd.c
> > 1>d:\3rdParty\igraph-0.6-msvc\igraph-0.6-msvc\src\igraph_arpack_internal.h(31)
> > : fatal error C1083: Cannot open include file: 'igraph_types.h': No such
> > file or directory
> > 1>dsaup2.c
> > 1>d:\3rdParty\igraph-0.6-msvc\igraph-0.6-msvc\src\igraph_arpack_internal.h(31)
> > : fatal error C1083: Cannot open include file: 'igraph_types.h': No such
> > file or directory
> > 1>dsapps.c
> > 1>d:\3rdParty\igraph-0.6-msvc\igraph-0.6-msvc\src\igraph_arpack_internal.h(31)
> > : fatal error C1083: Cannot open include file: 'igraph_types.h': No such
> > file or directory
> > 1>dsaitr.c
> > 1>d:\3rdParty\igraph-0.6-msvc\igraph-0.6-msvc\src\igraph_arpack_internal.h(31)
> > : fatal error C1083: Cannot open include file: 'igraph_types.h': No such
> > file or directory
> > 1>drot.c
> > 1>d:\3rdParty\igraph-0.6-msvc\igraph-0.6-msvc\src\igraph_arpack_internal.h(31)
> > : fatal error C1083: Cannot open include file: 'igraph_types.h': No such
> > file or directory
> > 1>dqueue.c
> > 1>.\src\dqueue.c(24) : fatal error C1083: Cannot open include file:
> > 'igraph_types.h': No such file or directory
> > 1>dorm2r.c
> > 1>d:\3rdParty\igraph-0.6-msvc\igraph-0.6-msvc\src\igraph_arpack_internal.h(31)
> > : fatal error C1083: Cannot open include file: 'igraph_types.h': No such
> > file or directory
> > 1>dnrm2.c
> > 1>d:\3rdParty\igraph-0.6-msvc\igraph-0.6-msvc\src\igraph_arpack_internal.h(31)
> > : fatal error C1083: Cannot open include file: 'igraph_types.h': No such
> > file or directory
> > 1>dngets.c
> > 1>d:\3rdParty\igraph-0.6-msvc\igraph-0.6-msvc\src\igraph_arpack_internal.h(31)
> > : fatal error C1083: Cannot open include file: 'igraph_types.h': No such
> > file or directory
> > 1>dneupd.c
> > 1>d:\3rdParty\igraph-0.6-msvc\igraph-0.6-msvc\src\igraph_arpack_internal.h(31)
> > : fatal error C1083: Cannot open include file: 'igraph_types.h': No such
> > file or directory
> > 1>dneigh.c
> > 1>d:\3rdParty\igraph-0.6-msvc\igraph-0.6-msvc\src\igraph_arpack_internal.h(31)
> > : fatal error C1083: Cannot open include file: 'igraph_types.h': No such
> > file or directory
> > 1>dnconv.c
> > 1>d:\3rdParty\igraph-0.6-msvc\igraph-0.6-msvc\src\igraph_arpack_internal.h(31)
> > : fatal error C1083: Cannot open include file: 'igraph_types.h': No such
> > file or directory
> > 1>dnaupd.c
> > 1>d:\3rdParty\igraph-0.6-msvc\igraph-0.6-msvc\src\igraph_arpack_internal.h(31)
> > : fatal error C1083: Cannot open include file: 'igraph_types.h': No such
> > file or directory
> > 1>dnaup2.c
> > 1>d:\3rdParty\igraph-0.6-msvc\igraph-0.6-msvc\src\igraph_arpack_internal.h(31)
> > : fatal error C1083: Cannot open include file: 'igraph_types.h': No such
> > file or directory
> > 1>dnapps.c
> > 1>d:\3rdParty\igraph-0.6-msvc\igraph-0.6-msvc\src\igraph_arpack_internal.h(31)
> > : fatal error C1083: Cannot open include file: 'igraph_types.h': No such
> > file or directory
> > 1>dnaitr.c
> > 1>d:\3rdParty\igraph-0.6-msvc\igraph-0.6-msvc\src\igraph_arpack_internal.h(31)
> > : fatal error C1083: Cannot open include file: 'igraph_types.h': No such
> > file or directory
> > 1>dmout.c
> > 1>d:\3rdParty\igraph-0.6-msvc\igraph-0.6-msvc\src\igraph_arpack_internal.h(31)
> > : fatal error C1083: Cannot open include file: 'igraph_types.h': No such
> > file or directory
> > 1>Generating Code...
> > 1>Compiling...
> > 1>dlasy2.c
> > 1>d:\3rdParty\igraph-0.6-msvc\igraph-0.6-msvc\src\igraph_arpack_internal.h(31)
> > : fatal error C1083: Cannot open include file: 'igraph_types.h': No such
> > file or directory
> > 1>dlassq.c
> > 1>d:\3rdParty\igraph-0.6-msvc\igraph-0.6-msvc\src\igraph_arpack_internal.h(31)
> > : fatal error C1083: Cannot open include file: 'igraph_types.h': No such
> > file or directory
> > 1>dlasrt.c
> > 1>d:\3rdParty\igraph-0.6-msvc\igraph-0.6-msvc\src\igraph_arpack_internal.h(31)
> > : fatal error C1083: Cannot open include file: 'igraph_types.h': No such
> > file or directory
> > 1>dlasr.c
> > 1>d:\3rdParty\igraph-0.6-msvc\igraph-0.6-msvc\src\igraph_arpack_internal.h(31)
> > : fatal error C1083: Cannot open include file: 'igraph_types.h': No such
> > file or directory
> > 1>dlaset.c
> > 1>d:\3rdParty\igraph-0.6-msvc\igraph-0.6-msvc\src\igraph_arpack_internal.h(31)
> > : fatal error C1083: Cannot open include file: 'igraph_types.h': No such
> > file or directory
> > 1>dlascl.c
> > 1>d:\3rdParty\igraph-0.6-msvc\igraph-0.6-msvc\src\igraph_arpack_internal.h(31)
> > : fatal error C1083: Cannot open include file: 'igraph_types.h': No such
> > file or directory
> > 1>dlaruv.c
> > 1>d:\3rdParty\igraph-0.6-msvc\igraph-0.6-msvc\src\igraph_arpack_internal.h(31)
> > : fatal error C1083: Cannot open include file: 'igraph_types.h': No such
> > file or directory
> > 1>dlartg.c
> > 1>d:\3rdParty\igraph-0.6-msvc\igraph-0.6-msvc\src\igraph_arpack_internal.h(31)
> > : fatal error C1083: Cannot open include file: 'igraph_types.h': No such
> > file or directory
> > 1>dlarnv.c
> > 1>d:\3rdParty\igraph-0.6-msvc\igraph-0.6-msvc\src\igraph_arpack_internal.h(31)
> > : fatal error C1083: Cannot open include file: 'igraph_types.h': No such
> > file or directory
> > 1>dlarfx.c
> > 1>d:\3rdParty\igraph-0.6-msvc\igraph-0.6-msvc\src\igraph_arpack_internal.h(31)
> > : fatal error C1083: Cannot open include file: 'igraph_types.h': No such
> > file or directory
> > 1>dlarfg.c
> > 1>d:\3rdParty\igraph-0.6-msvc\igraph-0.6-msvc\src\igraph_arpack_internal.h(31)
> > : fatal error C1083: Cannot open include file: 'igraph_types.h': No such
> > file or directory
> > 1>dlarf.c
> > 1>d:\3rdParty\igraph-0.6-msvc\igraph-0.6-msvc\src\igraph_arpack_internal.h(31)
> > : fatal error C1083: Cannot open include file: 'igraph_types.h': No such
> > file or directory
> > 1>dlaqrb.c
> > 1>d:\3rdParty\igraph-0.6-msvc\igraph-0.6-msvc\src\igraph_arpack_internal.h(31)
> > : fatal error C1083: Cannot open include file: 'igraph_types.h': No such
> > file or directory
> > 1>dlapy2.c
> > 1>d:\3rdParty\igraph-0.6-msvc\igraph-0.6-msvc\src\igraph_arpack_internal.h(31)
> > : fatal error C1083: Cannot open include file: 'igraph_types.h': No such
> > file or directory
> > 1>dlanv2.c
> > 1>d:\3rdParty\igraph-0.6-msvc\igraph-0.6-msvc\src\igraph_arpack_internal.h(31)
> > : fatal error C1083: Cannot open include file: 'igraph_types.h': No such
> > file or directory
> > 1>dlanst.c
> > 1>d:\3rdParty\igraph-0.6-msvc\igraph-0.6-msvc\src\igraph_arpack_internal.h(31)
> > : fatal error C1083: Cannot open include file: 'igraph_types.h': No such
> > file or directory
> > 1>dlanhs.c
> > 1>d:\3rdParty\igraph-0.6-msvc\igraph-0.6-msvc\src\igraph_arpack_internal.h(31)
> > : fatal error C1083: Cannot open include file: 'igraph_types.h': No such
> > file or directory
> > 1>dlange.c
> > 1>d:\3rdParty\igraph-0.6-msvc\igraph-0.6-msvc\src\igraph_arpack_internal.h(31)
> > : fatal error C1083: Cannot open include file: 'igraph_types.h': No such
> > file or directory
> > 1>dlamch.c
> > 1>d:\3rdParty\igraph-0.6-msvc\igraph-0.6-msvc\src\igraph_arpack_internal.h(31)
> > : fatal error C1083: Cannot open include file: 'igraph_types.h': No such
> > file or directory
> > 1>dlaln2.c
> > 1>d:\3rdParty\igraph-0.6-msvc\igraph-0.6-msvc\src\igraph_arpack_internal.h(31)
> > : fatal error C1083: Cannot open include file: 'igraph_types.h': No such
> > file or directory
> > 1>Generating Code...
> > 1>Compiling...
> > 1>dlahqr.c
> > 1>d:\3rdParty\igraph-0.6-msvc\igraph-0.6-msvc\src\igraph_arpack_internal.h(31)
> > : fatal error C1083: Cannot open include file: 'igraph_types.h': No such
> > file or directory
> > 1>dlaexc.c
> > 1>d:\3rdParty\igraph-0.6-msvc\igraph-0.6-msvc\src\igraph_arpack_internal.h(31)
> > : fatal error C1083: Cannot open include file: 'igraph_types.h': No such
> > file or directory
> > 1>dlaev2.c
> > 1>d:\3rdParty\igraph-0.6-msvc\igraph-0.6-msvc\src\igraph_arpack_internal.h(31)
> > : fatal error C1083: Cannot open include file: 'igraph_types.h': No such
> > file or directory
> > 1>dlae2.c
> > 1>d:\3rdParty\igraph-0.6-msvc\igraph-0.6-msvc\src\igraph_arpack_internal.h(31)
> > : fatal error C1083: Cannot open include file: 'igraph_types.h': No such
> > file or directory
> > 1>dladiv.c
> > 1>d:\3rdParty\igraph-0.6-msvc\igraph-0.6-msvc\src\igraph_arpack_internal.h(31)
> > : fatal error C1083: Cannot open include file: 'igraph_types.h': No such
> > file or directory
> > 1>dlacpy.c
> > 1>d:\3rdParty\igraph-0.6-msvc\igraph-0.6-msvc\src\igraph_arpack_internal.h(31)
> > : fatal error C1083: Cannot open include file: 'igraph_types.h': No such
> > file or directory
> > 1>dlacon.c
> > 1>d:\3rdParty\igraph-0.6-msvc\igraph-0.6-msvc\src\igraph_arpack_internal.h(31)
> > : fatal error C1083: Cannot open include file: 'igraph_types.h': No such
> > file or directory
> > 1>dlabad.c
> > 1>d:\3rdParty\igraph-0.6-msvc\igraph-0.6-msvc\src\igraph_arpack_internal.h(31)
> > : fatal error C1083: Cannot open include file: 'igraph_types.h': No such
> > file or directory
> > 1>dgetv0.c
> > 1>d:\3rdParty\igraph-0.6-msvc\igraph-0.6-msvc\src\igraph_arpack_internal.h(31)
> > : fatal error C1083: Cannot open include file: 'igraph_types.h': No such
> > file or directory
> > 1>dger.c
> > 1>d:\3rdParty\igraph-0.6-msvc\igraph-0.6-msvc\src\igraph_arpack_internal.h(31)
> > : fatal error C1083: Cannot open include file: 'igraph_types.h': No such
> > file or directory
> > 1>dgeqr2.c
> > 1>d:\3rdParty\igraph-0.6-msvc\igraph-0.6-msvc\src\igraph_arpack_internal.h(31)
> > : fatal error C1083: Cannot open include file: 'igraph_types.h': No such
> > file or directory
> > 1>dgemv.c
> > 1>d:\3rdParty\igraph-0.6-msvc\igraph-0.6-msvc\src\igraph_arpack_internal.h(31)
> > : fatal error C1083: Cannot open include file: 'igraph_types.h': No such
> > file or directory
> > 1>ddot.c
> > 1>d:\3rdParty\igraph-0.6-msvc\igraph-0.6-msvc\src\igraph_arpack_internal.h(31)
> > : fatal error C1083: Cannot open include file: 'igraph_types.h': No such
> > file or directory
> > 1>dcopy.c
> > 1>d:\3rdParty\igraph-0.6-msvc\igraph-0.6-msvc\src\igraph_arpack_internal.h(31)
> > : fatal error C1083: Cannot open include file: 'igraph_types.h': No such
> > file or directory
> > 1>daxpy.c
> > 1>d:\3rdParty\igraph-0.6-msvc\igraph-0.6-msvc\src\igraph_arpack_internal.h(31)
> > : fatal error C1083: Cannot open include file: 'igraph_types.h': No such
> > file or directory
> > 1>dasum.c
> > 1>d:\3rdParty\igraph-0.6-msvc\igraph-0.6-msvc\src\igraph_arpack_internal.h(31)
> > : fatal error C1083: Cannot open include file: 'igraph_types.h': No such
> > file or directory
> > 1>d_sign.c
> > 1>d_lg10.c
> > 1>cores.c
> > 1>.\src\cores.c(24) : fatal error C1083: Cannot open include file:
> > 'igraph_community.h': No such file or directory
> > 1>conversion.c
> > 1>.\src\conversion.c(24) : fatal error C1083: Cannot open include file:
> > 'igraph_conversion.h': No such file or directory
> > 1>Generating Code...
> > 1>Compiling...
> > 1>components.c
> > 1>.\src\components.c(24) : fatal error C1083: Cannot open include file:
> > 'igraph_components.h': No such file or directory
> > 1>community.c
> > 1>.\src\community.c(25) : fatal error C1083: Cannot open include file:
> > 'igraph_community.h': No such file or directory
> > 1>cocitation.c
> > 1>.\src\cocitation.c(24) : fatal error C1083: Cannot open include file:
> > 'igraph_cocitation.h': No such file or directory
> > 1>cliques.c
> > 1>.\src\cliques.c(24) : fatal error C1083: Cannot open include file:
> > 'igraph_cliques.h': No such file or directory
> > 1>centrality.c
> > 1>.\src\centrality.c(24) : fatal error C1083: Cannot open include file:
> > 'igraph_centrality.h': No such file or directory
> > 1>cattributes.c
> > 1>.\src\cattributes.c(24) : fatal error C1083: Cannot open include file:
> > 'igraph_attributes.h': No such file or directory
> > 1>bipartite.c
> > 1>.\src\bipartite.c(24) : fatal error C1083: Cannot open include file:
> > 'igraph_bipartite.h': No such file or directory
> > 1>bfgs.c
> > 1>.\src\bfgs.c(24) : fatal error C1083: Cannot open include file:
> > 'igraph_nongraph.h': No such file or directory
> > 1>basic_query.c
> > 1>.\src\basic_query.c(24) : fatal error C1083: Cannot open include file:
> > 'igraph_datatype.h': No such file or directory
> > 1>attributes.c
> > 1>.\src\attributes.c(24) : fatal error C1083: Cannot open include file:
> > 'igraph_attributes.h': No such file or directory
> > 1>atlas.c
> > 1>.\src\atlas.c(24) : fatal error C1083: Cannot open include file:
> > 'igraph_constructors.h': No such file or directory
> > 1>array.c
> > 1>.\src\array.c(24) : fatal error C1083: Cannot open include file:
> > 'igraph_types.h': No such file or directory
> > 1>arpack.c
> > 1>.\src\arpack.c(24) : fatal error C1083: Cannot open include file:
> > 'igraph_arpack.h': No such file or directory
> > 1>Generating Code...
> > 1>Build log was saved at
> > "file://d:\3rdParty\igraph-0.6-msvc\igraph-0.6-msvc\Release\BuildLog.htm"
> > 1>igraph - 141 error(s), 74 warning(s)
> > ========== Build: 0 succeeded, 1 failed, 0 up-to-date, 0 skipped ==========
>
> > _______________________________________________
> > igraph-help mailing list
> > address@hidden
> >http://lists.nongnu.org/mailman/listinfo/igraph-help
>
> --
> Gabor Csardi <address@hidden>     UNIL DGM
>
> _______________________________________________
> igraph-help mailing list
> address@hidden://lists.nongnu.org/mailman/listinfo/igraph-help




reply via email to

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