Hi,

I managed to make SWIG work with plplot on Windows.

* I downloaded the latest SWIG for Windows package: 
http://prdownloads.sourceforge.net/swig/swigwin-1.3.31.zip
and unzipped it somewhere.
* the created folder needs to get into the PATH variable than and the 
lib folder in the CMAKE_INCLUDE_PATH variable, e.g. in my batch files I 
have:

set SWIGDIR=C:\DevZone\swigwin-1.3.29
set PATH=%SWIGDIR%;%PATH%
set CMAKE_INCLUDE_PATH=%SWIGDIR%\lib

cmake is than able to find SWIG and it can be used. I was also 
successful to compile the python bindings, but they are still some 
problems running the examples (python 2.4 on windows uses numpy not 
Numeric and so on).

Regards,
Werner


-- 
Dipl. Ing. Werner Smekal
Institut fuer Allgemeine Physik
Technische Universitaet Wien
Wiedner Hauptstr 8-10
A-1040 Wien
Austria

email: [EMAIL PROTECTED]
web:   http://www.iap.tuwien.ac.at/~smekal
phone: +43-(0)1-58801-13463 (office)
        +43-(0)1-58801-13469 (laboratory)
fax:   +43-(0)1-58801-13499


-------------------------------------------------------------------------
Take Surveys. Earn Cash. Influence the Future of IT
Join SourceForge.net's Techsay panel and you'll get the chance to share your
opinions on IT & business topics through brief surveys - and earn cash
http://www.techsay.com/default.php?page=join.php&p=sourceforge&CID=DEVDEV
_______________________________________________
Plplot-devel mailing list
Plplot-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/plplot-devel

Reply via email to