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

local_queue_executor linker error on vc110 #1117

Closed
zao opened this issue Apr 17, 2014 · 6 comments
Closed

local_queue_executor linker error on vc110 #1117

zao opened this issue Apr 17, 2014 · 6 comments

Comments

@zao
Copy link
Contributor

zao commented Apr 17, 2014

5>------ Build started: Project: fractals_executor_exe, Configuration: Debug x64 ------
5>     Creating library C:/Users/Lars/bounce/build/hpx-git-v110-x64/examples/quickstart/DEBUG/fractals_executor.lib and object C:/Users/Lars/bounce/build/hpx-git-v110-x64/examples/quickstart/DEBUG/fractals_executor.exp
5>fractals_executor.obj : error LNK2019: unresolved external symbol "__declspec(dllimport) public: __cdecl hpx::threads::executors::local_queue_executor::local_queue_executor(void)" (__imp_??0local_queue_executor@executors@threads@hpx@@QEAA@XZ) referenced in function "int __cdecl hpx_main(void)" (?hpx_main@@YAHXZ)
5>C:\Users\Lars\bounce\build\hpx-git-v110-x64\Debug\bin\fractals_executor.exe : fatal error LNK1120: 1 unresolved externals
10>------ Build started: Project: thread_pool_executor_1114_test_exe, Configuration: Debug x64 ------
10>     Creating library C:/Users/Lars/bounce/build/hpx-git-v110-x64/tests/regressions/threads/DEBUG/thread_pool_executor_1114_test.lib and object C:/Users/Lars/bounce/build/hpx-git-v110-x64/tests/regressions/threads/DEBUG/thread_pool_executor_1114_test.exp
10>thread_pool_executor_1114.obj : error LNK2019: unresolved external symbol "__declspec(dllimport) public: __cdecl hpx::threads::executors::local_queue_executor::local_queue_executor(void)" (__imp_??0local_queue_executor@executors@threads@hpx@@QEAA@XZ) referenced in function "int __cdecl hpx_startup::user_main(void)" (?user_main@hpx_startup@@YAHXZ)
10>C:\Users\Lars\bounce\build\hpx-git-v110-x64\Debug\bin\thread_pool_executor_1114_test.exe : fatal error LNK1120: 1 unresolved externals
@zao
Copy link
Contributor Author

zao commented Apr 17, 2014

This is version 0.9.8-rc1-219-g49578c0.

@hkaiser
Copy link
Member

hkaiser commented Apr 17, 2014

This test does not exist in 0.9.8-rc1, it was added only recently and only to the master branch. How could that happen?

@hkaiser hkaiser added this to the 0.9.9 milestone Apr 17, 2014
@zao
Copy link
Contributor Author

zao commented Apr 17, 2014

This is on the master branch.
The version cited is what git describe --tags says, roughly meaning: from the tag 0.9.8-rc1, 219 commits later, at commit 49578c0.
Sorry for the unclear version pin.

@hkaiser
Copy link
Member

hkaiser commented Apr 17, 2014

Here is the CMakeCache.txt: https://gist.github.com/anonymous/10980424

@hkaiser
Copy link
Member

hkaiser commented Apr 22, 2014

Has this been fixed after closing #1118?

@zao
Copy link
Contributor Author

zao commented Apr 22, 2014

thread_pool_executor_1114_test_exe is fixed, fractals_executor_exe is not.

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