Hi David,

> Yes, I have previously built wxWidgets-2.8.10 (without unicode) so I  
> set:
>
> WXWIN=C:\wxWidgets-2.8.10

Do you have any other built of wxWidgets lying around, maybe installed  
with an installer before? cmake looks first in the registry, maybe  
there are some old entries? Or is this the first time that wxWidgets  
was built on that system?

> I then executed:
>
> cmake -G "NMake Makefiles" -DCMAKE_INSTALL_PREFIX=install - 
> DBUILD_TEST=ON ..
> path=c:\plplot-5.9.5\buildnmake\dll;%PATH%
> nmake

Could you send the output of cmake? Take also a look at the output  
yourself. If wxWidgets was found, "wxwidgets" must be listed at the  
summary at the end of the output. Further above there might be some  
information why wxWidgets was not found. If you could send the output  
to the list I could have a look at that.

>
> which terminates when building x19c as I mentioned before.

At your local plplot copy you could just change "snprintf" to  
"_snprintf" and Visual C++ should be able to compile that. So the  
build will succeed.
>
> Running x01c gives:
>
> ===========================================
> C:\plplot-5.9.5\buildnmake\examples\c>x01c
> PLplot library version: 5.9.5
>
> Plotting Options:
> < 1> wingcc     Win32 (GCC)
> < 2> ps         PostScript File (monochrome)
> < 3> psc        PostScript File (color)
> < 4> xfig       Fig file
> < 5> null       Null device
> < 6> mem        User-supplied memory device
> < 7> svg        Scalable Vector Graphics (SVG 1.1)
>
> Enter device number or keyword:
> ===========================================
>
> So I haven't got the wxWidgets driver under windows. Any idea why  
> please?
>
> By the way, all works fine under Linux - much easier than Windows as  
> you predicted ;-)

Yeah, I wasted countless hours in Windows, since that whole  
combination is just a beast. But with every report it becomes better  
and better ;)

Regards,
Werner

>
> David
>

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

email: sme...@iap.tuwien.ac.at
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


------------------------------------------------------------------------------
Let Crystal Reports handle the reporting - Free Crystal Reports 2008 30-Day 
trial. Simplify your report design, integration and deployment - and focus on 
what you do best, core application coding. Discover what's new with 
Crystal Reports now.  http://p.sf.net/sfu/bobj-july
_______________________________________________
Plplot-general mailing list
Plplot-general@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/plplot-general

Reply via email to