Apothesis icon indicating copy to clipboard operation
Apothesis copied to clipboard

Error in compiling the project on windows

Open SatyaPrakashPalai opened this issue 1 year ago • 1 comments

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.

SatyaPrakashPalai avatar Mar 14 '23 03:03 SatyaPrakashPalai