Re: [Plplot-devel] Fortran bindings and examples working on Windows

2006-11-02 Thread Werner Smekal
. Werner Smekal Institut fuer Allgemeine Physik Technische Universitaet Wien Wiedner Hauptstr 8-10 A-1040 Wien Austria email: [EMAIL PROTECTED] web: http://www.iap.tuwien.ac.at/~smekal phone: +43-(0)1-58801-13463 (office) +43-(0)1-58801-13469 (laboratory) fax: +43-(0)1-58801-13499

[Plplot-devel] cd library support in windows

2006-11-03 Thread Werner Smekal
the CMakeLists.txt to the cd package and put it on the sf website for download? This CMakeLists.txt should also work for Linux, so someone should test it if he has time. Regards, Werner -- Dipl. Ing. Werner Smekal Institut fuer Allgemeine Physik Technische Universitaet Wien Wiedner Hauptstr 8-10

Re: [Plplot-devel] convenient windows developing

2006-11-27 Thread Werner Smekal
and compiles with most of the compilers used, this should also be okay, I think. Regards, Werner -- Dipl. Ing. Werner Smekal Institut fuer Allgemeine Physik Technische Universitaet Wien Wiedner Hauptstr 8-10 A-1040 Wien Austria email: [EMAIL PROTECTED] web: http://www.iap.tuwien.ac.at

Re: [Plplot-devel] new wxwidgets driver

2006-11-27 Thread Werner Smekal
the wxwidgets library. Please, let me know if the driver works now for you. I have a Mac available, but no time in the moment to test it on the machine here. Thanks, Werner -- Dipl. Ing. Werner Smekal Institut fuer Allgemeine Physik Technische Universitaet Wien Wiedner Hauptstr 8-10 A-1040 Wien

Re: [Plplot-devel] convenient windows developing

2006-11-27 Thread Werner Smekal
Hi, Hmm... It's interesting [...] 1) It adds parallel maintenance that Werner and Arjen have to apply to the jim scripts any time there is a change to plplot-test.sh and the other test*.sh scripts. This is all fairly trivial stuff (adding new examples, finding better ways to configure the

Re: [Plplot-devel] Recent (c)test system changes

2006-12-02 Thread Werner Smekal
@lists.sourceforge.net https://lists.sourceforge.net/lists/listinfo/plplot-devel -- Dipl. Ing. Werner Smekal Institut fuer Allgemeine Physik Technische Universitaet Wien Wiedner Hauptstr 8-10 A-1040 Wien Austria email: [EMAIL PROTECTED] web: http://www.iap.tuwien.ac.at/~smekal phone: +43-(0)1

[Plplot-devel] wgcc - cross compiler using MS toolchain

2006-12-05 Thread Werner Smekal
, in fact there is also a patch for libtool and wgcc. Don't know what it's worth, but just for your information. regards, Werner -- Dipl. Ing. Werner Smekal Institut fuer Allgemeine Physik Technische Universitaet Wien Wiedner Hauptstr 8-10 A-1040 Wien Austria email: [EMAIL PROTECTED] web: http

Re: [Plplot-devel] cmake-2.4.5 is now the minimum version and summary of outstanding issues for PLplot/CMake.

2006-12-08 Thread Werner Smekal
Hi Hazen, I believe that the current interface was a joint effort between Doug Hunt and Rafael and that Doug is still maintaining the Perl/PDL interface on behalf of the PDL project. There is an ActiveState PDL package, though it seems a bit old. Has anyone tried to use that in

Re: [Plplot-devel] Some minor debugging probably all that is required to obtain a binary release of PLplot for windows

2006-12-15 Thread Werner Smekal
help to those users (especially Perl and Python users who ordinarily don't require a compiler). Alan __ Alan W. Irwin -- Dipl. Ing. Werner Smekal Institut fuer Allgemeine Physik Technische Universitaet Wien Wiedner Hauptstr 8-10 A-1040 Wien Austria email: [EMAIL

Re: [Plplot-devel] Some minor debugging probably all that is required to obtain a binary release of PLplot for windows

2006-12-20 Thread Werner Smekal
- and if plplotd.dll can be found, all other dlls can be found as well. I think this is the way to go - this would be no official batch file, just one for you and me, or others who are interested in providing binaries for some configuration we don't have. Werner -- Dipl. Ing. Werner Smekal Institut

Re: [Plplot-devel] Some minor debugging probably all that is required to obtain a binary release of PLplot for windows

2006-12-20 Thread Werner Smekal
Hi Jim, What third party libraries do I need to include? You don't need to include them, but they provide additional functionality or drivers. In the moment these are: * gd library - used for the gd driver (png, jpeg, gif output) * freetype library - used for nice font rendering in some

[Plplot-devel] pdf driver

2006-12-29 Thread Werner Smekal
. Regards, Werner -- Dipl. Ing. Werner Smekal Institut fuer Allgemeine Physik Technische Universitaet Wien Wiedner Hauptstr 8-10 A-1040 Wien Austria email: [EMAIL PROTECTED] web: http://www.iap.tuwien.ac.at/~smekal phone: +43-(0)1-58801-13463 (office) +43-(0)1-58801-13469 (laboratory

Re: [Plplot-devel] pdf driver

2006-12-30 Thread Werner Smekal
Hi Andrew, Nice ! About five years ago I wrote a PDF driver using a PDF library whose source code was available, but wasn't Open Source - rather some unusual licence - so shelved it. I looked at libharu as an alternative when they first released it, but at the time it was dependent on

Re: [Plplot-devel] pdf driver

2006-12-30 Thread Werner Smekal
Hi Alan, Here is what I did. * Unpack, configure, build, and install libharu-2.0.8 [...] * However the pdf device part of the build did not work: [...] Werner, let me know if you need any more information to duplicate this pdf device build error on your Linux box with libharu-2.0.8. I

[Plplot-devel] 3rd party libraries

2006-12-30 Thread Werner Smekal
there is no change at all disadvantage: 1) Maintain the package, but I think it's really low effort as soon as it is setup. 2) gd and wxwidgets can't be included that way. What do you think? -Werner -- Dipl. Ing. Werner Smekal Institut fuer Allgemeine Physik Technische Universitaet Wien Wiedner

