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: | RE: Building EPICS Base Fails |
From: | "Mark Rivers" <[email protected]> |
To: | "Pawel Kowalski - BiRa Systems Inc." <[email protected]>, <[email protected]> |
Date: | Wed, 2 Dec 2009 11:28:17 -0600 |
I think your error is here: `/root/bin/epics/base/src' ../../../src/libCom/osi/os/default/epicsReadline.c:76:31:
error: readline/readline.h: No such file or directory It cannot find readline.h. That is a system file. I
suspect you have not installed the “readline” package on your Linux
system. You need to do so before you build base. Mark From:
[email protected] [mailto:[email protected]] On Behalf Of Pawel Kowalski - BiRa Systems
Inc. Hello, I
am trying to get a sample epics application built on a openSuse 11 host. When I
got to build epics base I get a compile error (I attached the make log).
What’s strange is that I do have a previous epics installation that I was
playing with that builds just fine. However, I wanted to start from scratch on
this and I’m stuck as to what I am missing. In
addition to the log file I uploaded my epics base directory here (1.5 MB): http://www.bira.com/users/pawel/base.tar.gz Any
help would be appreciated, thank you. |