<?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: &amp;lt;command line&amp;gt;:8:2: missing '(' after predicate in Operating System - HP-UX</title>
    <link>https://community.hpe.com/t5/operating-system-hp-ux/lt-command-line-gt-8-2-missing-after-predicate/m-p/3950241#M761144</link>
    <description>Hi,&lt;BR /&gt;&lt;BR /&gt;without seeing the line in the Makefile, I can only guess: Verify, that your strings&lt;BR /&gt;'print $Config{'&lt;BR /&gt;are written as&lt;BR /&gt;'print $$Config{'&lt;BR /&gt;in your Makefile - a single '$' references a make-variable.&lt;BR /&gt;&lt;BR /&gt;Else send the relevant lines of your Makefile for further inspection.&lt;BR /&gt;&lt;BR /&gt;mfG Peter</description>
    <pubDate>Fri, 23 Feb 2007 09:06:45 GMT</pubDate>
    <dc:creator>Peter Nikitka</dc:creator>
    <dc:date>2007-02-23T09:06:45Z</dc:date>
    <item>
      <title>&lt;command line&gt;:8:2: missing '(' after predicate</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/lt-command-line-gt-8-2-missing-after-predicate/m-p/3950239#M761142</link>
      <description>Hi ,&lt;BR /&gt;&lt;BR /&gt;I am trying to compile my application related makefile in HP-UX11.11. During the course i am getting the below stared error.&lt;BR /&gt;&lt;BR /&gt; gcc -I. -I../../include -I../../include/regex -I../../include/.././os/unix -O2 -I/home/jupupg/jupiter/dev/mysql/include  -DHPUX11 -DTARGET=\"httpsd\" -DNO_DL_NEEDED -DAPACHE_SSL    -I`/opt/gpsy/perl588/bin/perl -MConfig -e 'print $Config{archlibexp}'`/CORE `/opt/gpsy/perl588/bin/perl -I/home/jupupg/jupiter/dev/data/apache/lib/perl '-MApache::ExtUtils=%Config' -e 'print $Config{ccflags}'`                             -DMOD_PERL_VERSION=\"1.28\"  -D_XOPEN_SOURCE_EXTENDED -D_HPUX_SOURCE -D_INCLUDE_HPUX_SOURCE -D_INCLUDE_XOPEN_SOURCE_EXTENDED  -I./os/unix -I../../include -I/home/jupupg/jupiter/dev/lib/openssl/include  -I/home/jupupg/jupiter/dev/openssl/include -I/home/jupupg/jupiter/dev/src/web/GENS -I/home/jupupg/jupiter/dev/src/web/DirWrapper -I/home/jupupg/jupiter/dev/src/web/ntaucl/ -I/usr/local/include -I/home/jupupg/jupiter/dev/mysql/include -DHPUX -D_XOPEN_SOURCE_EXTENDED -D_HPUX_SOURCE -D_INCLUDE_HPUX_SOURCE -D_INCLUDE_XOPEN_SOURCE_EXTENDED -D_POSIX_D10_THREADS -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -c mod_perl_opmask.c&lt;BR /&gt;&lt;COMMAND line=""&gt;:8:2: missing '(' after predicate&lt;BR /&gt;*** Error exit code 1&lt;BR /&gt;&lt;BR /&gt;Please do the needful.&lt;BR /&gt;&lt;BR /&gt;Regards&lt;BR /&gt;Sasikala&lt;/COMMAND&gt;</description>
      <pubDate>Fri, 23 Feb 2007 07:57:03 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/lt-command-line-gt-8-2-missing-after-predicate/m-p/3950239#M761142</guid>
      <dc:creator>sasikala</dc:creator>
      <dc:date>2007-02-23T07:57:03Z</dc:date>
    </item>
    <item>
      <title>Re: &lt;command line&gt;:8:2: missing '(' after predicate</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/lt-command-line-gt-8-2-missing-after-predicate/m-p/3950240#M761143</link>
      <description>Hi,&lt;BR /&gt;please read:&lt;BR /&gt;&lt;A href="http://forums1.itrc.hp.com/service/forums/questionanswer.do?threadId=998620" target="_blank"&gt;http://forums1.itrc.hp.com/service/forums/questionanswer.do?threadId=998620&lt;/A&gt;&lt;BR /&gt;&lt;BR /&gt;1. Please re-check your code.&lt;BR /&gt;2. Try the suggestions from the earlier thread.&lt;BR /&gt;3. Report back/Award Points&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;Please also read:&lt;BR /&gt;&lt;A href="http://forums1.itrc.hp.com/service/forums/helptips.do?#33" target="_blank"&gt;http://forums1.itrc.hp.com/service/forums/helptips.do?#33&lt;/A&gt; on how to reward any useful answers given to your questions.&lt;BR /&gt;&lt;BR /&gt;So far you have never awarded points !&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;</description>
      <pubDate>Fri, 23 Feb 2007 08:29:27 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/lt-command-line-gt-8-2-missing-after-predicate/m-p/3950240#M761143</guid>
      <dc:creator>Peter Godron</dc:creator>
      <dc:date>2007-02-23T08:29:27Z</dc:date>
    </item>
    <item>
      <title>Re: &lt;command line&gt;:8:2: missing '(' after predicate</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/lt-command-line-gt-8-2-missing-after-predicate/m-p/3950241#M761144</link>
      <description>Hi,&lt;BR /&gt;&lt;BR /&gt;without seeing the line in the Makefile, I can only guess: Verify, that your strings&lt;BR /&gt;'print $Config{'&lt;BR /&gt;are written as&lt;BR /&gt;'print $$Config{'&lt;BR /&gt;in your Makefile - a single '$' references a make-variable.&lt;BR /&gt;&lt;BR /&gt;Else send the relevant lines of your Makefile for further inspection.&lt;BR /&gt;&lt;BR /&gt;mfG Peter</description>
      <pubDate>Fri, 23 Feb 2007 09:06:45 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/lt-command-line-gt-8-2-missing-after-predicate/m-p/3950241#M761144</guid>
      <dc:creator>Peter Nikitka</dc:creator>
      <dc:date>2007-02-23T09:06:45Z</dc:date>
    </item>
    <item>
      <title>Re: &lt;command line&gt;:8:2: missing '(' after predicate</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/lt-command-line-gt-8-2-missing-after-predicate/m-p/3950242#M761145</link>
      <description>&lt;!--!*#--&gt;Hi Peter Nikitka,&lt;BR /&gt;&lt;BR /&gt;I have check as you suggested. In Makefile the line contains double $ . It is only the print message.&lt;BR /&gt;&lt;BR /&gt;Please find the attached Makefile.&lt;BR /&gt;&lt;BR /&gt;Kindly do the neefule.&lt;BR /&gt;&lt;BR /&gt;Regards&lt;BR /&gt;Sasikala</description>
      <pubDate>Tue, 27 Feb 2007 00:06:07 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/lt-command-line-gt-8-2-missing-after-predicate/m-p/3950242#M761145</guid>
      <dc:creator>sasikala</dc:creator>
      <dc:date>2007-02-27T00:06:07Z</dc:date>
    </item>
    <item>
      <title>Re: &lt;command line&gt;:8:2: missing '(' after predicate</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/lt-command-line-gt-8-2-missing-after-predicate/m-p/3950243#M761146</link>
      <description>Hi,&lt;BR /&gt;&lt;BR /&gt;the Makefile you attached is not the one which generated the error messages, but seems to be the TOP-Makefile of a tree build.&lt;BR /&gt;You'll have to find the Makefile containing the compilation rule of 'mod_perl_opmask.c' and send that one.&lt;BR /&gt;&lt;BR /&gt;mfG Peter</description>
      <pubDate>Wed, 28 Feb 2007 04:52:30 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/lt-command-line-gt-8-2-missing-after-predicate/m-p/3950243#M761146</guid>
      <dc:creator>Peter Nikitka</dc:creator>
      <dc:date>2007-02-28T04:52:30Z</dc:date>
    </item>
  </channel>
</rss>