Re: [Plplot-devel] pdf driver

2006-12-30 Thread Werner Smekal
Hi Alan, Werner, let me know if you need any more information to duplicate this pdf device build error on your Linux box with libharu-2.0.8. I think I fixed it, though I haven't been to Linux yet. I'll do that tomorrow. If you have time, you can give it a try again. -Werner

Re: [Plplot-devel] 3rd party libraries

2006-12-30 Thread Werner Smekal
for mingw and Visual C++ it is very easy to create them. Makes it easier for developers and packagers. When I have finished the batch file for Visual C++ I make this package available for testing. Thanks, Werner -- Dipl. Ing. Werner Smekal Institut fuer Allgemeine Physik Technische

Re: [Plplot-devel] Ada bindings

2007-01-02 Thread Werner Smekal
if the symbol is correctly drawn with the option explained above than it's not a plplot problem, rather a font problem. Thanks, and I'll keep you informed about my success with Ada on Windows. -Werner -- Dipl. Ing. Werner Smekal Institut fuer Allgemeine Physik Technische Universitaet Wien Wiedner

Re: [Plplot-devel] Some minor debugging probably all that is required to obtain a binary release of PLplot for windows

2007-01-02 Thread Werner Smekal
in the windows world as a result. Alan -- Dipl. Ing. Werner Smekal Institut fuer Allgemeine Physik Technische Universitaet Wien Wiedner Hauptstr 8-10 A-1040 Wien Austria email: [EMAIL PROTECTED] web: http://www.iap.tuwien.ac.at/~smekal phone: +43-(0)1-58801-13463 (office) +43-(0)1

Re: [Plplot-devel] [Plplot-cvs] plplot/bindings/f77 CMakeLists.txt, 1.14, 1.15 sc3d.c, 1.15, 1.16 sccont.c, 1.13, 1.14 scstubs.c, 1.44, 1.45

2007-01-07 Thread Werner Smekal
.) No, I can test the MinGW g77 compiler, but have no access to another Fortran compiler (apart from Open Watcom), and for MinGW it works even without these changes. So we need either Jim or Arjen to confirm that. Regards, Werner -- Dipl. Ing. Werner Smekal Institut fuer Allgemeine Physik

Re: [Plplot-devel] cmake itcl/itk

2007-01-11 Thread Werner Smekal
) or similar. Regards, Werner -- Dipl. Ing. Werner Smekal Institut fuer Allgemeine Physik Technische Universitaet Wien Wiedner Hauptstr 8-10 A-1040 Wien Austria email: [EMAIL PROTECTED] web: http://www.iap.tuwien.ac.at/~smekal phone: +43-(0)1-58801-13463 (office) +43-(0)1-58801-13469

Re: [Plplot-devel] Win32 issues

2007-01-11 Thread Werner Smekal
application and let the user install it by herself is a PITA). Werner -- Dipl. Ing. Werner Smekal Institut fuer Allgemeine Physik Technische Universitaet Wien Wiedner Hauptstr 8-10 A-1040 Wien Austria email: [EMAIL PROTECTED] web: http://www.iap.tuwien.ac.at/~smekal phone: +43-(0)1-58801

[Plplot-devel] Small mistake on website

2007-01-12 Thread Werner Smekal
Hi, if you go to http://plplot.sourceforge.net/source/index.html the link for browsing the cvs repository is wrong. The correct link would be: http://plplot.cvs.sourceforge.net/plplot/ . If someone could change that ... But than I work on the cvs to subversion conversion anyway ;) Thanks,

[Plplot-devel] cvs to svn conversion

2007-01-12 Thread Werner Smekal
Hi, I ran through the source forge documentation about the cvs to svn conversions and I tested practically all steps. I made a copy of the whole repository, converted it, and uploaded it to my server, but stopped the import since it just took too long (it finished 256 revisions of 7586) - you

Re: [Plplot-devel] cvs to svn conversion

2007-01-18 Thread Werner Smekal
release scripts currently depend on cvs). This sounds good to me. Best Regards, Werner -- Dipl. Ing. Werner Smekal Institut fuer Allgemeine Physik Technische Universitaet Wien Wiedner Hauptstr 8-10 A-1040 Wien Austria email: [EMAIL PROTECTED] web: http://www.iap.tuwien.ac.at/~smekal phone: +43-(0)1

Re: [Plplot-devel] Fortran and Intel Fortran

2007-01-18 Thread Werner Smekal
(MSDOS) /* MS-DOS based */ and so on. Since I don't have access to any fortran compiler in question I would ask Arjen to check these patches and apply them if applicable. Thanks, Werner -- Dipl. Ing. Werner Smekal Institut fuer Allgemeine Physik Technische Universitaet Wien

