I had to recently update my computer OS, and have shifted from Windows XP to 
Windows 7. Additionally, I've shifted from Visual Studio 2010 to Visual Studio 
2012.
After installing and building wxWidgets and shapelib, I tried the procedure for 
compiling plplot (from svn trunk). The procedure I use:- Start a DOS window 
from the Visual Studio start menu (NOT start-run-'cmd')- Execute the following 
commands:    cd C:\  mkdir plplot-static     cd plplot-static        cmake 
C:\plplot-trunk -G "NMake Makefiles" 
-DCMAKE_INSTALL_PREFIX:PATH="C:\Programming" 
-DwxWidgets_LIB_DIR=%WXWIN%\lib\vc_lib -DwxWidgets_CONFIGURATION=mswu 
-DBUILD_SHARED_LIBS=OFF   (to also compile examples: add option 
"-DBUILD_TEST=ON" to the list)    nmake   nmake install
If I modify %WXWIN% to my wxWidgets installation directory, it still results in 
"ENABLE_wxwidgets: OFF". In the list that comes scrolling by, I notice no 
wxwidgets check anymore (compared to the last time I compiled my version, 
before the computer update). It also says "manually-specified variables were 
not used by the project: wxWidgets_CONFIGURATION", which to me indicates the 
wxWidgets checking ability has been removed.
Is this a know modification / error, and how to fix this?
Regards, Joost                                    
------------------------------------------------------------------------------
Android is increasing in popularity, but the open development platform that
developers love is also attractive to malware creators. Download this white
paper to learn more about secure code signing practices that can help keep
Android apps secure.
http://pubads.g.doubleclick.net/gampad/clk?id=65839951&iu=/4140/ostg.clktrk
_______________________________________________
Plplot-devel mailing list
Plplot-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/plplot-devel

Reply via email to