Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 21 Sep 1999 02:35:06 -0700 (PDT)
From:      Satoshi Asami <asami@FreeBSD.org>
To:        cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org
Subject:   cvs commit: ports/devel/cccc Makefile
Message-ID:  <199909210935.CAA09310@freefall.freebsd.org>

next in thread | raw e-mail | index | archive | help
asami       1999/09/21 02:35:06 PDT

  Modified files:
    devel/cccc           Makefile 
  Log:
  Mark this broken, doesn't build on either 3-stable or 4-current with
  a message like the one below:
  
  ===
  g++ -c -O -pipe -I/usr/include/g++-include -I. -I/usr/local/include/pccts  -o cccc.o cccc.cpp
  cccc.cpp: In method `void CParser::start(class ASTBase **)':
  cccc.cpp:47: `zzTracePrevRuleName' undeclared (first use this function)
  cccc.cpp:47: (Each undeclared identifier is reported only once
  cccc.cpp:47: for each function it appears in.)
   :
  ===
  
  My guess is that this one was left behind after the pccts upgrade.
  
  Revision  Changes    Path
  1.8       +3 -1      ports/devel/cccc/Makefile



To Unsubscribe: send mail to majordomo@FreeBSD.org
with "unsubscribe cvs-all" in the body of the message




Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?199909210935.CAA09310>