[Plplot-devel] proposed freetype changes

2007-01-24 Thread Werner Smekal
objections if I commit that changes? Thanks, Werner -- Dipl. Ing. Werner Smekal Institut fuer Allgemeine Physik Technische Universitaet Wien Wiedner Hauptstr 8-10 A-1040 Wien Austria email: [EMAIL PROTECTED] web: http://www.iap.tuwien.ac.at/~smekal phone: +43-(0)1-58801-13463 (office

Re: [Plplot-devel] proposed freetype changes

2007-01-24 Thread Werner Smekal
and commit the changes if I find a solution (or if this problem doesn't exist anyway). Thanks, Werner -- Dipl. Ing. Werner Smekal Institut fuer Allgemeine Physik Technische Universitaet Wien Wiedner Hauptstr 8-10 A-1040 Wien Austria email: [EMAIL PROTECTED] web: http://www.iap.tuwien.ac.at/~smekal

[Plplot-devel] wxWidgets bindings and other changes

2007-02-04 Thread Werner Smekal
for other platforms, but please test it if I did something wrong (I hope not). Thanks, Werner -- Dipl. Ing. Werner Smekal Institut fuer Allgemeine Physik Technische Universitaet Wien Wiedner Hauptstr 8-10 A-1040 Wien Austria email: [EMAIL PROTECTED] web: http://www.iap.tuwien.ac.at/~smekal phone

Re: [Plplot-devel] Errors with wxwidgets bindings

2007-02-06 Thread Werner Smekal
:47: error: initializing argument 2 of 'int plstream::SetOpt(char*, char*)' This is with pygtk 2.10.3 on Linux AMD64. Anyone else having problems? Andrew -- Dipl. Ing. Werner Smekal Institut fuer Allgemeine Physik Technische Universitaet Wien Wiedner Hauptstr 8-10 A-1040 Wien Austria

Re: [Plplot-devel] Vastly improved configuration of Ada interface and examples for PLplot. Please test!

2007-02-27 Thread Werner Smekal
___ Plplot-devel mailing list Plplot-devel@lists.sourceforge.net https://lists.sourceforge.net/lists/listinfo/plplot-devel -- Dipl. Ing. Werner Smekal Institut fuer Allgemeine Physik Technische Universitaet Wien Wiedner Hauptstr 8-10 A-1040 Wien Austria email: [EMAIL PROTECTED] web: http

Re: [Plplot-devel] More bleeding edge (wxWidgets)

2007-03-03 Thread Werner Smekal
Hi Orion, I will have a look into this as soon as possible. I actually tested it with wxGTK 2.8 but maybe not thoroughly enough. It seems that a constructor is missing in wxGTK 2.8 which is available in wxGTK 2.6. wxWidgets changes the API often, it's sometimes hard to follow :) thanks for

Re: [Plplot-devel] More bleeding edge (wxWidgets)

2007-03-03 Thread Werner Smekal
Hi Orion, bug should be fixed now and compiling with wxGTK 2.8.0 should work. Bugfix works also with 2.6.3. Don't now why I worked anyway, but now we should be okay. Thanks for the report! Werner Orion Poplawski wrote: Okay, Fedora development has wxGTK 2.8 which causes breakages:

Re: [Plplot-devel] Vastly improved configuration of Ada interface and examples for PLplot. Please test!

2007-03-03 Thread Werner Smekal
Hi Alan, That's a surprising result. What happens for the equivalent PLplot C core library build? I assume the extensions for the -o option will be .obj (like above), that gcc will build those objects without complaint, and in the next step (doing the special linking with gcc to create the

Re: [Plplot-devel] Vastly improved configuration of Ada interface and examples for PLplot. Please test!

2007-03-04 Thread Werner Smekal
accept a object file name with any other ending as .o - I tried some other file endings and we have the same problem. So I think this is also a dead end - this is a bug of gnat1 and we need a work around... Werner -- Dipl. Ing. Werner Smekal Institut fuer Allgemeine Physik Technische

Re: [Plplot-devel] Vastly improved configuration of Ada interface and examples for PLplot. Please test!

2007-03-05 Thread Werner Smekal
]: *** [examples/ada/x01a.exe] Error 4 make[1]: *** [examples/ada/CMakeFiles/x01a.dir/all] Error 2 make: *** [all] Error 2 So we are kind of really close for cygwin. Werner -- Dipl. Ing. Werner Smekal Institut fuer Allgemeine Physik Technische Universitaet Wien Wiedner Hauptstr 8-10 A-1040 Wien Austria

Re: [Plplot-devel] Vastly improved configuration of Ada interface and examples for PLplot. Please test!

2007-03-13 Thread Werner Smekal
library/module/whatever and than add Nul to the strings so that they have the correct ending. Maybe Jerry can tell you how exactly this is supposed to work, or give a better/nicer solution to this problem. Regards, Werner -- Dipl. Ing. Werner Smekal Institut fuer Allgemeine Physik Technische

Re: [Plplot-devel] Ada fixups for our CMake build system

2007-03-16 Thread Werner Smekal
Hi, Does anybody here know the Mac OS X equivalent of the Linux LD_LIBRARY_PATH? (It was mentioned a year or two ago on list, but I have forgotten its name.) Setting that environment variable may be required before the x01a, etc., Ada examples will work in the build tree.

Re: [Plplot-devel] pstex driver

