help-make
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: error "Unexpected end of line seen"


From: Mike Gibson
Subject: Re: error "Unexpected end of line seen"
Date: Wed, 11 Jun 2003 14:10:52 -0600
User-agent: KMail/1.5.1

That snippet doesn't really work very well since there isn't any targets.  Any 
possibility you could include something a little more enlightening?

Mike Gibson
address@hidden

On Wednesday 11 June 2003 01:02 pm, Neil Galarneau wrote:
> I have a customer that is reporting an error: "Unexpected end of line seen"
> on a makefile that we provide in our product.
>
> He sees the error on his Solaris 8 box running 3.80.  The same makefile
> works fine for me on Solaris 8 running 3.79.1
>
> He says he gets the error on every line that has a :=
> He says that when he changes the := to = on one line, then the error
> moves to the next line.
>
> Any suggestions?
>
> I am concerned that just changing all := to = could change the
> semantics of the makefile.
>
> Was support for := dropped in 3.80?
>
> Thanks,
>
> Neil
>
> P.S. Here is a snippet from the makefile:
>
> COURIER_HOME := /home/neil/JMSC2.0
> JAVA_HOME := /opt/j2sdk1_3_0
> SYS:=$(shell uname -s)
> ifeq ($(SYS),SunOS)
>    CPLUS:=CC
> else
>    CPLUS:=g++
> endif
> JMS:=nirvana
>
>
>
> _______________________________________________
> Help-make mailing list
> address@hidden
> http://mail.gnu.org/mailman/listinfo/help-make





reply via email to

[Prev in Thread] Current Thread [Next in Thread]