<?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: libpcap-1.1.1 Compilation in Operating System - HP-UX</title>
    <link>https://community.hpe.com/t5/operating-system-hp-ux/libpcap-1-1-1-compilation/m-p/5275521#M657089</link>
    <description>&amp;gt;extern YYSTYPE yylval;&lt;BR /&gt;&lt;BR /&gt;And is YYSTYPE already defined and what is it?</description>
    <pubDate>Wed, 02 Mar 2011 10:23:04 GMT</pubDate>
    <dc:creator>Dennis Handly</dc:creator>
    <dc:date>2011-03-02T10:23:04Z</dc:date>
    <item>
      <title>libpcap-1.1.1 Compilation</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/libpcap-1-1-1-compilation/m-p/5275518#M657086</link>
      <description>Hi;&lt;BR /&gt;&lt;BR /&gt;I want to compile libpcap and I did following steps&lt;BR /&gt;&lt;BR /&gt;1. ./configure --without-flex --without-bison&lt;BR /&gt;2. make &lt;BR /&gt;&lt;BR /&gt;When I run make command I am getting following error messages&lt;BR /&gt;===============================================&lt;BR /&gt;        ./runlex.sh flex -oscanner.c scanner.l&lt;BR /&gt;        yacc -d grammar.y&lt;BR /&gt;        mv y.tab.c grammar.c&lt;BR /&gt;        mv y.tab.h tokdefs.h&lt;BR /&gt;        gcc -O2 -fpic -I.  -DHAVE_CONFIG_H  -D_U_="__attribute__((unused))" -c scanner.c&lt;BR /&gt;In file included from scanner.l:70:&lt;BR /&gt;tokdefs.h:109: warning: data definition has no type or storage class&lt;BR /&gt;tokdefs.h:110: error: expected '=', ',', ';', 'asm' or '__attribute__' before 'yylval'&lt;BR /&gt;scanner.l:90: error: expected '=', ',', ';', 'asm' or '__attribute__' before 'pcap_lval'&lt;BR /&gt;scanner.l: In function 'yylex':&lt;BR /&gt;scanner.l:335: error: 'pcap_lval' undeclared (first use in this function)&lt;BR /&gt;scanner.l:335: error: (Each undeclared identifier is reported only once&lt;BR /&gt;scanner.l:335: error: for each function it appears in.)&lt;BR /&gt;*** Error exit code 1&lt;BR /&gt;===============================================&lt;BR /&gt;&lt;BR /&gt;I downloaded libpcap from &lt;A href="http://www.tcpdump.org/." target="_blank"&gt;http://www.tcpdump.org/.&lt;/A&gt;&lt;BR /&gt;&lt;BR /&gt;I installed flex in my machine and changed configure and runlex.sh scripts according to it.&lt;BR /&gt;&lt;BR /&gt;Can anybody suggest me what I need to do to remove above errors.&lt;BR /&gt;I installed flex and &lt;BR /&gt;&lt;BR /&gt;</description>
      <pubDate>Wed, 02 Mar 2011 09:42:50 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/libpcap-1-1-1-compilation/m-p/5275518#M657086</guid>
      <dc:creator>Rachakonda.V.S.M.P.Kuma</dc:creator>
      <dc:date>2011-03-02T09:42:50Z</dc:date>
    </item>
    <item>
      <title>Re: libpcap-1.1.1 Compilation</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/libpcap-1-1-1-compilation/m-p/5275519#M657087</link>
      <description>tokdefs.h:109: warning: data definition has no type or storage class&lt;BR /&gt;tokdefs.h:110: error: expected '=', ',', ';', 'asm' or '__attribute__' before 'yylval'&lt;BR /&gt;scanner.l:90: error: expected '=', ',', ';', 'asm' or '__attribute__' before 'pcap_lval'&lt;BR /&gt;&lt;BR /&gt;What's on (or before) these lines?&lt;BR /&gt;Perhaps your yacc grammar is bad?</description>
      <pubDate>Wed, 02 Mar 2011 09:55:08 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/libpcap-1-1-1-compilation/m-p/5275519#M657087</guid>
      <dc:creator>Dennis Handly</dc:creator>
      <dc:date>2011-03-02T09:55:08Z</dc:date>
    </item>
    <item>
      <title>Re: libpcap-1.1.1 Compilation</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/libpcap-1-1-1-compilation/m-p/5275520#M657088</link>
      <description>tokdefs.h:110 and scanner.l:90 are reffering to the below declaration&lt;BR /&gt;&lt;BR /&gt;extern YYSTYPE yylval;</description>
      <pubDate>Wed, 02 Mar 2011 10:10:58 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/libpcap-1-1-1-compilation/m-p/5275520#M657088</guid>
      <dc:creator>Rachakonda.V.S.M.P.Kuma</dc:creator>
      <dc:date>2011-03-02T10:10:58Z</dc:date>
    </item>
    <item>
      <title>Re: libpcap-1.1.1 Compilation</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/libpcap-1-1-1-compilation/m-p/5275521#M657089</link>
      <description>&amp;gt;extern YYSTYPE yylval;&lt;BR /&gt;&lt;BR /&gt;And is YYSTYPE already defined and what is it?</description>
      <pubDate>Wed, 02 Mar 2011 10:23:04 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/libpcap-1-1-1-compilation/m-p/5275521#M657089</guid>
      <dc:creator>Dennis Handly</dc:creator>
      <dc:date>2011-03-02T10:23:04Z</dc:date>
    </item>
    <item>
      <title>Re: libpcap-1.1.1 Compilation</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/libpcap-1-1-1-compilation/m-p/5275522#M657090</link>
      <description>Hi,&lt;BR /&gt;&lt;BR /&gt;You have available a binary depot ready to install in HP-UX:&lt;BR /&gt;&lt;A href="http://hpux.connect.org.uk/hppd/hpux/Networking/Admin/libpcap-1.1.1/" target="_blank"&gt;http://hpux.connect.org.uk/hppd/hpux/Networking/Admin/libpcap-1.1.1/&lt;/A&gt;&lt;BR /&gt;&lt;BR /&gt;Keep attention about package dependencies (bison, flex) also available in the site. Very important that you read the instalation doc:&lt;BR /&gt;&lt;A href="http://hpux.connect.org.uk/hppd/cgi-bin/wwwtar?/hpux/Networking/Admin/libpcap-1.1.1/libpcap-1.1.1-src-11.11.tar.gz+libpcap-1.1.1/HPUX.Install+text" target="_blank"&gt;http://hpux.connect.org.uk/hppd/cgi-bin/wwwtar?/hpux/Networking/Admin/libpcap-1.1.1/libpcap-1.1.1-src-11.11.tar.gz+libpcap-1.1.1/HPUX.Install+text&lt;/A&gt;&lt;BR /&gt;&lt;BR /&gt;Rgds.&lt;BR /&gt;</description>
      <pubDate>Wed, 02 Mar 2011 11:13:29 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/libpcap-1-1-1-compilation/m-p/5275522#M657090</guid>
      <dc:creator>Jose Mosquera</dc:creator>
      <dc:date>2011-03-02T11:13:29Z</dc:date>
    </item>
    <item>
      <title>Re: libpcap-1.1.1 Compilation</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/libpcap-1-1-1-compilation/m-p/5275523#M657091</link>
      <description>Thanks I got the binary</description>
      <pubDate>Wed, 02 Mar 2011 11:25:53 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/libpcap-1-1-1-compilation/m-p/5275523#M657091</guid>
      <dc:creator>Rachakonda.V.S.M.P.Kuma</dc:creator>
      <dc:date>2011-03-02T11:25:53Z</dc:date>
    </item>
    <item>
      <title>Re: libpcap-1.1.1 Compilation</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/libpcap-1-1-1-compilation/m-p/5275524#M657092</link>
      <description>Thanks</description>
      <pubDate>Wed, 02 Mar 2011 11:27:00 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/libpcap-1-1-1-compilation/m-p/5275524#M657092</guid>
      <dc:creator>Rachakonda.V.S.M.P.Kuma</dc:creator>
      <dc:date>2011-03-02T11:27:00Z</dc:date>
    </item>
  </channel>
</rss>

