Alright! I've done a bit more testing now, I've read some stuff on a couple websites, And it said that, The missing seperator error is generally caused by using a space instead of a tab. However, The text editor I was using doesn't list the line number, So when make tells me to check line 15, I am not certain where it is. I tried counting from the end of the comments up to line fifteen, And I've been trying to replace the spaces there with tabs. I'm not done yet, I probably will be before I sent this email.
However, I, Also, Tried counting the comment section as lines, And that stopped me at @SET_MAKE@, To which I put a tab, Though, It didn't have a space. However, It gave this interesting error. unknownd8306264c9a0:netsukuku-vala name$ make -f makefile.in makefile.in:15: *** commands commence before first target. Stop. I, Also, Thought it might be case sensitive, So I tried make -f Makefile.in, Just to see if it changed anything, And nothing changed. I, Also, Tried replacing the other spaces with tabs, And it didn't work either. _______________________________________________ Netsukuku mailing list [email protected] https://mailinglists.dyne.org/cgi-bin/mailman/listinfo/netsukuku
