Re: [Plplot-general] Compiling plplot 5.10.0 on Windows with Visual Studio 2010.

2014-03-24 Thread Arjen Markus
Hi James, yes, it definitely is ;). What is your question? Regards, Arjen From: blackthirt33n . [mailto:jjosb...@gmail.com] Sent: Monday, March 24, 2014 4:31 PM To: plplot-general@lists.sourceforge.net Subject: [Plplot-general] Compiling plplot 5.10.0 on Windows with Visual Studio 2010. Is t

Re: [Plplot-general] Compiling PLplot on Mac OS X (x_86_64) with png output enabled

2010-07-02 Thread P Kishor
On Fri, Jul 2, 2010 at 1:35 AM, Arjen Markus wrote: > Hi Puneet, > > congratulations! > > On 2010-07-02 04:23, P Kishor wrote: >> >> hot damn! >> >> DRIVERS_LIST: gd;mem;null;ps;svg;xfig;xwin >> DEVICES_LIST: gif;jpeg;png;mem;null;ps;svg;xfig;xwin >> >> So, what did I do? Scientifically, I can't r

Re: [Plplot-general] Compiling PLplot on Mac OS X (x_86_64) with png output enabled

2010-07-02 Thread Marius Schamschula
Puneet, No, it won't. These are only header files, not the actual libraries. You don't want to rename those (though I sometimes temporarily 'hide' libraries such as readline - Apple's is BSD not GNU and thus incompatible with builds such as octave, but immediately rename them back to their orig

Re: [Plplot-general] Compiling PLplot on Mac OS X (x_86_64) with png output enabled

2010-07-02 Thread P Kishor
On Fri, Jul 2, 2010 at 5:34 AM, Marius Schamschula wrote: > Alan, > > On Jul 1, 2010, at 9:20 PM, Alan W. Irwin wrote: > >> On 2010-07-01 19:24-0500 Marius Schamschula wrote: >> >>> Puneet, >>> >>> Don't rename the entire directory. I just rename files. In my case I have >>> >>> Jupiter:etc marius

Re: [Plplot-general] Compiling PLplot on Mac OS X (x_86_64) with png output enabled

2010-07-02 Thread Marius Schamschula
Alan, On Jul 1, 2010, at 9:20 PM, Alan W. Irwin wrote: > On 2010-07-01 19:24-0500 Marius Schamschula wrote: > >> Puneet, >> >> Don't rename the entire directory. I just rename files. In my case I have >> >> Jupiter:etc marius$ ls /usr/X11R6/include/ >> GL fontconfig.off libpng12.of

Re: [Plplot-general] Compiling PLplot on Mac OS X (x_86_64) with png output enabled

2010-07-01 Thread Arjen Markus
Hi Puneet, congratulations! On 2010-07-02 04:23, P Kishor wrote: > hot damn! > > DRIVERS_LIST: gd;mem;null;ps;svg;xfig;xwin > DEVICES_LIST: gif;jpeg;png;mem;null;ps;svg;xfig;xwin > > So, what did I do? Scientifically, I can't report exactly what I did > that caused the above to build, but the g

Re: [Plplot-general] Compiling PLplot on Mac OS X (x_86_64) with png output enabled

2010-07-01 Thread P Kishor
hot damn! DRIVERS_LIST: gd;mem;null;ps;svg;xfig;xwin DEVICES_LIST: gif;jpeg;png;mem;null;ps;svg;xfig;xwin So, what did I do? Scientifically, I can't report exactly what I did that caused the above to build, but the general drift is -- my gd might have gotten linked to X11R6 detritus, and so migh

Re: [Plplot-general] Compiling PLplot on Mac OS X (x_86_64) with png output enabled

2010-07-01 Thread Alan W. Irwin
On 2010-07-01 19:24-0500 Marius Schamschula wrote: > Puneet, > > Don't rename the entire directory. I just rename files. In my case I have > > Jupiter:etc marius$ ls /usr/X11R6/include/ > GL fontconfig.off libpng12.off pngconf.h.off > X11freetype2.off pixman-1 xcb

Re: [Plplot-general] Compiling PLplot on Mac OS X (x_86_64) with png output enabled

2010-07-01 Thread P Kishor
On Thu, Jul 1, 2010 at 7:47 PM, Marius Schamschula wrote: > > On Jul 1, 2010, at 7:34 PM, P Kishor wrote: > >> On Thu, Jul 1, 2010 at 7:24 PM, Marius Schamschula >> wrote: >>> Puneet, >>> >>> Don't rename the entire directory. I just rename files. In my case I have >>> >>> Jupiter:etc marius$ ls

Re: [Plplot-general] Compiling PLplot on Mac OS X (x_86_64) with png output enabled

2010-07-01 Thread Alan W. Irwin
On 2010-07-01 18:52-0500 P Kishor wrote: > Ok. I tried building PLplot once again, but failed in enabling PNG > output. In the process, I updated fontconfig, libiconv, cairo, > poppler, and pkg-config. Here is my long-ish account of what I did [...] >-DWITH_FREETYPE=OFF \ That should be ON si

Re: [Plplot-general] Compiling PLplot on Mac OS X (x_86_64) with png output enabled

2010-07-01 Thread Marius Schamschula
On Jul 1, 2010, at 7:34 PM, P Kishor wrote: > On Thu, Jul 1, 2010 at 7:24 PM, Marius Schamschula > wrote: >> Puneet, >> >> Don't rename the entire directory. I just rename files. In my case I have >> >> Jupiter:etc marius$ ls /usr/X11R6/include/ >> GL fontconfig.off libpng12.off

Re: [Plplot-general] Compiling PLplot on Mac OS X (x_86_64) with png output enabled

2010-07-01 Thread P Kishor
On Thu, Jul 1, 2010 at 7:11 PM, Marius Schamschula wrote: > Puneet, > > What does > > ls /usr/X11R6/include/ > > give you? punk...@lucknow ~$ls /usr/X11R6/include/ GL/ X11/cairo/ fontconfig/ freetype2/ ft2build.h libpng12/ pixman-1/ png.h@ pngconf.h@ xcb/ punk...@

Re: [Plplot-general] Compiling PLplot on Mac OS X (x_86_64) with png output enabled

2010-07-01 Thread P Kishor
On Thu, Jul 1, 2010 at 7:24 PM, Marius Schamschula wrote: > Puneet, > > Don't rename the entire directory. I just rename files. In my case I have > > Jupiter:etc marius$ ls /usr/X11R6/include/ > GL             fontconfig.off libpng12.off   pngconf.h.off > X11            freetype2.off  pixman-1    

Re: [Plplot-general] Compiling PLplot on Mac OS X (x_86_64) with png output enabled

2010-07-01 Thread Marius Schamschula
Puneet, Don't rename the entire directory. I just rename files. In my case I have Jupiter:etc marius$ ls /usr/X11R6/include/ GL fontconfig.off libpng12.off pngconf.h.off X11freetype2.off pixman-1 xcb cairo.off ft2build.h.off png.h.off Note: I have built font

Re: [Plplot-general] Compiling PLplot on Mac OS X (x_86_64) with png output enabled

2010-07-01 Thread Marius Schamschula
Puneet, What does ls /usr/X11R6/include/ give you? My guess is that cmake picks up Apple's obsolete libraries. I disable the include files in the above directory by renaming them. On Jul 1, 2010, at 6:52 PM, P Kishor wrote: > Ok. I tried building PLplot once again, but failed in enabling PN

Re: [Plplot-general] Compiling PLplot on Mac OS X (x_86_64) with png output enabled

2010-07-01 Thread P Kishor
Ok. I tried building PLplot once again, but failed in enabling PNG output. In the process, I updated fontconfig, libiconv, cairo, poppler, and pkg-config. Here is my long-ish account of what I did punk...@lucknow ~/Projects/plplot-5.9.6$ ls .gitignore PROBLEMS cmake/

Re: [Plplot-general] Compiling PLplot on Mac OS X (x_86_64) with png output enabled

2010-06-30 Thread Arjen Markus
Hi Puneet, you are right: the --help option of CMake does not display any PLplot-specific information (that is: it does not read it from the CMakeLists.txt file). Perhaps we ought to add that. (And of course, some more illustrative examples of building PLplot ;)). Regards, Arjen On 2010-06-30 1

