From corey.hart at gm.com Thu Aug 2 14:35:26 2018 From: corey.hart at gm.com (Corey Hart) Date: Thu, 2 Aug 2018 18:35:26 +0000 Subject: [Smtk-developers] smtk/common/TypeName.h is missing header include Message-ID: <7fe9f31a4ec74971ba769f7981d8a1aa@gm.com> Hi All, Trying to compile SMTK (master branch) on Ubuntu 16.04 and I get the following error thrown: smtk/common/TypeName.h fails to compile with error error: must #include before using typeid Simply adding #include to TypeName.h resolves the issue. Here is a patch I made: --- smtk-release/smtk/common/TypeName.h 2018-07-16 12:41:32.6881 82101 -0500 +++ smtk/smtk/common/TypeName.h 2018-07-16 14:38:33.487083640 -0500 @@ -12,6 +12,7 @@ #define smtk_common_TypeName_h #include +#include namespace smtk { I registered this as an issue at https://gitlab.kitware.com/cmb/smtk/issues/173 but noticed it ask I post the problem here first. Thanks, Corey Hart 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 Thu Aug 2 15:58:02 2018 From: bob.obara at kitware.com (Bob Obara) Date: Thu, 2 Aug 2018 15:58:02 -0400 Subject: [Smtk-developers] smtk/common/TypeName.h is missing header include In-Reply-To: <7fe9f31a4ec74971ba769f7981d8a1aa@gm.com> References: <7fe9f31a4ec74971ba769f7981d8a1aa@gm.com> Message-ID: <16575CF7-E043-4D60-A756-AF2C6335F083@kitware.com> Hi Cory, I will get this fix added to SMTK shortly. Thanks! 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 Aug 2, 2018, at 2:35 PM, Corey Hart wrote: > > Hi All, > > Trying to compile SMTK (master branch) on Ubuntu 16.04 and I get the following error thrown: > > smtk/common/TypeName.h fails to compile with error error: must #include before using typeid > > Simply adding > > #include > > to TypeName.h resolves the issue. > > Here is a patch I made: > > --- smtk-release/smtk/common/TypeName.h 2018-07-16 12:41:32.6881 > 82101 -0500 > +++ smtk/smtk/common/TypeName.h > 2018-07-16 14:38:33.487083640 -0500 > @@ -12,6 +12,7 @@ > #define smtk_common_TypeName_h > #include > +#include > namespace smtk > { > > I registered this as an issue at https://gitlab.kitware.com/cmb/smtk/issues/173 but noticed it ask I post the problem here first. > > Thanks, > > Corey Hart > > > 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. _______________________________________________ > Smtk-developers mailing list > Smtk-developers at smtk.org > https://smtk.org/mailman/listinfo/smtk-developers -------------- next part -------------- An HTML attachment was scrubbed... URL: From bob.obara at kitware.com Fri Aug 3 10:21:35 2018 From: bob.obara at kitware.com (Bob Obara) Date: Fri, 3 Aug 2018 10:21:35 -0400 Subject: [Smtk-developers] smtk/common/TypeName.h is missing header include In-Reply-To: <16575CF7-E043-4D60-A756-AF2C6335F083@kitware.com> References: <7fe9f31a4ec74971ba769f7981d8a1aa@gm.com> <16575CF7-E043-4D60-A756-AF2C6335F083@kitware.com> Message-ID: <2B571F6B-E207-4C14-9B88-05C728B5A2A8@kitware.com> Hi Cory, Fix has been merged into master. 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 Aug 2, 2018, at 3:58 PM, Bob Obara wrote: > > Hi Cory, > > I will get this fix added to SMTK shortly. > > Thanks! > > 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 Aug 2, 2018, at 2:35 PM, Corey Hart > wrote: >> >> Hi All, >> >> Trying to compile SMTK (master branch) on Ubuntu 16.04 and I get the following error thrown: >> >> smtk/common/TypeName.h fails to compile with error error: must #include before using typeid >> >> Simply adding >> >> #include >> >> to TypeName.h resolves the issue. >> >> Here is a patch I made: >> >> --- smtk-release/smtk/common/TypeName.h 2018-07-16 12:41:32.6881 >> 82101 -0500 >> +++ smtk/smtk/common/TypeName.h >> 2018-07-16 14:38:33.487083640 -0500 >> @@ -12,6 +12,7 @@ >> #define smtk_common_TypeName_h >> #include >> +#include >> namespace smtk >> { >> >> I registered this as an issue at https://gitlab.kitware.com/cmb/smtk/issues/173 but noticed it ask I post the problem here first. >> >> Thanks, >> >> Corey Hart >> >> >> 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. _______________________________________________ >> Smtk-developers mailing list >> Smtk-developers at smtk.org >> https://smtk.org/mailman/listinfo/smtk-developers -------------- next part -------------- An HTML attachment was scrubbed... URL: From bob.obara at kitware.com Thu Aug 9 08:23:50 2018 From: bob.obara at kitware.com (Bob Obara) Date: Thu, 9 Aug 2018 08:23:50 -0400 Subject: [Smtk-developers] Moving to Discourse Message-ID: Hi Everyone. We decided to transitioned to using Discourse for discussions and announcements related to CMB and SMTK. Please visit discourse.kitware.com to keep up with us; no account is required to view or search and you can use Google to sign in if you prefer not to create a local account in order to post messages. I think this will greatly improve the ability to track and search conversations. 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 -------------- next part -------------- An HTML attachment was scrubbed... URL: