In file included from Compilers/../ROMS/Include/cppdefs.h:617,
from Compilers/make_macros.h:16:
/share/home/my/ROMS/myTest/wmscs/wmscs.h:73:24: error: globaldefs.h: No such file or directory
/share/home/my/make_macros.mk:1: *** missing separator. Stop.
If I copy the golbaldefs.h to the current folder, the error will be like this:
pacman3 710% make --version
GNU Make 3.81
Copyright (C) 2006 Free Software Foundation, Inc.
This is free software; see the source for copying conditions.
There is NO warranty; not even for MERCHANTABILITY or FITNESS FOR A
PARTICULAR PURPOSE.
This program built for x86_64-redhat-linux-gnu
pacman3 710% make --version
GNU Make 3.81
Copyright (C) 2006 Free Software Foundation, Inc.
This is free software; see the source for copying conditions.
There is NO warranty; not even for MERCHANTABILITY or FITNESS FOR A
PARTICULAR PURPOSE.
This program built for x86_64-redhat-linux-gnu
dear Kate,
thank you for your kindly reply.
I've got the same version of GNU as yours:
GNU Make 3.81
Copyright (C) 2006 Free Software Foundation, Inc.
This is free software; see the source for copying conditions.
There is NO warranty; not even for MERCHANTABILITY or FITNESS FOR A
PARTICULAR PURPOSE.
This program built for x86_64-redhat-linux-gnu
but I don't have the build folder under the current folder. It also fails when I try to "make" or "make clean".
This is in your home directory, right? It has nothing to do with where your build directory is. If your file looks like mine, look for hidden characters in there.
ETA: a web search on that error brings up the make issue of spaces instead of tabs. However, there should be no tabs in that file.
This is in your home directory, right? It has nothing to do with where your build directory is. If your file looks like mine, look for hidden characters in there.
ETA: a web search on that error brings up the make issue of spaces instead of tabs. However, there should be no tabs in that file.
dear Kate,
thank you for your kindly reply.
My mistake. I changed everything but the casename in the first line of *.h file. So the system didn't find this *.h. Now the problem has been solved.
But I still don't understand why my Makefile.config would be located at my home directory?