Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

unresolved external errors.. #2

Open
antithing opened this issue Aug 19, 2018 · 1 comment
Open

unresolved external errors.. #2

antithing opened this issue Aug 19, 2018 · 1 comment

Comments

@antithing
Copy link

Hi and thank you for making this code available. I am trying to build on windows, vs2015, and I am getting the following:

Severity	Code	Description	Project	File	Line	Suppression State
Error	LNK2001	unresolved external symbol "public: __cdecl Magnitude::~Magnitude(void)" (??1Magnitude@@QEAA@XZ)	Segment	D:\Keying\2018\hfs-master\windows\Segment\HFSSegment.obj	1	

Error	LNK2001	unresolved external symbol "public: __cdecl Magnitude::Magnitude(void)" (??0Magnitude@@QEAA@XZ)	Segment	D:\Keying\2018\hfs-master\windows\Segment\HFSSegment.obj	1	

Error	LNK2001	unresolved external symbol "public: __cdecl gSLIC::engines::seg_engine_GPU::seg_engine_GPU(struct gSLIC::objects::settings const &)" (??0seg_engine_GPU@engines@gSLIC@@QEAA@AEBUsettings@objects@2@@Z)	Segment	D:\Keying\2018\hfs-master\windows\Segment\gSLIC_core_engine.obj	1	

Error	LNK2001	unresolved external symbol "public: void __cdecl Magnitude::process_img(class cv::Mat &,class cv::Mat &)" (?process_img@Magnitude@@QEAAXAEAVMat@cv@@0@Z)	Segment	D:\Keying\2018\hfs-master\windows\Segment\HFSSegment.obj	1	

What am i missing here? Do I need to build the GSlic lib as an external dependency? Or have you included all the code?

Thanks again!

@yun-liu
Copy link
Owner

yun-liu commented Aug 20, 2018

All the code have been released. You should first have CUDA installed on your computer. There seems no CUDA on your computer.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants