From ahmed.muhsin at gm.com Wed Feb 28 10:20:55 2018 From: ahmed.muhsin at gm.com (Ahmed Muhsin) Date: Wed, 28 Feb 2018 15:20:55 +0000 Subject: [Cmb-users] CMB Superbuild installation Message-ID: <070530a5564943f2b7cf5774b890125f@gm.com> Hello, I have been trying to get the superbuild installed on my Ubuntu 16.04 machine. I haven't had any success using my system's qt5 so I unticked that option and the installation was able to complete. However when I try to run ctest -R cpack I get a 'No tests were found' error. At this point I can run modelbuilder from buildfolder/install/lib with required plugins loaded but it does not recognize cmb files as supported files. Also when I go ahead and open a cmb file (test2d.cmb) in modelbuilder the app crashes and closes out with the following error: In buildfolder/superbuild/paraview/src/ParaViewCore/ServerImplementation/Core/vtkSIProxy.cxx, line 377 vtkSISourceProxy (0x4666470): Failed to create 'vtkCMBGeometryReader'. This typically means that ParaView does not know about the request class to create an instance of if. Ensure that it has been correctly wrapped using the client-server wrappers and the wrapping has been initialized. Note class names are case-sensitive. Check for typos. Aborting for debugging purposes. Thanks in advance. Ahmed Nothing in this message is intended to constitute an electronic signature unless a specific statement to the contrary is included in this message. Confidentiality Note: This message is intended only for the person or entity to which it is addressed. It may contain confidential and/or privileged material. Any review, transmission, dissemination or other use, or taking of any action in reliance upon this message by persons or entities other than the intended recipient is prohibited and may be unlawful. If you received this message in error, please contact the sender and delete it from your computer. -------------- next part -------------- An HTML attachment was scrubbed... URL: From bob.obara at kitware.com Wed Feb 28 11:10:37 2018 From: bob.obara at kitware.com (Bob Obara) Date: Wed, 28 Feb 2018 11:10:37 -0500 Subject: [Cmb-users] CMB Superbuild installation In-Reply-To: <070530a5564943f2b7cf5774b890125f@gm.com> References: <070530a5564943f2b7cf5774b890125f@gm.com> Message-ID: Hi Ahmed, I assumed that you did a git clone on the CMB-Superbuild repo from Gitlab correct? The master version of CMB is going through some major changes so you should build from the SuperBuild?s release (and not master) branch. So after you did the git clone you should do the the following: cd into the repo you just cloned git checkout release git submodule update ?init You can follow the rest of the steps in the readme file. Concerning your gt5 issue - what version of qt5 do you have installed on your machine? Also what was the error being reported? Hope to hear from you soon! Bob Robert M. O'Bara, MEng. Assistant Director of Scientific Computing Kitware Inc. 28 Corporate Drive Suite 101 Clifton Park, NY 12065 Phone: (518) 881- 4931 > On Feb 28, 2018, at 10:20 AM, Ahmed Muhsin wrote: > > Hello, > > I have been trying to get the superbuild installed on my Ubuntu 16.04 machine. I haven?t had any success using my system?s qt5 so I unticked that option and the installation was able to complete. However when I try to run ctest -R cpack I get a ?No tests were found? error. > > At this point I can run modelbuilder from buildfolder/install/lib with required plugins loaded but it does not recognize cmb files as supported files. Also when I go ahead and open a cmb file (test2d.cmb) in modelbuilder the app crashes and closes out with the following error: > > In buildfolder/superbuild/paraview/src/ParaViewCore/ServerImplementation/Core/vtkSIProxy.cxx, line 377 > vtkSISourceProxy (0x4666470): Failed to create 'vtkCMBGeometryReader'. This typically means that ParaView does not know about the request class to create an instance of if. Ensure that it has been correctly wrapped using the client-server wrappers and the wrapping has been initialized. Note class names are case-sensitive. Check for typos. Aborting for debugging purposes. > > Thanks in advance. > Ahmed > > > > Nothing in this message is intended to constitute an electronic signature unless a specific statement to the contrary is included in this message. > > Confidentiality Note: This message is intended only for the person or entity to which it is addressed. It may contain confidential and/or privileged material. Any review, transmission, dissemination or other use, or taking of any action in reliance upon this message by persons or entities other than the intended recipient is prohibited and may be unlawful. If you received this message in error, please contact the sender and delete it from your computer. _______________________________________________ > Cmb-users mailing list > Cmb-users at computationalmodelbuilder.org > https://computationalmodelbuilder.org/mailman/listinfo/cmb-users -------------- next part -------------- An HTML attachment was scrubbed... URL: