On Thu, 18 Sep 2008, Lorenzo Fiorini wrote: Hi Lorenzo,
> ../../getlist.prg:55: error: E0030 Syntax error "syntax error at 'STATIC'" > make[3]: *** [getlist.c] Error 1 > The problem is in "THREAD STATIC x". What I'm missing? You are using older (1.0.1 or earlier) harbour vompiler to compiler 1.1.0 .prg code. THREAD STATIC is supported only in the newest compilers. If you want to use the same source code with older ones then please use PP rule like: #command THREAD STATIC <vars,...> => STATIC <vars> best regards, Przemek _______________________________________________ Harbour mailing list Harbour@harbour-project.org http://lists.harbour-project.org/mailman/listinfo/harbour