-
Notifications
You must be signed in to change notification settings - Fork 11
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Buid leosatellites error #15
Comments
Yes, I am using the igraph develop branch as there is some functionality that was needed (k-shortest-paths). Let me know if this fixes the issue! |
I am in the process of updating to OMNeT++ 6.0, so expect some changes soon. |
I changed my igraph version to |
When I run with |
I have updated all of the code (and its dependencies) to OMNeT++ 6.0 and INET 4.4. I have also uploaded an igraph project which you should be able to use without issues. Ensure that the igraph dependencies are included - which is depicted on the README file of the leosatellites project. Hope this helps. |
Hey Weiwei, have you solved this error? I have the same error with libigraph dev 0.9.6 in Ubuntu 22.04 |
Enviornment:
Ubuntu VM
16.04 LTS
Omnetpp
5.6.2
inet
4.2.5
When I ran the following command
1.
cd mysamples/leosatellites/src
2.
opp_makemake --make-so -f --deep -O out -KINET_PROJ=$HOME/omnetpp-5.6.2/mysamples/inet4 -KOS3_PROJ=$HOME/omnetpp-5.6.2/mysamples/os3 -DINET_IMPORT '-I$(OS3_PROJ)/src' '-I$(INET_PROJ)/src' -I/usr/include/curl '-L$(INET_PROJ)/src' '-L$(OS3_PROJ)/src' '-lINET$(D)' '-los3$(D)'
3.
make MODE=release && make MODE=debug
I got this error:
networklayer/configurator/ipv4/LeoIpv4NetworkConfigurator.cc:196:53: error: cannot convert ‘igraph_vector_int_t*’ to ‘const igraph_integer_t* {aka const int*}’ for argument ‘2’ to ‘int igraph_vector_int_init_copy(igraph_vector_int_t*, const igraph_integer_t*, long int)’
my igraph version is
0.9.5
Is it the igraph version error or other information I might need ?
The text was updated successfully, but these errors were encountered: