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

Errors building for UE4.23 #30

Open
michela opened this issue Oct 5, 2019 · 2 comments
Open

Errors building for UE4.23 #30

michela opened this issue Oct 5, 2019 · 2 comments

Comments

@michela
Copy link

michela commented Oct 5, 2019

Severity	Code	Description	Project	File	Line	Suppression State
Error	MSB3075	The command ""D:\Program Files\Epic Games\UE_4.23\Engine\Build\BatchFiles\Build.bat" rtlbenchtestEditor Win64 Development -Project="C:\Perforce\michela_SAM_3220\projects\acl\Collaboration\rtlbenchtest423\rtlbenchtest423.uproject" -WaitMutex -FromMsBuild" exited with code 5. Please verify that you have sufficient rights to run this command.	rtlbenchtest423	C:\Program Files (x86)\Microsoft Visual Studio\2017\Community\Common7\IDE\VC\VCTargets\Microsoft.MakeFile.Targets	44	
Warning	C4996	'NDIlib_source_t::p_ip_address': was declared deprecated	rtlbenchtest423	C:\Perforce\michela_SAM_3220\projects\acl\Collaboration\rtlbenchtest423\Plugins\NdiMedia\Source\NdiMedia\Private\Assets\NdiMediaFinder.cpp	75	
Warning	C4996	'FWindowsPlatformMisc::GetEnvironmentVariable': void FPlatformMisc::GetEnvironmentVariable(Name, Result, Length) is deprecated. Use FString FPlatformMisc::GetEnvironmentVariable(Name) instead. Please update your code to the new API before upgrading to the next release, otherwise your project will no longer compile.	rtlbenchtest423	C:\Perforce\michela_SAM_3220\projects\acl\Collaboration\rtlbenchtest423\Plugins\NdiMedia\Source\NdiMedia\Private\Ndi\Ndi.cpp	28	
Warning	C4996	'NDIlib_source_t::p_ip_address': was declared deprecated	rtlbenchtest423	C:\Perforce\michela_SAM_3220\projects\acl\Collaboration\rtlbenchtest423\Plugins\NdiMedia\Source\NdiMedia\Private\Player\NdiMediaPlayer.cpp	268	
Warning	C4996	'NDIlib_source_t::p_ip_address': was declared deprecated	rtlbenchtest423	C:\Perforce\michela_SAM_3220\projects\acl\Collaboration\rtlbenchtest423\Plugins\NdiMedia\Source\NdiMedia\Private\Player\NdiMediaPlayer.cpp	278	
Warning	C4996	'NDIlib_v3::NDIlib_recv_create_v2': was declared deprecated	rtlbenchtest423	C:\Perforce\michela_SAM_3220\projects\acl\Collaboration\rtlbenchtest423\Plugins\NdiMedia\Source\NdiMedia\Private\Player\NdiMediaPlayer.cpp	295	
Error	LNK2001	unresolved external symbol "public: virtual enum ETickableTickType __cdecl FTickableObjectBase::GetTickableTickType(void)const " (?GetTickableTickType@FTickableObjectBase@@UEBA?AW4ETickableTickType@@XZ)	rtlbenchtest423	C:\Perforce\michela_SAM_3220\projects\acl\Collaboration\rtlbenchtest423\Intermediate\ProjectFiles\Module.NdiMediaEditor.cpp.obj	1	
Error	LNK1120	1 unresolved externals	rtlbenchtest423	C:\Perforce\michela_SAM_3220\projects\acl\Collaboration\rtlbenchtest423\Plugins\NdiMedia\Binaries\Win64\UE4Editor-NdiMediaEditor.dll	1	

@jaybaird
Copy link

Add Engine to the PrivateDependencyModuleNames array in NdiMediaEditor.Build.cs and that should get things building again.

@salvonos
Copy link

Having The same problem in 4.25! How Can I update the plugin?

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