Re: [Plplot-general] Compiling PLplot on Mac OS X (x_86_64) with png output enabled

2010-06-30 Thread chm
On 6/30/2010 8:43 AM, P Kishor wrote: > cmake really needs an equivalent of ./configure --help to show all options. > Nothing beats proper documentation... > > Well, there is a cmake --help, but it doesn't show any of the options > (at least, what I would call relevant options). > > I wonder w

Re: [Plplot-general] Compiling PLplot on Mac OS X (x_86_64) with png output enabled

2010-06-30 Thread P Kishor
On Wed, Jun 30, 2010 at 7:58 AM, Arjen Markus wrote: > Hello Puneet, > > On 2010-06-30 14:43, P Kishor wrote: >> >> On Wed, Jun 30, 2010 at 7:35 AM, Marius Schamschula >> wrote: >>> >>> Puneet, >>> >>> Here are my cmake arguments under Mac OS X 10.6.4: >>> >>> -DPLD_aqt=OFF -DENABLE_java=OFF -DPL

Re: [Plplot-general] Compiling PLplot on Mac OS X (x_86_64) with png output enabled

2010-06-30 Thread Werner Smekal
Hi, On 6/30/10 2:43 PM, P Kishor wrote: > On Wed, Jun 30, 2010 at 7:35 AM, Marius Schamschula >[...] > options (at least, what I would call relevant options). > > I wonder why cmake was chosen and not configure. Apart from that what Arjen wrote, cmake also opened the possibility to use other co

