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: build base 3.14.7 on Windows XP under cygwin |
From: | "Jeff Hill" <[email protected]> |
To: | "'Vladimir Sirotenko'" <[email protected]>, <[email protected]> |
Date: | Thu, 12 May 2005 17:43:34 -0600 |
Vladimir,
I typically use the native win32 port of EPICS instead of the cygwin port. The cygwin port uses the cygwin POSIX emulation interfaces layered on WIN32. There have been some problems with that configuration in the past, but I have not played with it recently. There might also be an option to build the native win32 port with cygwin tools, but no one has attempted to create the appropriate EPICS configuration files so far. I have used both visual C++ and the free Borland distribution to build the native win32 port.
Jeff
-----Original Message-----
Hi,
I am trying to build base EPICS 3.14.7 on Windows XP using latest version of cygwin and I just wondering if someone did it lately. It looks like I am doing something wrong because what I saw was: 1) missing file README@vxWorks, I had to import it into the directory base-3.14.7/src/makeBaseApp/top/exampleBoot/ioc from the internet 2) I had to remove line #25 (blank line) from base-3.14.7/src/dbStatic/dbLex.l (otherwise compillation failed) 3) now I have problem with menuConvert.dbd in base-3.14.7/src/bpt directory
$ pwd
$ make cygwin-x86
db_parse returned -1
Can someone give any hint?
Thanks, Vladimir
|