Path: utzoo!utgpu!jarvis.csri.toronto.edu!mailrus!umich!yale!cs.utexas.edu!swrinde!zaphod.mps.ohio-state.edu!usc!ucsd!hub!peach!mcm From: mcm@peach.ucsb.edu (Marcelo C. Mourier) Newsgroups: comp.os.minix Subject: Have you ever had this problem...? Message-ID: <4296@hub.UUCP> Date: 13 Mar 90 02:18:25 GMT Sender: news@hub.UUCP Reply-To: mcm@peach.ucsb.edu (Marcelo C. Mourier) Organization: University of California, Santa Barbara Lines: 32 Hi there! I'm having some trouble completing the 1.5.0 upgrade. I have success- fully upgraded the include, library, commands, and mm; however, I couldn't complete the upgrading of the kernel and the fs. Maybe someone who has run into the same problem could give me a clue of how to solve it. This is what's happening: When make is processing kernel/system.c cpp complains with the following me- ssage: "system.c", line 89: fatal error -- cannot find include file "protect.h" "./proc.h", line 28: } missing "./proc.h", line 28: ; missing However, file protect.h is indeed present and it has the correct crc. The same thing happens while make is processing fs/misc.c, cpp complains with: "misc.c", line 26: fatal error -- cannot find include file "super.h" "./file.h", line 6: type_identifier missing "./file.h", line 6: identifier missing "./file.h", line 6: (warning) no semicolon after declarator "./file.h", line 6: } missing "./file.h", line 6: ; missing Again, file super.h does exist and has the correct crc. There were no such problems while making mm; I don't have any idea of what could possibly be happening... Any suggestions..? Thanks a lot for your time and help. Marcelo - mcm@cs.ucsb.edu