Re: [Plplot-devel] Python, anyone?

2015-09-04 Thread Greg Jung
> > This looks a lot like this issue in a different project: > https://github.com/Homebrew/homebrew/issues/41464 > > Which seems to be that sip generates for qt5 but the build uses qt4. > Unfortunately I have not seen a solution and I also can't find anything > on the PyQt list about this problem.

Re: [Plplot-devel] Python, anyone?

2015-09-04 Thread Alan W. Irwin
On 2015-09-04 09:26-0400 Hazen Babcock wrote: > >> Im working on MSYS2 which brings in all of the latest-and-greatest, >> ground-breaking compatibility-crushing versions, of which python is of >> course the worst offender. >> >> I'm trying to get the PyQT4 binding to work in MSYS2. All of the >>

Re: [Plplot-devel] [plplot:bugs] #179 Detection of snprintf fails with VC14 (fwd)

2015-09-04 Thread Alan W. Irwin
On 2015-09-04 09:58+0100 Phil Rosenberg wrote: > Hi Alan > To be clear - Plplot built fine for me with VS 2015 even with snprintf > not being found. Note the PL_HAVE_SNPRINTF and _PL_HAVE_SNPRINTF preprocessor logic in include/plplotP.h. So that build was using a last-resort unsafe alternative f

Re: [Plplot-devel] Python, anyone?

2015-09-04 Thread Hazen Babcock
> Im working on MSYS2 which brings in all of the latest-and-greatest, > ground-breaking compatibility-crushing versions, of which python is of > course the worst offender. > > I'm trying to get the PyQT4 binding to work in MSYS2. All of the > prerequisites > are ready and I've patched the plplot/

Re: [Plplot-devel] [plplot:bugs] #179 Detection of snprintf fails with VC14 (fwd)

2015-09-04 Thread Phil Rosenberg
Hi Alan To be clear - Plplot built fine for me with VS 2015 even with snprintf not being found. The only issue on my PC was with including other static libraries built with previous VS versions and statically linked to the runtime. So shapelib was built expecting to find snprintf in the runtime lib