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...
Message search is now enhanced, find messages faster. Take it for a spin.

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
Re: [Geeks that Gawk] "couldn't execute "gawk": no such file or dir   Message List  
Reply | Forward Message #197 of 221 |
Re: [Geeks that Gawk] "couldn't execute "gawk": no such file or directory while executing"

Albert,
Thank you. You're right. The issue seemed to be that the gnuwin32 wasn't in
the environment variables path. I appreciate the quick response, too.

Dave

Albert Bickford <bickford@...> wrote: That particular error message
(I assume you mean the one in the subject
line) could mean either that gawk could not find gawk itself, or the awk
program ../formsql.awk, or the data file $filename. Check for the
existence of all three just before executing the "eval" command and see
which one is missing.

Dave Higgins wrote:
> Any ideas on what this is referring to or how to correct it?
>
> It seems to be related to the following:
>
> # 2/25/2005
> #
>
> 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
>
> ---------------------------------
> Yahoo! Mail
> Use Photomail to share photos without annoying attachments.
>
> [Non-text portions of this message have been removed]
>
>
>
>
>
>
>
> Yahoo! Groups Links
>
>
>
>
>
>
>
>
>
>
>



SPONSORED LINKS
Basic programming
language Computer programming languages
Programming languages
Java programming language

---------------------------------
YAHOO! GROUPS LINKS


Visit your group "geeksthatgawk" on the web.

To unsubscribe from this group, send an email to:
geeksthatgawk-unsubscribe@yahoogroups.com

Your use of Yahoo! Groups is subject to the Yahoo! Terms of Service.


---------------------------------




__________________________________________________
Do You Yahoo!?
Tired of spam? Yahoo! Mail has the best spam protection around
http://mail.yahoo.com

[Non-text portions of this message have been removed]




Tue Feb 28, 2006 1:38 pm

sdkfz1822002
Offline Offline
Send Email Send Email

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

That particular error message (I assume you mean the one in the subject line) could mean either that gawk could not find gawk itself, or the awk program...
Albert Bickford
albert_bickford
Offline Send Email
Feb 28, 2006
4:14 am

Albert, Thank you. You're right. The issue seemed to be that the gnuwin32 wasn't in the environment variables path. I appreciate the quick response, too. ...
Dave Higgins
sdkfz1822002
Offline Send Email
Feb 28, 2006
1:39 pm
Advanced

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