Hi Alan,

it almost works:

...
Language Bindings:
ENABLE_f77:             ON              ENABLE_f95:             ON
ENABLE_cxx:             ON              ENABLE_java:            OFF
ENABLE_python:          OFF             ENABLE_octave:          OFF
ENABLE_tcl:             ON              ENABLE_itcl:            OFF
ENABLE_tk:              OFF             ENABLE_itk:             OFF
ENABLE_pdl:             OFF             ENABLE_wxwidgets:       OFF
ENABLE_ada:             OFF             ENABLE_d:               OFF
ENABLE_ocaml:           OFF             ENABLE_lua:             OFF
ENABLE_qt:              OFF             ENABLE_pyqt4:           OFF

-- Configuring done
-- Generating done
CMake Error: Unknown Target referenced : xwin
CMake Error: Target: test_tcl_standard_examples depends on unknown 
target: xwin
-- Build files have been written to: D:/plplot-svn/build-windows-vs2008

Under Windows the xwin device can not be compiled (not even under
Cygwin).

Further observations:
Intel Fortran uses the "cdecl" calling convention, not stdcall. This
is not yet reflected in the selection of the STUB_LINKAGE macro (that
currently only depends on the C compiler!) so this is something I need
to adjust. It also means that we have to accommodate for different
link names in a third variety of .def files.

This is just a consequence of the software evolution on Windows ...

Regards,

Arjen

On 2010-08-12 17:39, Alan W. Irwin wrote:
> On 2010-08-12 09:20+0200 Arjen Markus wrote:
> 
>> CMake Error: Unknown Target referenced : test_c_pdfcairo
>> CMake Error: Target: test_all_cairo depends on unknown target:
>> test_c_pdfcairo
>> CMake Error: Unknown Target referenced : test_c_pngcairo
>> CMake Error: Target: test_all_cairo depends on unknown target:
>> test_c_pngcairo
>> CMake Error: Unknown Target referenced : test_c_pscairo
>> CMake Error: Target: test_all_cairo depends on unknown target:
>> test_c_pscairo
>> CMake Error: Unknown Target referenced : test_c_svgcairo
>> CMake Error: Target: test_all_cairo depends on unknown target:
>> test_c_svgcairo
>> CMake Error: Unknown Target referenced : test_c_xcairo
>> ...
>>
>> I had never seen these messages before, they are specific to the
>> CMake generator.
> 
> Hi Arjen:
> 
> Thanks for reporting this build system bug which I believe I have
> just fixed (revision 11127) by checking for whether a target exists
> before adding it as a dependency of test_all_cairo.  (test_all_qt had
> a similar error which I have also fixed with that commit).
> 
> Could you please try again with that revision?
> 
> 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
> __________________________
> 
 

DISCLAIMER: This message is intended exclusively for the addressee(s) and may 
contain confidential and privileged information. If you are not the intended 
recipient please notify the sender immediately and destroy this message. 
Unauthorized use, disclosure or copying of this message is strictly prohibited.
The foundation 'Stichting Deltares', which has its seat at Delft, The 
Netherlands, Commercial Registration Number 41146461, is not liable in any way 
whatsoever for consequences and/or damages resulting from the improper, 
incomplete and untimely dispatch, receipt and/or content of this e-mail.





------------------------------------------------------------------------------
This SF.net email is sponsored by 

Make an app they can't live without
Enter the BlackBerry Developer Challenge
http://p.sf.net/sfu/RIM-dev2dev 
_______________________________________________
Plplot-devel mailing list
Plplot-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/plplot-devel

Reply via email to