From michalwozniak at live.ca Tue Jan 17 11:56:48 2017 From: michalwozniak at live.ca (michal wozniak) Date: Tue, 17 Jan 2017 16:56:48 +0000 Subject: [Cmb-users] Qt 5? CMB superbuild Message-ID: Hi, Is it possible to build the CMB SuperBuild using QT 5 or do we still need to stay at 4 ( 4.8.6)? In the guide, the requirement is visual studio 2013, will 2015 cause any problem? Thank you Michal -------------- next part -------------- An HTML attachment was scrubbed... URL: From bob.obara at kitware.com Tue Jan 17 13:23:30 2017 From: bob.obara at kitware.com (Robert Michael O'Bara) Date: Tue, 17 Jan 2017 13:23:30 -0500 Subject: [Cmb-users] Qt 5? CMB superbuild In-Reply-To: References: Message-ID: We are in the process of switching over to QT 5.7 and hope to have it completed by the end of February. Bob Sent from my iPhone > On Jan 17, 2017, at 11:56 AM, michal wozniak wrote: > > Hi, > > > Is it possible to build the CMB SuperBuild using QT 5 or do we still need to stay at 4 ( 4.8.6)? > > In the guide, the requirement is visual studio 2013, will 2015 cause any problem? > > > > Thank you > > Michal > > > > _______________________________________________ > Cmb-users mailing list > Cmb-users at computationalmodelbuilder.org > http://public.kitware.com/mailman/listinfo/cmb-users -------------- next part -------------- An HTML attachment was scrubbed... URL: From michalwozniak at live.ca Fri Jan 27 09:48:42 2017 From: michalwozniak at live.ca (michal wozniak) Date: Fri, 27 Jan 2017 14:48:42 +0000 Subject: [Cmb-users] smtk build fail during cmb superbuild Message-ID: Hi, I am trying to build CMB using the super build but I am getting a failed build error during the SMTK build phase. "Creating library lib\vtkSMTKReaderExt-7.1.lib and object lib\vtkSMTKReaderExt-7.1.exp bin\vtkSMTKReaderExt-7.1.dll : fatal error LNK1169: one or more multiply defined symbols found" building on win 10 using Visual studio 2013, ninja & qt 4.8.6. I have looked a bit through the source code and can't seem to find the cause that could trigger this error. Michal Wozniak -------------- next part -------------- An HTML attachment was scrubbed... URL: -------------- next part -------------- An embedded and charset-unspecified text was scrubbed... Name: smtkError.txt URL: From michalwozniak at live.ca Tue Jan 31 17:27:33 2017 From: michalwozniak at live.ca (michal wozniak) Date: Tue, 31 Jan 2017 22:27:33 +0000 Subject: [Cmb-users] smtk build fail during cmb superbuild In-Reply-To: <1908A492-9221-4415-9D3E-AF1BDCA4E44A@kitware.com> References: , <1908A492-9221-4415-9D3E-AF1BDCA4E44A@kitware.com> Message-ID: Hi, I looked through your CmakeCache (https://open.cdash.org/viewNotes.php?buildid=4733420#!#note3) and saw that you were building in 64 bit. I tried once more in 64 bit and it worked! Then I tried again but this time I enabled cgm (ENABLE_cgm) and it failed during the smtk build. "bin\smtkCGMSession.dll : fatal error LNK1120: 4 unresolved externals" do I need something else to be able to build cmb with cgm? Thank you Michal ________________________________ From: TJ Corona Sent: Friday, January 27, 2017 12:12 PM To: michal wozniak Cc: cmb-users at computationalmodelbuilder.org Subject: Re: [Cmb-users] smtk build fail during cmb superbuild Hi Michal, I just built CMB using the superbuild with the same specs that you listed, and was unable to reproduce the error. CMB superbuild does pull SMTK and CMB from the latest master, so perhaps try a clean build again? Sincerely, T.J. Thomas J. Corona, Ph.D. Kitware, Inc. R&D Engineer 21 Corporate Drive Clifton Park, NY 12065-8662 Phone: 518-881-4443 On Jan 27, 2017, at 9:48 AM, michal wozniak > wrote: Hi, I am trying to build CMB using the super build but I am getting a failed build error during the SMTK build phase. "Creating library lib\vtkSMTKReaderExt-7.1.lib and object lib\vtkSMTKReaderExt-7.1.exp bin\vtkSMTKReaderExt-7.1.dll : fatal error LNK1169: one or more multiply defined symbols found" building on win 10 using Visual studio 2013, ninja & qt 4.8.6. I have looked a bit through the source code and can't seem to find the cause that could trigger this error. Michal Wozniak _______________________________________________ Cmb-users mailing list Cmb-users at computationalmodelbuilder.org http://public.kitware.com/mailman/listinfo/cmb-users -------------- next part -------------- An HTML attachment was scrubbed... URL: -------------- next part -------------- An embedded and charset-unspecified text was scrubbed... Name: cgm_enabled_smtkFailed.txt URL: From tj.corona at kitware.com Tue Jan 31 23:09:17 2017 From: tj.corona at kitware.com (TJ Corona) Date: Tue, 31 Jan 2017 23:09:17 -0500 Subject: [Cmb-users] smtk build fail during cmb superbuild In-Reply-To: References: <1908A492-9221-4415-9D3E-AF1BDCA4E44A@kitware.com> Message-ID: <013AB4A1-68CB-45A8-AFD4-5BA3A7AEA445@kitware.com> Hi Michal, It looks as though CGM does not export its symbols properly on Windows. Perhaps you could try linking against a static build of CGM? Sincerely, T.J. Thomas J. Corona, Ph.D. Kitware, Inc. R&D Engineer 21 Corporate Drive Clifton Park, NY 12065-8662 Phone: 518-881-4443 > On Jan 31, 2017, at 5:27 PM, michal wozniak wrote: > > Hi, > > I looked through your CmakeCache (https://open.cdash.org/viewNotes.php?buildid=4733420#!#note3 ) and saw that you were building in 64 bit. I tried once more in 64 bit and it worked! > > Then I tried again but this time I enabled cgm (ENABLE_cgm) and it failed during the smtk build. > > "bin\smtkCGMSession.dll : fatal error LNK1120: 4 unresolved externals" > > do I need something else to be able to build cmb with cgm? > > Thank you > Michal > > From: TJ Corona > Sent: Friday, January 27, 2017 12:12 PM > To: michal wozniak > Cc: cmb-users at computationalmodelbuilder.org > Subject: Re: [Cmb-users] smtk build fail during cmb superbuild > > Hi Michal, > > I just built CMB using the superbuild with the same specs that you listed, and was unable to reproduce the error. CMB superbuild does pull SMTK and CMB from the latest master, so perhaps try a clean build again? > > Sincerely, > T.J. > > Thomas J. Corona, Ph.D. > Kitware, Inc. > R&D Engineer > 21 Corporate Drive > Clifton Park, NY 12065-8662 > Phone: 518-881-4443 > >> On Jan 27, 2017, at 9:48 AM, michal wozniak > wrote: >> >> Hi, >> >> I am trying to build CMB using the super build but I am getting a failed build error during the SMTK build phase. >> >> "Creating library lib\vtkSMTKReaderExt-7.1.lib and object lib\vtkSMTKReaderExt-7.1.exp >> bin\vtkSMTKReaderExt-7.1.dll : fatal error LNK1169: one or more multiply defined symbols found" >> >> building on win 10 using Visual studio 2013, ninja & qt 4.8.6. >> >> I have looked a bit through the source code and can't seem to find the cause that could trigger this error. >> >> Michal Wozniak >> >> _______________________________________________ >> Cmb-users mailing list >> Cmb-users at computationalmodelbuilder.org >> http://public.kitware.com/mailman/listinfo/cmb-users > -------------- next part -------------- An HTML attachment was scrubbed... URL: