Open yunling-zhang opened 1 year 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
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:
Ah ok this looks fine. Did you run ./raster ?
Ah ok this looks fine. Did you run ./raster ?
yes, but it doesn't give me anything...
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
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!
Instead of having what is shown in the first tutorial, the inside of my build folder looks like this: I tried both "make" and "cmake .." in the ubuntu terminal and reinstalled VS but the problem is not fixed.