dbTalk Databases Forums  

[Info-Ingres] fi_defn.awk

comp.databases.ingres comp.databases.ingres


Discuss [Info-Ingres] fi_defn.awk in the comp.databases.ingres forum.



Reply
 
Thread Tools Display Modes
  #1  
Old   
Martin Bowes
 
Posts: n/a

Default [Info-Ingres] fi_defn.awk - 01-27-2009 , 07:00 AM






Hi All,



I've been monkeying with the Opensource again and I'm having trouble
with the latest version of fi_defn.awk. Its not acting like it used too,
and I'm not convinced its doing the right thing at all.



In ING_SRC/common/adf/adu/README.txt there is now a note that says:

After modifying fi_defn.txt run fi_defn.awk from jam.



Well the Jamfile in common/adf/adu certainly mentions the fi_defn.awk,
and is clearly running it...but it just isnt finding my new functions.
I'm pretty convinced it should do so...



Has anyone had any trouble with the fi_defn.awk?



Martin Bowes



Reply With Quote
  #2  
Old   
Karl & Betty Schendel
 
Posts: n/a

Default Re: [Info-Ingres] fi_defn.awk - 01-27-2009 , 07:57 AM







On Jan 27, 2009, at 8:00 AM, Martin Bowes wrote:

Quote:
Hi All,



I've been monkeying with the Opensource again and I'm having
trouble with the latest version of fi_defn.awk. Its not acting like
it used too, and I'm not convinced its doing the right thing at all.



In ING_SRC/common/adf/adu/README.txt there is now a note that says:

After modifying fi_defn.txt run fi_defn.awk from jam.

Did you change fi_defn.txt? The jamfile in adf/adg (not adf/adu)
should pick up a changed fi_defn.txt and re-run the awk stuff.

You could always try a jam -a in adf or adf/adg to force it.

Karl



Reply With Quote
  #3  
Old   
Ian Kirkham
 
Posts: n/a

Default Re: [Info-Ingres] fi_defn.awk - 01-27-2009 , 08:08 AM



Hi Marty,

Have you by any chance got stale files adgfilkup.roc, adgfitab.roc or
adfopfis.h in the adg directory or their objects in the directory or
library. These are obsolete and need removing especially from a library
as they will clash with the new files adgfi_defn*.*

Regards,

Ian

________________________________

From: info-ingres-bounces (AT) kettleriver...ting (DOT) com
[mailto:info-ingres-bounces (AT) kettleriverconsulting (DOT) com] On Behalf Of
Martin Bowes
Sent: 27 January 2009 13:01
To: Ingres and related product discussion forum
Subject: [Info-Ingres] fi_defn.awk



Hi All,



I've been monkeying with the Opensource again and I'm having trouble
with the latest version of fi_defn.awk. Its not acting like it used too,
and I'm not convinced its doing the right thing at all.



In ING_SRC/common/adf/adu/README.txt there is now a note that says:

After modifying fi_defn.txt run fi_defn.awk from jam.



Well the Jamfile in common/adf/adu certainly mentions the fi_defn.awk,
and is clearly running it...but it just isnt finding my new functions.
I'm pretty convinced it should do so...



Has anyone had any trouble with the fi_defn.awk?



Martin Bowes



Reply With Quote
  #4  
Old   
Martin Bowes
 
Posts: n/a

Default Re: [Info-Ingres] fi_defn.awk - 01-27-2009 , 08:09 AM



Sure did.

I was so bemused, I sprinkled the fi_defn.awk with heaps of comments and
there is no doubt its being executed. But it doesn't make any new*.roc
files anymore. I assume its upto something...it sure seemed busy.

It appears that the Jamfile calls it three times, each with a different
parameter.

What does your Jamfile say?

Marty

-----Original Message-----
From: info-ingres-bounces (AT) kettleriver...ting (DOT) com
[mailto:info-ingres-bounces (AT) kettleriverconsulting (DOT) com] On Behalf Of Karl
& Betty Schendel
Sent: 27 January 2009 13:57
To: Ingres and related product discussion forum
Subject: Re: [Info-Ingres] fi_defn.awk


On Jan 27, 2009, at 8:00 AM, Martin Bowes wrote:

Quote:
Hi All,



I've been monkeying with the Opensource again and I'm having
trouble with the latest version of fi_defn.awk. Its not acting like
it used too, and I'm not convinced its doing the right thing at all.



In ING_SRC/common/adf/adu/README.txt there is now a note that says:

After modifying fi_defn.txt run fi_defn.awk from jam.

Did you change fi_defn.txt? The jamfile in adf/adg (not adf/adu)
should pick up a changed fi_defn.txt and re-run the awk stuff.

You could always try a jam -a in adf or adf/adg to force it.

Karl

