Hi!

After being able to build PLplot including the examples I went on  
compiling all sources with Visual Studio 2010.

I encountered three projects (as it is called within Visual Studio) that  
can't be built due to errors in the linker include definition. wxwidgets,  
plplotwxwidgets and wxPLplotDemo all contain four linker includes each  
that are not correctly defined for Visual Studio. Instead of giving these  
libs as winmm.lib, comctl32.lib, rpcrt4.lib and wsock32.lib they are given  
as -L+winmm.lib, -L+comctl32.lib, -L+rpcrt4.lib and -L+wsock32.lib.  
Removing the prefix "-L+" within the properties of all three projects  
makes them build without further problems. I assume this prefix might be  
used either on a Unix platform or with some other compiler environment. A  
search for the string "-L+" reveals  
.\cmake\modules\language_support\cmake\CMakeDInformation.cmake as the only  
source file containing it.

Can someone knowledgeable in CMake have a look at this?

-- 
Best regards,
Thorsten

------------------------------------------------------------------------------
_______________________________________________
Plplot-devel mailing list
Plplot-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/plplot-devel

Reply via email to