Skip to content
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

merge_graph linking issue #1307

Closed
tgilmanov opened this issue Nov 4, 2014 · 2 comments
Closed

merge_graph linking issue #1307

tgilmanov opened this issue Nov 4, 2014 · 2 comments

Comments

@tgilmanov
Copy link

merge_graph is a little app I am trying to work on using hpx3
I presently am compiling it using the hpx 0.9.8 release I checked out from stellar github
The app itself is not a part of any branch on stellar's github, but I can send it to whoever has a chance to have a look at it
We have mainly used a jacobi example from HPX-3 examples to write the code
Any help on this would be greatly appreciated

I am having an issue during a linking stage (see details below):

[  0%] Built target hpx_serialization
[ 96%] Built target hpx
[ 96%] Built target merge_graph_component
[100%] Built target hpx_init
Linking CXX executable ../../bin/merge_graph_client
CMakeFiles/merge_graph_client_exe.dir/merge_graph_client.cpp.o: In function `hpx::naming::gid_type hpx::components::server::runtime_support::create_component0<hpx::components::server::merge_graph>()':
merge_graph_client.cpp:(.text._ZN3hpx10components6server15runtime_support17create_component0INS1_11merge_graphEEENS_6naming8gid_typeEv[hpx::naming::gid_type hpx::components::server::runtime_support::create_component0<hpx::components::server::merge_graph>()]+0x12): undefined reference to `hpx::traits::component_type_database<hpx::components::server::merge_graph, void>::get()'
collect2: ld returned 1 exit status
make[3]: *** [bin/merge_graph_client] Error 1
make[2]: *** [examples/merge_graph/CMakeFiles/merge_graph_client_exe.dir/all] Error 2
make[1]: *** [examples/CMakeFiles/examples.merge_graph.dir/rule] Error 2
make: *** [examples.merge_graph] Error 2
@hkaiser
Copy link
Member

hkaiser commented Nov 4, 2014

I'm not able to reproduce this with top of master branch (with the tarball you sent). You might consider to switch to HPX V0.9.9 at least.

@tgilmanov
Copy link
Author

the issue is resolved, thanks hkaiser!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

2 participants