with VS2013 like yesterday there is no problem but same error (like 
vs2012) is in test_plbuf project

1>  Building Custom Rule F:/Lib/test/plplot-plplot/examples/c/CMakeLists.txt
1>  CMake does not need to re-run because 
F:\Lib\test\plplot-plplot\build\examples\c\CMakeFiles\generate.stamp is 
up-to-date.
1>  test_plbuf.c
1>F:\Lib\test\plplot-plplot\examples\c\test_plbuf.c(69): warning C4101: 
'ver' : variable locale non référencée
1>test_plbuf.obj : error LNK2001: symbole externe non résolu plsc 
(unresolved external symbol plsc)


I have investigate this error :
plsc is defined at line 167 of plplotp.h : extern PLDLLIMPEXP_DATA( 
PLStream * ) plsc;
Hence I have append Preprocessor definition USINGDLL and plsc is 
resolved now.
**************************
With error preprocessor definition are :
WIN32;_WINDOWS;_DEBUG;_CRT_SECURE_NO_DEPRECATE;CMAKE_INTDIR="Debug";%(PreprocessorDefinitions)
***************************
without error preprocessor definition are :
USINGDLL;WIN32;_WINDOWS;_DEBUG;_CRT_SECURE_NO_DEPRECATE;CMAKE_INTDIR="Debug";%(PreprocessorDefinitions)


PS
I cannot run wxPLplotdemo because on my computer I used vs2012 for 
wxwidgets library.
If you want I can test it but I need time to change all library on my 
computer.



Le 17/03/2015 21:51, Alan W. Irwin a écrit :
> On 2015-03-17 13:25-0400 Jim Dishaw wrote:
>
>> On Mar 17, 2015, at 1:13 PM, "Alan W. Irwin"
>> <ir...@beluga.phys.uvic.ca> wrote:
>>> Your patch is based on a rather old version of src/plmetafile.c so
>>> does not apply.  Please regenerate the patch based on master tip.
>> [...]I did a "git fetch" followed by "git merge origin/master --ff-only"
>>
>> I started a new topic branch and have attached a new patch
>
> @Jim:
>
> That applied, but I then modified your commit (using "git commit
> --amend") to remove the redundant plhrsh function prototype and also
> to style the result.  See commit id 0bfe721 for the amended result.
>
> I still have quite a bit to do before I can get this release out the
> door so your quick help on this issue was very much appreciated!
>
> @laurant:
>
> This fix from Jim should deal with the missing lround issue, but I
> would appreciate you testing PLplot master tip again on your VS 2012
> platform to see if there are any remaining PLplot issues on that
> platform.  And similar tests for VS 2013 would be appreciated as well.
>
> Alan
> __________________________
> Alan W. Irwin
>
> Astronomical research affiliation with Department of Physics and
> Astronomy,
> University of Victoria (astrowww.phys.uvic.ca).
>
> Programming affiliations with the FreeEOS equation-of-state
> implementation for stellar interiors (freeeos.sf.net); the Time
> Ephemerides project (timeephem.sf.net); PLplot scientific plotting
> software package (plplot.sf.net); the libLASi project
> (unifont.org/lasi); the Loads of Linux Links project (loll.sf.net);
> and the Linux Brochure Project (lbproject.sf.net).
> __________________________
>
> Linux-powered Science
> __________________________
>
>
>
>
>
>
>
>> Alan
>> __________________________
>> Alan W. Irwin
>> Astronomical research affiliation with Department of Physics and Astronomy,
>> University of Victoria (astrowww.phys.uvic.ca).
>> Programming affiliations with the FreeEOS equation-of-state
>> implementation for stellar interiors (freeeos.sf.net); the Time
>> Ephemerides project (timeephem.sf.net); PLplot scientific plotting
>> software package (plplot.sf.net); the libLASi project
>> (unifont.org/lasi); the Loads of Linux Links project (loll.sf.net);
>> and the Linux Brochure Project (lbproject.sf.net).
>> __________________________
>> Linux-powered Science
>> __________________________
>
>
>
>
> ------------------------------------------------------------------------------
> Dive into the World of Parallel Programming The Go Parallel Website, sponsored
> by Intel and developed in partnership with Slashdot Media, is your hub for all
> things parallel software development, from weekly thought leadership blogs to
> news, videos, case studies, tutorials and more. Take a look and join the
> conversation now. http://goparallel.sourceforge.net/
>
>
> _______________________________________________
> Plplot-devel mailing list
> Plplot-devel@lists.sourceforge.net
> https://lists.sourceforge.net/lists/listinfo/plplot-devel


------------------------------------------------------------------------------
Dive into the World of Parallel Programming The Go Parallel Website, 
sponsored
by Intel and developed in partnership with Slashdot Media, is your hub 
for all
things parallel software development, from weekly thought leadership 
blogs to
news, videos, case studies, tutorials and more. Take a look and join the 
conversation now. http://goparallel.sourceforge.net/
_______________________________________________
Plplot-devel mailing list
Plplot-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/plplot-devel

------------------------------------------------------------------------------
Dive into the World of Parallel Programming The Go Parallel Website, sponsored
by Intel and developed in partnership with Slashdot Media, is your hub for all
things parallel software development, from weekly thought leadership blogs to
news, videos, case studies, tutorials and more. Take a look and join the 
conversation now. http://goparallel.sourceforge.net/
_______________________________________________
Plplot-devel mailing list
Plplot-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/plplot-devel

Reply via email to