Hi,My 'make' command is generating the following error.
make[1]: Leaving directory `/media/resource/gnome-calculator/gnome-calculator/src'
Making all in data
make[1]: Entering directory `/media/resource/gnome-calculator/gnome-calculator/data'
make[1]: Nothing to be done for `all'.
make[1]: Leaving directory `/media/resource/gnome-calculator/gnome-calculator/data'
Making all in help
make[1]: Entering directory `/media/resource/gnome-calculator/gnome-calculator/help'
Makefile:384: *** missing separator. Stop.
make[1]: Leaving directory `/media/resource/gnome-calculator/gnome-calculator/help'
make: *** [all-recursive] Error 1Can you provide full log of what make produces? It'll be much useful.I have removed the spaces of beginning of line 384 and the problem continues. Here is the makefile http://paste.ubuntu.com/5687077/ How can I solve this?
Changing content of Makefile doesn't help, as it is auto-generated by autotools from Makefile.am. A detailed output of command "make" will be much more helpful than the Makefile to identify the cause.--Arth Patel (PioneerAxon)
B.Tech IV,Computer Engineering,
National Institute of Technology, Surat.