Summary: | Update devel/re2c to 0.9.7 | ||||||
---|---|---|---|---|---|---|---|
Product: | Ports & Packages | Reporter: | Alex Kiesel <kiesel> | ||||
Component: | Individual Port(s) | Assignee: | Roman Bogorodskiy <novel> | ||||
Status: | Closed FIXED | ||||||
Severity: | Affects Only Me | ||||||
Priority: | Normal | ||||||
Version: | Latest | ||||||
Hardware: | Any | ||||||
OS: | Any | ||||||
Attachments: |
|
Description
Alex Kiesel
2005-06-11 23:00:40 UTC
Responsible Changed From-To: freebsd-ports-bugs->novel I'll take it. State Changed From-To: open->feedback Doesn't build on 4.x: make all-am source='code.cc' object='code.o' libtool=no DEPDIR=.deps depmode=gcc /bin/sh ./depcomp c++ -DHAVE_CONFIG_H -I. -I. -I. -O -pipe -march=pentiumpro -c -o code.o code.cc code.cc:996: `char_type' was not declared in this scope code.cc:997: confused by earlier errors, bailing out *** Error code 1 This version seems to require GCC 3.4. However, that does not seem to compile with 4.x. I've added USE_GCC= 3.4+ to the Makefile. Can you verify this? State Changed From-To: feedback->closed Committed, thanks! |