Hi Simon,

some things you need to be aware of is the following:
- with CMake it is best to build in a different directory than where the
   sources are - simply because it makes cleaning up much easier.
- the CMake build system works best if you start in a clean directory.
   Otherwise leftovers from a previous build (especially the cached
   variables) can mess up things in intriguing ways. This is no different
   than with, say, autotools, but it may surprise anyway.

Did you try the generator for VS 2008? (I have not tested it much myself
yet, having something of an aversion to Visual Studio, and the MinGW
environment works perfect for me, but we should test them more
thoroughly ...)

Regards,

Arjen

On 2010-06-18 03:06, si...@mungewell.org wrote:
>> 3) Now getting (and am stuck at) "NMAKE : fatal error U1077:
>> '.\tai-utc-gen.exe' : return code '0xc0000142'" which also throws up the
> GUI error dialog (attached).
> 
> This is related to the fact that the script on the wiki attempts to build
> 4 combinations of libraries (SHM On/Off, DEBUG On/Off).
> 
> If I build only (one|any) of these the build completes, otherwise it fails
> on the first DEBUG build. I suspect that it is pulling in a wrong
> library/manifest at some point and getting confused.
> 
> Otherwise I am a 'happy bunny' as I can build plplot with Python bindings
> and libgd support and have it create a '.png' chart .... just need to work
> out how to deploy now ;-)
> 
> Working script attached.
> Simon.
> 
> 
> 
> ------------------------------------------------------------------------
> 
> ------------------------------------------------------------------------------
> ThinkGeek and WIRED's GeekDad team up for the Ultimate 
> GeekDad Father's Day Giveaway. ONE MASSIVE PRIZE to the 
> lucky parental unit.  See the prize list and enter to win: 
> http://p.sf.net/sfu/thinkgeek-promo
> 
> 
> ------------------------------------------------------------------------
> 
> _______________________________________________
> Plplot-devel mailing list
> Plplot-devel@lists.sourceforge.net
> https://lists.sourceforge.net/lists/listinfo/plplot-devel

------------------------------------------------------------------------------
ThinkGeek and WIRED's GeekDad team up for the Ultimate 
GeekDad Father's Day Giveaway. ONE MASSIVE PRIZE to the 
lucky parental unit.  See the prize list and enter to win: 
http://p.sf.net/sfu/thinkgeek-promo
_______________________________________________
Plplot-devel mailing list
Plplot-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/plplot-devel

Reply via email to