Re: [Plplot-devel] LIB_TAG at cmake configuration stage

2008-02-07 Thread Arjen Markus
Werner Smekal wrote: >That's a possibility though but doesn't work on Windows. I could have >a debug and release version of plplot in different installation >directories, true. But all .lib files and .dll files are the same. So >even if I set the path to both bin directories (where the dlls

Re: [Plplot-devel] LIB_TAG at cmake configuration stage

2008-02-07 Thread Werner Smekal
>> Hi Alan, > > Could you please revert the change for now and do it after the > release? I > think your implementation will not introduce any nasty build-system > bugs, > but my instinct says we should have a longer testing period to make > sure. Sure, done. > > > Also, I think we need so

Re: [Plplot-devel] LIB_TAG at cmake configuration stage

2008-02-07 Thread Alan W. Irwin
On 2008-02-07 18:03+0100 Werner Smekal wrote: > Hi list, > > it is now possible to insert a tag in (all) the library names by > setting LIB_TAG at the cmake configuration stage, e.g. > > cmake -DLIB_TAG=debug .. Could you please revert the change for now and do it after the release? I think your

Re: [Plplot-devel] 5.9.0 Release?

2008-02-07 Thread Andrew Ross
On Thu, Feb 07, 2008 at 10:37:01AM -0800, Alan Irwin wrote: > > I will deal with the python single-precision issue later. > > Thus, from my perspective it appears we are ready for the PLplot release > this weekend. I have just one more issue related to building the documentation. If I build it o

Re: [Plplot-devel] 5.9.0 Release?

2008-02-07 Thread Alan W. Irwin
On 2008-02-07 11:06- Andrew Ross wrote: > I am confident the segfault issue is a problem with LASi. I know the > cause. I have committed a temporary workaround to the lasi svn repo > which should stop the segfault. It will just ignore the troublesome > glyphs. Alan, could you check this works

[Plplot-devel] LIB_TAG at cmake configuration stage

2008-02-07 Thread Werner Smekal
Hi list, it is now possible to insert a tag in (all) the library names by setting LIB_TAG at the cmake configuration stage, e.g. cmake -DLIB_TAG=debug .. Reason is, that it is sometimes convenient to have the libraries being distinguishable due their name. E.g. in windows I have a debug and

Re: [Plplot-devel] Recent changes to wxwidgets driver break compilation

2008-02-07 Thread Werner Smekal
> Svn works for me again. There is probably a way to test the version, but > it might require more thinking about. > > Andrew Hi Andrew, I actually have 8 different versions of wxWidgets on my Linux box - 2.6.4 (debug (non-)unicode, release (non-)unicode) and 2.8.7 (debug (non-)unicode, releas

Re: [Plplot-devel] A wxwidgets issue introduced today

2008-02-07 Thread Werner Smekal
Hi, sorry for that, I didn't took into account, that there was a wxWidgets ABI change for this (basic) function. Anyway, it works again. Andrew also committed a change (actually in the very second I pressed the commit button, that is what I call a race condition :), which also works, but I

Re: [Plplot-devel] 5.9.0 Release?

2008-02-07 Thread Andrew Ross
On Wed, Feb 06, 2008 at 02:36:04PM -0800, Alan Irwin wrote: > > A redundant and poorly implemented test was being done for the java examples > for whether the plplot_core target had been built. Removal of that test > appeared to solve the last of the parallel build issues. Excellent news. > To