Skip site navigation (1)Skip section navigation (2)
Date:      Sat, 2 Feb 2002 09:20:01 -0800 (PST)
From:      Manfred Antar <null@pozo.com>
To:        freebsd-ports@FreeBSD.org
Subject:   Re: ports/34558: wxgtk-devel port broken
Message-ID:  <200202021720.g12HK1E92242@freefall.freebsd.org>

next in thread | raw e-mail | index | archive | help
The following reply was made to PR ports/34558; it has been noted by GNATS.

From: Manfred Antar <null@pozo.com>
To: Christopher Farley <chris@northernbrewer.com>,
	FreeBSD-gnats-submit@FreeBSD.ORG
Cc:  
Subject: Re: ports/34558: wxgtk-devel port broken
Date: Sat, 02 Feb 2002 09:14:02 -0800

 At 10:46 AM 2/2/2002 -0600, Christopher Farley wrote:
 
 >>Number:         34558
 >>Category:       ports
 >>Synopsis:       wxgtk-devel port broken
 >>Confidential:   no
 >>Severity:       serious
 >>Priority:       low
 >>Responsible:    freebsd-ports
 >>State:          open
 >>Quarter:        
 >>Keywords:       
 >>Date-Required:
 >>Class:          sw-bug
 >>Submitter-Id:   current-users
 >>Arrival-Date:   Sat Feb 02 08:50:03 PST 2002
 >>Closed-Date:
 >>Last-Modified:
 >>Originator:     Christopher Farley
 >>Release:        FreeBSD 4.5-PRERELEASE i386
 >>Organization:
 >>Environment:
 >System: FreeBSD longfellow.nbrewer.com 4.5-PRERELEASE FreeBSD 4.5-PRERELEASE #4: Mon Jan 7 23:20:00 CST 2002 chris@longfellow.nbrewer.com:/usr/obj/usr/src/sys/LONGFELLOW i386
 >
 >
 >        
 >>Description:
 >   The wxgtk-devel port appears to be broken; I've tried building it on
 >   two machines and get the same result:
 >
 >   /usr/X11R6/include/wx/string.h:1138:                 bool operator ==(const wxCharBuffer &, const wxString &)
 >   ./src/generic/accel.cpp: At top level:
 >   ./src/generic/accel.cpp:145: no `const class wxAcceleratorEntry * wxAcceleratorTable::GetEntry(const wxKeyEvent &) const' member function declared in class `wxAcceleratorTable'
 >   ./src/generic/accel.cpp:178: syntax error before `*'
 >   gmake: *** [accel.o] Error 1
 >   *** Error code 2
 >
 >   Stop in /usr/ports/x11-toolkits/wxgtk-devel.
 >   *** Error code 1
 >
 >   Stop in /usr/ports/x11-toolkits/wxgtk-devel.
 >   *** Error code 1
 >
 >   Stop in /usr/ports/x11-toolkits/wxgtk-devel.
 >
 >>How-To-Repeat:
 >        Build the wxgtk-devel port
 >>Fix:
 >
 >        
 >
 >
 >>Release-Note:
 >>Audit-Trail:
 >>Unformatted:
 >
 >To Unsubscribe: send mail to majordomo@FreeBSD.org
 >with "unsubscribe freebsd-ports" in the body of the message 
 
 You have do move the old  /usr/X11R6/include/wx directory out of the way 
 mv  /usr/X11R6/include/wx /usr/X11R6/include/wx.bak
 or deinstall the older version of the port.
 The build somehow uses  /usr/X11R6/include/wx in the includes during the build.
 This is what I did :
 mv  /usr/X11R6/include/wx  /usr/X11R6/include/wx.bak
 Build the port
 mv  /usr/X11R6/include/wx.bak  /usr/X11R6/include/wx
 pkg_delete the old port, then install the new one.
 
 Manfred
 
 
 ==================================
 ||      null@pozo.com           ||
 ||      Ph. (415) 681-6235      ||
 ==================================
 

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




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