Re: [Plplot-devel] cmake error Qt build

2016-10-12 Thread Alan W. Irwin
On 2016-10-12 20:14-0400 Pedro Vicente wrote: > Hi Alan > > some progress > > I removed the PRIVATE keyword from > > if(NON_TRANSITIVE) > target_link_libraries(plplotqt PRIVATE plplot ${MATH_LIB}) > > > and those errors went away Hi Pedro: Glad you found that workaround. > > However, now I

Re: [Plplot-devel] cmake error Qt build

2016-10-12 Thread Pedro Vicente
Hi Alan some progress I removed the PRIVATE keyword from if(NON_TRANSITIVE) target_link_libraries(plplotqt PRIVATE plplot ${MATH_LIB}) and those errors went away However, now I get this one -- Found unsuitable Qt version "5.5.1" from I:/qt-win32-msvc2015/bin/qmake.exe I do not find a

Re: [Plplot-devel] cmake error Qt build

2016-10-12 Thread Alan W. Irwin
On 2016-10-12 09:03-0400 Pedro Vicente wrote: > Hi Alan > > yes, that was what I did, a clone of the git master from > > > https://sourceforge.net/p/plplot/plplot/ci/master/tree/ > > I'll try again later today Hi Pedro: I have put this discussion back on the plplot-devel list since I assume the

Re: [Plplot-devel] build with wxWidgets, Visual Studio

2016-10-12 Thread Alan W. Irwin
On 2016-10-11 23:31-0400 Pedro Vicente wrote: Hi Alan I have just looked at the latest official version of FindwxWidgets.cmake from the cmake git master branch and it is the same as or superior to the PLplot unofficial version in all respects (e.g., in supporting all the recently released vers