2007-03-21 Thread Werner Smekal
Hi, the segmentation fault was due the fact, that the pstex driver never told the plplot core that it can't handle unicode strings, but plplot just anticipated that. I fixed the code in cvs and it works for me now in Kubuntu. Should work for you as well. Thanks for the bug report. Werner

Re: [Plplot-devel] MinGW/Ada testers needed.

2007-07-27 Thread Werner Smekal
@lists.sourceforge.net https://lists.sourceforge.net/lists/listinfo/plplot-devel -- Dipl. Ing. Werner Smekal Institut fuer Allgemeine Physik Technische Universitaet Wien Wiedner Hauptstr 8-10 A-1040 Wien Austria email: [EMAIL PROTECTED] web: http://www.iap.tuwien.ac.at/~smekal phone: +43-(0)1-58801-13463

[Plplot-devel] MinGW configure problem

2007-08-16 Thread Werner Smekal
for MinGW. Did anybody change something in this area or has an idea where the problem is? Best Regards, Werner -- Dipl. Ing. Werner Smekal Institut fuer Allgemeine Physik Technische Universitaet Wien Wiedner Hauptstr 8-10 A-1040 Wien Austria email: [EMAIL PROTECTED] web: http

Re: [Plplot-devel] MinGW/Ada testers needed.

2007-08-17 Thread Werner Smekal
Hi Alan, I tested the ada examples on Mingw 3.4.5 and all (1,2,4,10,12 and the thick ones) work as expected. Regards, WErner Alan W. Irwin wrote: On 2007-07-28 00:09+0200 Werner Smekal wrote: Hi Alan, I actually tested ADA with MinGW already and made the examples run (as far as I

Re: [Plplot-devel] Need a volunteer with access to windows without MSYS to check out our *.pc (pkg-config file) configuration

2007-10-01 Thread Werner Smekal
. http://clk.atdmt.com/MRT/go/vse012070mrt/direct/01/ ___ Plplot-devel mailing list Plplot-devel@lists.sourceforge.net https://lists.sourceforge.net/lists/listinfo/plplot-devel -- Dipl. Ing. Werner Smekal Institut fuer Allgemeine Physik

Re: [Plplot-devel] Install Plplot on Cygwin

2007-10-24 Thread Werner Smekal
://lists.sourceforge.net/lists/listinfo/plplot-devel -- Dipl. Ing. Werner Smekal Institut fuer Allgemeine Physik Technische Universitaet Wien Wiedner Hauptstr 8-10 A-1040 Wien Austria email: [EMAIL PROTECTED] web: http://www.iap.tuwien.ac.at/~smekal phone: +43-(0)1-58801-13463 (office

Re: [Plplot-devel] Editing the Wiki

2007-11-02 Thread Werner Smekal
/ ___ Plplot-devel mailing list Plplot-devel@lists.sourceforge.net https://lists.sourceforge.net/lists/listinfo/plplot-devel -- Dipl. Ing. Werner Smekal Institut fuer Allgemeine Physik Technische Universitaet Wien Wiedner Hauptstr 8-10 A-1040 Wien Austria email: [EMAIL PROTECTED] web

[Plplot-devel] Problems with f77/f95 bindings on Mac OS X 10.5.1

2008-01-24 Thread Werner Smekal
10.4)? I included the output of cmake and make. Also for the make command after I disabled f77 (and encounter problems with f95). Regards, Werner Smekal -- Dr. Werner Smekal Institut fuer Allgemeine Physik Technische Universitaet Wien Wiedner Hauptstr 8-10 A-1040 Wien Austria email: [EMAIL

Re: [Plplot-devel] Problems with f77/f95 bindings on Mac OS X 10.5.1

2008-01-25 Thread Werner Smekal
: it is called f77. This makes me a trifle suspicious: is it the GNU FORTRAN 77 compiler or not? If it is, Hazen's comments about the version might be relevant. Otherwise we have a case of mistaken identity ... Regards, Arjen -- Dr. Werner Smekal Institut fuer Allgemeine Physik

Re: [Plplot-devel] 5.9.0 Release?

2008-01-29 Thread Werner Smekal
/ ___ Plplot-devel mailing list Plplot-devel@lists.sourceforge.net https://lists.sourceforge.net/lists/listinfo/plplot-devel -- Dr. Werner Smekal Institut fuer Allgemeine Physik Technische Universitaet Wien Wiedner Hauptstr 8-10 A-1040 Wien Austria email

[Plplot-devel] Plplot available via macports

2008-01-29 Thread Werner Smekal
webpage and wiki, since the install of plplot becomes than rather trivial sudo port install plplot All missing dependencies will be downloaded (and compiled, like gentoo) and than plplot will be downloaded and compiled. Regards, Werner -- Dr. Werner Smekal Institut fuer Allgemeine Physik

Re: [Plplot-devel] 5.9.0 Release?

2008-01-31 Thread Werner Smekal
Hi, On 30.01.2008, at 22:49, Alan W. Irwin wrote: On 2008-01-30 08:20+0100 Werner Smekal wrote: Hi, the only thing I want to finish before this release is, that wxPLplotdemo.cpp is built with the c++ demos during plplot compilation [.] It should be fairly trivial to change

Re: [Plplot-devel] [Plplot-general] Segfault

2008-02-01 Thread Werner Smekal
PROTECTED] https://lists.sourceforge.net/lists/listinfo/plplot-general -- Dr. Werner Smekal Institut fuer Allgemeine Physik Technische Universitaet Wien Wiedner Hauptstr 8-10 A-1040 Wien Austria email: [EMAIL PROTECTED] web: http://www.iap.tuwien.ac.at/~smekal phone: +43-(0)1-58801-13463

