Re: [Plplot-devel] OpenGL driver development

2011-04-17 Thread Alan W. Irwin
On 2011-04-17 19:16-0400 chm wrote: > Both the test_interactive and test_noninteractive > say > > [100%] Built target test_interactive > [100%] Built target test_noninteractive > > Does that mean all the tests passed? Yes. Congratulations on your Cygwin success. Alan _

Re: [Plplot-devel] OpenGL driver development

2011-04-17 Thread chm
On 4/17/2011 2:35 PM, chm wrote: > On 4/16/2011 9:35 PM, Alan W. Irwin wrote: >> >>> Now that I've got the plplot building [...] >> >> I suggest you test it as well. That is most easily done by using the >> -DBUILD_TEST=ON cmake option, and running the test_noninteractive and >> test_interactive ta

Re: [Plplot-devel] OpenGL driver development

2011-04-17 Thread chm
On 4/16/2011 2:25 PM, chm wrote: > On 4/16/2011 1:11 PM, Alan W. Irwin wrote: >> On 2011-04-16 11:44-0400 chm wrote: >> >>> I'm starting to develop an OpenGL driver for >>> PLplot >> >> We would welcome such a driver, but there are some fundamental issues >> with OpenGL to be aware of. I have no pr

Re: [Plplot-devel] OpenGL driver development

2011-04-17 Thread chm
On 4/16/2011 9:35 PM, Alan W. Irwin wrote: > > This issue is taken care of properly on MinGW/MSYS by placing all the > dll's in the dll subdirectory of the top-level build tree. I note the > following logic in our top-level CMakeLists.txt file to implement this. > > # in windows all created dlls ar

Re: [Plplot-devel] OpenGL driver development

2011-04-16 Thread Alan W. Irwin
Hi Chris: On 2011-04-16 17:45-0400 chm wrote: > I was able to build the current plplot trunk > from svn on cygwin 1.7.7 with some hand-holding: > (1) First disable problem options and ones I don't think I needed to get > started: cmake -DCMAKE_INSTALL_PREFIX=install -DENABLE_tk=OFF

Re: [Plplot-devel] OpenGL driver development

2011-04-16 Thread chm
I was able to build the current plplot trunk from svn on cygwin 1.7.7 with some hand-holding: (1) First disable problem options and ones I don't think I needed to get started: cmake -DCMAKE_INSTALL_PREFIX=install -DENABLE_tk=OFF -DENABLE_tcl=OFF \ -DCMAKE_VERBOSE_MAKEFILE

Re: [Plplot-devel] OpenGL driver development

2011-04-16 Thread chm
On 4/16/2011 1:11 PM, Alan W. Irwin wrote: > On 2011-04-16 11:44-0400 chm wrote: > >> I'm starting to develop an OpenGL driver for >> PLplot > > We would welcome such a driver, but there are some fundamental issues > with OpenGL to be aware of. I have no practical experience with OpenGL > myself, b

Re: [Plplot-devel] OpenGL driver development

2011-04-16 Thread Alan W. Irwin
On 2011-04-16 11:44-0400 chm wrote: > I'm starting to develop an OpenGL driver for > PLplot We would welcome such a driver, but there are some fundamental issues with OpenGL to be aware of. I have no practical experience with OpenGL myself, but my understanding from reading phoronix (e.g., see th