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

BuildUE4Project failing on linker #1

Open
f-rank opened this issue Feb 24, 2018 · 5 comments
Open

BuildUE4Project failing on linker #1

f-rank opened this issue Feb 24, 2018 · 5 comments

Comments

@f-rank
Copy link

f-rank commented Feb 24, 2018

Performing 1 actions (4 in parallel)
[1/1] Link UE4Editor-tester.dll
Creating library D:\WORK\unrealprojs\tester\Intermediate\Build\Win64\UE4Editor\Development\UE4Editor-tester.suppressed.lib and object D:\WORK\unrealprojs\tester\Intermediate\Build\Win64\UE4Editor\Development\UE4Editor-tester.suppressed.exp
haxeRuntime.lib(d419743c_Bytes.obj) : error LNK2019: unresolved external symbol __std_reverse_trivially_swappable_1 referenced in function "public: virtual class String __cdecl haxe::io::Bytes_obj__scriptable::__ToString(void)const " (?__ToString@Bytes_obj__scriptable@io@haxe@@ueba?AVString@@xz)
haxeRuntime.lib(8db8204d_ByteArray.obj) : error LNK2001: unresolved external symbol __std_reverse_trivially_swappable_1
haxeRuntime.lib(d419743c_BytesBuffer.obj) : error LNK2001: unresolved external symbol __std_reverse_trivially_swappable_1
haxeRuntime.lib(9d57483c_Lib.obj) : error LNK2001: unresolved external symbol __std_reverse_trivially_swappable_1
haxeRuntime.lib(d419743c_Path.obj) : error LNK2001: unresolved external symbol __std_reverse_trivially_swappable_1
haxeRuntime.lib(e9dc867f_UnrealInit.obj) : error LNK2001: unresolved external symbol __std_reverse_trivially_swappable_1
haxeRuntime.lib(2b50853f_ArrayBuiltin.obj) : error LNK2001: unresolved external symbol __std_reverse_trivially_swappable_1
haxeRuntime.lib(6f10cfb9_File.obj) : error LNK2001: unresolved external symbol __std_reverse_trivially_swappable_1
haxeRuntime.lib(2b50853f_Cppia.obj) : error LNK2001: unresolved external symbol __std_reverse_trivially_swappable_1
haxeRuntime.lib(2b50853f_CppiaVars.obj) : error LNK2001: unresolved external symbol __std_reverse_trivially_swappable_1
haxeRuntime.lib(e9dc867f_StringBuf.obj) : error LNK2001: unresolved external symbol __std_reverse_trivially_swappable_1
haxeRuntime.lib(e9dc867f_StringTools.obj) : error LNK2001: unresolved external symbol __std_reverse_trivially_swappable_1
haxeRuntime.lib(5370fa6a_CFFI.obj) : error LNK2001: unresolved external symbol __std_reverse_trivially_swappable_1
haxeRuntime.lib(5370fa6a_StdLibs.obj) : error LNK2001: unresolved external symbol __std_reverse_trivially_swappable_1
haxeRuntime.lib(614c7251_String.obj) : error LNK2001: unresolved external symbol __std_reverse_trivially_swappable_1
haxeRuntime.lib(614c7251_Array.obj) : error LNK2001: unresolved external symbol __std_reverse_trivially_swappable_1
haxeRuntime.lib(5370fa6a_Hash.obj) : error LNK2001: unresolved external symbol __std_reverse_trivially_swappable_8
haxeRuntime.lib(e9dc867f_UnrealInit.obj) : error LNK2001: unresolved external symbol __std_reverse_trivially_swappable_8
haxeRuntime.lib(2b50853f_ArrayBuiltin.obj) : error LNK2001: unresolved external symbol __std_reverse_trivially_swappable_8
haxeRuntime.lib(39811e08_Immix.obj) : error LNK2001: unresolved external symbol __std_reverse_trivially_swappable_8
haxeRuntime.lib(614c7251_Array.obj) : error LNK2001: unresolved external symbol __std_reverse_trivially_swappable_8
haxeRuntime.lib(2b50853f_Cppia.obj) : error LNK2001: unresolved external symbol __std_reverse_trivially_swappable_8
haxeRuntime.lib(2b50853f_CppiaVars.obj) : error LNK2001: unresolved external symbol __std_reverse_trivially_swappable_8
haxeRuntime.lib(2b50853f_CppiaVars.obj) : error LNK2001: unresolved external symbol __std_reverse_trivially_swappable_4
haxeRuntime.lib(5370fa6a_Hash.obj) : error LNK2001: unresolved external symbol __std_reverse_trivially_swappable_4
haxeRuntime.lib(e9dc867f_StringTools.obj) : error LNK2001: unresolved external symbol __std_reverse_trivially_swappable_4
haxeRuntime.lib(2b50853f_ArrayBuiltin.obj) : error LNK2001: unresolved external symbol __std_reverse_trivially_swappable_4
haxeRuntime.lib(614c7251_String.obj) : error LNK2001: unresolved external symbol __std_reverse_trivially_swappable_4
haxeRuntime.lib(614c7251_Array.obj) : error LNK2001: unresolved external symbol __std_reverse_trivially_swappable_4
haxeRuntime.lib(9a51aeaf_ClassWrap.obj) : error LNK2001: unresolved external symbol __std_reverse_trivially_swappable_4
haxeRuntime.lib(2b50853f_Cppia.obj) : error LNK2001: unresolved external symbol __std_reverse_trivially_swappable_4
haxeRuntime.lib(614c7251_Array.obj) : error LNK2019: unresolved external symbol __std_reverse_trivially_swappable_2 referenced in function "void __cdecl std::_Reverse_unchecked1<unsigned short *>(unsigned short * const,unsigned short * const,struct std::integral_constant<unsigned __int64,2>)" (??$_Reverse_unchecked1@PEAG@std@@YAXQEAG0U?$integral_constant@_K$01@0@@z)
D:\WORK\unrealprojs\tester\Binaries\Win64\UE4Editor-tester.dll : fatal error LNK1120: 4 unresolved externals
ERROR: UBT ERROR: Failed to produce item: D:\WORK\unrealprojs\tester\Binaries\Win64\UE4Editor-tester.dll

Followed instructions and using all recommended versions for everything, anyone run into this ?

@datee
Copy link
Owner

datee commented Mar 26, 2018

Are you using visual studio 2015 or 2017 ? In my experience, i had some similar issues when using VS 2017.. 2015 should work fine though

@f-rank
Copy link
Author

f-rank commented Mar 26, 2018

I tried both. First I tried 2015, then 2017. Maybe there's something wrong with my VS 2015.

@waneck
Copy link

waneck commented Mar 26, 2018 via email

@datee
Copy link
Owner

datee commented Mar 26, 2018

I've had issues regarding packaging Unreal.hx projects with VS 2017. Couldnt get it to work, installing and forcing VS 2015 and it packages as it should.. Couldnt really figure out what was the problem..

@f-rank
Copy link
Author

f-rank commented Mar 28, 2018

Thanks for the tip, will retry on a clean machine.

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