Skip site navigation (1)Skip section navigation (2)
Date:      Sun, 23 Sep 2012 08:00:26 GMT
From:      Boris Samorodov <bsam@passap.ru>
To:        gnome@FreeBSD.org
Subject:   Re: ports/171877: [patch] graphics/popper: unify poppler-config.h includes in core &quot;installed&quot; headers (bug 52193)
Message-ID:  <201209230800.q8N80Qrb065879@freefall.freebsd.org>

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

From: Boris Samorodov <bsam@passap.ru>
To: bug-followup@FreeBSD.org
Cc:  
Subject: Re: ports/171877: [patch] graphics/popper: unify poppler-config.h
 includes in core &quot;installed&quot; headers (bug 52193)
Date: Sun, 23 Sep 2012 11:53:00 +0400

 I've get in touch with this bug while testing PR/171571. The errror
 message is:
 -----
 /usr/local/include/poppler/goo/gmem.h:29:36: error:
 poppler/poppler-config.h: No such file or directory
 -----
 
 The code of gmem.h:29:
 -----
 #include "poppler/poppler-config.h"
 -----
 
 And poppler.pc has this line:
 -----
 % tail -1 /usr/local/libdata/pkgconfig/poppler.pc
 
 
 Cflags: -I${includedir}/poppler
 -----
 
 From poppler.pc it is clear that includedir already contains subdir
 "poppler" and it should not be used at gmem.h header. Clearly it's
 a bug and it was fixed at poppler-0.20.



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