PU-Net icon indicating copy to clipboard operation
PU-Net copied to clipboard

g++ on code of prepare data code error gives many errors

Open avani17101 opened this issue 3 years ago • 4 comments

I was trying to compile the prepare data code using g++. I am getting a lot of errors. Can you indicate how to resolve it? image

image

avani17101 avatar Feb 09 '21 15:02 avani17101

Original code was giving me errors on building image

I changed the code made #include <Eigen/Dense> to #include <eigen3/Eigen/Dense> in all files. Now it gets built on VS code but the excutible is giving this error image @yulequan can you indicate any solution to it?

avani17101 avatar Feb 10 '21 13:02 avani17101

@avani17101 did you manage to resolve this?

mdane-x avatar May 17 '22 09:05 mdane-x

@yulequan Is there any specific Windows version requirement (e.g. Windows 10) ? Also code does not compile on Windows using VSCode (gcc, g++, clang..). Code also fails to compile on Ubuntu (using VSCode project too)..

Can you share more details on how to build it, or alternatively share a working exe?

mdane-x avatar May 18 '22 13:05 mdane-x

Has anyone been able to resolve this issue? I have tried many things, but I am still getting a lot of errors.

basit-7 avatar Feb 20 '23 14:02 basit-7