Re: [Plplot-general] cmake bulid for .sln error

2013-10-20 Thread Alan W. Irwin
On 2013-10-20 10:17- hubin wrote: > Thank you;thank-you;I see the math graph;oh my god,I do see it !I use NMake, > The IDE is too hard for me,Nmake work fine,now i want to share my experience > with you ;i got some error with nmake ,and I try solve some,I'm a Chinese > college student, Whe

Re: [Plplot-general] cmake bulid for .sln error

2013-10-20 Thread hubin
Thank you;thank-you;I see the math graph;oh my god,I do see it !I use NMake, The IDE is too hard for me,Nmake work fine,now i want to share my experience with you ;i got some error with nmake ,and I try solve some,I'm a Chinese college student, When i use Nmake just like you show in wiki;i got

Re: [Plplot-general] cmake bulid for .sln error

2013-10-19 Thread Arjen Markus
-general] cmake bulid for .sln error oh, I really found that i for a space before"-DBUILD_SHARED_LIBS=OFF";after i add a space before it , i edit command line twice ,then i see: -- Configuring done -- Generating done -- Build files have been written to: D:/plplot_staticbuild_release just y

Re: [Plplot-general] cmake bulid for .sln error

2013-10-18 Thread Arjen Markus
Hi Fly, I will have to have a closer look at this. Hopefully this weekend. Regards, Arjen From: hubin [mailto:flyskill...@outlook.com] Sent: Friday, October 18, 2013 5:11 PM To: Arjen Markus; plplot-general@lists.sourceforge.net Subject: RE: [Plplot-general] cmake bulid for .sln error oh, I

Re: [Plplot-general] cmake bulid for .sln error

2013-10-18 Thread hubin
oh, I really found that i for a space before"-DBUILD_SHARED_LIBS=OFF";after i add a space before it , i edit command line twice ,then i see:-- Configuring done-- Generating done-- Build files have been written to: D:/plplot_staticbuild_releasejust you show in wiki,i think i got the right .slnI

Re: [Plplot-general] cmake bulid for .sln error

2013-10-18 Thread Arjen Markus
ds, Arjen From: hubin [mailto:flyskill...@outlook.com] Sent: Friday, October 18, 2013 4:00 PM To: Arjen Markus; plplot-general@lists.sourceforge.net Subject: RE: [Plplot-general] cmake bulid for .sln error you know that I have got the .sln(vs2010),when i open the .sln ,click the INSTALL project t

Re: [Plplot-general] cmake bulid for .sln error

2013-10-18 Thread hubin
you know that I have got the .sln(vs2010),when i open the .sln ,click the INSTALL project then select build ,oh my god,I see 58 errors,i can't get the many useful info from the errors,the most important errors i think is" can't open file ..\..\dll\Debug-DBUILD_SHARED_LIBS=OFF\plplotsudd.lib";yo

Re: [Plplot-general] cmake bulid for .sln error

2013-10-17 Thread Arjen Markus
@lists.sourceforge.net Subject: RE: [Plplot-general] cmake bulid for .sln error When you check all works fine with VS2010;please add into wiki; I will complete the compilation just like you do in your tutorial in wiki; it's time for sleep;See you tomorrow; Regards; Fly

Re: [Plplot-general] cmake bulid for .sln error

2013-10-17 Thread hubin
Hello,Alan W.Irwin,I have noticed that I should use "Visual Studio 10" instead of " Visual Studio 10 2010";Arjen Markus help me solve the problem;But thank you anyway;Arjen Markus say that he find some question about the plplot 5.9.10(build for .sln);and I wait for his result;oh, I like plplot,T

Re: [Plplot-general] cmake bulid for .sln error

2013-10-17 Thread Alan W. Irwin
On 2013-10-17 06:00- hubin wrote: > Hello,I'm a newcomers for plplot,I use vs2010,my PC is win7 x64,I want use > the cmake(It's my first time use it) to bulid for .sln. I have read the > article > http://www.miscdebris.net/plplot_wiki/index.phptitle=Configure_PLplot_for_the_Visual_Studio_ID

Re: [Plplot-general] cmake bulid for .sln error

2013-10-17 Thread hubin
Sent: Thursday, October 17, 2013 2:29 PM To: Arjen Markus; plplot-general@lists.sourceforge.net Subject: RE: [Plplot-general] cmake bulid for .sln error hello, thank you ,I suggest that we should add notes for VS2010 or later ,you know,when people first time use cmake,and they install VS20

Re: [Plplot-general] cmake bulid for .sln error

2013-10-17 Thread hubin
hello, thank you ,I suggest that we should add notes for VS2010 or later ,you know,when people first time use cmake,and they install VS2010 or later,They will just change VS 9 2008 to VS 10 2010 like me,Then they find cmakeshow error,people will feel confused,so we should add notes"if you use V

Re: [Plplot-general] cmake bulid for .sln error

2013-10-17 Thread Arjen Markus
So the Wiki page does not need adjusting. Regards, Arjen From: Arjen Markus [mailto:arjen.mar...@deltares.nl] Sent: Thursday, October 17, 2013 1:19 PM To: hubin; plplot-general@lists.sourceforge.net Subject: Re: [Plplot-general] cmake bulid for .sln error Hi Hubin, I think the generator &q

Re: [Plplot-general] cmake bulid for .sln error

2013-10-17 Thread Arjen Markus
From: hubin [mailto:flyskill...@outlook.com] Sent: Thursday, October 17, 2013 12:57 PM To: Arjen Markus; plplot-general@lists.sourceforge.net Subject: RE: [Plplot-general] cmake bulid for .sln error oh, thank you ,I should use "Visual Studio 10" rather than " Visual Studio 10 2010"; bu

Re: [Plplot-general] cmake bulid for .sln error

2013-10-17 Thread hubin
oh, thank you ,I should use "Visual Studio 10" rather than " Visual Studio 10 2010";but when i use "Visual Studio 10" ,so I use cmake "C:/USERS/BIN/DESKTOP/plplot" -G "VisualStudio 10"-DPL_DOUBLE=ON -DLIB_TAG="sud" -DBUILD_TEST=ONDCMAKE_INSTALL_PREFIX="C:\USERS\BIN\DESKTOP\plplotinstall"DCMAK

Re: [Plplot-general] cmake bulid for .sln error

2013-10-17 Thread Arjen Markus
Hi Hubin, you seem to be using the same wrong CMake generator. Use "Visual Studio 10" instead. Regards, Arjen From: hubin [mailto:flyskill...@outlook.com] Sent: Thursday, October 17, 2013 10:48 AM To: Arjen Markus; plplot-general@lists.sourceforge.net Subject: RE: [Plplot-general] c

Re: [Plplot-general] cmake bulid for .sln error

2013-10-17 Thread hubin
hello,I will show all my step :First,I click Start memu->MVS2010->VS tools->Visual Studio Command Prompt(2010)->RUN as Administrator,Then show :D:\Software\Vs2010\VC>(I install VS2010 in D:\Software\Vs2010)Because the release directory is in D:\plplot_staticbuild_release,Then i edit cd D:\plpl

Re: [Plplot-general] cmake bulid for .sln error

2013-10-16 Thread Arjen Markus
Hello Hubin, the proper name for the generator is "Visual Studio 10". You need to run CMake with the MS Visual Studio environment correctly set up. That is: select the MS Visual Studio Command Prompt from the Start menu, go to the correct directory and then run the CMake command. Regards, Arj