>>>>> Jari Aalto writes: > Included in Debian stable:
> http://packages.debian.org/posh == Build command gcc (GCC) 3.4.4 (cygming special, gdc 0.12, using dmd 0.125) ./siglist.sh "gcc -E -DHAVE_CONFIG_H -I. -I." < ./siglist.in > tmpsiglist.out mv tmpsiglist.out siglist.out make all-recursive make[1]: Entering directory `/misc/src/posh-0.6/.build/build' Making all in . make[2]: Entering directory `/misc/src/posh-0.6/.build/build' ccache g++ -DHAVE_CONFIG_H -I. -g -O2 -MT alloc.o -MD -MP -MF .deps/alloc.Tpo -c -o alloc.o alloc.c alloc.c: In function `void* alloc(size_t, Area*)': alloc.c:65: error: invalid conversion from `void*' to `link*' alloc.c: In function `void* aresize(void*, size_t, Area*)': alloc.c:89: error: invalid conversion from `void*' to `link*' make[2]: *** [alloc.o] Error 1 make[2]: Leaving directory `/misc/src/posh-0.6/.build/build' make[1]: *** [all-recursive] Error 1 make[1]: Leaving directory `/misc/src/posh-0.6/.build/build' make: *** [all] Error 2 Ciao Volker