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 "___"??