I am using CMake 2.8.3.
MESSAGE("CMAKE_CXX_COMPILER_ID =" ${CMAKE_CXX_COMPILER_ID})
gives : CMAKE_CXX_COMPILER_ID =I tried CMake 2.8.7 and I've got the same result. Nehme On Wed, Jan 18, 2012 at 10:59 AM, Utkarsh Ayachit <[email protected]> wrote: > What cmake version is this? try printing out the CMAKE_CXX_COMPILER_ID > in your cmakelists.txt file for building the plugin. What does it say? > It should say something like MSVC. > > Utkarsh > > On Wed, Jan 18, 2012 at 10:40 AM, Nehme Bilal <[email protected]> wrote: >> Thank you for your replays. >> >> I think I am using the same configurations used to build ParaView 3.12 >> but when I try to load a plugin using ParaView 3.12 (that I downloaded >> from paraview website) I get the following error: >> >> ERROR: In >> ..\..\..\..\source\ParaViewCore\ClientServerCore\vtkPVPluginLoader.cxx, >> line 342 >> vtkPVPluginLoader (000000000C2F35A0): Mismatch in versions: >> ParaView Signature: paraviewplugin|MSVC|3.12 >> Plugin Signature: paraviewplugin||3.12 >> >> MSVC is missing in the plugin signature. Any idea why ? I am using >> visual studio 2008. >> >> Thanks. >> >> On Wed, Jan 18, 2012 at 4:15 AM, Bruno Santos >> <[email protected]> wrote: >>> Hi, >>> >>> I've updated the wiki page: http://www.paraview.org/Wiki/ParaView_Binaries >>> I didn't refer to the unofficial project because it is already referred to >>> here: >>> http://www.paraview.org/Wiki/ParaView:Plugin_Deployment_with_Development_Installs >>> >>> Best regards, >>> Bruno >>> >>> PS: I'm the guy that jump-started >>> http://code.google.com/p/unofficial-paraview-dev-install/ , so feel free to >>> give us feedback or even offer to help! >>> >>> On 17-01-2012 22:46, [email protected] wrote: >>>> >>>> Subject: Re: [Paraview] ParaView Binaries build config To: Nehme Bilal >>>> <[email protected]> Cc: ParaView <[email protected]> Message-ID: >>>> <cafzjyvo8krwx1zhcxuro0jsqhsk+bxsyhqv6sazfqzbgjxw...@mail.gmail.com> >>>> Content-Type: text/plain; charset="iso-8859-1" Here is a good collection of >>>> information about the tools used to build the ParaView 3.12.0 release: >>>> http://code.google.com/p/unofficial-paraview-dev-install/ On Tue, Jan 17, >>>> 2012 at 2:34 PM, Nehme Bilal <[email protected]> wrote: >>>>> >>>>> > Hello, >>>>> > >>>>> > We're looking for information about what tools were used to build >>>>> > ParaView 3.12.0. We usually find detailed information on ParaView wiki >>>>> > here:http://www.paraview.org/Wiki/ParaView_Binaries but it appears >>>>> > that the wiki was not updated since 3.10.0. >>>>> > >>>>> > Thank you, >>>>> > >>>>> > Nehm? Bilal >>>>> > _______________________________________________ >>>>> > Powered bywww.kitware.com >>>>> >>>>> > >>>>> > Visit other Kitware open-source projects at >>>>> > http://www.kitware.com/opensource/opensource.html >>>>> > >>>>> > Please keep messages on-topic and check the ParaView Wiki at: >>>>> > http://paraview.org/Wiki/ParaView >>>>> > >>>>> > Follow this link to subscribe/unsubscribe: >>>>> > http://www.paraview.org/mailman/listinfo/paraview >>>>> > >>> >>> >>> >>> -- >>> http://www.bluecape.com.pt >>> >>> blueCAPE Lda - CAE solutions >>> Rua Fonte dos Corvos, n.29 >>> Casais da Serra >>> 2665-305 Milharado >>> PORTUGAL >>> >>> (+351) 219 755 345 Tel. >>> (+351) 219 755 345 Fax >>> (+351) 963 440 984 Mob. >>> >> _______________________________________________ >> Powered by www.kitware.com >> >> Visit other Kitware open-source projects at >> http://www.kitware.com/opensource/opensource.html >> >> Please keep messages on-topic and check the ParaView Wiki at: >> http://paraview.org/Wiki/ParaView >> >> Follow this link to subscribe/unsubscribe: >> http://www.paraview.org/mailman/listinfo/paraview _______________________________________________ Powered by www.kitware.com Visit other Kitware open-source projects at http://www.kitware.com/opensource/opensource.html Please keep messages on-topic and check the ParaView Wiki at: http://paraview.org/Wiki/ParaView Follow this link to subscribe/unsubscribe: http://www.paraview.org/mailman/listinfo/paraview
