Skip site navigation (1)Skip section navigation (2)
Date:      27 Jun 2001 11:22:37 -0000
From:      adamnealis@yahoo.co.uk
To:        FreeBSD-gnats-submit@freebsd.org
Subject:   ports/28446: libwmf 0.1.21 port fails to makelibwmf port fails to make
Message-ID:  <20010627112237.11495.qmail@adam.ijichi.org>

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

>Number:         28446
>Category:       ports
>Synopsis:       libwmf 0.1.21 port fails to make
>Confidential:   no
>Severity:       non-critical
>Priority:       low
>Responsible:    freebsd-ports
>State:          open
>Quarter:        
>Keywords:       
>Date-Required:
>Class:          change-request
>Submitter-Id:   current-users
>Arrival-Date:   Wed Jun 27 04:30:04 PDT 2001
>Closed-Date:
>Last-Modified:
>Originator:     Adam Nealis
>Release:        FreeBSD 4.3-STABLE i386
>Organization:
>Environment:
System: FreeBSD adam.ijichi.org 4.3-STABLE FreeBSD 4.3-STABLE #0: Tue Jun 5 17:12:48 BST 2001 adam@adam.ijichi.org:/usr/src/sys/compile/ADAM i386


	i386
	FreeBSD 4.3-STABLE

>Description:
	During make, a compilation error happens in gdwmfapi.c.
gdwmfapi.c: In function `gd_restoreUserData':
gdwmfapi.c:95: structure has no member named `clipping_no'
gdwmfapi.c:96: structure has no member named `clipping_rects'
gdwmfapi.c:97: structure has no member named `clipping_no'
gdwmfapi.c:98: structure has no member named `clipping_no'
gdwmfapi.c:99: structure has no member named `clipping_no'
gdwmfapi.c:100: structure has no member named `clipping_rects'
gdwmfapi.c:103: structure has no member named `clipping_rects'
gdwmfapi.c:104: structure has no member named `clipping_no'
gdwmfapi.c:105: structure has no member named `clipping_no'
gdwmfapi.c:106: structure has no member named `clipping_rects'
gdwmfapi.c: In function `gd_copyUserData':
gdwmfapi.c:116: structure has no member named `clipping_no'
gdwmfapi.c:117: structure has no member named `clipping_no'
gdwmfapi.c:121: structure has no member named `clipping_rects'
gdwmfapi.c: In function `setbrushstyle':
gdwmfapi.c:1217: warning: assignment makes pointer from integer without a cast
gdwmfapi.c: In function `gd_clip_rect':
gdwmfapi.c:1416: structure has no member named `clipping_rects'
gdwmfapi.c:1418: structure has no member named `clipping_rects'
gdwmfapi.c:1419: structure has no member named `clipping_rects'
gdwmfapi.c:1420: structure has no member named `clipping_no'
gdwmfapi.c:1427: structure has no member named `clipping_no'
gdwmfapi.c:1428: structure has no member named `clipping_rects'
gdwmfapi.c:1438: structure has no member named `clipping_rects'
gdwmfapi.c:1439: structure has no member named `clipping_rects'
gdwmfapi.c:1443: structure has no member named `clipping_rects'
gdwmfapi.c:1444: structure has no member named `clipping_rects'
gdwmfapi.c:1449: structure has no member named `clipping_rects'
gdwmfapi.c:1450: structure has no member named `clipping_rects'
gdwmfapi.c:1454: structure has no member named `clipping_rects'
gdwmfapi.c:1455: structure has no member named `clipping_rects'
gdwmfapi.c:1459: structure has no member named `clipping_rects'
gdwmfapi.c:1460: structure has no member named `clipping_rects'
gdwmfapi.c:1461: structure has no member named `clipping_rects'
gdwmfapi.c:1462: structure has no member named `clipping_rects'
gdwmfapi.c:1473: structure has no member named `clipping_no'
gdwmfapi.c:1476: structure has no member named `clipping_rects'
*** Error code 1

Stop in /usr/ports/graphics/libwmf/work/libwmf.
*** Error code 1

Stop in /usr/ports/graphics/libwmf.
*** Error code 1

Stop in /usr/ports/graphics/libwmf.
*** Error code 1

Stop in /usr/ports/graphics/libwmf.


>How-To-Repeat:
	cd /usr/ports/graphicw/libwmf
	make clean && make
>Fix:

	Paste the text below into /usr/ports/graphics/libwmf/patch-ah
	cd /usr/ports/graphicw/libwmf
        make clean && make && make install

*** gdwmfapi.c.orig     Wed Jun 27 11:55:05 2001
--- gdwmfapi.c  Wed Jun 27 11:55:40 2001
***************
*** 2,8 ****
  #include <stdlib.h>
  #include <string.h>
  #include <math.h>
! #include "gd.h"
  #include "xgdttf.h"
  
  #include "gdwmfapi.h"
--- 2,8 ----
  #include <stdlib.h>
  #include <string.h>
  #include <math.h>
! #include "xgd/gd.h"
  #include "xgdttf.h"
  
  #include "gdwmfapi.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?20010627112237.11495.qmail>