Re: [Plplot-devel] Intermittent Ada example build failures are now back again

2018-07-19 Thread Jerry Bauck via Plplot-devel
> On Jul 16, 2018, at 10:10 AM, Alan W. Irwin > wrote: > > On 2018-06-09 13:30-0700 Alan W. Irwin wrote: > >> On 2018-04-15 11:15-0700 Alan W. Irwin wrote: >> >>> Hi Jerry: >> [...] >>> So once this Ada build issue appeared again for m

Re: [Plplot-devel] Redacted dimension arguments

2016-01-20 Thread Jerry
On Jan 19, 2016, at 5:32 AM, Phil Rosenberg wrote: > I'm perhaps less keen on the idea of using the minimum dimension. > Passing unequal sized arrays is clearly and error and so I think we > should flag it is such is the loudest way possible so the user can fix > it. I agree

Re: [Plplot-devel] Implementing locate mode for all bindings and interactive devices and implementing plmergeopts for all bindings

2014-03-24 Thread Jerry
etely ignored for the rest (Python, Java, and Lua) of our > swig-generated bindings, and I assume it is also ignored for most/all > of our bindings that are not generated by swig. FWIW, Ada implements this. Jerry > > So I think the best way forward here is to define a (c_)plgcursor

Re: [Plplot-devel] git (again)

2014-02-05 Thread Jerry
As I recall, the local storage requirements can be large. >> >> @Jerry: >> >> Good question on local size which I hope Hazen is in a position to >> answer. >> >> @Hazen: >> >> Here is a related question. My understanding from superficial reading

Re: [Plplot-devel] git (again)

2014-02-04 Thread Jerry
th git w.r.t. LyX, the document processor. As I recall, the local storage requirements can be large. Jerry -- Managing the Performance of Cloud-Based Applications Take advantage of what the Cloud has to offer - Avoid

Re: [Plplot-devel] Test summaries for README.release need editing

2013-12-19 Thread Jerry
some recent commit. It was bound to happen sometime. So I've corrected the file and now the Ada bindings should compile once again on older Ada compilers. Sorry for the problem. Jerry > > 25%] Building C object utils/CMakeFiles/pltek.dir/pltek.c.o > Linking C executable pltek >

Re: [Plplot-devel] Tests are not being run on my OS X machine

2013-12-13 Thread Jerry
On Dec 13, 2013, at 11:29 AM, Alan W. Irwin wrote: > On 2013-12-13 03:33-0700 Jerry wrote: > >> I am running my usual build script on OS X but it is finishing early, before >> doing any tests. It worked OK about a day or two ago. Here are the last few

[Plplot-devel] Tests are not being run on my OS X machine

2013-12-13 Thread Jerry
dependency graph... Checking test dependency graph end No tests were found!!! I use this line to do Ada-only tests: ctest --verbose --tests-regex ada but nada. All of the Ada examples are created as usual so I don't know why this is now failing to run the tests.

[Plplot-devel] Does SVN have a locked or checked-out feature?

2013-12-12 Thread Jerry
Does SVN have a locked or a checked-out feature so that several people aren't editing the same file the same time? Jerry -- Rapidly troubleshoot problems before they affect your business. Most IT organizations

Re: [Plplot-devel] Still on track for the 5.9.11 release on December 14th

2013-12-04 Thread Jerry
Differing postscript output : 16 22 33 >> Missing stdout : >> Differing stdout: >> >> I expect those differences will be substantially reduced or even >> eliminated in the next few days

Re: [Plplot-devel] Question from comp.lang.ada user about thread safety

