2010/8/17 Alexey Proskuryakov <[email protected]> > > 17.08.2010, в 7:08, Alex Vazquez написал(а): > > > but the fact is that they should not be included, since we are compiling > with no database nor video enabled. The features passed to compilation are: > > > The generated files always have conditionals inside, so the easiest way to > fix this may be to just generate them. > > Ok, if i understood, you mean to always generate all DerivedSources, since the code regarding conditional features in other files (derived or not) will be discarded at compilation time if feature is not enabled.
So, in this case, we'll always generate JSSQLException.h/.cpp, and files that use SQLException (i. e. DerivedSources/WebCore/JSDOMWindow.cpp) will use it only if database feature enabled. The problem then is how to generate those IDL's, by default it seems not to take them into account. Some hint? Regards, -- Alejandro Vazquez Fente
_______________________________________________ webkit-help mailing list [email protected] http://lists.webkit.org/mailman/listinfo.cgi/webkit-help