Re: [Plplot-general] Compiling PLplot on Mac OS X (x_86_64) with png output enabled

2010-06-30 Thread Werner Smekal
Hi Marius, On 6/30/10 2:35 PM, Marius Schamschula wrote: > Puneet, > > Here are my cmake arguments under Mac OS X 10.6.4: > > -DPLD_aqt=OFF -DENABLE_java=OFF -DPLD_wxwidgets=OFF > -DWITH_FREETYPE=ON > -DPL_FREETYPE_FONT_PATH=/usr/local/share/fonts/default/TrueType > -DFREETYPE_INCLUDE_DIR=/usr/l

Re: [Plplot-general] Compiling PLplot on Mac OS X (x_86_64) with png output enabled

2010-06-30 Thread Arjen Markus
Hello Puneet, On 2010-06-30 14:43, P Kishor wrote: > On Wed, Jun 30, 2010 at 7:35 AM, Marius Schamschula > wrote: >> Puneet, >> >> Here are my cmake arguments under Mac OS X 10.6.4: >> >> -DPLD_aqt=OFF -DENABLE_java=OFF -DPLD_wxwidgets=OFF -DWITH_FREETYPE=ON >> -DPL_FREETYPE_FONT_PATH=/usr/local

Re: [Plplot-general] Compiling PLplot on Mac OS X (x_86_64) with png output enabled

2010-06-30 Thread P Kishor
On Wed, Jun 30, 2010 at 7:35 AM, Marius Schamschula wrote: > Puneet, > > Here are my cmake arguments under Mac OS X 10.6.4: > > -DPLD_aqt=OFF -DENABLE_java=OFF -DPLD_wxwidgets=OFF -DWITH_FREETYPE=ON > -DPL_FREETYPE_FONT_PATH=/usr/local/share/fonts/default/TrueType   > -DFREETYPE_INCLUDE_DIR=/usr/

Re: [Plplot-general] Compiling PLplot on Mac OS X (x_86_64) with png output enabled

2010-06-30 Thread Marius Schamschula
Puneet, Here are my cmake arguments under Mac OS X 10.6.4: -DPLD_aqt=OFF -DENABLE_java=OFF -DPLD_wxwidgets=OFF -DWITH_FREETYPE=ON -DPL_FREETYPE_FONT_PATH=/usr/local/share/fonts/default/TrueType -DFREETYPE_INCLUDE_DIR=/usr/local/include/freetype2 -DFREETYPE_LIBRARY=/usr/local/lib/libfreetype.d

Re: [Plplot-general] Compiling Plplot

2008-03-21 Thread Paul Wellner Bou
Hi Andrew, > Can you just clarify whether you are running debian testing (lenny) or > debian unstable (sid). I can try. But I have some testing and some sid packages. A while ago I was using sid only, but there was a time that sid was very unstable. So I switched to testing and stayed there. Wh

Re: [Plplot-general] Compiling Plplot

2008-03-21 Thread Paul Wellner Bou
Hello, > -- OCTAVE = /usr/bin/octave > -- WARNING: mkoctfile not found. Disabling octave bindings This binary is included in the octave-headers package. > [...] located in the octave2.1-headers package. In the octave2.9-headers, too. And in the octave3.0-headers, too. Depends on the version you

Re: [Plplot-general] Compiling Plplot

2008-03-19 Thread Alan W. Irwin
On 2008-03-18 14:03- Andrew Ross wrote: > Alan (Irwin), do you have a clean lenny system, > and if so can you compile the octave bindings ok? My platform is lenny except for a sid kernel and sid X packages (which should not affect PLplot/octave). After your question I realized I could no lon

Re: [Plplot-general] Compiling Plplot

2008-03-18 Thread Andrew Ross
Paul, This code is interpreted by the perl matwrap script which automatically generates the octave bindings. Can you just clarify whether you are running debian testing (lenny) or debian unstable (sid). I have a debian testing system with some packages (including octave3.0) pulled in from sid.

Re: [Plplot-general] Compiling Plplot

2008-03-14 Thread Paul Wellner Bou
Hello, You're right. The url is not working anymore. I reproduced the error and uploaded it to my server. http://m21s26.vlinux.de/stuff/plplot-compile-error.txt The problem is something like: [ 45%] Generating plplot_octave.cc, tmp_stub Warning: unrecognized text: void c_plcont(PLFLT **f, PLI

Re: [Plplot-general] Compiling Plplot

2008-03-14 Thread Andrew Ross
Hi Paul, I'm afraid your URL doesn't work for me. Can you provide some more details? Plplot definitely should build on debian testing. I've been working on the updated debian packages so I've been testing it out. The packages certainly build for most architectures using unstable. I guess it mig