2013-11-14 Thread Jerry
On Nov 14, 2013, at 5:28 AM, Andrew Ross wrote: > On Wednesday 13 Nov 2013 09:28:02 Hezekiah M. Carty wrote: >> On Tue, Nov 12, 2013 at 6:32 PM, Jerry wrote: >>> I posted an announcement some time back on comp.lang.ada. about the latest >>> PLplot release. (FWIW,

Re: [Plplot-devel] Question from comp.lang.ada user about thread safety

2013-11-13 Thread Jerry
On Nov 12, 2013, at 4:32 PM, Jerry wrote: > I posted an announcement some time back on comp.lang.ada. about the latest > PLplot release. (FWIW, it currently has 182 views, and I got some useful > feedback from the Ada gurus.) > > Today this post (below) appeared. I don'

[Plplot-devel] Question from comp.lang.ada user about thread safety

2013-11-12 Thread Jerry
I posted an announcement some time back on comp.lang.ada. about the latest PLplot release. (FWIW, it currently has 182 views, and I got some useful feedback from the Ada gurus.) Today this post (below) appeared. I don't know how to answer his question about thread safety. Any thoughts?

[Plplot-devel] How to treat calling plend in Ada

2013-10-21 Thread Jerry
(1) Does it hurt to call plend twice without an intervening plinit? I.e., the user puts in a manual plend and Ada does another automatic plend. (2) If so, is there a way to find out if PLplot is "active," that is, has there been a call to plinit but no

Re: [Plplot-devel] Status of the 5.9.10 release

2013-10-01 Thread Jerry
otherwise, the 5.9.10 release >> process is completed and the commit freeze is lifted. >> >> Let the 5.9.11 release cycle begin! >> > > Alan, > > Thank you (as ever) for all your work and rigorous testing of the release. Ditto here. Jerry > Let's hop

Re: [Plplot-devel] Status of the forthcoming 5.9.10 release

2013-09-21 Thread Jerry
: I have Ada example 16 generating correct Postscript so the remaining work now is mostly slogging through Example 33. Jerry > ocaml > Missing examples: > Differing postscript output : 16 33 > Missing stdout : > Differing stdout

Re: [Plplot-devel] API documentation updates

2013-09-19 Thread Jerry
On Sep 18, 2013, at 2:22 AM, Andrew Ross wrote: > On Wednesday 18 Sep 2013 00:36:14 Alan W. Irwin wrote: >> Hi Jerry: >> >> I have just completed (as of revision 12507) updates for the API >> documentation for both pllegend and plcolorbar. This effort took a >&g

Re: [Plplot-devel] Time for a release? pen width issues

2013-08-26 Thread Jerry
On Aug 23, 2013, at 3:54 PM, Alan W. Irwin wrote: > On 2013-08-23 15:08-0600 Orion Poplawski wrote: > >> So, I've updated plplot in (yet to be released) Fedora 20 to svn12479. This >> contains the change of wid -> width for pen width. This is breaking my gdl >> build because it is still tryin

Re: [Plplot-devel] plwid -> plwidth broke Ada bindings

2013-08-09 Thread Jerry
for my widespread revision 12288 change? > > Whoops! That was my problem! I was stuck on the old SF svn checkout. I'm > now building revision 12474. Apologies for that. > No problem. I'll make that function addition real soon now. Curious to know if you use the Ada bindi

Re: [Plplot-devel] plwid -> plwidth broke Ada bindings

2013-08-07 Thread Jerry
On Aug 7, 2013, at 7:56 PM, "Alan W. Irwin" wrote: > On 2013-08-07 18:40-0700 Jerry wrote: > >> I've only glanced at these e-mails but want to make a quick response anyway. > >> I would be stunned if the GNAT version difference was causing this > because

Re: [Plplot-devel] plwid -> plwidth broke Ada bindings

2013-08-07 Thread Jerry
_Pen_Width_Float?) that takes a Long_Float and >> calls plwidth? That seems the most appropriate to me. >> >> Comments? > > Hi Orion: > > Thanks for your report. > > I cannot reproduce this for > > irwin@raven> gnatgcc --version > gnatgcc (Debia

Re: [Plplot-devel] Trouble building plplot with new Ada compiler

2013-06-25 Thread Jerry
ached my script and the output made when running with both GNAT 2013 and 2011. As you can see, they both fail at the same place. There should be three attached text files. Jerry test.sh Description: Binary data MBPro:~ jerrybauck$ /Users/jerrybauck/Documents/Programs/Ada/Code/Bindings

Re: [Plplot-devel] Trouble building plplot with new Ada compiler

2013-06-23 Thread Jerry
rsion is 2.8.9_1. I don't know whether this problem (not being able to build PLplot with GNAT GPL 2013) is a cmake problem or a GNAT problem but as of now I've tried everything that I can think of short of putting this problem to another audience. Jerry On Jun 12, 2013, at 4:33 AM, Ar

Re: [Plplot-devel] Trouble building plplot with new Ada compiler

2013-06-23 Thread Jerry
On Jun 12, 2013, at 4:22 AM, Jerry wrote: > I'm a little bleary-eyed right now but I can't figure this problem out. > > I just replaced my GPL GNAT (Ada) compiler with the new 2013 edition and am > now getting a link error. I made a few trivial changes to my build sc

[Plplot-devel] Trouble building plplot with new Ada compiler

2013-06-12 Thread Jerry
s/plplotadad.dir/all] Error 2 make: *** [all] Error 2 Jerry -- This SF.net email is sponsored by Windows: Build for Windows Store. http://p.sf.net/sfu/windows-dev2dev ___ Plplot-

Re: [Plplot-devel] patch to plbox re placement of exponential labels

2013-05-24 Thread Jerry
772 > The Blackett LaboratoryEmail: s.schwa...@imperial.ac.uk > Imperial College LondonOffice: Huxley 6M67A > London SW7 2AZ, UK Web:www.sp.ph.ic.ac.uk/~sjs > Thanks,

Re: [Plplot-devel] Should line width thinner than 1.0 be supported?

