help-smalltalk
[Top][All Lists]
Advanced

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

[Help-smalltalk] Problem generating file gtk/Funcs.st while compiling gs


From: olivier blanc
Subject: [Help-smalltalk] Problem generating file gtk/Funcs.st while compiling gst V2.2
Date: Fri, 15 Sep 2006 16:35:41 +0200

Hi All,

I had some problem while generating files Enums.st and Funcs.st on a
Linux Box  :

Enums.st : I had to modify the file cpp.awk as follow :
replace line 48 
   while (sub (/\/\*[^*]*\*+[^/*]/, "/* "))
by
   while (sub (/\/\*[^*]*\*+[^\/*]/, "/* "))

Funcs.st : the tile funcs.awk calls function gensub. This function isn't
known, but file snprintfv/gendoc.awk talks about it :
                # Oh god!  gensub is a GNU extension =(O|
                # Here is a hacky reimplementation using match
What sould I do ? get the patch fome that file and implement it in the
funcs.awk, or someone of you already modified this ?

Thanks for your help,

Olivier
-- 
Olivier Blanc
Minefi - Bureau SI4/Dap3 - +33 240 128 909
olivier.blanc at dgi.finances.gouv.fr






reply via email to

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