igraph-help
[Top][All Lists]
Advanced

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

Re: [igraph] compile problem


From: Gábor Csárdi
Subject: Re: [igraph] compile problem
Date: Tue, 24 Nov 2009 09:10:08 +0100

On Tue, Nov 24, 2009 at 1:50 AM, Roberto Pagliari <address@hidden> wrote:
> Hi All,
> I tried to install igraph for mac (the C package) but I'm unable to find the
> library.

Hi Roberto,

if you only tried to install it, but failed, then it will obviously
not work. First make sure that you really installed it. E.g. if there
was no error message after running 'make install', then it was
installed properly. Then look for the directory that has igraph.h and
give that directory for the -I switch.

Best,
Gabor

> I get the following error
> bobs-imac:connectivity roberto$ gcc igraph_test.c -I/usr/local/igraph
> -L/usr/local/lib -ligraph -o igraph_test
> igraph_test.c:1:20: error: igraph.h: No such file or directory
> igraph_test.c: In function ‘main’:
> igraph_test.c:5: error: ‘igraph_real_t’ undeclared (first use in this
> function)
> igraph_test.c:5: error: (Each undeclared identifier is reported only once
> igraph_test.c:5: error: for each function it appears in.)
> igraph_test.c:5: error: syntax error before ‘diameter’
> igraph_test.c:6: error: ‘igraph_t’ undeclared (first use in this function)
> igraph_test.c:7: error: ‘graph’ undeclared (first use in this function)
> igraph_test.c:7: error: ‘IGRAPH_ERDOS_RENYI_GNP’ undeclared (first use in
> this function)
> igraph_test.c:8: error: ‘IGRAPH_UNDIRECTED’ undeclared (first use in this
> function)
> igraph_test.c:8: error: ‘IGRAPH_NO_LOOPS’ undeclared (first use in this
> function)
> igraph_test.c:9: error: ‘diameter’ undeclared (first use in this function)
> igraph_test.c:10: warning: incompatible implicit declaration of built-in
> function ‘printf’
>
> bobs-imac:connectivity roberto$ pkg-config --libs --cflags igraph
> Package igraph was not found in the pkg-config search path.
> Perhaps you should add the directory containing `igraph.pc'
> to the PKG_CONFIG_PATH environment variable
> No package 'igraph' found
> bobs-imac:connectivity roberto$ pkg-config --libs --cflags igraph.pc
> Failed to open 'igraph.pc': No such file or directory
> No package 'igraph.pc' found
>
> Does anybody know how to fix it?
> Thanks,
> Bob
> _______________________________________________
> igraph-help mailing list
> address@hidden
> http://lists.nongnu.org/mailman/listinfo/igraph-help
>
>



-- 
Gabor Csardi <address@hidden>     UNIL DGM




reply via email to

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