How to resolve the: “error: ‘FILE’ has no member named ‘_ptr’” while I try to compile a file in Ubuntu 22.04 wtih Makefile?
I got a new problem over here. I’m trying yo compile a C file which I have a section to read info from a file ‘users.txt’ using the _ptr pointer from the FILE structure. The main problem is when I try to compile the file I got the next error in the terminal: error: ‘FILE’ has no member named ‘_ptr’, and downside the error I got this: make: *** [Makefile:16: main.o] Error 1