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

LINK: fatal error LNK1181: carla_simulator\carla\Unreal\CarlaUE4\Plugins\Carla\CarlaDependencies\lib\sqlite3.lib' cannot open input file. #7623

Open
wkdwnsgur070 opened this issue May 10, 2024 · 3 comments
Assignees

Comments

@wkdwnsgur070
Copy link

OS: Window 11
CMake: 3.81
CMake generator: Visual Studio 16 2019

[40/46] UE4Editor-Carla.lib
C:\Users\wkdwn\carla_simulator\carla\Unreal\CarlaUE4\Plugins\Carla\Intermediate\Build\Win64\UE4Editor\Development\Carla\UE4Editor-Carla.lib 라이브러리 및 C:\Users\wkdwn\carla_simulator\carla\Unreal\CarlaUE4\Plugins\Carla\Intermediate\Build\Win64\UE4Editor\Development\Carla\UE4Editor-Carla.exp 개체를 생성하고 있습니다.
[41/46] UE4Editor-StreetMapRuntime.dll
LINK : fatal error LNK1181: 'C:\Users\wkdwn\carla_simulator\carla\Unreal\CarlaUE4\Plugins\Carla\CarlaDependencies\lib\sqlite3.lib' cannot open input file..
[42/46] UE4Editor-CarlaUE4.dll
LINK : fatal error LNK1181: 'C:\Users\wkdwn\carla_simulator\carla\Unreal\CarlaUE4\Plugins\Carla\CarlaDependencies\lib\sqlite3.lib' cannot open input file..
[43/46] UE4Editor-Carla.dll
LINK : fatal error LNK1181: 'C:\Users\wkdwn\carla_simulator\carla\Unreal\CarlaUE4\Plugins\Carla\CarlaDependencies\lib\sqlite3.lib' cannot open input file.
make: *** [CarlaUE4Editor] ERROR 6

I got this error message during my installation.
How can i fix this problem?

@Lucky-Lucus
Copy link

I had the same issue when executing make launch (with GENERATOR="Visual Studio 17 2022 since I am using VS 2022) on Windows 11 and with Carla 0.9.15

I managed to fix it by locally building sqlite3.lib file using this method (does work for Windows 11 as well) and then pasting the resulting sqlite3.lib file in the directory where it is missing (carla_root_folder\Unreal\CarlaUE4\Plugins\Carla\CarlaDependencies\lib\)

@wkdwnsgur070
Copy link
Author

Thank you for your help!

@MarcelPiNacy-CVC MarcelPiNacy-CVC self-assigned this May 15, 2024
@MarcelPiNacy-CVC
Copy link

Hi,

Could you provide the entire build log?

Marcel

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

3 participants