[Plplot-devel] [Patch] msvc installation problem

2009-02-18 Thread Mark de Wever
Hi, When I installed plplot (svn trunk) with msvc 2008 I couldn't use plplot due to a missing header for msvc. The attached patch fixes the problem. Regards, Mark de Wever msvc_cmake.patch Description: Binary data --

Re: [Plplot-devel] [Patch] msvc installation problem

2009-02-18 Thread Werner Smekal
Hi Mark, thanks for the patch. Commited to svn. Best Regards, Werner Smekal On 18.02.2009, at 09:49, Mark de Wever wrote: Hi, When I installed plplot (svn trunk) with msvc 2008 I couldn't use plplot due to a missing header for msvc. The attached patch fixes the problem. Regards,

Re: [Plplot-devel] [Patch] msvc installation problem

2009-02-18 Thread Alan W. Irwin
On 2009-02-18 18:36+0100 Werner Smekal wrote: Hi Alan, For those (like me) who do not understand Windows that well, what is the purpose of dirent_msvc.h? I assume it is automatically generated, but does that automatic generation only occur in the build-tree include directory or do we have

Re: [Plplot-devel] [Patch] msvc installation problem

2009-02-18 Thread Werner Smekal
Hi Alan, The purpose is to provide the dirent functionality which is provided by glibc (or similar) so available for gcc (and also mingw) for Visual C++, which doesn't have this. plcore.c needs that to browse through a directory to search for available dynamic drivers which are then