missing separator. problem

Discussion in 'Unix' started by answerme, Apr 10, 2008.

  1. answerme

    answerme New Member

    Joined:
    Dec 17, 2007
    Messages:
    114
    Likes Received:
    0
    Trophy Points:
    0
    Hi
    Is else is a command .Iam Getting Error
    Include/sysmacro.mak:199: *** missing separator. Stop.

    Code:
    !if $(HAS_KERNEL_AWARENESS) == 1
    RTXCGEN = cclock.o cmbox.o cpart.o cqueue.o cres.o csema.o ctask.o config.o filecb.o
    [B]!else   // line 199[/B]
    RTXCGEN = cclock.o cmbox.o cpart.o cqueue.o cres.o csema.o ctask.o filecb.o
    !endif
    if iam removing ! from else Iam getting error
    Code:
    Include/sysmacro.mak:199: *** extraneous `else'. Stop.
     

Share This Page

  1. This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
    By continuing to use this site, you are consenting to our use of cookies.
    Dismiss Notice