Re: [Plplot-devel] [Plplot-general] Segfault

2008-02-01 Thread Werner Smekal
/MRT/go/vse012070mrt/direct/01/ ___ Plplot-devel mailing list Plplot-devel@lists.sourceforge.net https://lists.sourceforge.net/lists/listinfo/plplot-devel -- Dr. Werner Smekal Institut fuer Allgemeine Physik Technische Universitaet Wien Wiedner

[Plplot-devel] LIB_TAG at cmake configuration stage

2008-02-07 Thread Werner Smekal
be no changes however for those who don't set LIB_TAG at all. I tested the changes on Mac OS X and had no problems, so I hope, that it won't break anything, if so, it's easy to revert. Regards, Werner -- Dr. Werner Smekal Institut fuer Allgemeine Physik Technische Universitaet Wien Wiedner

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

2008-02-07 Thread Werner Smekal
debug version of wxGTK 2.6.3. Works ok, but still you need to reconfigure cmake therefore I'm sometimes to lazy to test it against other versions, if I think there were just minor changes :) Regards, Werner Andrew Ross wrote: On Fri, Feb 01, 2008 at 08:34:42PM +0100, Werner Smekal wrote: Hi

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

2008-02-07 Thread Werner Smekal
). __ Linux-powered Science __ -- Dr. Werner Smekal Institut fuer Allgemeine Physik Technische Universitaet Wien Wiedner Hauptstr 8-10 A-1040 Wien Austria email: [EMAIL PROTECTED] web: http://www.iap.tuwien.ac.at/~smekal phone: +43-(0)1-58801-13463 (office), +43-(0)1-58801

Re: [Plplot-devel] 5.9.0 Release?

2008-02-08 Thread Werner Smekal
Brochure Project (lbproject.sf.net). __ Linux-powered Science __ -- Dr. Werner Smekal Institut fuer Allgemeine Physik Technische Universitaet Wien Wiedner Hauptstr 8-10 A-1040 Wien Austria email: [EMAIL PROTECTED] web: http://www.iap.tuwien.ac.at

[Plplot-devel] Problems with Aquaterm driver Mac OS X

2008-02-08 Thread Werner Smekal
:’ method found I'm using Aquaterm 1.0.1 from macport. Mac OSX 10.5 Regards, Werner -- Dr. Werner Smekal Institut fuer Allgemeine Physik Technische Universitaet Wien Wiedner Hauptstr 8-10 A-1040 Wien Austria email: [EMAIL PROTECTED] web: http://www.iap.tuwien.ac.at/~smekal phone: +43-(0)1-58801

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

2008-02-16 Thread Werner Smekal
://clk.atdmt.com/MRT/go/vse012070mrt/direct/01/ ___ Plplot-devel mailing list Plplot-devel@lists.sourceforge.net https://lists.sourceforge.net/lists/listinfo/plplot-devel -- Dr. Werner Smekal Institut fuer Allgemeine Physik Technische Universitaet Wien

[Plplot-devel] PLplot worth $2,132,745

2008-02-20 Thread Werner Smekal
/analyses/latest I added some links, the sf rss news feed and tags. Maybe it's of interest for others as well. They estimate the the plplot code is worth 39 person years, which accumulates to about $2,132,745 ;) Regards, Werner -- Dr. Werner Smekal Institut fuer Allgemeine Physik Technische

[Plplot-devel] D bindings

2008-03-28 Thread Werner Smekal
on Windows (MinGW) but I don't expect problems for other platforms. Instructions to compile the examples are found in plplot/bindings/d/README.txt. Regards, Werner -- Dr. Werner Smekal Institut fuer Allgemeine Physik Technische Universitaet Wien Wiedner Hauptstr 8-10 A-1040 Wien Austria email

Re: [Plplot-devel] MinGW gfortran now officially available

2008-04-13 Thread Werner Smekal
@lists.sourceforge.net https://lists.sourceforge.net/lists/listinfo/plplot-devel -- Dr. Werner Smekal Institut fuer Allgemeine Physik Technische Universitaet Wien Wiedner Hauptstr 8-10 A-1040 Wien Austria email: [EMAIL PROTECTED] web: http://www.iap.tuwien.ac.at/~smekal phone: +43-(0)1-58801

[Plplot-devel] cmake problem on Mac OS X with last svn build

2008-06-05 Thread Werner Smekal
set full pathnames. Regards, Werner -- Dr. Werner Smekal Institut fuer Allgemeine Physik Technische Universitaet Wien Wiedner Hauptstr 8-10 A-1040 Wien Austria email: [EMAIL PROTECTED] web: http://www.iap.tuwien.ac.at/~smekal phone: +43-(0)1-58801-13463 (office), +43-(0)1-58801-13469 (laboratory

Re: [Plplot-devel] cmake problem on Mac OS X with last svn build

2008-06-05 Thread Werner Smekal
Werner Smekal wrote: Hi Alan, with the latest svn version of plplot I'm unable to compile the wxwidgets bindings of plplot. If I run wx-config --libs which returns the linker options I get -framework QuickTime -framework IOKit -framework Carbon -framework Cocoa -framework System

Re: [Plplot-devel] cmake problem on Mac OS X with last svn build

2008-06-10 Thread Werner Smekal
(loll.sf.net); and the Linux Brochure Project (lbproject.sf.net). __ Linux-powered Science __ -- Dr. Werner Smekal Institut fuer Allgemeine Physik Technische Universitaet Wien Wiedner Hauptstr 8-10 A-1040 Wien Austria email: [EMAIL PROTECTED] web

