|
-c -o about.o `test -f 'about.cc' || echo './'`about.cc; \then mv -f ".deps/about.Tpo" ".deps/about.Po"; \
else rm -f ".deps/about.Tpo"; exit 1; \
fi
about.cc: In function `void init_about_window(...)':
about.cc:220: error: `gtk_timeout_add' undeclared (first use this function)
about.cc:220: error: (Each undeclared identifier is reported only once for each
function it appears in.)
make[3]: *** [about.o] Error 1
make[3]: Leaving directory `/root/d4x/d4x-2.5.0rc2/main/face'make[2]: *** [all-recursive] Error 1
make[2]: Leaving directory `/root/d4x/d4x-2.5.0rc2/main'
make[1]: *** [all-recursive] Error 1
make[1]: Leaving directory `/root/d4x/d4x-2.5.0rc2'
make: *** [all] Error 2
bash-2.05b# ls |
|