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: | "Pawel Kowalski - BiRa Systems Inc." <[email protected]> |
To: | "'Mark Rivers'" <[email protected]>, <[email protected]> |
Date: | Wed, 2 Dec 2009 10:47:56 -0700 |
Looks like that’s exactly
what it was, installing readline fixed the issue (I don’t know how I
missed this in the documentation). Thank you. From: Mark Rivers
[mailto:[email protected]] 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. |