Using of LLVM13 fix of m3-tools--m3tk--src--target#1168
Open
VictorMiasnikov wants to merge 1 commit intomodula3:masterfrom
Open
Using of LLVM13 fix of m3-tools--m3tk--src--target#1168VictorMiasnikov wants to merge 1 commit intomodula3:masterfrom
VictorMiasnikov wants to merge 1 commit intomodula3:masterfrom
Conversation
Fix this:
. . .
M3CBackEnd_Int_Longint.mo : error LNK2005: small already defined in M3CBackEnd_Int_Integer.mo
Creating library m3tk.lib and object m3tk.exp
m3tk.dll : fatal error LNK1169: one or more multiply defined symbols found
"D:\cm3\bin/config\NT.common", line 1057: quake runtime error: dynamic link library creation failed
--procedure-- -line- -file---
error -- <builtin>
make_lib 1057 D:\cm3\bin/config\NT.common
Library -- <builtin>
include_dir 34 D:\cm3\m3-tools\m3tk\src\m3makefile
4 D:\cm3\m3-tools\m3tk\AMD64_NT\m3make.args
Fatal Error: procedure "make_lib" defined in "D:\cm3\bin\cm3.cfg" failed.
. . .
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Fix this:
. . .
M3CBackEnd_Int_Longint.mo : error LNK2005: small already defined in M3CBackEnd_Int_Integer.mo
Creating library m3tk.lib and object m3tk.exp
m3tk.dll : fatal error LNK1169: one or more multiply defined symbols found
"D:\cm3\bin/config\NT.common", line 1057: quake runtime error: dynamic link library creation failed
--procedure-- -line- -file---
error --
make_lib 1057 D:\cm3\bin/config\NT.common
Library --
include_dir 34 D:\cm3\m3-tools\m3tk\src\m3makefile
4 D:\cm3\m3-tools\m3tk\AMD64_NT\m3make.args
Fatal Error: procedure "make_lib" defined in "D:\cm3\bin\cm3.cfg" failed.
. . .