1994 1995 1996 1997 1998 1999 2000 2001 2002 2003 2004 2005 2006 2007 2008 2009 <2010> 2011 2012 2013 2014 2015 2016 2017 2018 2019 2020 2021 2022 2023 2024 2025 | Index | 1994 1995 1996 1997 1998 1999 2000 2001 2002 2003 2004 2005 2006 2007 2008 2009 <2010> 2011 2012 2013 2014 2015 2016 2017 2018 2019 2020 2021 2022 2023 2024 2025 |
<== Date ==> | <== Thread ==> |
---|
Subject: | Build EPICS Base3.14.9 on Windows |
From: | "张玉亮" <[email protected]> |
To: | "tech-talk" <[email protected]> |
Date: | Wed, 1 Dec 2010 21:16:07 +0800 |
Hi all,
I got the following error code when I compiled EPICS Release3.14.9
on windows with GnuMake3.8.1 and ActivePerl5.10.
..\..\..\include\osiWireFormat.h(80) : error C2989: 'AlignedWireRef<T>' : template class has
already been defined as a non-template class
..\..\..\include\osiWireFormat.h(80) : error C2908: explicit specialization;
'AlignedWireRef<T>' has already been instantiated from the primary template
..\..\..\include\osiWireFormat.h(80) : error C2988: unrecognizable template
declaration/definition
..\..\..\include\osiWireFormat.h(107) : error C2244:
'AlignedWireRef<T>::AlignedWireRef<T>::AlignedWireRef<T>' : unable to resolve function
overload
..\..\..\include\osiWireFormat.h(109) : error C2954: template definitions cannot nest
..\..\..\include\osiWireFormat.h(115) : error C2995: 'operator`'' : template function has
already been defined
..\..\..\include\osiWireFormat.h(63) : see declaration of 'operator`'' 2010-12-01
张玉亮
|