From: Rakesh Kumar <[email protected]> > Hi List, > > I am trying to compile in VS 2005 by putting all the .c and .h fil= > e taken from Clutter folder. > Have included all header file. But I am missing clutter-marshal.h = > in folder but its added in so many .c file,that's why it is showing error.
clutter-marshal.h is being generated by glib-genmarshall, using the file clutter-marshal.list as source. I don't know how you would use that using VS. Probably, as previously advised, you could try to use cygwin to compile clutter. BR === API ([email protected]) -- To unsubscribe send a mail to [email protected]
