V
V
Vadim Ushakov2021-12-23 17:31:38
C++ / C#
Vadim Ushakov, 2021-12-23 17:31:38

How to set up a build to link two different versions of the same library?

Is there an automatic solution to this problem?

1>ljamalg.obj : error LNK2005: @[email protected] уже определен в lj_ccallback.obj
1>ljamalg.obj : error LNK2005: _luaJIT_setmode уже определен в lj_dispatch.obj
1>ljamalg.obj : error LNK2005: _luaJIT_version_2_0_4 уже определен в lj_dispatch.obj
1>ljamalg.obj : error LNK2005: _lj_vm_sinh уже определен в lj_vmmath.obj
1>ljamalg.obj : error LNK2005: _lj_vm_cosh уже определен в lj_vmmath.obj
1>ljamalg.obj : error LNK2005: _lj_vm_tanh уже определен в lj_vmmath.obj
1>ljamalg.obj : error LNK2005: _luaL_openlibs уже определен в lib_init.obj
1>ljamalg.obj : error LNK2005: @[email protected] уже определен в lib_base.obj
1>main.obj : error LNK2005: _main уже определен в luajit.obj
1>   Создается библиотека bin\Release\Garrys Mod 10.lib и объект bin\Release\Garrys Mod 10.exp
1>lib_jit.obj : error LNK2019: ссылка на неразрешенный внешний символ _lj_vm_cpuid в функции _jit_cpudetect.
1>ljamalg.obj : error LNK2001: неразрешенный внешний символ _lj_vm_cpuid.
1>lib_math.obj : error LNK2019: ссылка на неразрешенный внешний символ _lj_vm_log2 в функции @[email protected]
1>ljamalg.obj : error LNK2001: неразрешенный внешний символ _lj_vm_log2.
1>lj_api.obj : error LNK2019: ссылка на неразрешенный внешний символ _lj_vm_call в функции _lua_equal.
1>lj_err.obj : error LNK2001: неразрешенный внешний символ _lj_vm_call.
1>ljamalg.obj : error LNK2001: неразрешенный внешний символ _lj_vm_call.
1>lj_api.obj : error LNK2019: ссылка на неразрешенный внешний символ _lj_vm_pcall в функции _lua_pcall.

Answer the question

In order to leave comments, you need to log in

1 answer(s)
W
Wataru, 2021-12-23
@wataru

I can only offer one automatic method: restart your computer. If it does not help, then you will have to look for an error in the code.

Didn't find what you were looking for?

Ask your question

Ask a Question

731 491 924 answers to any question