>
> On MSVC/nmake it's the same procedure, but we get soon into trouble:
> Linking C shared module _plplotcmodule.dll
> LINK : fatal error LNK1104: cannot open file 'python24_d.lib'
> NMAKE : fatal error U1077: '"C:\Programme\Microsoft Visual Studio
> 8\VC\BIN\link.EXE"' : return code '0x450'
> St
Hi,
I just committed a small change to plplot which should make life for
windows developing easier (thanks for the hint, Alan):
In CMakeLists.txt of the plplot main directory I added
if(BUILD_SHARED_LIBS AND WIN32 AND NOT CYGWIN)
SET(LIBRARY_OUTPUT_PATH ${CMAKE_CURRENT_BINARY_DIR}/dll)
endif
On 2006-11-26 11:04+0100 Werner Smekal wrote:
> Hi,
>
> I just committed a small change to plplot which should make life for
> windows developing easier (thanks for the hint, Alan):
To summarize the effect of LIBRARY_OUTPUT_PATH, it collects all built
libraries in one directory in the build tree
Hello,
PLplot 5.7.1 is now available at Sourceforge. This is the first
official (development) version of PLplot using the new cmake build
system. While it can still be built the "old" way (i.e. using
configure) we recommend getting the latest version of cmake (2.4.4)
and using that instea
If you are interested, you can now experiment with PLplot online
(note, simple 2D plots only).
http://www.hbabcock.org/plplot/readme.html
This has taken a while, but hopefully all my troubles with my ISP are
now behind me... Anyway, please let me know if you run across any bugs.
-Hazen
--
Werner Smekal wrote:
>Hi,
>
>I just committed a small change to plplot which should make life for
>windows developing easier (thanks for the hint, Alan):
>
>In CMakeLists.txt of the plplot main directory I added
>
>if(BUILD_SHARED_LIBS AND WIN32 AND NOT CYGWIN)
> SET(LIBRARY_OUTPUT_PATH ${CMAKE
Alan W. Irwin wrote:
>This build-tree change is a nice first step toward getting ctest working on
>windows. Of course, the problem still remains that the current ctest uses
>the shell scripts plplot-test.sh and test*.sh, and I assume (but correct me
>if I am wrong) those scripts will not work on
Hi all;
I'm beginner of Unix system on Mac OSX. I really want to use
PLplot libraries.
I read 'INSTALL' and then I conducted installation
procedures. I think probably installation of the libraries
was succeeded. Because 'Make check' did not return error
message, the libraries files were copi