_______________________________________________
Info-Ingres mailing list
Info-Ingres (AT) kettleriverconsulting (DOT) com
http://www.kettleriverconsulting.com...fo/info-ingres



Reply With Quote
  #5  
Old   
Ian Kirkham
 
Posts: n/a

Default Re: [Info-Ingres] fi_defn.awk - 01-27-2009 , 08:20 AM



Hi Marty,
It doesn't make new* files any more - the old is gone and this now done
by building the adgfi_defn*.* files directly - without needed them to be
hand edited.
Regards,
Ian

-----Original Message-----
From: info-ingres-bounces (AT) kettleriver...ting (DOT) com
[mailto:info-ingres-bounces (AT) kettleriverconsulting (DOT) com] On Behalf Of
Martin Bowes
Sent: 27 January 2009 14:09
To: Ingres and related product discussion forum
Subject: Re: [Info-Ingres] fi_defn.awk

Sure did.

I was so bemused, I sprinkled the fi_defn.awk with heaps of comments and
there is no doubt its being executed. But it doesn't make any new*.roc
files anymore. I assume its upto something...it sure seemed busy.

It appears that the Jamfile calls it three times, each with a different
parameter.

What does your Jamfile say?

Marty

-----Original Message-----
From: info-ingres-bounces (AT) kettleriver...ting (DOT) com
[mailto:info-ingres-bounces (AT) kettleriverconsulting (DOT) com] On Behalf Of Karl
& Betty Schendel
Sent: 27 January 2009 13:57
To: Ingres and related product discussion forum
Subject: Re: [Info-Ingres] fi_defn.awk


On Jan 27, 2009, at 8:00 AM, Martin Bowes wrote:

Quote:
Hi All,



I've been monkeying with the Opensource again and I'm having
trouble with the latest version of fi_defn.awk. Its not acting like
it used too, and I'm not convinced its doing the right thing at all.



In ING_SRC/common/adf/adu/README.txt there is now a note that says:

After modifying fi_defn.txt run fi_defn.awk from jam.

Did you change fi_defn.txt? The jamfile in adf/adg (not adf/adu)
should pick up a changed fi_defn.txt and re-run the awk stuff.

You could always try a jam -a in adf or adf/adg to force it.

Karl

_______________________________________________
Info-Ingres mailing list
Info-Ingres (AT) kettleriverconsulting (DOT) com
http://www.kettleriverconsulting.com...fo/info-ingres

_______________________________________________
Info-Ingres mailing list
Info-Ingres (AT) kettleriverconsulting (DOT) com
http://www.kettleriverconsulting.com...fo/info-ingres



Reply With Quote
  #6  
Old   
Martin Bowes
 
Posts: n/a

Default Re: [Info-Ingres] fi_defn.awk - 01-27-2009 , 08:31 AM



Hi Ian,



Ahhh...that's sounds like a distinct possibility.



I've left the laptop at home, so I'll check this possibility out
tonight...hopefully...



Marty



From: info-ingres-bounces (AT) kettleriver...ting (DOT) com
[mailto:info-ingres-bounces (AT) kettleriverconsulting (DOT) com] On Behalf Of Ian
Kirkham
Sent: 27 January 2009 14:09
To: Ingres and related product discussion forum
Subject: Re: [Info-Ingres] fi_defn.awk



Hi Marty,

Have you by any chance got stale files adgfilkup.roc, adgfitab.roc or
adfopfis.h in the adg directory or their objects in the directory or
library. These are obsolete and need removing especially from a library
as they will clash with the new files adgfi_defn*.*

Regards,

Ian

________________________________

From: info-ingres-bounces (AT) kettleriver...ting (DOT) com
[mailto:info-ingres-bounces (AT) kettleriverconsulting (DOT) com] On Behalf Of
Martin Bowes
Sent: 27 January 2009 13:01
To: Ingres and related product discussion forum
Subject: [Info-Ingres] fi_defn.awk



Hi All,



I've been monkeying with the Opensource again and I'm having trouble
with the latest version of fi_defn.awk. Its not acting like it used too,
and I'm not convinced its doing the right thing at all.



In ING_SRC/common/adf/adu/README.txt there is now a note that says:

After modifying fi_defn.txt run fi_defn.awk from jam.



Well the Jamfile in common/adf/adu certainly mentions the fi_defn.awk,
and is clearly running it...but it just isnt finding my new functions.
I'm pretty convinced it should do so...



Has anyone had any trouble with the fi_defn.awk?



Martin Bowes



Reply With Quote
Reply




Thread Tools
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

vB code is On
Smilies are On
[IMG] code is On
HTML code is Off



Powered by vBulletin Version 3.5.3
Copyright ©2000 - 2012, Jelsoft Enterprises Ltd.