foxtacles/vaultmp

Multiple definition of vaultscript.h / records.h

Koncord opened this issue · 2 comments

Inventory.o:Inventory.cpp:(.bss+0x264): first defined here
plugin.o:plugin.cpp:(.bss+0x260): multiple definition of `cGetCell'

Are You trying to compile script? You can't use multiple object files for script, because vaultscript.h has some class and function implementations.

Yes, I know. Still need to solve the problem fundamentally.