EPICS Controls Argonne National Laboratory

Experimental Physics and
Industrial Control System

1994  1995  1996  1997  1998  1999  2000  2001  2002  2003  2004  2005  2006  2007  2008  2009  2010  2011  2012  2013  2014  <20152016  2017  2018  2019  2020  2021  2022  2023  2024  Index 1994  1995  1996  1997  1998  1999  2000  2001  2002  2003  2004  2005  2006  2007  2008  2009  2010  2011  2012  2013  2014  <20152016  2017  2018  2019  2020  2021  2022  2023  2024 
<== Date ==> <== Thread ==>

Subject: Re: Problem building epics base under CentOS 5.6
From: Andrew Johnson <[email protected]>
To: GONG Yu <[email protected]>, <[email protected]>
Date: Mon, 26 Jan 2015 15:53:01 -0600
On 01/23/2015 09:57 PM, GONG Yu wrote:
> I run into an error when I build EPICS base-3.14.12 on a 32-bit laptop with CentOS 5.6.
> Can anyone help in this error code:
> ###################################################################
> In file included from ../../../src/libCom/cxxTemplates/resourceLib.cpp:22:
> ../../../src/libCom/cxxTemplates/resourceLib.h:33:15: warning: new: No such file or directory
> ../../../src/libCom/cxxTemplates/resourceLib.h:34:20: warning: typeinfo: No such file or directory
> ../../../src/libCom/cxxTemplates/resourceLib.h: In member function ‘void resTable<T, ID>::show(unsigned int) const’:
> ../../../src/libCom/cxxTemplates/resourceLib.h:378: error: must #include <typeinfo> before using typeid

The first two errors here imply that your C++ installation does not have
the standard C++ library headers new or typeinfo installed, and the last
error tells me that the compiler expects those headers to be available.
I don't have access to a CenOS 5.6 system so I don't know for sure that
this will work, but I think you should be able to install those headers
by running
    yum install libstdc++-devel
as root (or using sudo).

I would recommend that you install the latest version (base-3.14.12.4)
instead though, it has a number of bug fixes included.

- Andrew
-- 
Doctorow's Law: Anytime someone puts a lock on something you own,
    against your wishes, and doesn't give you the key, they're
    not doing it for your benefit.

Replies:
Re: Re: Problem building epics base under CentOS 5.6 GONG Yu
References:
Problem building epics base under CentOS 5.6 GONG Yu

Navigate by Date:
Prev: Re: Alarm annunciation with ALH and other PC based systems Maren Purves
Next: RE: Using asynDriver outside of an EPICS IOC Mark Rivers
Index: 1994  1995  1996  1997  1998  1999  2000  2001  2002  2003  2004  2005  2006  2007  2008  2009  2010  2011  2012  2013  2014  <20152016  2017  2018  2019  2020  2021  2022  2023  2024 
Navigate by Thread:
Prev: Problem building epics base under CentOS 5.6 GONG Yu
Next: Re: Re: Problem building epics base under CentOS 5.6 GONG Yu
Index: 1994  1995  1996  1997  1998  1999  2000  2001  2002  2003  2004  2005  2006  2007  2008  2009  2010  2011  2012  2013  2014  <20152016  2017  2018  2019  2020  2021  2022  2023  2024 
ANJ, 16 Dec 2015 Valid HTML 4.01! · Home · News · About · Base · Modules · Extensions · Distributions · Download ·
· Search · EPICS V4 · IRMIS · Talk · Bugs · Documents · Links · Licensing ·