EPICS Controls Argonne National Laboratory

Experimental Physics and
Industrial Control System

1994  1995  <19961997  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  Index 1994  1995  <19961997  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 
<== Date ==> <== Thread ==>

Subject: Re: install EPICS on HP faild (sockio.h)
From: MURANAKA Masaki <[email protected]>
To: [email protected]
Cc: [email protected], [email protected]
Date: Thu, 16 May 1996 12:54:20 +0900 (JST)
Hello,

>Should use sys/ioctl.h instead. Add
>following lines in BSlib.c

My Linux-box have a problem like this.

It has no sys/sockio.h but sys/socketio.h in
Slackware based ver1.3.x system.
I don't know others but this problem may be
true in all systems.

Patch in BSlib.c is follows.

25c25
< #include <sys/ioctl.h>
---
> #  include <sys/ioctl.h>
27c27,31
< #include <sys/sockio.h>
---
> #  ifdef linux
> #    include <sys/socketio.h>
> #  else
> #    include <sys/sockio.h>
> #  endif


References:
Re: install EPICS on HP faild (sockio.h) Johnny Tang

Navigate by Date:
Prev: next EPICS meeting in Europe Matthias Clausen DESY -MKV2/KRYK-
Next: [Q] Dynamic link object. MURANAKA Masaki
Index: 1994  1995  <19961997  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 
Navigate by Thread:
Prev: Re: install EPICS on HP faild (sockio.h) Johnny Tang
Next: SCO/Open Desktop Port of EPICS Stefan Hippler
Index: 1994  1995  <19961997  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 
ANJ, 10 Aug 2010 Valid HTML 4.01! · Home · News · About · Base · Modules · Extensions · Distributions · Download ·
· Search · EPICS V4 · IRMIS · Talk · Bugs · Documents · Links · Licensing ·