From: Simon W. <ta...@rm...> - 2005-06-26 03:32:03
|
Now with the correct email address. Trying to compile on OSX Machine (Panther) with gcc 3.3 so far I've found and squashed one bug. When util/opt/pop_push.awk is processed with bsd awk instead of the following sequence /* opcode */ '^@', the following is output /*opcode */ ', Solution: List gawk aliased as awk as a dependancy OR fix pop_push.awk to read "\\000" rather than "\000" at lines 18 and 25 Apart from that ... Pascal, Modula-2, front ends fail to build (linker error) EM interpreter also fails to build for similar reasons Most, if not all, Libraries fail to build - not looked at all of them but from the arm target it looks like $BIN/lib.bin/$MACH/cg hasn't been built It'll be quite interesting to get this built on something more than just linux, but a quick compile on a debian 3.0 system (yes I know, I should upgrade) appears to build everything, but fails on the libraries again, this time the missing item is $BIN/lib.bin/em_opt Well thats enough for tonight ! Regards, Simon On 26 Jun 2005, at 03:29, Simon Waite wrote: > test. |