Re: [Plplot-devel] 5.9.1 Release?

2008-06-11 Thread Werner Smekal
@lists.sourceforge.net https://lists.sourceforge.net/lists/listinfo/plplot-devel -- Dr. Werner Smekal Institut fuer Allgemeine Physik Technische Universitaet Wien Wiedner Hauptstr 8-10 A-1040 Wien Austria email: [EMAIL PROTECTED] web: http://www.iap.tuwien.ac.at/~smekal phone: +43-(0)1-58801-13463 (office

Re: [Plplot-devel] cmake problem on Mac OS X with last svn build

2008-06-19 Thread Werner Smekal
https://lists.sourceforge.net/lists/listinfo/plplot-devel -- Dr. Werner Smekal Institut fuer Allgemeine Physik Technische Universitaet Wien Wiedner Hauptstr 8-10 A-1040 Wien Austria email: [EMAIL PROTECTED] web: http://www.iap.tuwien.ac.at/~smekal phone: +43-(0)1-58801-13463 (office), +43-(0)1-58801

[Plplot-devel] Reference drivers

2008-06-20 Thread Werner Smekal
as developers also contribute to this list (either situations and solutions)? That doesn't mean that drivers need to behave like the reference, but it should be guideline for new drivers. Thanks, Werner -- Dr. Werner Smekal Institut fuer Allgemeine Physik Technische Universitaet Wien Wiedner Hauptstr

[Plplot-devel] Buffer overrun, sprintf.

2008-06-25 Thread Werner Smekal
? Just ignore it? That's also problematic since the return value might not be the same for different compilers just complicating everything even more. Best Regards, Werner -- Dr. Werner Smekal Institut fuer Allgemeine Physik Technische Universitaet Wien Wiedner Hauptstr 8-10 A-1040 Wien Austria

Re: [Plplot-devel] Ada status

2008-06-27 Thread Werner Smekal
anything Open Source. http://sourceforge.net/services/buy/index.php ___ Plplot-devel mailing list Plplot-devel@lists.sourceforge.net https://lists.sourceforge.net/lists/listinfo/plplot-devel -- Dr. Werner Smekal Institut fuer Allgemeine Physik

Re: [Plplot-devel] Ada status

2008-07-06 Thread Werner Smekal
. Werner Smekal Institut fuer Allgemeine Physik Technische Universitaet Wien Wiedner Hauptstr 8-10 A-1040 Wien Austria email: [EMAIL PROTECTED] web: http://www.iap.tuwien.ac.at/~smekal phone: +43-(0)1-58801-13463 (office) +43-(0)1-58801-13469 (laboratory) fax: +43-(0)1-58801-13499

[Plplot-devel] New Random number generator - was Re: Ada status

2008-07-07 Thread Werner Smekal
- but as usual there might be problems. Best Regards, Werner Werner Smekal wrote: Hi Alan, Since it appears you can implement this internally (i.e., no additional external libraries are involved) I encourage you to go ahead two weeks from now. From Wikipedia, the Mersenne Twister RNG is a better choice

Re: [Plplot-devel] Looking into problem with Ada example 19

2008-08-26 Thread Werner Smekal
int is dependent on the machine you are using, so it can be 16bit, 32bit, 64bit. Very likely that on 64bit machines int is 64bit (but must not be). See e.g. http://en.wikipedia.org/wiki/C_variable_types_and_declarations . Regards, Werner -- Dr. Werner Smekal Institut fuer Allgemeine

[Plplot-devel] MinGW 4.3.1 fortran 77 troubles

2008-08-29 Thread Werner Smekal
don't have f77 or g77, only gfortran. Didn't know that gfortran also compiles f77 code? Werner -- Dr. Werner Smekal Institut fuer Allgemeine Physik Technische Universitaet Wien Wiedner Hauptstr 8-10 A-1040 Wien Austria email: [EMAIL PROTECTED] web: http://www.iap.tuwien.ac.at/~smekal phone

[Plplot-devel] MinGW 4.3.1 f90 troubles

