From: David E. <de...@us...> - 2007-10-02 12:52:08
|
Reg, I think I may have found the problem (well, I hope). I don't know if you are familiar with C, but with some minor changes to 'compiler/pp_scanner.l', seems resolves the problem on my system. 1640: char *s, *s1, /* *tmp = NULL,*/ tmp[YY_READ_BUF_SIZE]; 1689:// tmp = malloc(YY_READ_BUF_SIZE); 1799:// if (tmp) {free(tmp); tmp=NULL;} So if you wish, try the above changes and see if it resolves the problem on your system. Cheers. |