On 2007-10-17 11:56+0900 Hiroyasu YASUDA wrote:

>> In any case, for your next report of the issue, please
>> tell us all the details such as the command-line options you used for the
>> cmake command (starting from an empty build directory), the complete cmake
>> output, and the complete make output.  Also, what is the result of
>> 
>> cmake --version
>> 
>
> Cmake version on the Cygwin is ver 2.4-patch 7.
>
> I tried to run two option of cmake as follows.
>
> (1) cmake -DDEFAULT_NO_BINDINGS=ON -DDEFAULT_NO_DEVICES=ON -DPLD_ps=ON:
>
> When I run "make" after cmake, make shows that:
>
>  Could not open driver module ps
>  libltbl error: No such file or directory
>  make[2] ***[drivers/ps.o] Error 1
>  make[1] ***[drivers/CMakeFiles/ps.dir/all] Error 2
>  make: ***[all] Error 2

That is a fundamental error for the simplest case.  Nothing more complicated
will work properly until this fundamental error is fixed.  (The "good"
results you got with the second make simply means the check for the driver
module was incorrectly skipped the second time around. libplplot is pretty
useless without working device drivers.)

Could you now please give full results (starting from an empty build tree)
for this test case with the latest SVN version of PLplot (follow directions
at http://sourceforge.net/svn/?group_id=2915 to obtain that version).  That
is, we need the files cmake.out and make.out generated by

cmake -DDEFAULT_NO_BINDINGS=ON -DDEFAULT_NO_DEVICES=ON -DPLD_ps=ON \
-DCMAKE_VERBOSE_MAKEFILE=ON -DCMAKE_INSTALL_PREFIX=/absolute/install/prefix \
/path/to/source/tree/for/svn/version >& cmake.out

and

make >& make.out

Send those files as compressed attachments to the list.

The current SVN version of PLplot is essentially the same version of PLplot
that will be used in the forthcoming release this weekend so if there are
Cygwin platform issues for it, we want to know about them now.

I cannot help you further (no access to Cygwin), but I am asking for
complete results for the above simple test case for the SVN version of
PLplot because I anticipate developers here who do have access to Cygwin
would like to compare your complete cmake and make output with theirs to
help figure out what the trouble is on your Cygwin platform.

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