Multiple definition of vaultscript.h / records.h
Koncord opened this issue · 2 comments
Koncord commented
Inventory.o:Inventory.cpp:(.bss+0x264): first defined here
plugin.o:plugin.cpp:(.bss+0x260): multiple definition of `cGetCell'
Smoria commented
Are You trying to compile script? You can't use multiple object files for script, because vaultscript.h has some class and function implementations.
Koncord commented
Yes, I know. Still need to solve the problem fundamentally.