<?xml version="1.0" encoding="UTF-8"?>
<rss xmlns:content="http://purl.org/rss/1.0/modules/content/" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" xmlns:taxo="http://purl.org/rss/1.0/modules/taxonomy/" version="2.0">
  <channel>
    <title>topic Re: inotify module for HP-UX 11.31 in Operating System - HP-UX</title>
    <link>https://community.hpe.com/t5/operating-system-hp-ux/inotify-module-for-hpux-11-31/m-p/6768150#M494563</link>
    <description>&lt;P&gt;&amp;gt;inotifytools/inotify-nosys.h:153: warning: implicit declaration of function 'syscall'&lt;BR /&gt;&amp;gt;inotifytools.c:330: warning: implicit declaration of function 'close'&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Looks like you are missing some #include.&lt;/P&gt;</description>
    <pubDate>Fri, 24 Jul 2015 21:25:38 GMT</pubDate>
    <dc:creator>Dennis Handly</dc:creator>
    <dc:date>2015-07-24T21:25:38Z</dc:date>
    <item>
      <title>inotify module for HPUX 11.31</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/inotify-module-for-hpux-11-31/m-p/6767071#M494552</link>
      <description>&lt;P&gt;Hi ,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Do we have software depot of inotify for 11.31 ? We are trying to configure Ossec tool which has real time file monitoring ability .&lt;/P&gt;&lt;P&gt;If not am trying to compile one &amp;nbsp;, but am getting following error ;&lt;/P&gt;&lt;P&gt;I have compiled by using the following ;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;On HP-UX, the default C compiler is not ANSI C compatible. If GNU &amp;nbsp; CC is not installed, it is recommended to use the following options in &amp;nbsp; order to use an ANSI C compiler: &amp;nbsp; &amp;nbsp; &amp;nbsp; ./configure CC="cc -Ae -D_XOPEN_SOURCE=500"&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;root #/home/inotify-tools-3.14 &amp;gt;make install&lt;BR /&gt;No suffix list.&lt;BR /&gt;Making install in libinotifytools&lt;BR /&gt;No suffix list.&lt;BR /&gt;Making install in src&lt;BR /&gt;Making install in inotifytools&lt;BR /&gt;No suffix list.&lt;BR /&gt;No suffix list.&lt;BR /&gt;No suffix list.&lt;BR /&gt;No suffix list.&lt;BR /&gt;source='inotifytools.c' object='inotifytools.lo' libtool=yes \&lt;BR /&gt;DEPDIR=.deps depmode=hp2 /bin/sh ../../depcomp \&lt;BR /&gt;/bin/sh ../../libtool --tag=CC --mode=compile cc -Ae -D_XOPEN_SOURCE=500 -DHAVE_CONFIG_H -I. -I../.. -I../../libinotifytools/src/inotifytools -std=c99 -g -c -o inotifytools.lo inotifytools.c&lt;BR /&gt;libtool: compile: cc -Ae -D_XOPEN_SOURCE=500 -DHAVE_CONFIG_H -I. -I../.. -I../../libinotifytools/src/inotifytools -std=c99 -g -c +Maked inotifytools.c -DPIC -o .libs/inotifytools.o&lt;BR /&gt;cc: error 1914: bad form for `-t' option&lt;BR /&gt;*** Error exit code 1&lt;/P&gt;&lt;P&gt;Stop.&lt;BR /&gt;*** Error exit code 1&lt;/P&gt;&lt;P&gt;Stop.&lt;BR /&gt;*** Error exit code 1&lt;/P&gt;&lt;P&gt;Stop.&lt;BR /&gt;*** Error exit code 1&lt;/P&gt;&lt;P&gt;Stop.&lt;/P&gt;</description>
      <pubDate>Wed, 22 Jul 2015 12:43:11 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/inotify-module-for-hpux-11-31/m-p/6767071#M494552</guid>
      <dc:creator>chindi</dc:creator>
      <dc:date>2015-07-22T12:43:11Z</dc:date>
    </item>
    <item>
      <title>Re: inotify module for HPUX 11.31</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/inotify-module-for-hpux-11-31/m-p/6767125#M494553</link>
      <description>&lt;P&gt;Since that is not working I would now try installing GCC.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;You can get it from:&amp;nbsp;&lt;A href="http://mirrors.develooper.com/hpux/downloads.html" target="_blank"&gt;http://mirrors.develooper.com/hpux/downloads.html&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;There are GCC depots for almost all HP-UX versions starting with 10.20.&lt;/P&gt;</description>
      <pubDate>Wed, 22 Jul 2015 14:52:53 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/inotify-module-for-hpux-11-31/m-p/6767125#M494553</guid>
      <dc:creator>Patrick Wallek</dc:creator>
      <dc:date>2015-07-22T14:52:53Z</dc:date>
    </item>
    <item>
      <title>Re: inotify module for HPUX 11.31</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/inotify-module-for-hpux-11-31/m-p/6767132#M494554</link>
      <description>&lt;P&gt;&amp;gt; [...] -std=c99 [...]&lt;BR /&gt;&lt;BR /&gt;&amp;gt; cc: error 1914: bad form for `-t' option&lt;BR /&gt;&lt;BR /&gt;&amp;nbsp;&amp;nbsp; I've not looked at this code (or its builders), so I know nothing,&lt;BR /&gt;but "-std=c99" looks to me more like a valid GCC option than a valid HP&lt;BR /&gt;C option.&amp;nbsp; It's possible that the developers of this stuff (or only&lt;BR /&gt;"libtool"?) really require GCC (or, at least, more that just giving&lt;BR /&gt;"configure" a different "CC" value to work with).&lt;BR /&gt;&lt;BR /&gt;&amp;nbsp;&amp;nbsp; "GNU" and "portable" are spelled differently for a reason.&lt;/P&gt;</description>
      <pubDate>Wed, 22 Jul 2015 14:59:32 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/inotify-module-for-hpux-11-31/m-p/6767132#M494554</guid>
      <dc:creator>Steven Schweda</dc:creator>
      <dc:date>2015-07-22T14:59:32Z</dc:date>
    </item>
    <item>
      <title>Re: inotify module for HPUX 11.31</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/inotify-module-for-hpux-11-31/m-p/6767282#M494555</link>
      <description>&lt;P&gt;root #/home/tejachau/inotify-tools-3.14 &amp;gt;./configure CC=/usr/local/bin/gcc&lt;BR /&gt;checking for a BSD-compatible install... ./install-sh -c&lt;BR /&gt;checking whether build environment is sane... yes&lt;BR /&gt;checking for a thread-safe mkdir -p... ./install-sh -c -d&lt;BR /&gt;checking for gawk... no&lt;BR /&gt;checking for mawk... no&lt;BR /&gt;checking for nawk... no&lt;BR /&gt;checking for awk... awk&lt;BR /&gt;checking whether make sets $(MAKE)... yes&lt;BR /&gt;checking whether make sets $(MAKE)... (cached) yes&lt;BR /&gt;checking for gcc... /usr/local/bin/gcc&lt;BR /&gt;checking for C compiler default output file name... a.out&lt;BR /&gt;checking whether the C compiler works... yes&lt;BR /&gt;checking whether we are cross compiling... no&lt;BR /&gt;checking for suffix of executables...&lt;BR /&gt;checking for suffix of object files... o&lt;BR /&gt;checking whether we are using the GNU C compiler... yes&lt;BR /&gt;checking whether /usr/local/bin/gcc accepts -g... yes&lt;BR /&gt;checking for /usr/local/bin/gcc option to accept ISO C89... none needed&lt;BR /&gt;checking for style of include used by make... GNU&lt;BR /&gt;checking dependency style of /usr/local/bin/gcc... gcc3&lt;BR /&gt;checking build system type... ia64-hp-hpux11.31&lt;BR /&gt;checking host system type... ia64-hp-hpux11.31&lt;BR /&gt;checking for a sed that does not truncate output... /usr/bin/sed&lt;BR /&gt;checking for grep that handles long lines and -e... /usr/bin/grep&lt;BR /&gt;checking for egrep... /usr/bin/grep -E&lt;BR /&gt;checking for fgrep... /usr/bin/grep -F&lt;BR /&gt;checking for ld used by /usr/local/bin/gcc... /usr/ccs/bin/ld&lt;BR /&gt;checking if the linker (/usr/ccs/bin/ld) is GNU ld... no&lt;BR /&gt;checking for BSD- or MS-compatible name lister (nm)... /usr/bin/nm -p&lt;BR /&gt;checking the name lister (/usr/bin/nm -p) interface... BSD nm&lt;BR /&gt;checking whether ln -s works... yes&lt;BR /&gt;checking the maximum length of command line arguments... 1536000&lt;BR /&gt;checking whether the shell understands some XSI constructs... yes&lt;BR /&gt;checking whether the shell understands "+="... no&lt;BR /&gt;checking for /usr/ccs/bin/ld option to reload object files... -r&lt;BR /&gt;checking for objdump... objdump&lt;BR /&gt;checking how to recognize dependent libraries... file_magic (s[0-9][0-9][0-9]|ELF-[0-9][0-9]) shared object file - IA64&lt;BR /&gt;checking for ar... ar&lt;BR /&gt;checking for strip... strip&lt;BR /&gt;checking for ranlib... ranlib&lt;BR /&gt;checking command to parse /usr/bin/nm -p output from /usr/local/bin/gcc object... ok&lt;BR /&gt;checking how to run the C preprocessor... /usr/local/bin/gcc -E&lt;BR /&gt;checking for ANSI C header files... yes&lt;BR /&gt;checking for sys/types.h... yes&lt;BR /&gt;checking for sys/stat.h... yes&lt;BR /&gt;checking for stdlib.h... yes&lt;BR /&gt;checking for string.h... yes&lt;BR /&gt;checking for memory.h... yes&lt;BR /&gt;checking for strings.h... yes&lt;BR /&gt;checking for inttypes.h... yes&lt;BR /&gt;checking for stdint.h... yes&lt;BR /&gt;checking for unistd.h... yes&lt;BR /&gt;checking for dlfcn.h... yes&lt;BR /&gt;checking for objdir... .libs&lt;BR /&gt;checking if /usr/local/bin/gcc supports -fno-rtti -fno-exceptions... no&lt;BR /&gt;checking for /usr/local/bin/gcc option to produce PIC... -fPIC -DPIC&lt;BR /&gt;checking if /usr/local/bin/gcc PIC flag -fPIC -DPIC works... yes&lt;BR /&gt;checking if /usr/local/bin/gcc static flag -static works... no&lt;BR /&gt;checking if /usr/local/bin/gcc supports -c -o file.o... yes&lt;BR /&gt;checking if /usr/local/bin/gcc supports -c -o file.o... (cached) yes&lt;BR /&gt;checking whether the /usr/local/bin/gcc linker (/usr/ccs/bin/ld) supports shared libraries... yes&lt;BR /&gt;checking whether -lc should be explicitly linked in... yes&lt;BR /&gt;checking dynamic linker characteristics... hpux11.31 dld.so&lt;BR /&gt;checking how to hardcode library paths into programs... immediate&lt;BR /&gt;checking whether stripping libraries is possible... no&lt;BR /&gt;checking if libtool supports shared libraries... yes&lt;BR /&gt;checking whether to build shared libraries... yes&lt;BR /&gt;checking whether to build static libraries... yes&lt;BR /&gt;checking for doxygen... NO_DOXYGEN&lt;BR /&gt;checking sys/inotify.h usability... no&lt;BR /&gt;checking sys/inotify.h presence... no&lt;BR /&gt;checking for sys/inotify.h... no&lt;BR /&gt;checking mcheck.h usability... no&lt;BR /&gt;checking mcheck.h presence... no&lt;BR /&gt;checking for mcheck.h... no&lt;BR /&gt;checking whether sys/inotify.h actually works... nope, using own inotify headers&lt;BR /&gt;checking for an ANSI C-conforming const... yes&lt;BR /&gt;checking for inline... inline&lt;BR /&gt;configure: creating ./config.status&lt;BR /&gt;config.status: creating Makefile&lt;BR /&gt;config.status: creating src/Makefile&lt;BR /&gt;config.status: creating man/Makefile&lt;BR /&gt;config.status: creating libinotifytools/Makefile&lt;BR /&gt;config.status: creating libinotifytools/src/Makefile&lt;BR /&gt;config.status: creating libinotifytools/src/inotifytools/Makefile&lt;BR /&gt;config.status: creating config.h&lt;BR /&gt;config.status: creating libinotifytools/src/inotifytools/inotify.h&lt;BR /&gt;config.status: executing depfiles commands&lt;BR /&gt;config.status: executing libtool commands&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;root #/home/tejachau/inotify-tools-3.14 &amp;gt;make&lt;BR /&gt;No suffix list.&lt;BR /&gt;make all-recursive&lt;BR /&gt;No suffix list.&lt;BR /&gt;Making all in libinotifytools&lt;BR /&gt;No suffix list.&lt;BR /&gt;Making all in src&lt;BR /&gt;Making all in inotifytools&lt;BR /&gt;No suffix list.&lt;BR /&gt;make all-am&lt;BR /&gt;No suffix list.&lt;BR /&gt;No suffix list.&lt;BR /&gt;No suffix list.&lt;BR /&gt;/bin/sh ../../libtool --tag=CC --mode=compile /usr/local/bin/gcc -DHAVE_CONFIG_H -I. -I../.. -I../../libinotifytools/src/inotifytools -std=c99 -g -O2 -MT inotifytools.lo -MD -MP -MF .deps/inotifytools.Tpo -c -o inotifytools.lo inotifytools.c&lt;BR /&gt;libtool: compile: /usr/local/bin/gcc -DHAVE_CONFIG_H -I. -I../.. -I../../libinotifytools/src/inotifytools -std=c99 -g -O2 -MT inotifytools.lo -MD -MP -MF .deps/inotifytools.Tpo -c inotifytools.c -fPIC -DPIC -o .libs/inotifytools.o&lt;BR /&gt;In file included from inotifytools.c:31:&lt;BR /&gt;/usr/include/regex.h:118: error: static or type qualifiers in abstract declarator&lt;BR /&gt;In file included from inotifytools/inotify.h:12,&lt;BR /&gt;from inotifytools.c:34:&lt;BR /&gt;inotifytools/inotify-nosys.h:27: error: expected ':', ',', ';', '}' or '__attribute__' before '__flexarr'&lt;BR /&gt;inotifytools/inotify-nosys.h: In function 'inotify_init':&lt;BR /&gt;inotifytools/inotify-nosys.h:153: warning: implicit declaration of function 'syscall'&lt;BR /&gt;inotifytools.c: In function 'inotifytools_cleanup':&lt;BR /&gt;inotifytools.c:330: warning: implicit declaration of function 'close'&lt;BR /&gt;inotifytools.c: In function 'replace_filename':&lt;BR /&gt;inotifytools.c:383: warning: implicit declaration of function 'asprintf'&lt;BR /&gt;inotifytools.c: In function 'onestr_to_event':&lt;BR /&gt;inotifytools.c:563: warning: implicit declaration of function 'strcasecmp'&lt;BR /&gt;inotifytools.c: In function 'inotifytools_set_filename_by_wd':&lt;BR /&gt;inotifytools.c:812: warning: implicit declaration of function 'strdup'&lt;BR /&gt;inotifytools.c:812: warning: assignment makes pointer from integer without a cast&lt;BR /&gt;inotifytools.c: In function 'inotifytools_set_filename_by_filename':&lt;BR /&gt;inotifytools.c:834: warning: assignment makes pointer from integer without a cast&lt;BR /&gt;inotifytools.c: In function 'create_watch':&lt;BR /&gt;inotifytools.c:892: warning: assignment makes pointer from integer without a cast&lt;BR /&gt;inotifytools.c: In function 'inotifytools_watch_files':&lt;BR /&gt;inotifytools.c:1002: warning: assignment makes pointer from integer without a cast&lt;BR /&gt;inotifytools.c: In function 'inotifytools_next_events':&lt;BR /&gt;inotifytools.c:1164: error: expected '=', ',', ';', 'asm' or '__attribute__' before 'read_fds'&lt;BR /&gt;inotifytools.c:1164: error: 'read_fds' undeclared (first use in this function)&lt;BR /&gt;inotifytools.c:1164: error: (Each undeclared identifier is reported only once&lt;BR /&gt;inotifytools.c:1164: error: for each function it appears in.)&lt;BR /&gt;inotifytools.c:1166: error: storage size of 'read_timeout' isn't known&lt;BR /&gt;inotifytools.c:1172: warning: implicit declaration of function 'FD_ZERO'&lt;BR /&gt;inotifytools.c:1173: warning: implicit declaration of function 'FD_SET'&lt;BR /&gt;inotifytools.c:1174: warning: implicit declaration of function 'select'&lt;BR /&gt;inotifytools.c:1188: warning: implicit declaration of function 'ioctl'&lt;BR /&gt;inotifytools.c:1188: error: 'FIONREAD' undeclared (first use in this function)&lt;BR /&gt;inotifytools.c:1197: warning: implicit declaration of function 'read'&lt;BR /&gt;inotifytools.c: In function 'inotifytools_watch_recursively_with_exclude':&lt;BR /&gt;inotifytools.c:1288: error: 'DIR' undeclared (first use in this function)&lt;BR /&gt;inotifytools.c:1288: error: 'dir' undeclared (first use in this function)&lt;BR /&gt;inotifytools.c:1291: warning: implicit declaration of function 'opendir'&lt;BR /&gt;inotifytools.c:1294: error: 'ENOTDIR' undeclared (first use in this function)&lt;BR /&gt;inotifytools.c:1312: error: storage size of 'my_stat' isn't known&lt;BR /&gt;inotifytools.c:1313: warning: implicit declaration of function 'readdir'&lt;BR /&gt;inotifytools.c:1313: warning: assignment makes pointer from integer without a cast&lt;BR /&gt;inotifytools.c:1316: error: dereferencing pointer to incomplete type&lt;BR /&gt;inotifytools.c:1317: error: dereferencing pointer to incomplete type&lt;BR /&gt;inotifytools.c:1318: error: dereferencing pointer to incomplete type&lt;BR /&gt;inotifytools.c:1319: warning: implicit declaration of function 'lstat64'&lt;BR /&gt;inotifytools.c:1322: error: 'EACCES' undeclared (first use in this function)&lt;BR /&gt;inotifytools.c:1325: warning: implicit declaration of function 'closedir'&lt;BR /&gt;inotifytools.c:1329: warning: implicit declaration of function 'S_ISDIR'&lt;BR /&gt;inotifytools.c:1330: warning: implicit declaration of function 'S_ISLNK'&lt;BR /&gt;inotifytools.c:1332: error: dereferencing pointer to incomplete type&lt;BR /&gt;inotifytools.c:1359: error: 'ENOENT' undeclared (first use in this function)&lt;BR /&gt;inotifytools.c:1360: error: 'ELOOP' undeclared (first use in this function)&lt;BR /&gt;inotifytools.c:1373: warning: assignment makes pointer from integer without a cast&lt;BR /&gt;inotifytools.c: In function 'isdir':&lt;BR /&gt;inotifytools.c:1598: error: storage size of 'my_stat' isn't known&lt;BR /&gt;inotifytools.c:1601: error: 'ENOENT' undeclared (first use in this function)&lt;BR /&gt;inotifytools.c: In function 'inotifytools_snprintf':&lt;BR /&gt;inotifytools.c:1826: error: 'struct inotify_event' has no member named 'name'&lt;BR /&gt;inotifytools.c:1836: error: 'EINVAL' undeclared (first use in this function)&lt;BR /&gt;inotifytools.c:1840: error: 'EMSGSIZE' undeclared (first use in this function)&lt;BR /&gt;inotifytools.c: In function 'inotifytools_ignore_events_by_regex':&lt;BR /&gt;inotifytools.c:2021: error: 'EINVAL' undeclared (first use in this function)&lt;BR /&gt;*** Error exit code 1&lt;/P&gt;&lt;P&gt;Stop.&lt;BR /&gt;*** Error exit code 1&lt;/P&gt;&lt;P&gt;Stop.&lt;BR /&gt;*** Error exit code 1&lt;/P&gt;&lt;P&gt;Stop.&lt;BR /&gt;*** Error exit code 1&lt;/P&gt;&lt;P&gt;Stop.&lt;BR /&gt;*** Error exit code 1&lt;/P&gt;&lt;P&gt;Stop.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Now afetr gcc installed am getting above error in "make"&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Thu, 23 Jul 2015 05:03:14 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/inotify-module-for-hpux-11-31/m-p/6767282#M494555</guid>
      <dc:creator>chindi</dc:creator>
      <dc:date>2015-07-23T05:03:14Z</dc:date>
    </item>
    <item>
      <title>Re: inotify module for HPUX 11.31</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/inotify-module-for-hpux-11-31/m-p/6767293#M494556</link>
      <description>&lt;P&gt;&amp;gt; Now afetr gcc installed am getting above error in "make"&lt;BR /&gt;&lt;BR /&gt;&amp;nbsp;&amp;nbsp; What, exactly, did you install?&amp;nbsp; How?&amp;nbsp; Do you have any evidence that&lt;BR /&gt;your new GCC actually works?&amp;nbsp; Can you compile/link/run a simple test&lt;BR /&gt;program with it?&lt;/P&gt;</description>
      <pubDate>Thu, 23 Jul 2015 05:28:50 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/inotify-module-for-hpux-11-31/m-p/6767293#M494556</guid>
      <dc:creator>Steven Schweda</dc:creator>
      <dc:date>2015-07-23T05:28:50Z</dc:date>
    </item>
    <item>
      <title>Re: inotify module for HPUX 11.31</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/inotify-module-for-hpux-11-31/m-p/6767297#M494557</link>
      <description>&lt;P&gt;root #/home/tejachau/inotify-tools-3.14/libinotifytools/src &amp;gt;/usr/local/bin/gcc --version&lt;BR /&gt;gcc (GCC) 4.2.3&lt;BR /&gt;Copyright (C) 2007 Free Software Foundation, Inc.&lt;BR /&gt;This is free software; see the source for copying conditions. There is NO&lt;BR /&gt;warranty; not even for MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Where can i upload the source tar ?&lt;/P&gt;&lt;P&gt;We have cleard some syntax issues but stuck at one point .&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Thu, 23 Jul 2015 05:39:15 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/inotify-module-for-hpux-11-31/m-p/6767297#M494557</guid>
      <dc:creator>chindi</dc:creator>
      <dc:date>2015-07-23T05:39:15Z</dc:date>
    </item>
    <item>
      <title>Re: inotify module for HPUX 11.31</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/inotify-module-for-hpux-11-31/m-p/6767368#M494558</link>
      <description>&lt;P&gt;Hi Dennis ,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Any clue would be great , stuck here :(&lt;/P&gt;&lt;P&gt;PFA inotify source tar file.&lt;/P&gt;</description>
      <pubDate>Thu, 23 Jul 2015 07:25:34 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/inotify-module-for-hpux-11-31/m-p/6767368#M494558</guid>
      <dc:creator>chindi</dc:creator>
      <dc:date>2015-07-23T07:25:34Z</dc:date>
    </item>
    <item>
      <title>Re: inotify module for HPUX 11.31</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/inotify-module-for-hpux-11-31/m-p/6767874#M494559</link>
      <description>&lt;P&gt;&amp;gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; What, exactly, did you install?&amp;nbsp; How?&amp;nbsp; Do you have any evidence that&lt;BR /&gt;&amp;gt; your new GCC actually works?&amp;nbsp; Can you compile/link/run a simple test&lt;BR /&gt;&amp;gt; program with it?&lt;BR /&gt;&lt;BR /&gt;&amp;gt; root #/home/tejachau/inotify-tools-3.14/libinotifytools/src &amp;gt;/usr/local/bin/gcc --version&lt;BR /&gt;&amp;gt; gcc (GCC) 4.2.3&lt;BR /&gt;&lt;BR /&gt;&amp;nbsp;&amp;nbsp; It's nice that "gcc --version" works, but I still don't know if you&lt;BR /&gt;can compile/link/run a simple test program using your new GCC.&amp;nbsp; With so&lt;BR /&gt;many of those "warning: implicit declaration of function &amp;lt;blah&amp;gt;"&lt;BR /&gt;complaints, there seems to be something very basic wrong with the&lt;BR /&gt;compiler, the code, or the builders.&lt;BR /&gt;&lt;BR /&gt;&amp;gt; Where can i upload the source tar ?&lt;BR /&gt;&lt;BR /&gt;&amp;nbsp;&amp;nbsp; What, exactly, do you want to "upload" (download?)?&lt;BR /&gt;&lt;BR /&gt;&amp;gt; We have cleard some syntax issues but stuck at one point .&lt;BR /&gt;&lt;BR /&gt;&amp;nbsp;&amp;nbsp; With my weak psychic powers, I don't know what you changed, or what&lt;BR /&gt;happened before you made any changes.&amp;nbsp; (I also don't know where you got&lt;BR /&gt;your source kit.)&lt;BR /&gt;&lt;BR /&gt;&amp;gt; Any clue would be great , stuck here :(&lt;/P&gt;&lt;P&gt;&lt;BR /&gt;&amp;nbsp;&amp;nbsp; You first.&amp;nbsp; I still don't know if you can compile/link/run a simple&lt;BR /&gt;test program using your new GCC.&lt;BR /&gt;&lt;BR /&gt;&amp;gt; inotify-tools-3.14.txt #351 KB&lt;BR /&gt;&lt;BR /&gt;&amp;nbsp;&amp;nbsp; Is that a .tar.gz compressed archive?&amp;nbsp; Before or after you started&lt;BR /&gt;playing with the sources?&lt;/P&gt;</description>
      <pubDate>Fri, 24 Jul 2015 06:58:30 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/inotify-module-for-hpux-11-31/m-p/6767874#M494559</guid>
      <dc:creator>Steven Schweda</dc:creator>
      <dc:date>2015-07-24T06:58:30Z</dc:date>
    </item>
    <item>
      <title>Re: inotify module for HP-UX 11.31</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/inotify-module-for-hpux-11-31/m-p/6767893#M494560</link>
      <description>&lt;P&gt;&amp;gt;Is that a .tar.gz compressed archive?&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Sure looks like it.&lt;/P&gt;&lt;P&gt;For the forum to give us a clue, it should have been named:&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; inotify-tools-3.14.tar.gz.txt&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;gt;gcc (GCC) 4.2.3&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Is this a gcc specifically for 11.31?&amp;nbsp; Otherwise you need to fix the headers.&lt;/P&gt;&lt;P&gt;&lt;A href="http://h30499.www3.hp.com/t5/tag/mkheaders/tg-p" target="_blank"&gt;http://h30499.www3.hp.com/t5/tag/mkheaders/tg-p&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&lt;A href="http://h30499.www3.hp.com/t5/Languages-and-Scripting/How-to-adjust-AllianceOne-gcc-on-11-31-ia64/m-p/6569894" target="_blank"&gt;http://h30499.www3.hp.com/t5/Languages-and-Scripting/How-to-adjust-AllianceOne-gcc-on-11-31-ia64/m-p/6569894&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&lt;A href="http://h30499.www3.hp.com/t5/Languages-and-Scripting/gcc-error/m-p/3549796#M12739" target="_blank"&gt;http://h30499.www3.hp.com/t5/Languages-and-Scripting/gcc-error/m-p/3549796#M12739&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&lt;A href="http://h30499.www3.hp.com/t5/Languages-and-Scripting/gcc-error/m-p/3549796#M12739" target="_blank"&gt;http://h30499.www3.hp.com/t5/Languages-and-Scripting/gcc-error/m-p/3549796#M12739&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&lt;A href="http://h30499.www3.hp.com/t5/Languages-and-Scripting/Install-Doxygen/m-p/4701097#M28745" target="_blank"&gt;http://h30499.www3.hp.com/t5/Languages-and-Scripting/Install-Doxygen/m-p/4701097#M28745&lt;/A&gt;&lt;/P&gt;</description>
      <pubDate>Fri, 24 Jul 2015 08:48:48 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/inotify-module-for-hpux-11-31/m-p/6767893#M494560</guid>
      <dc:creator>Dennis Handly</dc:creator>
      <dc:date>2015-07-24T08:48:48Z</dc:date>
    </item>
    <item>
      <title>Re: inotify module for HP-UX 11.31</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/inotify-module-for-hpux-11-31/m-p/6767921#M494561</link>
      <description>&lt;P&gt;Hi Dennis ,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Yes my mistake should have renamed it to&amp;nbsp;&lt;SPAN&gt;inotify-tools-3.14.tar.gz.txt&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;GCC is working please check below ;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;root #/home/tejachau/inotify-tools-3.14 &amp;gt;cat test.c&lt;BR /&gt;#include &amp;lt;stdio.h&amp;gt;&lt;/P&gt;&lt;P&gt;int main() {&lt;BR /&gt;printf("Hello, world!\n");&lt;BR /&gt;return 0;&lt;BR /&gt;}&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;root #/home/tejachau/inotify-tools-3.14 &amp;gt;gcc test.c -o test&lt;/P&gt;&lt;P&gt;root #/home/tejachau/inotify-tools-3.14 &amp;gt;./test&lt;BR /&gt;Hello, world!&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Fri, 24 Jul 2015 09:47:46 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/inotify-module-for-hpux-11-31/m-p/6767921#M494561</guid>
      <dc:creator>chindi</dc:creator>
      <dc:date>2015-07-24T09:47:46Z</dc:date>
    </item>
    <item>
      <title>Re: inotify module for HP-UX 11.31</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/inotify-module-for-hpux-11-31/m-p/6767923#M494562</link>
      <description>&lt;P&gt;Hi Dennis,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Am stuck here ;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;root #/home/tejachau/inotify-tools-3.14 &amp;gt;make&lt;/P&gt;&lt;P&gt;&lt;BR /&gt;No suffix list.&lt;BR /&gt;make all-recursive&lt;BR /&gt;No suffix list.&lt;BR /&gt;Making all in libinotifytools&lt;BR /&gt;No suffix list.&lt;BR /&gt;Making all in src&lt;BR /&gt;Making all in inotifytools&lt;BR /&gt;No suffix list.&lt;BR /&gt;make all-am&lt;BR /&gt;No suffix list.&lt;BR /&gt;/bin/sh ../../libtool --tag=CC --mode=compile /usr/local/bin/gcc -DHAVE_CONFIG_H -I. -I../.. -I../../libinotifytools/src/inotifytools -std=c99 -g -O2 -MT inotifytools.lo -MD -MP -MF .deps/inotifytools.Tpo -c -o inotifytools.lo inotifytools.c&lt;BR /&gt;libtool: compile: /usr/local/bin/gcc -DHAVE_CONFIG_H -I. -I../.. -I../../libinotifytools/src/inotifytools -std=c99 -g -O2 -MT inotifytools.lo -MD -MP -MF .deps/inotifytools.Tpo -c inotifytools.c -fPIC -DPIC -o .libs/inotifytools.o&lt;BR /&gt;In file included from inotifytools.c:31:&lt;BR /&gt;/usr/include/regex.h:118: error: static or type qualifiers in abstract declarator&lt;BR /&gt;In file included from inotifytools/inotify.h:12,&lt;BR /&gt;from inotifytools.c:34:&lt;BR /&gt;inotifytools/inotify-nosys.h: In function 'inotify_init':&lt;BR /&gt;inotifytools/inotify-nosys.h:153: warning: implicit declaration of function 'syscall'&lt;BR /&gt;inotifytools.c: In function 'inotifytools_cleanup':&lt;BR /&gt;inotifytools.c:330: warning: implicit declaration of function 'close'&lt;BR /&gt;inotifytools.c: In function 'replace_filename':&lt;BR /&gt;inotifytools.c:383: warning: implicit declaration of function 'asprintf'&lt;BR /&gt;inotifytools.c: In function 'onestr_to_event':&lt;BR /&gt;inotifytools.c:563: warning: implicit declaration of function 'strcasecmp'&lt;BR /&gt;inotifytools.c: In function 'inotifytools_set_filename_by_wd':&lt;BR /&gt;inotifytools.c:812: warning: implicit declaration of function 'strdup'&lt;BR /&gt;inotifytools.c:812: warning: assignment makes pointer from integer without a cast&lt;BR /&gt;inotifytools.c: In function 'inotifytools_set_filename_by_filename':&lt;BR /&gt;inotifytools.c:834: warning: assignment makes pointer from integer without a cast&lt;BR /&gt;inotifytools.c: In function 'create_watch':&lt;BR /&gt;inotifytools.c:892: warning: assignment makes pointer from integer without a cast&lt;BR /&gt;inotifytools.c: In function 'inotifytools_watch_files':&lt;BR /&gt;inotifytools.c:1002: warning: assignment makes pointer from integer without a cast&lt;BR /&gt;inotifytools.c: In function 'inotifytools_next_events':&lt;BR /&gt;inotifytools.c:1164: warning: type defaults to 'int' in declaration of 'fd_set'&lt;BR /&gt;inotifytools.c:1164: warning: type defaults to 'int' in declaration of 'read_fds'&lt;BR /&gt;inotifytools.c:1166: error: storage size of 'read_timeout' isn't known&lt;BR /&gt;inotifytools.c:1172: warning: implicit declaration of function 'FD_ZERO'&lt;BR /&gt;inotifytools.c:1173: warning: implicit declaration of function 'FD_SET'&lt;BR /&gt;inotifytools.c:1174: warning: implicit declaration of function 'select'&lt;BR /&gt;inotifytools.c:1188: warning: implicit declaration of function 'ioctl'&lt;BR /&gt;inotifytools.c:1188: error: 'FIONREAD' undeclared (first use in this function)&lt;BR /&gt;inotifytools.c:1188: error: (Each undeclared identifier is reported only once&lt;BR /&gt;inotifytools.c:1188: error: for each function it appears in.)&lt;BR /&gt;inotifytools.c:1197: warning: implicit declaration of function 'read'&lt;BR /&gt;inotifytools.c: In function 'inotifytools_watch_recursively_with_exclude':&lt;BR /&gt;inotifytools.c:1288: error: 'DIR' undeclared (first use in this function)&lt;BR /&gt;inotifytools.c:1288: error: 'dir' undeclared (first use in this function)&lt;BR /&gt;inotifytools.c:1291: warning: implicit declaration of function 'opendir'&lt;BR /&gt;inotifytools.c:1294: error: 'ENOTDIR' undeclared (first use in this function)&lt;BR /&gt;inotifytools.c:1312: error: storage size of 'my_stat' isn't known&lt;BR /&gt;inotifytools.c:1313: warning: implicit declaration of function 'readdir'&lt;BR /&gt;inotifytools.c:1313: warning: assignment makes pointer from integer without a cast&lt;BR /&gt;inotifytools.c:1316: error: dereferencing pointer to incomplete type&lt;BR /&gt;inotifytools.c:1317: error: dereferencing pointer to incomplete type&lt;BR /&gt;inotifytools.c:1318: error: dereferencing pointer to incomplete type&lt;BR /&gt;inotifytools.c:1319: warning: implicit declaration of function 'lstat64'&lt;BR /&gt;inotifytools.c:1322: error: 'EACCES' undeclared (first use in this function)&lt;BR /&gt;inotifytools.c:1325: warning: implicit declaration of function 'closedir'&lt;BR /&gt;inotifytools.c:1329: warning: implicit declaration of function 'S_ISDIR'&lt;BR /&gt;inotifytools.c:1330: warning: implicit declaration of function 'S_ISLNK'&lt;BR /&gt;inotifytools.c:1332: error: dereferencing pointer to incomplete type&lt;BR /&gt;inotifytools.c:1359: error: 'ENOENT' undeclared (first use in this function)&lt;BR /&gt;inotifytools.c:1360: error: 'ELOOP' undeclared (first use in this function)&lt;BR /&gt;inotifytools.c:1373: warning: assignment makes pointer from integer without a cast&lt;BR /&gt;inotifytools.c: In function 'isdir':&lt;BR /&gt;inotifytools.c:1598: error: storage size of 'my_stat' isn't known&lt;BR /&gt;inotifytools.c:1601: error: 'ENOENT' undeclared (first use in this function)&lt;BR /&gt;inotifytools.c: In function 'inotifytools_snprintf':&lt;BR /&gt;inotifytools.c:1826: error: 'struct inotify_event' has no member named 'name'&lt;BR /&gt;inotifytools.c:1836: error: 'EINVAL' undeclared (first use in this function)&lt;BR /&gt;inotifytools.c:1840: error: 'EMSGSIZE' undeclared (first use in this function)&lt;BR /&gt;inotifytools.c: In function 'inotifytools_ignore_events_by_regex':&lt;BR /&gt;inotifytools.c:2021: error: 'EINVAL' undeclared (first use in this function)&lt;BR /&gt;*** Error exit code 1&lt;/P&gt;&lt;P&gt;Stop.&lt;BR /&gt;*** Error exit code 1&lt;/P&gt;&lt;P&gt;Stop.&lt;BR /&gt;*** Error exit code 1&lt;/P&gt;&lt;P&gt;Stop.&lt;BR /&gt;*** Error exit code 1&lt;/P&gt;&lt;P&gt;Stop.&lt;BR /&gt;*** Error exit code 1&lt;/P&gt;&lt;P&gt;Stop.&lt;/P&gt;</description>
      <pubDate>Fri, 24 Jul 2015 09:50:08 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/inotify-module-for-hpux-11-31/m-p/6767923#M494562</guid>
      <dc:creator>chindi</dc:creator>
      <dc:date>2015-07-24T09:50:08Z</dc:date>
    </item>
    <item>
      <title>Re: inotify module for HP-UX 11.31</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/inotify-module-for-hpux-11-31/m-p/6768150#M494563</link>
      <description>&lt;P&gt;&amp;gt;inotifytools/inotify-nosys.h:153: warning: implicit declaration of function 'syscall'&lt;BR /&gt;&amp;gt;inotifytools.c:330: warning: implicit declaration of function 'close'&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Looks like you are missing some #include.&lt;/P&gt;</description>
      <pubDate>Fri, 24 Jul 2015 21:25:38 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/inotify-module-for-hpux-11-31/m-p/6768150#M494563</guid>
      <dc:creator>Dennis Handly</dc:creator>
      <dc:date>2015-07-24T21:25:38Z</dc:date>
    </item>
    <item>
      <title>Re: inotify module for HP-UX 11.31</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/inotify-module-for-hpux-11-31/m-p/6768620#M494564</link>
      <description>&lt;P&gt;Hi Dennis ,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Can you guide me which inlcude am missing ?&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Mon, 27 Jul 2015 05:28:40 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/inotify-module-for-hpux-11-31/m-p/6768620#M494564</guid>
      <dc:creator>chindi</dc:creator>
      <dc:date>2015-07-27T05:28:40Z</dc:date>
    </item>
    <item>
      <title>Re: inotify module for HP-UX 11.31</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/inotify-module-for-hpux-11-31/m-p/6768694#M494565</link>
      <description>&lt;P&gt;&amp;gt;Can you guide me which include am missing?&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Start at the top:&lt;/P&gt;&lt;P&gt;/usr/include/regex.h:118: error: static or type qualifiers in abstract declarator&lt;BR /&gt;In file included from inotifytools/inotify.h:12,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;What's on line line 118 regex.h?&amp;nbsp; Any types that haven't been defined?&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;inotifytools/inotify-nosys.h:153: warning: implicit declaration of function 'syscall'&lt;BR /&gt;inotifytools.c:330: warning: implicit declaration of function 'close'&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;close(2) is defined in unistd.h.&amp;nbsp; sys/syscall.h for syscall(2).&lt;/P&gt;</description>
      <pubDate>Mon, 27 Jul 2015 09:34:19 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/inotify-module-for-hpux-11-31/m-p/6768694#M494565</guid>
      <dc:creator>Dennis Handly</dc:creator>
      <dc:date>2015-07-27T09:34:19Z</dc:date>
    </item>
    <item>
      <title>Re: inotify module for HP-UX 11.31</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/inotify-module-for-hpux-11-31/m-p/6768710#M494566</link>
      <description>&lt;P&gt;&lt;SPAN&gt;/usr/include/regex.h:118&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;extern &amp;nbsp;int &amp;nbsp; &amp;nbsp; regexec __((const regex_t * __restrict, const char * __restrict, size_t, regmatch_t [__restrict], int));&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;inotifytools/inotify-nosys.h:153&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;return syscall (__NR_inotify_init);&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Mon, 27 Jul 2015 10:23:22 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/inotify-module-for-hpux-11-31/m-p/6768710#M494566</guid>
      <dc:creator>chindi</dc:creator>
      <dc:date>2015-07-27T10:23:22Z</dc:date>
    </item>
    <item>
      <title>Re: inotify module for HP-UX 11.31</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/inotify-module-for-hpux-11-31/m-p/6768869#M494567</link>
      <description>&lt;P&gt;&amp;gt;extern &amp;nbsp;int &amp;nbsp; &amp;nbsp; regexec __((const regex_t * __restrict, const char * __restrict, size_t, regmatch_t [__restrict], int));&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Compile with -E and save the stdout and check if regex_t and regmatch_t are defined before that line.&lt;/P&gt;</description>
      <pubDate>Mon, 27 Jul 2015 17:09:18 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/inotify-module-for-hpux-11-31/m-p/6768869#M494567</guid>
      <dc:creator>Dennis Handly</dc:creator>
      <dc:date>2015-07-27T17:09:18Z</dc:date>
    </item>
    <item>
      <title>Re: inotify module for HP-UX 11.31</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/inotify-module-for-hpux-11-31/m-p/6769043#M494568</link>
      <description>&lt;P&gt;Hi Dennis ,&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;Appreciate &amp;nbsp;your patience.&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;But can you be a bit clear about compiling with -E option ?&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Tue, 28 Jul 2015 05:52:04 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/inotify-module-for-hpux-11-31/m-p/6769043#M494568</guid>
      <dc:creator>chindi</dc:creator>
      <dc:date>2015-07-28T05:52:04Z</dc:date>
    </item>
    <item>
      <title>Re: inotify module for HP-UX 11.31</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/inotify-module-for-hpux-11-31/m-p/6769106#M494569</link>
      <description>&lt;P&gt;gcc -c -E -I options -D options itrc_gnu_inotify.c &amp;gt; itrc_gnu_inotify.i&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Then you can look at where things are defined and where used.&lt;/P&gt;&lt;P&gt;The macros have been expanded.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;In my case it uses /usr/local/include/:&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp; 174&amp;nbsp; # 464 "/usr/local/include/regex.h" 3&lt;BR /&gt;&amp;nbsp;&amp;nbsp; 175&amp;nbsp; extern void re_set_registers&lt;/P&gt;&lt;P&gt;...&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp; 185&amp;nbsp; extern int regexec&lt;BR /&gt;&amp;nbsp;&amp;nbsp; 186&amp;nbsp;&amp;nbsp;&amp;nbsp; (const regex_t *preg, const char *string, size_t nmatch, regmatch_t pm&lt;BR /&gt;atch[], int eflags);&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;To find the proper line number, you need to do: 464 + 185 - 175&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Original file:&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp; 464&amp;nbsp; extern void re_set_registers&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp; 465&amp;nbsp;&amp;nbsp;&amp;nbsp; _RE_ARGS ((struct re_pattern_buffer *buffer, struct re_registers *regs,&lt;/P&gt;&lt;P&gt;...&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp; 474&amp;nbsp; extern int regexec&lt;BR /&gt;&amp;nbsp;&amp;nbsp; 475&amp;nbsp;&amp;nbsp;&amp;nbsp; _RE_ARGS ((const regex_t *preg, const char *string, size_t nmatch,&lt;/P&gt;</description>
      <pubDate>Tue, 28 Jul 2015 07:43:49 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/inotify-module-for-hpux-11-31/m-p/6769106#M494569</guid>
      <dc:creator>Dennis Handly</dc:creator>
      <dc:date>2015-07-28T07:43:49Z</dc:date>
    </item>
    <item>
      <title>Re: inotify module for HP-UX 11.31</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/inotify-module-for-hpux-11-31/m-p/6771381#M494570</link>
      <description>&lt;P&gt;Hi Dennis ,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;It was getting too complicated , hence decided to drop this tool .&lt;/P&gt;&lt;P&gt;Looking for another option now . Thanks for the help .&lt;/P&gt;</description>
      <pubDate>Mon, 03 Aug 2015 10:17:41 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/inotify-module-for-hpux-11-31/m-p/6771381#M494570</guid>
      <dc:creator>chindi</dc:creator>
      <dc:date>2015-08-03T10:17:41Z</dc:date>
    </item>
  </channel>
</rss>

