Re: [Fink-devel] qt5 pkgconfig woes

2015-12-25 Thread Hanspeter Niederstrasser
On 11/19/15 5:57 AM, Max Horn wrote: > Hi there, > > so I was trying to update wireshark to 2.0.0, which means finally bitting the > bullet and using qt5 for it. Turns out the pkgconfig .pc files for qt5 are > all broken ?! They contain this: > >Libs: -F${libdir} '-Wl,-framework,QtCore ' >

Re: [Fink-devel] qt5 pkgconfig woes

2015-11-24 Thread Max Horn
Hi folks, I really would like to see qt5 fixed, one way or another. Let me try to restart the discussion, by summarizing: There are two possible solutions I am aware of: (1) adding a symlink (2) fixing the .pc files I proposed (1) simply because this seems easier to achieve to me (just have

Re: [Fink-devel] qt5 pkgconfig woes

2015-11-24 Thread Hanspeter Niederstrasser
On Tue, November 24, 2015 10:19 am, Max Horn wrote: > Hi folks, > > I really would like to see qt5 fixed, one way or another. Let me try to > restart the discussion, by summarizing: > > There are two possible solutions I am aware of: > (1) adding a symlink > (2) fixing the .pc files > > I

Re: [Fink-devel] qt5 pkgconfig woes

2015-11-24 Thread Alexander Hansen
> On Nov 24, 2015, at 11:12, Hanspeter Niederstrasser > wrote: > > > On Tue, November 24, 2015 10:19 am, Max Horn wrote: >> Hi folks, >> >> I really would like to see qt5 fixed, one way or another. Let me try to >> restart the discussion, by summarizing: >> >> There

[Fink-devel] qt5 pkgconfig woes

2015-11-19 Thread Max Horn
Hi there, so I was trying to update wireshark to 2.0.0, which means finally bitting the bullet and using qt5 for it. Turns out the pkgconfig .pc files for qt5 are all broken ?! They contain this: Libs: -F${libdir} '-Wl,-framework,QtCore ' Cflags: -I${included}/QtCore -I${includedir} But

Re: [Fink-devel] qt5 pkgconfig woes

2015-11-19 Thread Hanspeter Niederstrasser
On Thu, November 19, 2015 5:57 am, Max Horn wrote: > Hi there, > > so I was trying to update wireshark to 2.0.0, which means finally bitting > the bullet and using qt5 for it. Turns out the pkgconfig .pc files for qt5 > are all broken ?! They contain this: > > Libs: -F${libdir}

Re: [Fink-devel] qt5 pkgconfig woes

2015-11-19 Thread Max Horn
Hanspeter, > On 19 Nov 2015, at 16:26, Hanspeter Niederstrasser > wrote: > > On Thu, November 19, 2015 5:57 am, Max Horn wrote: > [...] > Better solution is to fix the .pc files to have the correct Cflags > pointing to the correct headers dir Maybe, but (a) I have no