bug-make
[Top][All Lists]
Advanced

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

Re: gmake and embedded PL/SQL block


From: Sam Ravnborg
Subject: Re: gmake and embedded PL/SQL block
Date: Wed, 23 Jul 2003 23:25:55 +0200
User-agent: Mutt/1.4.1i

On Wed, Jul 23, 2003 at 02:52:49PM -0500, Pankratz, Theresa wrote:
> I am trying to compile a Pro*C project using gmake.  One of the pc files in
> the project contains embedded PL/SQL.  I have set SQLCHECK=SEMANTICS
> USERID=scott/tiger in the mk file.  I keep getting errors that look like
> gmake is not recognizing that SQLCHECK is set.  If I compile the same code
> without using gmake, it compiles fine.

Hi Theresa.

Could you please try to post relevant parts of the makefile, or even better
a small Makefile that exhibit the same problem.

One thing to check is that the mentioned assignments are not located
in a block ifdeffed out.

Example:
ifeq ($(FOO),1)
SQLCHECK=SEMANTICS
endif

You must look for more than ifeq, but in general such a construct.
        Sam




reply via email to

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