help-smalltalk
[Top][All Lists]
Advanced

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

Re: [Help-smalltalk] Problem generating file gtk/Funcs.st while compilin


From: Paolo Bonzini
Subject: Re: [Help-smalltalk] Problem generating file gtk/Funcs.st while compiling gst V2.2
Date: Fri, 15 Sep 2006 17:58:40 +0200
User-agent: Thunderbird 1.5.0.5 (Macintosh/20060719)


Enums.st : I had to modify the file cpp.awk as follow :
replace line 48 while (sub (/\/\*[^*]*\*+[^/*]/, "/* "))
by
   while (sub (/\/\*[^*]*\*+[^\/*]/, "/* "))
Applied, thanks.
Funcs.st : the tile funcs.awk calls function gensub. This function isn't
known, but file snprintfv/gendoc.awk talks about it :
What sould I do ? get the patch fome that file and implement it in the
funcs.awk, or someone of you already modified this ?
I haven't but there is only one line calling gensub, and it can be replaced by gsub(/[ \t]+/, "", first_line[1]).

Paolo




reply via email to

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