nixeimar / Apothesis

Apothesis: A kinetic Monte Carlo software for deposition processes
http://users.ntua.gr/nixeimar/
GNU General Public License v3.0
17 stars 13 forks source link

Error in compiling the project on windows #21

Open SatyaPrakashPalai opened 1 year ago

SatyaPrakashPalai commented 1 year ago

I have tried both qmake and cmake to compile and build the project. But it didn't worked.

"qmake" executes the .pro file so when we run qmake in the Apothesis directory.

It doesn't able to find the files and directories. It is showing lots of error same as shown in picture.

Screenshot 2023-03-14 084537

When I am directly using qt creator to build it is showing tons of errors like variables are not in scope, unable to find the file or directory, and so on.

When I used cmake to build it did it's work, but not able to generate a .makefile inside the build directory. so make didn't able to execute it.

I think there are some dependencies, windows needed if we could able to add that in our project then we would able to run it.

nisha2k21 commented 1 year ago

Hello!! I'd like to work on this issue:)