foxtacles / vaultmp

Multiplayer mod for the PC version of Fallout 3
http://www.vaultmp.com/
Other
129 stars 47 forks source link

Multiple definition of vaultscript.h / records.h #137

Closed Koncord closed 9 years ago

Koncord commented 9 years ago

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

Smoria commented 9 years ago

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 9 years ago

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