On 2011-10-02 14:08-0000 FrankTheFox wrote:

> Hi,
>
> i try building plplot on a Windows XP system. I have installed the following:
>
> 1)
> plplot-5.9.8.tar.gz
> I got: "D:\Programme\plplot-5.9.8"
>
> 2)
> cmake-2.8.1-win32-x86.exe
> I got: "D:\Programme\CMake 2.8"
                             ^
I doubt this is the whole story, but blanks in
directory names can cause trouble for our build system
so avoid them for everything associated with your build.
Also, cmake-2.8.1 is a quite buggy old version of cmake.
Try cmake-2.8.5 instead.

>
> 3)
> codeblocks-10.05mingw-setup.exe
> I got: "D:\Programme\CodeBlocks"
>
> 4)
> wxPack_v2.8.12.01.exe
> I got: "D:\SourceCode\Libraries\wxWidgets2.8"
>
> 5)
> wxWidgets Source but not yet compiled...
> D:\Programme\wxWidgets-2.9.1
>
>
> I use "D:\SourceCode..." with Code::Blocks as a DLL.
>
>
>
> First i executed:
> D:\Programme\plplot-5.9.8\buildmingw>cmake -G "MinGW Makefile
> PREFIX=install ..

This may just be cut-and-paste errors for your e-mail, and not what
you really used, but the
generator name is "MinGW Makefiles".  Also, the install prefix
is specified with the -DCMAKE_INSTALL_PREFIX=/whatever option.

>
> seems to working fine...
>
> -- Configuring done
> -- Generating done
> -- Build files have been written to: D:/Programme/plplot-5.9.8/buildmingw
>
> then i tried:
> D:\Programme\plplot-5.9.8\buildmingw>mingw32-make
> i think this step runs into an error:
>
> [ 56%] Built target mem
> drivers\CMakeFiles\null.dir\build.make:46: 
> drivers/CMakeFiles/null.dir/progress.
> make: No such file or directory
> mingw32-make[2]: *** No rule to make target 
> `drivers/CMakeFiles/null.dir/progres
> s.make'.  Stop.
> mingw32-make[1]: *** [drivers/CMakeFiles/null.dir/all] Error 2
> mingw32-make: *** [all] Error 2
>
> what is ther problem?

If getting rid of all blanks in directory names and using a modern
version of cmake doesn't completely solve the issue, we will likely
need more information to help you.

To capture that information, start the build again in an initially
empty directory, and capture the full output of both the cmake command and 
the mingw32-make command with VERBOSE=1 option, e.g.,

mingw-make VERBOSE=1

and send those two files as attachments to this list.  Also, please
tell us the version of MinGW that you have installed.

Others here have had good experience with the "MinGW Makefiles"
generator so they may be able to help you out if you want to stick
with that generator.  However, if you are willing to try a different
generator my own Windows (wine) experience is with the "MSYS
Makefiles" generator which requires a modern install of both MinGW and
MSYS. The new (2011-08-03) MinGW/MSYS automatic installer at
http://sourceforge.net/projects/mingw/files/Automated%20MinGW%20Installer/mingw-get-inst/
provides that in roughly 5 minutes of download time.  That install
gives you the option of using either the "MinGW Makefiles" or "MSYS
Makefiles" generator depending on how you set your PATH.

Alan
__________________________
Alan W. Irwin

Astronomical research affiliation with Department of Physics and Astronomy,
University of Victoria (astrowww.phys.uvic.ca).

Programming affiliations with the FreeEOS equation-of-state
implementation for stellar interiors (freeeos.sf.net); the Time
Ephemerides project (timeephem.sf.net); PLplot scientific plotting
software package (plplot.sf.net); the libLASi project
(unifont.org/lasi); the Loads of Linux Links project (loll.sf.net);
and the Linux Brochure Project (lbproject.sf.net).
__________________________

Linux-powered Science
__________________________

------------------------------------------------------------------------------
All of the data generated in your IT infrastructure is seriously valuable.
Why? It contains a definitive record of application performance, security
threats, fraudulent activity, and more. Splunk takes this data and makes
sense of it. IT sense. And common sense.
http://p.sf.net/sfu/splunk-d2dcopy2
_______________________________________________
Plplot-general mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/plplot-general

Reply via email to