[Plplot-devel] Bug in strcat_delim() for WIN32

2009-01-29 Thread Robert Pollak
Hello, could someone please replace the "#if defined (MSDOS)" by "#if defined(MSDOS) || defined(WIN32)" in strcat_delim()? --Robert -- This SF.net email is sponsored by: SourcForge Community SourceForge wants to tell you

Re: [Plplot-devel] Bug in strcat_delim() for WIN32

2009-01-29 Thread Werner Smekal
Hi Robert, > > could someone please replace the "#if defined (MSDOS)" > by "#if defined(MSDOS) || defined(WIN32)" in strcat_delim()? Done. When and where did exactly a problem occur with this? Thanks, Werner > -- Dr. Werner Smekal Institut fuer Allgemeine Physik Technische Universitaet Wien Wie

Re: [Plplot-devel] plplotd-f77.pc on Cygwin, suffix -9.1.1 on static build

2009-01-29 Thread Werner Smekal
On behalf of Arjen, Werner On 29.01.2009, at 10:09, Arjen Markus wrote: > Hello Paul, > > clearly I misunderstood the problem. I will look into that matter. > Thanks for reporting it. > > Regards, > > Arjen > > Werner, could you post Paul's answer on plplot-devel? My email to the > list is curre

Re: [Plplot-devel] plplotd-f77.pc on Cygwin, suffix -9.1.1 on static build

2009-01-29 Thread Werner Smekal
Hi, >> On 2009-01-28 19:17, pm wrote: >>> Hello Arjen, >>> Actually, I did build the latest version of plplot with cmake (see >>> below build command sequence). That is not a problem. >>> HOW TO SEE THE PROBLEM >>> To see what is going on first hand, try building plplot-5.9.2 with >>> cmake on cy

Re: [Plplot-devel] Bug in strcat_delim() for WIN32

2009-01-29 Thread Robert Pollak
> When and where did exactly a problem occur with this? When a new Win32 project is created with Visual Studio 2008, there is WIN32 defined, but not MSDOS. (There is also _WINDOWS defined, which might have to replace WIN32 everywhere in PLplot to fix Win64-OSes, but I can't test this.) When I now

Re: [Plplot-devel] Bug in strcat_delim() for WIN32

2009-01-29 Thread Werner Smekal
Hi Robert, > > When a new Win32 project is created with Visual Studio 2008, there is > WIN32 defined, but not MSDOS. > (There is also _WINDOWS defined, which might have to replace WIN32 > everywhere in PLplot to fix Win64-OSes, but I can't test this.) In knew that, but not that about Win64. Maybe

Re: [Plplot-devel] plplotd-f77.pc on Cygwin, suffix -9.1.1 on static build

2009-01-29 Thread Alan W. Irwin
On 2009-01-29 10:23+0100 Werner Smekal wrote: > I think the problem is due the lines 109-117 in plplot/bindings/f77/ > CMakeLists.txt > > # Set the path and the suffix for the (shared) libraries > if(CYGWIN) > if(BUILD_SHARED_LIBS) > set(SHLIB_DIR "${BIN_DIR}") > endif(BUILD_SHARED_LIBS) >

Re: [Plplot-devel] plplotd-f77.pc on Cygwin, suffix -9.1.1 on static build

2009-01-29 Thread pm
Werner, Ausgezeichnet! Your suggestion worked. I replaced the lines 109-117 in plplot/bindings/f77/CMakeLists.txt with your recommendation. Reran cmake in a clean build_dir. This produced the correct file in build_dir/pkgcfg/plplotd-f77.pc (no suffix for static case). Then I built and instal

Re: [Plplot-devel] Questions about the Lua bindings and examples

2009-01-29 Thread Alan W. Irwin
On 2009-01-27 15:13-0800 Alan W. Irwin wrote: > For the Lua case, I suggest we include a file that is configured with the > correct absolute location (build tree location for now) of plplotluac. I have now (revision 9414) implemented that idea. The result is only lightly tested (after running mak

Re: [Plplot-devel] Questions about the Lua bindings and examples

2009-01-29 Thread Alan W. Irwin
On 2009-01-29 14:58-0800 Alan W. Irwin wrote: > More to follow with the goals of getting (1) ctest in the build tree and (2) > "make test" in the installed examples tree to work for the Lua case. Hi Werner: I now (revision 9415) have ctest implemented for Lua. I had to remove the following exam

Re: [Plplot-devel] Can't run examples in X11 on OS X

2009-01-29 Thread Jerry
On Jan 26, 2009, at 1:57 PM, Hazen Babcock wrote: > Jerry wrote: >> Yesterday I started looking at fixing the Ada stripchart example >> (17). This has to be run in X11 on the Mac. I discovered that >> neither it nor a few randomly selected other C and Ada examples >> now run in X11 on OS

Re: [Plplot-devel] Can't run examples in X11 on OS X

2009-01-29 Thread Alan W. Irwin
On 2009-01-29 21:48-0700 Jerry wrote: > > On Jan 26, 2009, at 1:57 PM, Hazen Babcock wrote: > >> Jerry wrote: >>> Yesterday I started looking at fixing the Ada stripchart example >>> (17). This has to be run in X11 on the Mac. I discovered that >>> neither it nor a few randomly selected other C a