Re: [Plplot-devel] smoke bindings

2014-11-07 Thread Alan W. Irwin
On 2014-11-07 08:13-0500 Hazen Babcock wrote: > On 11/05/2014 12:45 PM, Alan W. Irwin wrote: >> On 2014-11-05 12:01-0500 Hazen Babcock wrote: >> Also, the current log file contains the following: plplotqt.h: (96111, 51): Expression expected : ConstructPtr cptr = qMetaType

Re: [Plplot-devel] smoke bindings

2014-11-07 Thread Hazen Babcock
On 11/05/2014 12:45 PM, Alan W. Irwin wrote: > On 2014-11-05 12:01-0500 Hazen Babcock wrote: > >>> Also, the current log file contains the following: >>> >>> plplotqt.h: (96111, 51): Expression expected : ConstructPtr cptr = >>> qMetaTypeConstructHelper; >>> plplotqt.h: (96111, 51): Initializer

Re: [Plplot-devel] smoke bindings

2014-11-05 Thread Alan W. Irwin
On 2014-11-05 12:01-0500 Hazen Babcock wrote: >> Also, the current log file contains the following: >> >> plplotqt.h: (96111, 51): Expression expected : ConstructPtr cptr = >> qMetaTypeConstructHelper; >> plplotqt.h: (96111, 51): Initializer clause expected : >> ConstructPtr cptr = qMetaTypeC

Re: [Plplot-devel] smoke bindings

2014-11-05 Thread Hazen Babcock
On 11/04/2014 09:12 PM, Alan W. Irwin wrote: > On 2014-11-04 16:35-0500 Hazen Babcock wrote: > >>> But if none of the above helps, then the fundamental question you >>> should ask yourself is whether you also have similar issues for the >>> hand-crafted smoke bindings you started with. [...] If no

Re: [Plplot-devel] smoke bindings

2014-11-04 Thread Alan W. Irwin
On 2014-11-04 16:35-0500 Hazen Babcock wrote: >> But if none of the above helps, then the fundamental question you >> should ask yourself is whether you also have similar issues for the >> hand-crafted smoke bindings you started with. [...] If not, then I >> suggest you look very carefully at the

Re: [Plplot-devel] smoke bindings

2014-11-04 Thread Hazen Babcock
On 11/03/2014 02:46 PM, Alan W. Irwin wrote: > On 2014-11-03 07:40-0500 Hazen Babcock wrote: > >> >> Hi Alan, >> >> Returning to this old topic. Thank you for this fix which also enables >> me to also compile the smoke bindings. Unfortunately however they are >> "empty" in the sense that they conta

Re: [Plplot-devel] smoke bindings

2014-11-03 Thread Alan W. Irwin
On 2014-11-03 07:40-0500 Hazen Babcock wrote: > On 08/28/2014 11:54 PM, Alan W. Irwin wrote: >> >> To take up this old topic again, the above speculation turned out to be >> the issue which >> was extremely easy to fix (commits 022a53b and b6e9afe). >> >> To test this build fix for yourself, use

Re: [Plplot-devel] smoke bindings

2014-11-03 Thread Hazen Babcock
On 08/28/2014 11:54 PM, Alan W. Irwin wrote: > > To take up this old topic again, the above speculation turned out to be > the issue which > was extremely easy to fix (commits 022a53b and b6e9afe). > > To test this build fix for yourself, use the cmake option > -DENABLE_smoke=ON (which I currently

Re: [Plplot-devel] smoke bindings

2014-08-28 Thread Alan W. Irwin
On 2014-07-11 10:45-0700 Alan W. Irwin wrote: > Once, smokegen has done its stuff, then those generated *.cpp files > are processed using the following include directories: > ${CMAKE_CURRENT_SOURCE_DIR} > ${CMAKE_SOURCE_DIR}/include > ${CMAKE_SOURCE_DIR}/lib/qsastime > ${CMAKE_SOUR

Re: [Plplot-devel] smoke bindings

2014-07-11 Thread Alan W. Irwin
On 2014-07-06 22:21-0400 Hazen Babcock wrote: > > Hello, > > I've just committed (r13136) an initial attempt at creating smoke > bindings for the qtwidget and extqt drivers. > > A description of smoke: > https://techbase.kde.org/Development/Languages/Smoke > > Basically smoke makes it easy (or at

[Plplot-devel] smoke bindings

2014-07-06 Thread Hazen Babcock
Hello, I've just committed (r13136) an initial attempt at creating smoke bindings for the qtwidget and extqt drivers. A description of smoke: https://techbase.kde.org/Development/Languages/Smoke Basically smoke makes it easy (or at least easier) to write binding for Qt and KDE from scripting