Skip to content

Conversation

@bellenot
Copy link
Member

Fix the ntpl002_vector.C, ntpl005_introspection.C, ntpl006_friends.C, and ntpl007_mtFill.C tutorials failing with the following errors:

Processing ntpl002_vector.C...
IncrementalExecutor::executeFunction: symbol '_Smtx_unlock_shared' unresolved while linking [cling interface function]!
You are probably missing the definition of _Smtx_unlock_shared
Maybe you need to load the corresponding shared library?
IncrementalExecutor::executeFunction: symbol '_Smtx_lock_shared' unresolved while linking [cling interface function]!
You are probably missing the definition of _Smtx_lock_shared
Maybe you need to load the corresponding shared library?

Fix the `ntpl002_vector.C`, `ntpl005_introspection.C`, `ntpl006_friends.C`, and `ntpl007_mtFill.C` tutorials failing with the following errors:
```
Processing ntpl002_vector.C...
IncrementalExecutor::executeFunction: symbol '_Smtx_unlock_shared' unresolved while linking [cling interface function]!
You are probably missing the definition of _Smtx_unlock_shared
Maybe you need to load the corresponding shared library?
IncrementalExecutor::executeFunction: symbol '_Smtx_lock_shared' unresolved while linking [cling interface function]!
You are probably missing the definition of _Smtx_lock_shared
Maybe you need to load the corresponding shared library?
```
@bellenot bellenot requested a review from Axel-Naumann March 29, 2022 09:00
@bellenot bellenot self-assigned this Mar 29, 2022
@bellenot bellenot changed the title [skip-ci][win] Export a couple of missing symbols [win] Export a couple of missing symbols Mar 29, 2022
@bellenot bellenot changed the title [win] Export a couple of missing symbols [skip-ci][win] Export a couple of missing symbols Mar 29, 2022
@bellenot bellenot merged commit 6cf3303 into root-project:master Apr 1, 2022
@bellenot bellenot deleted the add-missing-symbols branch April 1, 2022 14:36
Neel-Shah-29 pushed a commit to Neel-Shah-29/root-1 that referenced this pull request Apr 6, 2022
* [skip-ci][win] Export a couple of missing symbols

Fix the `ntpl002_vector.C`, `ntpl005_introspection.C`, `ntpl006_friends.C`, and `ntpl007_mtFill.C` tutorials failing with the following errors:
```
Processing ntpl002_vector.C...
IncrementalExecutor::executeFunction: symbol '_Smtx_unlock_shared' unresolved while linking [cling interface function]!
You are probably missing the definition of _Smtx_unlock_shared
Maybe you need to load the corresponding shared library?
IncrementalExecutor::executeFunction: symbol '_Smtx_lock_shared' unresolved while linking [cling interface function]!
You are probably missing the definition of _Smtx_lock_shared
Maybe you need to load the corresponding shared library?
```

* The missing symbols are for std:c++17
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

Successfully merging this pull request may close these issues.

2 participants