Search the web
Sign In
New User? Sign Up
geeksthatgawk · for GNU Awk questions & discussions
? Already a member? Sign in to Yahoo!

Yahoo! Groups Tips

Did you know...
Show off your group to the world. Share a photo of your group with us.

Best of Y! Groups

   Check them out and nominate your group.
Having problems with message search? Fill out this form to ensure your group is one of the first to be migrated to the new message search system.

Messages

  Messages Help
Advanced
couldn't execute "gawk": no such file or directory while executing   Message List  
Reply | Forward Message #195 of 221 |
Any ideas on what this is referring to or how to correct it?

It seems to be related to the following:

proc run {filename} {
set base [file rootname $filename]

set as400 $base
append as400 ".sql"
set hsql $base
append hsql "_hsql.sql"
set insert $base
append insert "_insert.java"
set update $base
append update "_update.java"

set arg [getNewFlag $base]

eval {exec gawk -v newtable=$arg -f ../formsql.awk $filename > $as400}

Thanks for any insight,
Dave









Mon Feb 27, 2006 4:09 pm

sdkfz1822002
Offline Offline
Send Email Send Email

Forward
Message #195 of 221 |
Expand Messages Author Sort by Date

Any ideas on what this is referring to or how to correct it? It seems to be related to the following: proc run {filename} { set base [file rootname $filename] ...
sdkfz1822002
Offline Send Email
Feb 27, 2006
5:20 pm
Advanced

Copyright © 2009 Yahoo! Inc. All rights reserved.
Privacy Policy - Terms of Service - Guidelines - Help