LinuxQuestions.org

LinuxQuestions.org (/questions/)
-   Linux - Newbie (https://www.linuxquestions.org/questions/linux-newbie-8/)
-   -   Error missing separator when compiling - make (https://www.linuxquestions.org/questions/linux-newbie-8/error-missing-separator-when-compiling-make-844678/)

przemekfilu 11-16-2010 02:26 PM

Error missing separator when compiling - make
 
Hi. Firstly I want to say sorry for my low english.

I have problem with compiling server... I finish ./configure without any problem, and now, when I write make, I see that:

Quote:

Makefile:360: *** missing separator. Stop.
I read something, and know, that error shows when there are problem with spaces. And I should use there a tab. On line 360 I have:

Code:

@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/account.Po@am__quote@
I try to change this one space inside to tab, but that doesnt work for me... Terminal always show error in the same line.

How to change this line? I should change this "___"??

colucix 11-16-2010 02:52 PM

Maybe it requires a TAB at the beginning of the line. Try to change the initial space (if any) or insert a TAB at the very beginning of the line and see if it proceed in the compilation. An utility to automatically convert initial spaces to TABs is the unexpand command. Look at the man page for details.

przemekfilu 11-16-2010 03:54 PM

Yes... I add TAB before all lines starting with @, and all work fine. Thanx!


All times are GMT -5. The time now is 04:40 PM.