dilevin / computer-graphics-raster-images

Computer Graphics Assignment about Raster Images
2 stars 10 forks source link

rgba_to_rgb.h file not found #72

Open Cryptidx opened 1 month ago

Cryptidx commented 1 month ago

Good day. I am trying to perform this task on a MacOS using vs code. I'd like to test out my function and tried to run the file on vs code with the gcc compiler. However it produces the title error. Is this common? What can one do in this case? Thanks

Zhecheng-Wang commented 1 month ago

Can you check if rgba_to_rgb.h is in include folder?

ChrisShin11 commented 1 month ago

I am also facing this issue, and yes it is in the include folder.

Zhecheng-Wang commented 1 month ago

Could you post a more detailed log from the terminal?