On 2007-10-27 18:58+0900 Hiroyasu YASUDA wrote:

> Arjen, I can succeeded to install Plplot with g77 on Cygwin according to 
> attached reports. Thank you.
>
> However, when run make command for build example, make shows the error 
> message of referring Win32 libs, gdi32 and comdlg32. Is this problem plplot 
> building or Cygwin environment setup? If you know, please let me know.

Hi Hiroyasu:

Thanks for that complete report.  I suggest you add these further options:

-DCMAKE_VERBOSE_MAKEFILE=ON -DPLD_wingcc=OFF

The first option is essential since it gives a lot more useful information
in make.out and make-install.out.  The second option turns off the wingcc
device.  That device is the one that needs the gdi32 library and turning off
the device is a temporary workaround which may enable you to build all the
installed examples.  (Because you are not using independent dynamic devices,
all devices have to be perfect or else turned OFF before you will get a good
result.) Of course, if Arjen or Jim can come up with an actual fix for
wingcc on Cygwin, follow their advice instead.

For all your reports it would be additionally useful to state the complete
cmake command line and svn revision number you are using (I put another
Cygwin fix in recently for revision 7981).  You can update your source tree
to the latest version from svn and also find the associated revision number
by simply executing the "svn update" command _within_ the top-level
directory of your source tree.

You have made a lot of progress, and it sounds like you are very close to
something useful for you.  Sorry there were so many Cygwin platform problems
for you to overcome, but thanks for sticking with it!

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); PLplot scientific plotting software
package (plplot.org); 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
__________________________

-------------------------------------------------------------------------
This SF.net email is sponsored by: Splunk Inc.
Still grepping through log files to find problems?  Stop.
Now Search log events and configuration files using AJAX and a browser.
Download your FREE copy of Splunk now >> http://get.splunk.com/
_______________________________________________
Plplot-devel mailing list
Plplot-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/plplot-devel

Reply via email to