2013-03-19 Thread Jerry
Hi Atri, I was in a bit of a hurry when I did the commit and failed to include all of the changed files. 12300 should be OK. Alan is already reporting good results. Jerry On Mar 19, 2013, at 5:46 PM, Jerry wrote: > Atri, > > I'll give you an answer later this evening. I have a

Re: [Plplot-devel] Should line width thinner than 1.0 be supported?

2013-03-19 Thread Jerry
I just committed probably the same changes just minutes ago. I'm building fine on my end (OS X) now. Thanks for your help, Atri. Sorry I didn't take care of this sooner. Jerry On Mar 19, 2013, at 5:31 PM, Atri wrote: > Hello Alan! > This is the updated patch that should

Re: [Plplot-devel] Should line width thinner than 1.0 be supported?

2013-03-19 Thread Jerry
Atri, I'll give you an answer later this evening. I have an urgent thing to do right now. Jerry On Mar 19, 2013, at 5:44 PM, Atri wrote: > Thanks Jerry! > > However, I am a little confused as I do not see the examples having being > patched with revision 12299 yet; isn'

Re: [Plplot-devel] Probably gcc 4.8 ada issue

2013-01-30 Thread Jerry
On Jan 29, 2013, at 8:52 PM, Jerry wrote: > > On Jan 29, 2013, at 5:02 PM, Orion Poplawski wrote: > >> On 01/29/2013 03:21 AM, Jerry wrote: >>> >>> Hi Orion, >>> >>> This is puzzling. I can't see what could possibly be causing this.

Re: [Plplot-devel] Should line width thinner than 1.0 be supported?

2013-01-30 Thread Jerry
problem with the Aquaterm driver caused by a change I made on my computer. The Ada issues with plwidth look pretty trivial and I'll get to them soon. Jerry -- Everyone hates slow websites. So do we. Make your web

Re: [Plplot-devel] Probably gcc 4.8 ada issue

2013-01-29 Thread Jerry
On Jan 29, 2013, at 5:02 PM, Orion Poplawski wrote: > On 01/29/2013 03:21 AM, Jerry wrote: >> >> Hi Orion, >> >> This is puzzling. I can't see what could possibly be causing this. (By >> "this" I mean the x02.adb example, as I haven't loo

Re: [Plplot-devel] Probably gcc 4.8 ada issue

2013-01-29 Thread Jerry
oversial--it defaults to disabling overflow checking. The controversy is that this compiler is then, by default, not an Ada compiler. But I don't see how that is apropos to this situation. Can you try running this program and report the results? with Ada.Text_IO; use Ada.Text_IO;

Re: [Plplot-devel] Release schedule?

2012-10-02 Thread Jerry
at it might just be a version problem, and given the age of that wiki entry, maybe it's time to give it a try. I can try building and see what happens but as usual if there is a problem I'll be dependent on others to help figure things out. Jerry

Re: [Plplot-devel] Plplot-devel Digest, Vol 75, Issue 15

