My machine has SunOS 5.10 - Generic_142900-15 sun4u sparc SUNW,SPARC-Enterprise
"make PREFIX=/nfs/home02/sxxj1/CCache/cppcheck-1.68 CFGDIR=/nfs/home02/sxxj1/CCache/cppcheck-1.68/cfg HAVE_RULES=yes"
This command provides the following error message,
make: Fatal error in reader: Makefile, line 5: Unexpected end of line seen
When I use gmake or g++, so many errors are displayed as
"lib/tokenize.h:29: map.h: No such file or directory
lib/tokenize.h:30: list.h: No such file or directory
lib/tokenize.h:31: ctime.h: No such file or directory
.
.
."
Anyone please assist, what is the actual issue and how can I instlal cppcheckon SunOS..?
If you would like to refer to this comment somewhere else in this project, copy and paste the following link:
My machine has SunOS 5.10 - Generic_142900-15 sun4u sparc SUNW,SPARC-Enterprise
"make PREFIX=/nfs/home02/sxxj1/CCache/cppcheck-1.68 CFGDIR=/nfs/home02/sxxj1/CCache/cppcheck-1.68/cfg HAVE_RULES=yes"
This command provides the following error message,
make: Fatal error in reader: Makefile, line 5: Unexpected end of line seen
When I use gmake or g++, so many errors are displayed as
"lib/tokenize.h:29: map.h: No such file or directory
lib/tokenize.h:30: list.h: No such file or directory
lib/tokenize.h:31: ctime.h: No such file or directory
.
.
."
Anyone please assist, what is the actual issue and how can I instlal cppcheckon SunOS..?
to me it sounds like your "make" can't be used.
Using gmake and g++ sounds better.
You get compiler errors when you use g++. It is not working. It seems your includes are not working. Maybe you have map.h etc but g++ doesn't find it.