[squeak-dev] Re: HydraVM win32 update

Klaus D. Witzel klaus.witzel at cobss.com
Sat Aug 2 09:12:25 UTC 2008


On Sat, 02 Aug 2008 10:59:09 +0200, Igor Stasenko wrote:

> Yes, i'm aware of this issue.
>
> It looks like
> gawk -f ../platforms/win32/misc/gnuify ./src/vm/interp.c >  
> ./src/vm/gnu-interp.c
>
> forks another process and returns control to make immediately, before
> completely done generating gnu-interp.c.
> This leads to situation, that next command:
>
> gcc -o ./obj/vm/gnu-interp.o ..... -c gnu-interp.c
>
> don't see the gnu-interp.c at the moment and bails out with error.
> It is not a makefile issue, i guess its a make / gawk issue , maybe
> gawk forking child process and returns immediately.. , or maybe output
> redirection in windoze (> ./src/vm/gnu-interp.c) works in mystical
> ways incompatible with gnu make.
>
> Concerning linker errors.. i will make a clean install & checkout to
> see if it works for me.

Thanks.

BTW it also seems to be sensitive to none/what plugins are put internal.  
Have a list handy somewhere (just so that it DoesTheRightThing). TIA




More information about the Squeak-dev mailing list