HaxeFoundation / HaxeFoundation/hxcpp
Linker error when trying to build Verb
- Dominant language
- C++
- Stars
- 330
- Forks
- 227
- Avg merge
- 2d 16h
- Merged PRs (30d)
- 18
Description
I'm trying to build Verb, but I get linker errors that seem to be related to HXCPP.
`Severity Code Description Project File Line Suppression State
Error LNK2001 unresolved external symbol "int hx::gMarkID" (?gMarkID@hx@@3HA) verbstest V:\verbstest\verbstest\main.obj 1
Severity Code Description Project File Line Suppression State
Error LNK2001 unresolved external symbol "int hx::gMarkIDWithContainer" (?gMarkIDWithContainer@hx@@3HA) verbstest V:\verbstest\verbstest\main.obj 1 `
(And others)
I have the compile results BuildTool.lib and Host.lib, and I don't know what else I might be missing.
Contributor guide
No contributing guide indexed for this repository
Assessment
This issue has not been assessed yet.