Compiling the client source code 1.5.2

Newbie Spellweaver
Joined
Sep 25, 2025
Messages
18
Reaction score
1
Please help me compile the source code for version 1.5.2 of the client.
If anyone knows how to do this, please let me know, or if you can provide the compiled client, please do so.
 
Help me figure out this error.
 

Attachments

  • IMG_20260215_211346_477 - Compiling the client source code 1.5.2 - RaGEZONE Forums
    IMG_20260215_211346_477.webp
    40.8 KB · Views: 51
Upvote 0
swap: ambiguous call to an overloaded function

The error "ambiguous call to an overloaded function" when calling the swap function in C++ means that the compiler does not know which version of the swap function to call. This may be due to an ambiguous function definition or the use of a name defined in the standard library.


Бро, тут англоязычный ресурс, ты бы хоть продублировал ошибку по-аглицки.. А то прибежит злой модератор и всё потрёт. :D

Take the source code from this link. The 1.5.2 sources are separate, plus a Windows 7 VM with a prepared environment and sources ready for compilation:

 
Last edited:
Upvote 0
swap: ambiguous call to an overloaded function

The error "ambiguous call to an overloaded function" when calling the swap function in C++ means that the compiler does not know which version of the swap function to call. This may be due to an ambiguous function definition or the use of a name defined in the standard library.


Бро, тут англоязычный ресурс, ты бы хоть продублировал ошибку по-аглицки.. А то прибежит злой модератор и всё потрёт. :D

Take the source code from this link. The 1.5.2 sources are separate, plus a Windows 7 VM with a prepared environment and sources ready for compilation:

Thank you very much, I'll try

swap: ambiguous call to an overloaded function

The error "ambiguous call to an overloaded function" when calling the swap function in C++ means that the compiler does not know which version of the swap function to call. This may be due to an ambiguous function definition or the use of a name defined in the standard library.


Бро, тут англоязычный ресурс, ты бы хоть продублировал ошибку по-аглицки.. А то прибежит злой модератор и всё потрёт. :D

Take the source code from this link. The 1.5.2 sources are separate, plus a Windows 7 VM with a prepared environment and sources ready for compilation:

And I'm from Ukraine)
 
Last edited:
Upvote 0
Back