2012-08-31 Thread Jerry
x27;s > going on. > > Phil [Sorry--just read Alan's post about clicking outside the plot areas. Jerry] [Sorry for the double post, Alan. Maybe I need a CLI mailer. 8^)] I found on OS X that on xwin, qtwidget, and xcairo (all that I can currently test), playing with example 1, (x01c)

Re: [Plplot-devel] Plplot-devel Digest, Vol 75, Issue 15

2012-08-31 Thread Jerry
inverse of accumulated zoom factors or manually entering the axis limits. Jerry -- Live Security Virtual Conference Exclusive live event will cover all the ways today's security and threat landscape has changed and h

Re: [Plplot-devel] Can't build Tcl/Tk on OS X

2012-08-30 Thread Jerry
, Aquaterm and Qt do not--those are the only ones that I have tried. Jerry > > Alan -- Live Security Virtual Conference Exclusive live event will cover all the ways today's security and threat landscape has

Re: [Plplot-devel] Can't build Tcl/Tk on OS X

2012-08-29 Thread Jerry
On Aug 28, 2012, at 8:53 AM, Alan W. Irwin wrote: > To Arjen and Jerry: > > Jerry was not running pltcl correctly. See > examples/tcl/README.tcldemos for how to do that (plinit first). Indeed, in the commands that I posted in a recent e-mail I did not run plinit, as the README.t

Re: [Plplot-devel] Can't build Tcl/Tk on OS X

2012-08-28 Thread Jerry
he first few lines--stuff like this: width="720pt" height="540pt" viewBox="0 0 720 540" but by the middle of the first screen things seem to get odd: tag on line 1 could not be parsed; should be an integer, or a string such as 'sm

Re: [Plplot-devel] Can't build Tcl/Tk on OS X

2012-08-27 Thread Jerry
On Aug 27, 2012, at 11:59 AM, Arjen Markus wrote: > Hi Alan, Jerry, > > I have not looked at drivers/tkwin.c and bindings/tk-x-platform\ yet, but > what I normally do on Windows to > test the Tcl/Tk bindings is this: > - Set the path to include the PLplot DLLs > - Start

Re: [Plplot-devel] Can't build Tcl/Tk on OS X

2012-08-23 Thread Jerry
On Aug 23, 2012, at 2:02 PM, Alan W. Irwin wrote: > To Jerry and Arjen: > > On 2012-08-23 02:22-0700 Jerry wrote: > >> Hi Arjen, >> >> This [the simple wish test above] works exactly as you describe except it >> runs as a native Aqua application,

Re: [Plplot-devel] Can't build Tcl/Tk on OS X

2012-08-23 Thread Jerry
On Aug 23, 2012, at 12:08 AM, Arjen Markus wrote: > Hi Jerry, > > On 2012-08-23 08:46, Alan W. Irwin wrote: > >> Hi Jerry: >> Do you have success with any other X application? The reason I ask is >> the above error message may simply mean that X is badly inst

Re: [Plplot-devel] Can't build Tcl/Tk on OS X

2012-08-23 Thread Jerry
On Aug 22, 2012, at 11:46 PM, Alan W. Irwin wrote: > Hi Jerry: > > Do you have success with any other X application? The reason I ask is > the above error message may simply mean that X is badly installed on > your platform. Of course, if X were badly installed on Linu

Re: [Plplot-devel] Can't build Tcl/Tk on OS X

2012-08-22 Thread Jerry
or that I reported yesterday to the list except that we now know that the Tcl examples pass testing. Unless someone has any more ideas, I'm going to set this aside. Jerry -- Live Security Virtual Conferen

Re: [Plplot-devel] Can't build Tcl/Tk on OS X

2012-08-21 Thread Jerry
On Aug 21, 2012, at 4:45 AM, Andrew Ross wrote: > Jerry, > > We're getting there! I've now added X11_LIBRARIES to the tkwin driver link > flags. > > Cheers > > Andrew 12221 builds Tk/Tcl without errors. Which gets to the place that I have always bee

Re: [Plplot-devel] Can't build Tcl/Tk on OS X

2012-08-21 Thread Jerry
On Aug 21, 2012, at 1:24 AM, Andrew Ross wrote: > On Mon, Aug 20, 2012 at 08:36:47PM -0700, Jerry wrote: >> >> On Aug 20, 2012, at 8:11 PM, Jerry wrote: >> >>> Now I wonder if we could start working towards rehabilitating Tcl/Tk on OS >>> X. I say &qu

Re: [Plplot-devel] Can't build Tcl/Tk on OS X

2012-08-20 Thread Jerry
> > Also, the undefined symbols are the same if I use the "factory" or "MacPorts" > X11 libraries. > > Jerry > There were comments about this (Tcl/Tk X11) at the beginning of the thread, "Can't build on OS X Lion."

Re: [Plplot-devel] Can't build Tcl/Tk on OS X

2012-08-20 Thread Jerry
On Aug 20, 2012, at 8:11 PM, Jerry wrote: > Now I wonder if we could start working towards rehabilitating Tcl/Tk on OS X. > I say "rehabilitate" because I had been building this without problems for > years. > > With NON_TRANSITIVE=ON or NON_TRANSITIVE=OFF, ENABLE_tc

[Plplot-devel] Can't build Tcl/Tk on OS X

2012-08-20 Thread Jerry
playPlFrame in plframe.c.o ld: symbol(s) not found for architecture x86_64 collect2: ld returned 1 exit status make[2]: *** [bindings/tcl/libplplottcltkd.9.2.0.dylib] Error 1 make[1]: *** [bindings/tcl/CMakeFiles/plplottcltkd.dir/all] Error 2 make: *** [all] Error 2 IIRC there was at the beginning o

Re: [Plplot-devel] Can't build on OS X Lion

2012-08-20 Thread Jerry
On Aug 20, 2012, at 2:07 PM, Andrew Ross wrote: > Jerry, > > Thanks. So my method did what it was meant to, but unforunately it looks > like we need to actually link in QtGui and QtSvg as well, so we might > as well just use QT_LIBRARIES without trying to parse it. > >

Re: [Plplot-devel] Can't build on OS X Lion

2012-08-18 Thread Jerry
On Aug 18, 2012, at 1:37 PM, Andrew Ross wrote: > On Fri, Aug 17, 2012 at 05:46:47PM -0700, Alan Irwin wrote: >> On 2012-08-17 09:59-0700 Alan W. Irwin wrote: >> >>> On 2012-08-16 20:37-0700 Jerry wrote: >>> >>>> Thanks for looking into this, Andr

Re: [Plplot-devel] Can't build on OS X Lion

2012-08-16 Thread Jerry
gets libraries as it uses some of the function directly so > again should be fine. > > Jerry - if you have wxwidgets, please let me know if you encounter any > problems. > > Regards > > Andrew > I also tried to build 12216 for tcl/tk. DNON_TRANSITIVE=OFF, DENABLE_tcl=ON,

Re: [Plplot-devel] Can't build on OS X Lion

2012-08-16 Thread Jerry
gets libraries as it uses some of the function directly so > again should be fine. > > Jerry - if you have wxwidgets, please let me know if you encounter any > problems. > > Regards > > Andrew I have wxwidgets 2.8.12_0 installed as part of MacPorts. (All of the MacPorts st

Re: [Plplot-devel] Can't build on OS X Lion

2012-08-16 Thread Jerry
ed to link against QtCore, > but not QtSvg or QtGui. I've included the changes to do this. Jerry, > can you test the svn head to see if this works for you? > > Thanks > > Andrew Thanks for looking into this, Andrew. The results that I reported in my previous e-mail (re

Re: [Plplot-devel] Can't build on OS X Lion

2012-08-15 Thread Jerry
referenced from: plD_init_memqt(PLStream*) in qt.cpp.o plD_eop_memqt(PLStream*) in qt.cpp.o ld: symbol(s) not found for architecture x86_64 collect2: ld returned 1 exit status make[2]: *** [drivers/qt.so] Error 1 make[1]: *** [drivers/CMakeFiles/qt.dir/all] Error 2 make: *** [all] Error 2

Re: [Plplot-devel] cmap1 colourscale direction

2012-08-14 Thread Jerry
r of different files in src, bindings, and examples. > > Revision 12212 finished off this change to our core C library, and > the language bindings. These changes only build tested so far. > > @Jerry: The rev misnomer and bad documentation of that flag had > propagated (through no fault

Re: [Plplot-devel] Can't build on OS X Lion

2012-05-13 Thread Jerry
On May 12, 2012, at 8:50 AM, Alan W. Irwin wrote: > On 2012-05-11 16:09-0700 Jerry wrote: > >> >> On May 11, 2012, at 12:16 PM, Alan W. Irwin wrote: >> >>> Jerry, would you be willing to do a similar binary search for the >>> revision that caus

Re: [Plplot-devel] Can't build on OS X Lion

2012-05-11 Thread Jerry
On May 11, 2012, at 12:16 PM, Alan W. Irwin wrote: > Jerry, would you be willing to do a similar binary search for the > revision that caused the Qt4 issues for you? If so, I would disable > Tcl with the appropriate cmake option (so the above commit issues > don't matter f

Re: [Plplot-devel] Can't build on OS X Lion

2012-05-11 Thread Jerry
On May 11, 2012, at 12:16 PM, Alan W. Irwin wrote: > Jerry, would you be willing to do a similar binary search for the > revision that caused the Qt4 issues for you? If so, I would disable > Tcl with the appropriate cmake option (so the above commit issues > don't matter f

Re: [Plplot-devel] Can't build on OS X Lion

2012-05-11 Thread Jerry
On May 11, 2012, at 12:54 AM, Arjen Markus wrote: > On Fri, 11 May 2012 00:43:22 -0700 > Jerry wrote: >> 12121 Builds >> 12122 Doesn't build >> http://plplot.svn.sourceforge.net/viewvc/plplot?view=revision&sortby=log&revision=12122 >> tcl-related.cmak

Re: [Plplot-devel] Can't build on OS X Lion

2012-05-11 Thread Jerry
nced from: _PlFrameKeyEH in plframe.c.o "_XFlush", referenced from: _DisplayPlFrame in plframe.c.o ld: symbol(s) not found for architecture x86_64 collect2: ld returned 1 exit status make[2]: *** [bindings/tcl/libplplottcltkd.9.2.0.dylib] Error 1 make[1]: *** [bindings/tcl/

Re: [Plplot-devel] Need small change to the way Ada bindings are built

2012-05-10 Thread Jerry
description of what needed to be done than the GPRbuild User's Guide. It's still a mystery why my defective .gpr file worked with the 2010 GNAT tools. Unless Alan thinks we have uncovered some testing issues, I'm ready to put this to rest. Sorry for the fuss. Jerry On May 10, 2012, at 1

Re: [Plplot-devel] Can't build on OS X Lion

2012-05-10 Thread Jerry
On May 10, 2012, at 6:55 AM, Arjen Markus wrote: > Hi Jerry, > > could it be the installation of X11? (I was told that > such problems as unresolved symbols often result from > architectures as x86_64.) A simple remedy might be to > install the latest version of XQuartz

Re: [Plplot-devel] Need small change to the way Ada bindings are built

2012-05-10 Thread Jerry
On May 10, 2012, at 1:34 AM, Alan W. Irwin wrote: > On 2012-05-10 00:59-0700 Jerry wrote: > >>> Hi Jerry: >>> >>> I think the above change will screw up our installed Ada examples >>> build which exclusively uses the gnatmake approach. So please test

Re: [Plplot-devel] Can't build on OS X Lion

2012-05-10 Thread Jerry
On May 9, 2012, at 2:54 PM, Alan W. Irwin wrote: > On 2012-05-09 03:21-0700 Jerry wrote: > >> I can no longer build from the current SVN version. I _can_ build from a >> rather old (months--not sure how many months) SVN that I have saved. As far >> as I know the o

Re: [Plplot-devel] Can't build on OS X Lion

2012-05-10 Thread Jerry
On May 9, 2012, at 1:42 PM, Andrew Ross wrote: > > Jerry, > > It looks like this could be related to the recent changes to clean up > redundant library linkages. As a quick check, you could try setting the > NON_TRANSITIVE option to OFF to disable this. Does this help? If

Re: [Plplot-devel] Need small change to the way Ada bindings are built

2012-05-10 Thread Jerry
On May 9, 2012, at 2:27 PM, Alan W. Irwin wrote: > On 2012-05-09 01:36-0700 Jerry wrote: > >> I recently updated my Ada compiler from the 2010 GPL version provided by >> Adacore (the commercial source) to the 2011 version and encountered a rather >> odd problem whe

[Plplot-devel] Can't build on OS X Lion

2012-05-09 Thread Jerry
macports/Tcl/macports1.0/MacPorts.dylib /opt/local/share/macports/Tcl/macports1.0/macports.tcl /opt/local/share/macports/Tcl/macports1.0/pkgIndex.tcl Jerry -- Live Security Virtual Conference Exclusive live event will

[Plplot-devel] Need small change to the way Ada bindings are built

2012-05-09 Thread Jerry
as these .ali. I suppose another directory would suffice as long as the .dylib and .alis are in it. Jerry P.S. I am fighting another issue with building PLplot that might be related to my recent update of OS X from 10.6.x to 10.7.x, but I think this is an orthogonal issue to the

Re: [Plplot-devel] gnat 4.7

2012-01-06 Thread Jerry
ead/thread/67e3620b7774a162?hl=en# Jerry On Jan 4, 2012, at 4:01 PM, Andrew Ross wrote: > > Orion, > > This fix is a bit of a pain. I wish cmake was intelligent enough to check the > version of the compiler and only look for the library of the right version. > Does Fedora not create

[Plplot-devel] Building PLplot on OS X with AquaTerm

2011-11-18 Thread Jerry
rm is written in Objective-C. Also, my build script has the line, CMAKE_C_COMPILER=/usr/bin/gcc as well as CMAKE_Ada_compiler=/usr/local/adacore-gnat-2010/bin/gcc Has anyone else built PLplot on OS X with both Ada and AquaTerm enabled? Jerry --

[Plplot-devel] Odd ticks

2011-10-31 Thread Jerry
x00c.c or see the attached PS. Jerry <>-- RSA® Conference 2012 Save $700 by Nov 18 Register now http://p.sf.net/sfu/rsa-sfdev2dev1___ Plplot-devel mailing list Plplot

[Plplot-devel] Output devices in ABOUT

2011-07-28 Thread Jerry
No mention yet of output devices in the ABOUT file? Jerry -- Got Input? Slashdot Needs You. Take our quick survey online. Come on, we don't ask for help often. Plus, you'll get a chance to win $100 t

[Plplot-devel] Problems in docs for pllegend

2011-03-08 Thread Jerry
* parameters are input arrays, output arrays, both input and output arrays, or output scalars, and the docs are the only (or easiest) way that I can figure this out. (How do C programmers know?). I don't see any mistakes in this respect yet but I thought I would mention it just in case.

Re: [Plplot-devel] ada documentation does not build

2010-09-17 Thread Jerry
t a command that it should try to interpret? > > -Hazen > Ada and I apologize. Jerry -- Start uncovering the many advantages of virtual appliances and start using them to simplify application deployment and accelerat

Re: [Plplot-devel] Trouble with Ada and gcc 4.5.0

2010-09-08 Thread Jerry
On Sep 7, 2010, at 9:44 PM, Alan W. Irwin wrote: > Hi Jerry: > > On 2010-09-07 19:49-0700 Jerry wrote: > >> >> User programs that previously relied on the built-in declarations of >> Vector and Matrix _might_ now have a problem. > > From my tests, I don

Re: [Plplot-devel] Trouble with Ada and gcc 4.5.0

2010-09-07 Thread Jerry
On Jul 22, 2010, at 4:09 AM, Jerry wrote: > > On Jul 13, 2010, at 10:52 AM, Alan W. Irwin wrote: > >> On 2010-07-13 09:47-0600 Orion Poplawski wrote: >> >>> On 07/13/2010 01:21 AM, Alan W. Irwin wrote: >>>> I think very little effort would be required to

Re: [Plplot-devel] Trouble with Ada and gcc 4.5.0

2010-07-23 Thread Jerry
On Jul 22, 2010, at 11:16 PM, Alan W. Irwin wrote: > On 2010-07-22 14:29-0700 Jerry wrote: > >> >> On Jul 22, 2010, at 10:07 AM, Alan W. Irwin wrote: >> >>> I will now strip out all this configuration machinery so that the >>> template files are treate

Re: [Plplot-devel] Trouble with Ada and gcc 4.5.0

2010-07-22 Thread Jerry
On Jul 22, 2010, at 10:07 AM, Alan W. Irwin wrote: > On 2010-07-22 04:09-0700 Jerry wrote: > >> On Jul 13, 2010, at 10:52 AM, Alan W. Irwin wrote: >>> After that commit I can take over and do the necessary further >>> changes >>> to make those files no

Re: [Plplot-devel] Trouble with Ada and gcc 4.5.0

2010-07-22 Thread Jerry
re not used by >>> HAVE_ADA_2007 so it appears to me that Orion's discovery of a >>> lapack/blas linking issue must be completely independent of >>> HAVE_ADA_2007. >> >> Nope, if I turn HAVE_ADA_2007 off, it compiles fine. > > Thanks, Orion, for that clarif

Re: [Plplot-devel] Trouble with Ada and gcc 4.5.0

2010-07-15 Thread Jerry
On Jul 12, 2010, at 11:06 AM, Alan W. Irwin wrote: > On 2010-07-12 10:56-0600 Orion Poplawski wrote: > >> On 07/08/2010 06:43 PM, Jerry wrote: >>> >>> On Jul 8, 2010, at 9:37 AM, Orion Poplawski wrote: >>> >>>> gcc 4.5 just landed in Fe

Re: [Plplot-devel] Trouble with Ada and gcc 4.5.0

2010-07-14 Thread Jerry
re not used by >>> HAVE_ADA_2007 so it appears to me that Orion's discovery of a >>> lapack/blas linking issue must be completely independent of >>> HAVE_ADA_2007. >> >> Nope, if I turn HAVE_ADA_2007 off, it compiles fine. > > Thanks, Orion, for that clarif

Re: [Plplot-devel] Trouble with Ada and gcc 4.5.0

2010-07-14 Thread Jerry
On Jul 13, 2010, at 12:21 AM, Alan W. Irwin wrote: > On 2010-07-12 19:44-0700 Jerry wrote: > >> I'm beginning to have second thoughts about whether this >> HAVE_ADA_2007 >> business is worth the trouble. If the flag is not set, the Ada >> bindings still wor

Re: [Plplot-devel] Trouble with Ada and gcc 4.5.0

2010-07-12 Thread Jerry
On Jul 12, 2010, at 11:06 AM, Alan W. Irwin wrote: > On 2010-07-12 10:56-0600 Orion Poplawski wrote: > >> On 07/08/2010 06:43 PM, Jerry wrote: >>> >>> On Jul 8, 2010, at 9:37 AM, Orion Poplawski wrote: >>> >>>> gcc 4.5 just landed in Fe

Re: [Plplot-devel] Trouble with Ada and gcc 4.5.0

2010-07-09 Thread Jerry
On Jul 8, 2010, at 5:43 PM, Jerry wrote: > > On Jul 8, 2010, at 9:37 AM, Orion Poplawski wrote: > >> gcc 4.5 just landed in Fedora rawhide. Now getting the following >> error >> building Ada examples. Looks like we may need to add -llapack to >> the link, >

Re: [Plplot-devel] Trouble with Ada and gcc 4.5.0

2010-07-08 Thread Jerry
re in PLplot including bindings and docs, "Ada 2007" is used instead of "Ada 2005" which is my fault. (The Ada 2005 spec was not finalized until early 2007.) I wonder if a global change is possible without wrecking something. Jerry > > [ 23%] Building Ada object examp

Re: [Plplot-devel] Unicode symbol 17 Filled Circle

2010-06-29 Thread Jerry
-filled circles using Hershey drivers And they vastly blow up the size of a Postscript file with lots of plotted points. I hate them. And the "circles" are merely few-sided polygons--more wasted strokes. Jerry > (xwin, tk, etc. > including setting plsc->dev_hrshsym = 1 for t

[Plplot-devel] Link to nowhere on PLplot home page

2010-06-05 Thread Jerry
The link from the PLplot home page http://plplot.sourceforge.net/ from PLplot Release 5.9.6 doesn't go anywhere. The link is http://sourceforge.net/forum/forum.php?forum_id=0 and the page loaded says ERROR No Forum Chosen.

Re: [Plplot-devel] Current test_diff_psc results

2010-05-19 Thread Jerry
I'll get the Ada up to speed soon. Jerry On May 18, 2010, at 7:27 AM, Andrew Ross wrote: > Ada, lua and d are still awaiting the porting of plstransform and > examples.

Re: [Plplot-devel] Propagation of C example changes to our other language examples is needed

2010-04-29 Thread Jerry
recorded somewhere (besides the list)? Jerry On Apr 29, 2010, at 2:22 PM, Alan W. Irwin wrote: > Here is the current status of our standard examples (from "make > test_noninteractive") for all our languages. > > c++ > Missing examples: > Differing p

Re: [Plplot-devel] Incompatible architectures in building on OS X with 64-bit Ada compiler

2010-04-16 Thread Jerry
On Apr 16, 2010, at 5:06 PM, David MacMahon wrote: > > On Apr 16, 2010, at 15:56 , Jerry wrote: > >> /usr/bin/c++ -bundle -headerpad_max_install_names -o qt.so >> CMakeFiles/qt.dir/qt.cpp.o CMakeFiles/qt.dir/__/bindings/qt_gui/ >> plqt.cpp.o ../src/libp

Re: [Plplot-devel] Incompatible architectures in building on OS X with 64-bit Ada compiler

2010-04-16 Thread Jerry
On Apr 16, 2010, at 11:37 AM, David MacMahon wrote: Hi, Jerry, On Apr 16, 2010, at 3:16 , Jerry wrote: * Two PLplot-built libraries are 32-bit and ONE OF THESE IS FIRST IN THE FILE LIST. The very first file in the file list is reported as 32-bit: Non-fat file: ./qt.cpp.o is architecture

[Plplot-devel] Incompatible architectures in building on OS X with 64-bit Ada compiler

2010-04-16 Thread Jerry
bltdl.dylib are: ppc7400 ppc64 i386 x86_64 Architectures in the fat file: /usr/lib/libdl.dylib are: ppc7400 ppc64 i386 x86_64 The last library in the list is /usr/lib/libm.dylib which appears earlier. I believe that the second occurrence in the list can be removed. On Apr 14, 2010, at 1

[Plplot-devel] Missing Ada (GNAT) library when testing

2010-04-15 Thread Jerry
libgnat.dylib in the same directory which points to it and is found when each of the examples is linked. Jerry -- Download Intel® Parallel Studio Eval Try the new software tools for yourself. Speed compiling, find bug

Re: [Plplot-devel] Linking problem with 64-bit Ada compiler on OS X 10.5.8 Leopard

2010-04-15 Thread Jerry
On Apr 14, 2010, at 12:11 PM, Jerry wrote: > Yes, thanks Werner. I re-downloaded the binary yesterday (before I > posted to the list) just in case I had accidentally downloaded the > wrong thing earlier or there had been an update, but there was no > change in my build results. From

Re: [Plplot-devel] Linking problem with 64-bit Ada compiler on OS X 10.5.8 Leopard

2010-04-14 Thread Jerry
required architecture ld: warning in ../lib/qsastime/libqsastime.0.0.1.dylib, file is not of required architecture and the undefined symbols are all plplot things. Jerry On Apr 14, 2010, at 1:45 AM, Werner Smekal wrote: > Hi Jerry, > >> I've changed the paths in my build script

[Plplot-devel] Linking problem with 64-bit Ada compiler on OS X 10.5.8 Leopard

2010-04-14 Thread Jerry
I have just upgraded my Ada compiler (GNAT GPL 2009) because the one I have been using has a small bug. The old version was 32 bits and the new version is 64 bits. I'm on OS X 10.5.8 (Leopard). Bad idea. I've changed the paths in my build script (below) to accommodate the new compiler. cmak

Re: [Plplot-devel] Cairo and Hershey

2010-03-22 Thread Jerry
should be > exactly the same as what can be seen with gucharmap. > > Bottom line here, I think the gucharmap application is a wonderful > application in general and also a wonderful adjunct to PLplot. It > makes > sense of what is going on with the system font choices f

[Plplot-devel] Cairo and Hershey

2010-03-19 Thread Jerry
I was just trying to use the Hershey symbol 850 which is a solid dot and noticed with the cairo drivers that the wrong symbol is used. Instead of a dot it is a weird character. The same result occurs for all of the cairo devices. Does anybody else have this problem? I'm on OS X.

Re: [Plplot-devel] plshade question

2010-02-22 Thread Jerry
think there is > any > language interface that currently propagates what C does with > "defined", and > I suggest you skip it for Ruby as well. FWIW, the Ada bindings handle this and it is now working in Ada examples 16 aft

  1   2   3   >