Hi Alan,

I am trying to get the Python bindings and examples ready under Windows so that 
I
can compare the output with the C examples. However, I am getting a set of 
weird error messages.
(I am not quite sure I have all the build tools right - I had some problems the 
past week with the stuff
installed on my laptop)

Anyway here are the messages:


Microsoft (R) Program Maintenance Utility Version 10.00.30319.01
Copyright (C) Microsoft Corporation.  All rights reserved.

[  0%] Built target csirocsa
[  1%] Built target deltaT-gen
[  1%] Built target tai-utc-gen
[  1%] Built target tai-utc.h_built
[  1%] Built target deltaT.h_built
[  1%] Built target qsastime
[  1%] Built target plhershey-unicode-gen
[  2%] Built target plhershey-unicode.h_built
[ 12%] Built target plplotd
[ 13%] Built target plplotcxxd
[ 13%] Building C object 
bindings/python/CMakeFiles/_plplotcmodule.dir/plplotcmodulePYTHON_wrap.c.obj
plplotcmodulePYTHON_wrap.c
D:\plplot-svn\build-windows-python\bindings\python\plplotcmodulePYTHON_wrap.c(3578)
 : error C2036: 'void *' : unknown size
D:\plplot-svn\build-windows-python\bindings\python\plplotcmodulePYTHON_wrap.c(3581)
 : error C2036: 'void *' : unknown size
D:\plplot-svn\build-windows-python\bindings\python\plplotcmodulePYTHON_wrap.c(3961)
 : error C2065: 'PyArray_FLOAT' : undeclared identifier
D:\plplot-svn\build-windows-python\bindings\python\plplotcmodulePYTHON_wrap.c(3962)
 : error C2065: 'PyArray_FLOAT' : undeclared identifier
D:\plplot-svn\build-windows-python\bindings\python\plplotcmodulePYTHON_wrap.c(5714)
 : error C2036: 'void *' : unknown size
D:\plplot-svn\build-windows-python\bindings\python\plplotcmodulePYTHON_wrap.c(7188)
 : error C2036: 'void *' : unknown size
D:\plplot-svn\build-windows-python\bindings\python\plplotcmodulePYTHON_wrap.c(7992)
 : error C2036: 'void *' : unknown size
D:\plplot-svn\build-windows-python\bindings\python\plplotcmodulePYTHON_wrap.c(8123)
 : error C2036: 'void *' : unknown size
D:\plplot-svn\build-windows-python\bindings\python\plplotcmodulePYTHON_wrap.c(8407)
 : error C2036: 'void *' : unknown size
D:\plplot-svn\build-windows-python\bindings\python\plplotcmodulePYTHON_wrap.c(8425)
 : error C2036: 'void *' : unknown size
D:\plplot-svn\build-windows-python\bindings\python\plplotcmodulePYTHON_wrap.c(8485)
 : error C2036: 'void *' : unknown size
D:\plplot-svn\build-windows-python\bindings\python\plplotcmodulePYTHON_wrap.c(8777)
 : error C2036: 'void *' : unknown size
D:\plplot-svn\build-windows-python\bindings\python\plplotcmodulePYTHON_wrap.c(8864)
 : error C2036: 'void *' : unknown size
D:\plplot-svn\build-windows-python\bindings\python\plplotcmodulePYTHON_wrap.c(9112)
 : error C2036: 'void *' : unknown size
D:\plplot-svn\build-windows-python\bindings\python\plplotcmodulePYTHON_wrap.c(9204)
 : error C2036: 'void *' : unknown size
D:\plplot-svn\build-windows-python\bindings\python\plplotcmodulePYTHON_wrap.c(9315)
 : error C2036: 'void *' : unknown size
D:\plplot-svn\build-windows-python\bindings\python\plplotcmodulePYTHON_wrap.c(9450)
 : error C2036: 'void *' : unknown size
D:\plplot-svn\build-windows-python\bindings\python\plplotcmodulePYTHON_wrap.c(9561)
 : error C2036: 'void *' : unknown size
D:\plplot-svn\build-windows-python\bindings\python\plplotcmodulePYTHON_wrap.c(11787)
 : error C2036: 'void *' : unknown size
D:\plplot-svn\build-windows-python\bindings\python\plplotcmodulePYTHON_wrap.c(11992)
 : error C2036: 'void *' : unknown size
D:\plplot-svn\build-windows-python\bindings\python\plplotcmodulePYTHON_wrap.c(13535)
 : error C2036: 'void *' : unknown size
D:\plplot-svn\build-windows-python\bindings\python\plplotcmodulePYTHON_wrap.c(13552)
 : error C2036: 'void *' : unknown size
D:\plplot-svn\build-windows-python\bindings\python\plplotcmodulePYTHON_wrap.c(14218)
 : error C2036: 'void *' : unknown size
D:\plplot-svn\build-windows-python\bindings\python\plplotcmodulePYTHON_wrap.c(14348)
 : error C2036: 'void *' : unknown size
D:\plplot-svn\build-windows-python\bindings\python\plplotcmodulePYTHON_wrap.c(14545)
 : error C2036: 'void *' : unknown size
NMAKE : fatal error U1077: 'C:\PROGRA~2\MICROS~3.0\VC\bin\cl.exe' : return code 
'0x2'
Stop.
NMAKE : fatal error U1077: '"C:\Program Files (x86)\Microsoft Visual Studio 
10.0\VC\BIN\amd64\nmake.exe"' : return code '0x2'
Stop.
NMAKE : fatal error U1077: '"C:\Program Files (x86)\Microsoft Visual Studio 
10.0\VC\BIN\amd64\nmake.exe"' : return code '0x2'
Stop.


The PyArray_FLOAT symbol is part of Numpy pre-1.7 and it appears in 
plplotcmodule.i but I do not know how to repair this.
I also do not know what the "void *" messages are all about.

Any suggestions, anyone?

Regards,

Arjen

> -----Original Message-----
> From: Alan W. Irwin [mailto:[email protected]]
> Sent: Thursday, October 17, 2013 2:02 AM
> To: Arjen Markus
> Cc: Andrew Ross; PLplot development list
> Subject: RE: [Plplot-devel] Recent diff results for 32-bit Wine
>
> On 2013-10-16 08:00-0000 Arjen Markus wrote:
>
> > [...] I will have a look at the Python/Windows results, as I do not
> > remember ever seeing such a long list of differing examples before.
>
> Thanks in advance for that.  It will be a big help to see exactly which 
> 32-bit platforms
> have this problem.
>
> 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
> __________________________

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.

------------------------------------------------------------------------------
October Webinars: Code for Performance
Free Intel webinars can help you accelerate application performance.
Explore tips for MPI, OpenMP, advanced profiling, and more. Get the most from 
the latest Intel processors and coprocessors. See abstracts and register >
http://pubads.g.doubleclick.net/gampad/clk?id=60135031&iu=/4140/ostg.clktrk
_______________________________________________
Plplot-devel mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/plplot-devel

Reply via email to