carla-simulator / carla

Open-source simulator for autonomous driving research.
http://carla.org
MIT License
11.2k stars 3.63k forks source link

Configuration Script Warning: libjpeg-turbo #6497

Open Bojken-Noven opened 1 year ago

Bojken-Noven commented 1 year ago

CARLA version: 0.9.14 Platform/OS: Windows 11

I'm attempting to build the modified fork of Unreal Engine 4.26. When running GenerateProjectFiles.bat, all of the third party modules appear to build correctly except for libjpeg-turbo. This is the warning I get:

WARNING: Library 'C:\UE4\Engine\Source\ThirdParty\libjpeg-turbo\lib/Win64\turbojpeg.lib' was not resolvable to a file when used in Module 'LibJpegTurbo', assuming it is a filename and will search library paths for it. This is slow and dependency checking will not work for it. Please update reference to be fully qualified alternatively use PublicSystemLibraryPaths if you do intended to use this slow path to suppress this warning.

If I don't address this warning, compilation in VS Code 2019 fails since the necessary .lib file wasn't generated.

So far, I've tried identifying issues in the module's .Build.cs file without success. I understand that this is a common problem with the Unreal build system, but I'm unsure of how to solve it for this particular module.

hwwxj commented 1 year ago

hi, do u find any solution to this issue now?

Bojken-Noven commented 1 year ago

Nope, I gave up.

On Mon, Aug 14, 2023 at 3:02 AM Robert @.***> wrote:

hi, do u find any solution to this issue now?

— Reply to this email directly, view it on GitHub https://github.com/carla-simulator/carla/issues/6497#issuecomment-1676784969, or unsubscribe https://github.com/notifications/unsubscribe-auth/AX2H6W2DFAZTSMT57W6Z2OLXVHEQDANCNFSM6AAAAAAYN6EDYI . You are receiving this because you authored the thread.Message ID: @.***>