Skip site navigation (1)Skip section navigation (2)
Date:      Sun, 27 Oct 2002 18:31:39 -0500
From:      Robert Withrow <witr@rwwa.com>
To:        openoffice@FreeBSD.org
Subject:   parser.yy:1000.11: parse error, unexpected ":", expecting ";" or "|"
Message-ID:  <20021027233139.C7A9D32C4@ns1.rwwa.com>

next in thread | raw e-mail | index | archive | help
Hi: 

I get this error when building OO 1.0.1_4 from the port on FreeBSD 4.7R
(this has also been reported on CURRENT):

  =============
  Building project idlc
  =============
  /usr/ports/editors/openoffice/work/oo_1.0.1_src/idlc/source
  ------------------------------
  Making: ../unxfbsd.pro/misc/parser.cxx
  parser.yy:1000.11: parse error, unexpected ":", expecting ";" or "|"
  parser.yy:1018.2-1025.9: invalid $ value
  parser.yy:1018.2-1025.9: $9 of `constants_export' has no declared type
  parser.yy:1018.2-1027.11: invalid $ value
  parser.yy:1018.2-1027.11: $9 of `constants_export' has no declared type
  parser.yy:1018.2-1027.22: $3 of `constants_export' has no declared type
  parser.yy:1018.2-1029.37: invalid $ value
  parser.yy:1018.2-1029.37: $9 of `constants_export' has no declared type
  parser.yy:1018.2-1029.41: $3 of `constants_export' has no declared type
  parser.yy:1018.2-1032.34: $3 of `constants_export' has no declared type
  parser.yy:1018.2-1032.38: invalid $ value
  parser.yy:1018.2-1032.38: $9 of `constants_export' has no declared type
  parser.yy:1018.2-1032.43: invalid $ value
  parser.yy:1018.2-1032.43: $5 of `constants_export' has no declared type
  parser.yy:1018.2-1036.11: invalid $ value
  parser.yy:1018.2-1036.11: $5 of `constants_export' has no declared type
  parser.yy:1703.10-1708.16: type clash (`dclval' `') on default action
  dmake:  Error code 1, while making '../unxfbsd.pro/misc/parser.cxx'
  ---* TG_SLO.MK *---

  ERROR: Error 65280 occurred while making /usr/ports/editors/openoffice/work/oo_1.0.1_src/idlc/source
  dmake:  Error code 1, while making 'build_all'
  ---* TG_SLO.MK *---
  *** Error code 255

  Stop in /usr/ports/editors/openoffice.

In fact, it appears that parser.yy is faulty at line 1000.  Adding a semicolon
here and continuing gets rid of the first error.  I can't get rid of the second
one starting at line 1703...

Thanks!

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




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