Skip site navigation (1)Skip section navigation (2)
Date:      Fri, 23 Nov 2001 22:39:00 -0800 (PST)
From:      Anthony Kim <anthony.kim@vw.com>
To:        freebsd-gnats-submit@FreeBSD.org
Subject:   ports/32243: ports/py-wxPython fails to compile
Message-ID:  <200111240639.fAO6d0B46907@freefall.freebsd.org>

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

>Number:         32243
>Category:       ports
>Synopsis:       ports/py-wxPython fails to compile
>Confidential:   no
>Severity:       non-critical
>Priority:       low
>Responsible:    freebsd-ports
>State:          open
>Quarter:        
>Keywords:       
>Date-Required:
>Class:          sw-bug
>Submitter-Id:   current-users
>Arrival-Date:   Fri Nov 23 22:40:00 PST 2001
>Closed-Date:
>Last-Modified:
>Originator:     Anthony Kim
>Release:        5.0-CURRENT
>Organization:
Volkswagen Credit
>Environment:
System: FreeBSD nabokov.afc.vw.com 5.0-CURRENT FreeBSD 5.0-CURRENT #1:
Sat Nov 17 17:13:27 CST 2001
root@nabokov.afc.vw.com:/usr/obj/usr/src/sys/NABOKOV i386
>Description:
ports/py-wxPython fails make on CURRENT

Deprecated malloc.h include in PosRegExp.cxx
>How-To-Repeat:
cd /usr/ports/py-wxPython ; make install
>Fix:
[Sorry, can't cut and paste code very well into this web form]

In:
work/wxPython-2.3.0/contrib/stc/contrib/src/stc/scintilla/src/PosRegExp.cxx

***************
*** 1,7 ****
  #include <string.h>
  #include <stdio.h>
  #include <ctype.h>
! #include <malloc.h>

  #include "PosRegExp.h"

--- 1,7 ----
  #include <string.h>
  #include <stdio.h>
  #include <ctype.h>
! #include <stdlib.h>

  #include "PosRegExp.h"


>Release-Note:
>Audit-Trail:
>Unformatted:

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?200111240639.fAO6d0B46907>