<?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: about missing separator in Operating System - HP-UX</title>
    <link>https://community.hpe.com/t5/operating-system-hp-ux/about-missing-separator/m-p/3325054#M874465</link>
    <description>Hi,&lt;BR /&gt;&lt;BR /&gt;I just wrote a small case like yours:&lt;BR /&gt;&lt;BR /&gt;$ cat mk1     &lt;BR /&gt;CC=/usr/bin/cc&lt;BR /&gt;&lt;BR /&gt;HDRS=a.h\   &lt;BR /&gt;b.h&lt;BR /&gt;src=a.c&lt;BR /&gt;&lt;BR /&gt;main:&lt;BR /&gt;        $(CC) -o main a.c&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;this works file but if I add few spaces or tabs after the "\" then I get the following error:&lt;BR /&gt;&lt;BR /&gt;$ make -f mk1&lt;BR /&gt;Make: Must be a separator on rules line 5.  Stop.&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;Just make sure that there is no space or tabs after the "\"&lt;BR /&gt;&lt;BR /&gt;manish</description>
    <pubDate>Wed, 07 Jul 2004 08:07:37 GMT</pubDate>
    <dc:creator>Manish Srivastava</dc:creator>
    <dc:date>2004-07-07T08:07:37Z</dc:date>
    <item>
      <title>about missing separator</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/about-missing-separator/m-p/3325044#M874455</link>
      <description>I make c use Makefile in hp-ux 11.00&lt;BR /&gt;try to run the make and display follow error :&lt;BR /&gt;-------------------------------------------&lt;BR /&gt;Make: Must be a separator on rules line 35.  Stop.&lt;BR /&gt;-------------------------------------------&lt;BR /&gt;My Makefile line :&lt;BR /&gt;-------------------------------------------&lt;BR /&gt;33 &amp;gt;HDRS       = uyn_define.h $&lt;BR /&gt;34 &amp;gt;           uyn_cmn.h&lt;BR /&gt;35 &amp;gt;INSTALL       = /etc/install&lt;BR /&gt;36 &amp;gt;MAKEFILE      = Makefile&lt;BR /&gt;-------------------------------------------&lt;BR /&gt;&lt;BR /&gt;Compiler Environment : CC = /bin/cc&lt;BR /&gt;&lt;BR /&gt;Can anyone be of any help?</description>
      <pubDate>Wed, 07 Jul 2004 06:21:23 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/about-missing-separator/m-p/3325044#M874455</guid>
      <dc:creator>xiandao</dc:creator>
      <dc:date>2004-07-07T06:21:23Z</dc:date>
    </item>
    <item>
      <title>Re: about missing separator</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/about-missing-separator/m-p/3325045#M874456</link>
      <description>Is your line 33 and line 34 supposed to have a newline in there?</description>
      <pubDate>Wed, 07 Jul 2004 06:23:06 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/about-missing-separator/m-p/3325045#M874456</guid>
      <dc:creator>Mark Grant</dc:creator>
      <dc:date>2004-07-07T06:23:06Z</dc:date>
    </item>
    <item>
      <title>Re: about missing separator</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/about-missing-separator/m-p/3325046#M874457</link>
      <description>Hi,&lt;BR /&gt;&lt;BR /&gt;I think  the variable HDRS must be in a single line:&lt;BR /&gt;&lt;BR /&gt;------------------&lt;BR /&gt;HDRS=uyn_define.h uyn_cmn.h&lt;BR /&gt;INSTALL=/etc/install&lt;BR /&gt;MAKEFILE=Makefile&lt;BR /&gt;--------------------&lt;BR /&gt;&lt;BR /&gt;Frank.</description>
      <pubDate>Wed, 07 Jul 2004 06:37:30 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/about-missing-separator/m-p/3325046#M874457</guid>
      <dc:creator>Francisco J. Soler</dc:creator>
      <dc:date>2004-07-07T06:37:30Z</dc:date>
    </item>
    <item>
      <title>Re: about missing separator</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/about-missing-separator/m-p/3325047#M874458</link>
      <description>if I use a single line,&lt;BR /&gt;it will be ok&lt;BR /&gt;but, some define like : &lt;BR /&gt;SYSHDRS = /usr/include/.unsupp/sys/_errno.h \&lt;BR /&gt; /usr/include/.unsupp/sys/_fcntl.h \&lt;BR /&gt; /usr/include/.unsupp/sys/_ioctl.h \&lt;BR /&gt; /usr/include/.unsupp/sys/_param.h \&lt;BR /&gt; /usr/include/.unsupp/sys/_signal.h \&lt;BR /&gt; /usr/include/.unsupp/sys/_types.h \&lt;BR /&gt; /usr/include/dce/cma.h \&lt;BR /&gt; /usr/include/dce/cma_config.h \&lt;BR /&gt; ...&lt;BR /&gt;it's too long,&lt;BR /&gt;I heart can use a back slash character in the end of continuation line in Makefile like :&lt;BR /&gt;SRCS = \&lt;BR /&gt; file1.c \&lt;BR /&gt; file2.c&lt;BR /&gt;&lt;BR /&gt;but why make failed on it</description>
      <pubDate>Wed, 07 Jul 2004 06:58:03 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/about-missing-separator/m-p/3325047#M874458</guid>
      <dc:creator>xiandao</dc:creator>
      <dc:date>2004-07-07T06:58:03Z</dc:date>
    </item>
    <item>
      <title>Re: about missing separator</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/about-missing-separator/m-p/3325048#M874459</link>
      <description>Hi,&lt;BR /&gt;&lt;BR /&gt;As I see it:&lt;BR /&gt;&lt;BR /&gt;-------------------------------------------&lt;BR /&gt;33 &amp;gt;HDRS = uyn_define.h $&lt;BR /&gt;34 &amp;gt; uyn_cmn.h&lt;BR /&gt;35 &amp;gt;INSTALL = /etc/install&lt;BR /&gt;36 &amp;gt;MAKEFILE = Makefile&lt;BR /&gt;-------------------------------------------&lt;BR /&gt;&lt;BR /&gt;in line 33 you have  $ rather than \&lt;BR /&gt;If you place that then it should work.&lt;BR /&gt;&lt;BR /&gt;manish</description>
      <pubDate>Wed, 07 Jul 2004 07:04:05 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/about-missing-separator/m-p/3325048#M874459</guid>
      <dc:creator>Manish Srivastava</dc:creator>
      <dc:date>2004-07-07T07:04:05Z</dc:date>
    </item>
    <item>
      <title>Re: about missing separator</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/about-missing-separator/m-p/3325049#M874460</link>
      <description>You can use a backslash character but two things, one the last line shouldn't have a backslash and secondly, as Manesh says, above, you seem to have a $ instead of a backslash.</description>
      <pubDate>Wed, 07 Jul 2004 07:08:56 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/about-missing-separator/m-p/3325049#M874460</guid>
      <dc:creator>Mark Grant</dc:creator>
      <dc:date>2004-07-07T07:08:56Z</dc:date>
    </item>
    <item>
      <title>Re: about missing separator</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/about-missing-separator/m-p/3325050#M874461</link>
      <description>oh, yes, it's a mistake,&lt;BR /&gt;I'v changed $ to \&lt;BR /&gt;but, the same error still there : (</description>
      <pubDate>Wed, 07 Jul 2004 07:12:56 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/about-missing-separator/m-p/3325050#M874461</guid>
      <dc:creator>xiandao</dc:creator>
      <dc:date>2004-07-07T07:12:56Z</dc:date>
    </item>
    <item>
      <title>Re: about missing separator</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/about-missing-separator/m-p/3325051#M874462</link>
      <description>Make sure that with all of your statements that that are muti-line (have a backslash) do NOT have a backslash for the last line.</description>
      <pubDate>Wed, 07 Jul 2004 07:19:36 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/about-missing-separator/m-p/3325051#M874462</guid>
      <dc:creator>Mark Grant</dc:creator>
      <dc:date>2004-07-07T07:19:36Z</dc:date>
    </item>
    <item>
      <title>Re: about missing separator</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/about-missing-separator/m-p/3325052#M874463</link>
      <description>I change the Makefile,&lt;BR /&gt;all contents in Makefile :&lt;BR /&gt;---------------------------------------&lt;BR /&gt;CC       = /bin/cc&lt;BR /&gt;ALL_LIBS   = $(DCELIB)&lt;BR /&gt;SUFFIX       = .idl:sI .acf:sI&lt;BR /&gt;DEST       = .&lt;BR /&gt;EXTHDRS       =&lt;BR /&gt;HDRS      = ncqs_define.h \&lt;BR /&gt;receiver.h&lt;BR /&gt;INSTALL      = /etc/install &lt;BR /&gt;MAKEFILE      = Makefile&lt;BR /&gt;---------------------------------------&lt;BR /&gt;then I run&lt;BR /&gt;#make&lt;BR /&gt;Make: Must be a separator on rules line 8.  Stop.</description>
      <pubDate>Wed, 07 Jul 2004 07:27:04 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/about-missing-separator/m-p/3325052#M874463</guid>
      <dc:creator>xiandao</dc:creator>
      <dc:date>2004-07-07T07:27:04Z</dc:date>
    </item>
    <item>
      <title>Re: about missing separator</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/about-missing-separator/m-p/3325053#M874464</link>
      <description>Hi,&lt;BR /&gt;&lt;BR /&gt;after the backslash be sure there is nothing, no spaces at all.&lt;BR /&gt;&lt;BR /&gt;Frank.</description>
      <pubDate>Wed, 07 Jul 2004 07:46:20 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/about-missing-separator/m-p/3325053#M874464</guid>
      <dc:creator>Francisco J. Soler</dc:creator>
      <dc:date>2004-07-07T07:46:20Z</dc:date>
    </item>
    <item>
      <title>Re: about missing separator</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/about-missing-separator/m-p/3325054#M874465</link>
      <description>Hi,&lt;BR /&gt;&lt;BR /&gt;I just wrote a small case like yours:&lt;BR /&gt;&lt;BR /&gt;$ cat mk1     &lt;BR /&gt;CC=/usr/bin/cc&lt;BR /&gt;&lt;BR /&gt;HDRS=a.h\   &lt;BR /&gt;b.h&lt;BR /&gt;src=a.c&lt;BR /&gt;&lt;BR /&gt;main:&lt;BR /&gt;        $(CC) -o main a.c&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;this works file but if I add few spaces or tabs after the "\" then I get the following error:&lt;BR /&gt;&lt;BR /&gt;$ make -f mk1&lt;BR /&gt;Make: Must be a separator on rules line 5.  Stop.&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;Just make sure that there is no space or tabs after the "\"&lt;BR /&gt;&lt;BR /&gt;manish</description>
      <pubDate>Wed, 07 Jul 2004 08:07:37 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/about-missing-separator/m-p/3325054#M874465</guid>
      <dc:creator>Manish Srivastava</dc:creator>
      <dc:date>2004-07-07T08:07:37Z</dc:date>
    </item>
    <item>
      <title>Re: about missing separator</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/about-missing-separator/m-p/3325055#M874466</link>
      <description>Great!Successed!&lt;BR /&gt;I edit the Makefile in Windows,&lt;BR /&gt;then use FTP transport to hp-ux,&lt;BR /&gt;because of a little difference of system character set,&lt;BR /&gt;In hp-ux, at the end of every line,&lt;BR /&gt;added a "^M",&lt;BR /&gt;&lt;BR /&gt;appreciate everyone!</description>
      <pubDate>Wed, 07 Jul 2004 08:48:05 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/about-missing-separator/m-p/3325055#M874466</guid>
      <dc:creator>xiandao</dc:creator>
      <dc:date>2004-07-07T08:48:05Z</dc:date>
    </item>
    <item>
      <title>Re: about missing separator</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/about-missing-separator/m-p/3325056#M874467</link>
      <description>I got this kind of error all over the place when I try to build Xerces C++ parser on HP-UX 11. I can only use make instead gmake and I got  Make: Must be a separator on rules line xx. Stop. Most likely it occurs when there is a ifeq command. Anyone can help? Thanks a lot.</description>
      <pubDate>Thu, 22 Jul 2004 09:37:27 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/about-missing-separator/m-p/3325056#M874467</guid>
      <dc:creator>hongwei_1</dc:creator>
      <dc:date>2004-07-22T09:37:27Z</dc:date>
    </item>
  </channel>
</rss>

