Skip site navigation (1)Skip section navigation (2)
Date:      Thu, 31 Oct 1996 19:36:04 -0800 (PST)
From:      asami@freebsd.org
To:        FreeBSD-gnats-submit@freebsd.org
Subject:   ports/1938: iv port doesn't build ibuild
Message-ID:  <199611010336.TAA16009@silvia.HIP.Berkeley.EDU>
Resent-Message-ID: <199611010340.TAA12201@freefall.freebsd.org>

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

>Number:         1938
>Category:       ports
>Synopsis:       iv port doesn't build ibuild
>Confidential:   no
>Severity:       serious
>Priority:       low
>Responsible:    freebsd-ports
>State:          open
>Class:          sw-bug
>Submitter-Id:   current-users
>Arrival-Date:   Thu Oct 31 19:40:03 PST 1996
>Last-Modified:
>Originator:     Satoshi Asami
>Organization:
The FreeBSD ports team
>Release:        FreeBSD 2.2-CURRENT i386
>Environment:

	FreeBSD-current as of 10/31/96

>Description:

Here's the log:

/usr/bin/c++ -I../../../.././src/include -DCC_SUFFIX='".c"'    -Dcplusplus_2_1 -Div2_6_compatible   -I../../../.././src/include/IV-2_6 -I../../../.././src/include -I/usr/X11R6/include   -c ../ibcmds.c
../ibcmds.c: In method `void ToolsCmd::Execute()':
../ibcmds.c:2415: warning: variable `i' shadows local
../ibcmds.c:2410: warning:   this is the shadowed declaration
../ibcmds.c:2418: warning: name lookup of `i' changed
../ibcmds.c:2410: warning:   matches this `i' under current ANSI rules
../ibcmds.c:2415: warning:   matches this `i' under old rules
../ibcmds.c:2418: bad argument 1 for function `class ivIterator & ivIterator::operator =(class ivIterator &)' (type was int)
../ibcmds.c:2418: no match for `operator <(class ivIterator, int)'
../ibcmds.c:2418: no post-increment operator for type
../ibcmds.c:2419: no matching function for call to `ivEditorInfo::GetName (ivIterator)'
../../../.././src/include/Unidraw/editorinfo.h:46: candidates are: ivEditorInfo::GetName(int)
../../../.././src/include/Unidraw/editorinfo.h:45:                 ivEditorInfo::GetName(const char *)
*** Error code 1

Stop.


>How-To-Repeat:

	cd /usr/ports/x11/iv; make

>Fix:
	
	port iv to g++-2.7.x

>Audit-Trail:
>Unformatted:



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