Menu

CPPCheck installation issue on SunOS

SMSJey
2015-04-22
2015-05-02
  • SMSJey

    SMSJey - 2015-04-22

    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..?

     
  • Daniel Marjamäki

    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.

     

Log in to post a comment.

Want the latest updates on software, tech news, and AI?
Get latest updates about software, tech news, and AI from SourceForge directly in your inbox once a month.