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

Boost.Test libs not moved to manual link #2057

Closed
iskiselev opened this issue Oct 25, 2017 · 2 comments
Closed

Boost.Test libs not moved to manual link #2057

iskiselev opened this issue Oct 25, 2017 · 2 comments

Comments

@iskiselev
Copy link

Boost.Test libs are not moved to manual link.
Created lib files are: boost_test_exec_monitor-vc140-mt-1_65_1.lib, boost_prg_exec_monitor-vc140-mt-1_65_1.lib, so they include ${VERSION_FULL}, but portfile looks for lib with just ${VERSION} at the end.

@iskiselev
Copy link
Author

BTW, shouldn't boost_prg_exec_monitor be also placed in manual-link?
When I try to compile Boost Test (static linking) with boost_prg_exec_monitor in lib folder, it results in:

 boost_prg_exec_monitor-vc140-mt-1_65_1.lib(cpp_main.obj) : error LNK2001: unresolved external symbol "int __cdecl cpp_main(int,char * * const)" (?cpp_main@@YAHHQEAPEAD@Z)

It works if I move it to manual link folder.

@ras0219-msft
Copy link
Contributor

Thanks! I've pushed e3dcfcb to master.

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

No branches or pull requests

2 participants