dilevin / computer-graphics-raster-images

Computer Graphics Assignment about Raster Images
1 stars 7 forks source link

Missing raster solution file after cmake .. #59

Open yunling-zhang opened 11 months ago

yunling-zhang commented 11 months ago

Instead of having what is shown in the first tutorial, the inside of my build folder looks like this: 1695236888973 I tried both "make" and "cmake .." in the ubuntu terminal and reinstalled VS but the problem is not fixed.

dilevin commented 11 months ago

Can you post a screen shot of the cmake command you are running and the text output of cmake ? Or are you using the cmake GUI

yunling-zhang commented 11 months ago

Can you post a screen shot of the cmake command you are running and the text output of cmake ? Or are you using the cmake GUI

yes, it's like this: 1695246070184

dilevin commented 11 months ago

Ah ok this looks fine. Did you run ./raster ?

yunling-zhang commented 11 months ago

Ah ok this looks fine. Did you run ./raster ?

yes, but it doesn't give me anything... 1695251172714

dilevin commented 11 months ago

Correct raster runs the assignment which uses the write ppm method to create files. Since this method is not implemented initially, you get no output

yunling-zhang commented 11 months ago

Correct raster runs the assignment which uses the write ppm method to create files. Since this method is not implemented initially, you get no output

I see. I did implement the method though, I guess I’ll have some debugging to do. Thanks!