I dinna know if this is the right forum, but current CVS:

glib (component) constructs a "build/Makefile" of empty size (configure)
and then during make may run a "make all" or "make install" on this empty
makefile.

Basically this is an error...  I could have missed something though (like
wrong autoconf version or something - afaik I'm running latest versions
but still I could have :)

Anyhoo, I just fill it with:
all:
clean:
install:

and it works :)



_______________________________________________
gtk-list mailing list
[EMAIL PROTECTED]
http://mail.gnome.org/mailman/listinfo/gtk-list

Reply via email to