On 07/20/2009 10:31 AM, Giuseppe Luigi Punzi wrote:
The third time I try to send this mail to the list.



Me again :D

Now, I'm trying to build at the office, but, I'm getting this with "make"

Thanks for reporting, fixed like this:

diff --git a/libgst/genpr-parse.y b/libgst/genpr-parse.y
index 6e27ebd..0af7c3c 100644
--- a/libgst/genpr-parse.y
+++ b/libgst/genpr-parse.y
@@ -240,8 +240,8 @@ body:
 prim_id_ref:
        PRIM_ID '(' ID
          {
-           $$ = lookup_prim_id ($3);
-           if ($$ == NOT_FOUND)
+           $<id>$ = lookup_prim_id ($3);
+           if ($<id>$ == NOT_FOUND)
              yyerror ("Invalid primitive id");
          }
        ')'


_______________________________________________
help-smalltalk mailing list
[email protected]
http://lists.gnu.org/mailman/listinfo/help-smalltalk

Reply via email to