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

Missing 'CppController.lib" #6434

Open
PTaylor-us opened this issue Nov 8, 2023 · 3 comments
Open

Missing 'CppController.lib" #6434

PTaylor-us opened this issue Nov 8, 2023 · 3 comments

Comments

@PTaylor-us
Copy link

The 'Controller.lib' library file is present after installing, but not the expected 'CppController.lib' (only CppController.a and .dll)

@ShuffleWire
Copy link
Contributor

Please give :
Version of Webots
OS
The way you installed Webots

@Qin-Yuan
Copy link

I don't have CppController.lib either, only CppController.dll. I installed Webots 2023b through the .exe file.

@CoolSpy3
Copy link
Contributor

It appears that the way lib files are generated during the build process is a bit weird right now (see the above PR for details). As a consequence, many of the cpp library variants don't have lib files atm. This should be fixed with #6753. As a temporary workaround, you can use libCppController.a in place of CppController.lib. (The files are identical.)

Unfortunately, no such workaround exists for the other libraries. In case someone stumbled onto this issue while looking for one of them, the best course of action is probably be to use one of the nightly builds (once the aforementioned PR is merged) or wait for the next major release.

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

No branches or pull requests

4 participants