2008-08-29 Thread Werner Smekal
.obj:sfstubsf95.f90:(.text+0x1363c): undefined reference to `_plbinf77_' collect2: ld returned 1 exit status mingw32-make[2]: *** [dll/libplplotf95d.dll] Error 1 mingw32-make[1]: *** [bindings/f95/CMakeFiles/plplotf95d.dir/all] Error 2 mingw32-make: *** [all] Error 2 Werner -- Dr. Werner Smekal Institut fuer

Re: [Plplot-devel] Looking into problem with Ada example 19

2008-08-31 Thread Werner Smekal
6.00E+00 7.00E+00 8.00E+00 9.00E+00 If this is of any help :) Werner -- Dr. Werner Smekal Institut fuer Allgemeine Physik Technische Universitaet Wien Wiedner Hauptstr 8-10 A-1040 Wien Austria email: [EMAIL PROTECTED] web: http

Re: [Plplot-devel] MinGW 4.3.1 fortran 77 troubles

2008-08-31 Thread Werner Smekal
@lists.sourceforge.net https://lists.sourceforge.net/lists/listinfo/plplot-devel -- Dr. Werner Smekal Institut fuer Allgemeine Physik Technische Universitaet Wien Wiedner Hauptstr 8-10 A-1040 Wien Austria email: [EMAIL PROTECTED] web: http://www.iap.tuwien.ac.at/~smekal phone: +43-(0)1-58801-13463

Re: [Plplot-devel] Recent FindGDI32.cmake changes need to be tested for BORLAND case

2008-08-31 Thread Werner Smekal
, 31 Aug 2006) | 4 lines AWI for Werner Smekal. Apply patch for support of Borland C++ 5.5 free command line tool (bcc). Werner tells me that C++ examples still don't work with bcc, but everything else does. you were the author of the BORLAND logic in FindGDI32.cmake. I tried

Re: [Plplot-devel] Recent FindGDI32.cmake changes need to be tested for BORLAND case

2008-08-31 Thread Werner Smekal
gdi32 and comdlg32 via find_library( GDI32_LIBRARY gdi32 HINTS ${MINGWLIBPATH} ) and the correct import library is found. I commited this solution and ask other MinGW users to test the latest svn code. Thanks, Werner Werner Smekal wrote: Hi Alan, sorry that it took me such a long time to test

Re: [Plplot-devel] [Plplot-cvs] SF.net SVN: plplot:[8731] trunk/CMakeLists.txt

2008-08-31 Thread Werner Smekal
of Linux Links project (loll.sf.net); and the Linux Brochure Project (lbproject.sf.net). __ Linux-powered Science __ -- Dr. Werner Smekal Institut fuer Allgemeine Physik Technische Universitaet Wien Wiedner Hauptstr 8-10 A-1040 Wien Austria email

Re: [Plplot-devel] MinGW 4.3.1 fortran 77 troubles

2008-08-31 Thread Werner Smekal
the linking problems. I can't find the symbols in both outputs, but don't know if that is correct or not. I'll scan the internet a bit for such issues. Regards, Werner -- Dr. Werner Smekal Institut fuer Allgemeine Physik Technische Universitaet Wien Wiedner Hauptstr 8-10 A-1040 Wien Austria

Re: [Plplot-devel] MinGW 4.3.1 fortran 77 troubles

2008-08-31 Thread Werner Smekal
direction I should go, since the names show up in the library as well as in the object file which is linked to the library. Can't find anything useful in the internet so far. Werner -- Dr. Werner Smekal Institut fuer Allgemeine Physik Technische Universitaet Wien Wiedner Hauptstr 8-10 A-1040

Re: [Plplot-devel] What is needed to build docs?

2008-09-03 Thread Werner Smekal
about Debian packages, but for Fedora there should be similar named packages. HTH, Werner -- Dr. Werner Smekal Institut fuer Allgemeine Physik Technische Universitaet Wien Wiedner Hauptstr 8-10 A-1040 Wien Austria email: [EMAIL PROTECTED] web: http://www.iap.tuwien.ac.at/~smekal phone: +43-(0)1

Re: [Plplot-devel] MinGW 4.3.1 fortran 77 troubles

2008-09-05 Thread Werner Smekal
CMake to use the MinGW Makefiles generator, e.g. cmake -G MinGW Makefiles pathtosource HTH, Werner -- Dr. Werner Smekal Institut fuer Allgemeine Physik Technische Universitaet Wien Wiedner Hauptstr 8-10 A-1040 Wien Austria email: [EMAIL PROTECTED] web: http://www.iap.tuwien.ac.at/~smekal phone

Re: [Plplot-devel] Developing and testing a new driver for GNUstep

2008-09-06 Thread Werner Smekal
that, but not in the next two weeks due to other obligations. Your second proposal about the dynamic driver library is even more complicated and not cross platform since dynamic drivers don't exist on Windows. It may be possible but it wasn't tested until now. Regards, Werner -- Dr. Werner

Re: [Plplot-devel] Severe problem with MinGW gfortran

2008-09-08 Thread Werner Smekal
in the world http://moblin-contest.org/redirect.php?banner_id=100url=/ ___ Plplot-devel mailing list Plplot-devel@lists.sourceforge.net https://lists.sourceforge.net/lists/listinfo/plplot-devel -- Dr. Werner Smekal Institut fuer Allgemeine Physik

Re: [Plplot-devel] Severe problem with MinGW gfortran

2008-09-08 Thread Werner Smekal
available for gcc 4.0. So, I'm not sure, but the only other choice would be to use the links Alan provided and download all needed packages by hand from sf.net. But use 4.2.1, since they are known (as far as I remember) to be more stable than the 4.3.0 alpha release. Regards, Werner -- Dr. Werner

Re: [Plplot-devel] Severe problem with MinGW gfortran

2008-09-08 Thread Werner Smekal
mailing list Plplot-devel@lists.sourceforge.net https://lists.sourceforge.net/lists/listinfo/plplot-devel -- Dr. Werner Smekal Institut fuer Allgemeine Physik Technische Universitaet Wien Wiedner Hauptstr 8-10 A-1040 Wien Austria email: [EMAIL PROTECTED] web: http://www.iap.tuwien.ac.at/~smekal

Re: [Plplot-devel] Severe problem with MinGW gfortran

2008-09-08 Thread Werner Smekal
://lists.sourceforge.net/lists/listinfo/plplot-devel -- Dr. Werner Smekal Institut fuer Allgemeine Physik Technische Universitaet Wien Wiedner Hauptstr 8-10 A-1040 Wien Austria email: [EMAIL PROTECTED] web: http://www.iap.tuwien.ac.at/~smekal phone: +43-(0)1-58801-13463 (office) +43-(0)1-58801-13469

Re: [Plplot-devel] Attempt to generalize Windows visibility to the gcc-4.x case

2008-09-11 Thread Werner Smekal
Brochure Project (lbproject.sf.net). __ Linux-powered Science __ -- Dr. Werner Smekal Institut fuer Allgemeine Physik Technische Universitaet Wien Wiedner Hauptstr 8-10 A-1040 Wien Austria email: [EMAIL PROTECTED] web: http

Re: [Plplot-devel] Attempt to generalize Windows visibility to the gcc-4.x case

2008-09-11 Thread Werner Smekal
. But we are getting there. Regards, WErner -- Dr. Werner Smekal Institut fuer Allgemeine Physik Technische Universitaet Wien Wiedner Hauptstr 8-10 A-1040 Wien Austria email: [EMAIL PROTECTED] web: http://www.iap.tuwien.ac.at/~smekal phone: +43-(0)1-58801-13463 (office) +43-(0)1-58801

Re: [Plplot-devel] Cannot compile drivers with Visual Studio 2008 (msvc9)

2008-10-09 Thread Werner Smekal
anywhere in the world http://moblin-contest.org/redirect.php?banner_id=100url=/ ___ Plplot-devel mailing list Plplot-devel@lists.sourceforge.net https://lists.sourceforge.net/lists/listinfo/plplot-devel -- Dr. Werner Smekal Institut fuer Allgemeine

Re: [Plplot-devel] Cannot compile drivers with Visual Studio 2008 (msvc9)

2008-10-09 Thread Werner Smekal
in the moment, and set DLLEXPIMP to export. I hope that this will also be set for the drivers. We then don't have to worry about defining MAKINGDLL at the correct time. This is something we have to investigate further. Regards, Werner -- Dr. Werner Smekal Institut fuer Allgemeine Physik

Re: [Plplot-devel] Import/export (Was:Cannot compile drivers with Visual Studio 2008 (msvc9))

2008-10-10 Thread Werner Smekal
=/ ___ Plplot-devel mailing list Plplot-devel@lists.sourceforge.net https://lists.sourceforge.net/lists/listinfo/plplot-devel -- Dr. Werner Smekal Institut fuer Allgemeine Physik Technische Universitaet Wien Wiedner Hauptstr 8-10 A-1040 Wien Austria email: [EMAIL

Re: [Plplot-devel] Import/export (Was:Cannot compile drivers with Visual Studio 2008 (msvc9))

2008-10-10 Thread Werner Smekal
for the various settings, since I didn't turn on many drivers for that case and also many bindings are missing, so I'm sure there is still a lot to do. Regards, Werner On 10.10.2008, at 08:44, Werner Smekal wrote: Hi, I just admitted lot of changes to get this import/export issue right. What I

Re: [Plplot-devel] Import/export (Was:Cannot compile drivers with Visual Studio 2008 (msvc9))

2008-10-10 Thread Werner Smekal
Hi Arjen, On 10.10.2008, at 09:32, Arjen Markus wrote: Werner Smekal wrote: Hi, I just admitted lot of changes to get this import/export issue right. What I basically did I explain in pldll.h: My, that is quick. I take it the changes work on Linux too? thought about it in the evening

Re: [Plplot-devel] Import/export (Was:Cannot compile drivers with Visual Studio 2008 (msvc9))

2008-10-10 Thread Werner Smekal
-10 09:32+0200 Werner Smekal wrote: Hi, I made now the changes to the driver source and header for Linux and activated the hidden flag in plplot.h #pragma GCC visibility push(hidden) and plplot and examples compiles and works for me. Don't know if it should work anyway or not. So we

Re: [Plplot-devel] Import/export (Was:Cannot compile drivers with Visual Studio 2008 (msvc9))

2008-10-14 Thread Werner Smekal
on non-win32 and win32 platforms, since I didn't test on Linux or Mac OS X if I broke something. Maybe I also forgot to commit something. Regards, Werner -- Dr. Werner Smekal Institut fuer Allgemeine Physik Technische Universitaet Wien Wiedner Hauptstr 8-10 A-1040 Wien Austria email: [EMAIL

Re: [Plplot-devel] Import/export (Was:Cannot compile drivers with Visual Studio 2008 (msvc9))

2008-10-15 Thread Werner Smekal
Hi Alan, I forgot to remove a debug message which for Linux was actually written to the rc files. Works for me now on Linux as well. Thanks for the test. Regards, Werner -- Dr. Werner Smekal Institut fuer Allgemeine Physik Technische Universitaet Wien Wiedner Hauptstr 8-10 A-1040 Wien

Re: [Plplot-devel] Problem with dynamic drivers under MinGW

2008-10-21 Thread Werner Smekal
MSYS environment. It's just that I don't like it so much, that even the idea of doing so makes me ill :). Regards, Werner Regards, Arjen -- Dr. Werner Smekal Institut fuer Allgemeine Physik Technische Universitaet Wien Wiedner Hauptstr 8-10 A-1040 Wien Austria email: [EMAIL PROTECTED

Re: [Plplot-devel] Status of the website style

2008-10-21 Thread Werner Smekal
. Werner Smekal Institut fuer Allgemeine Physik Technische Universitaet Wien Wiedner Hauptstr 8-10 A-1040 Wien Austria email: [EMAIL PROTECTED] web: http://www.iap.tuwien.ac.at/~smekal phone: +43-(0)1-58801-13463 (office) +43-(0)1-58801-13469 (laboratory) fax: +43-(0)1-58801-13499

  1   2   3   >