After more testing I realized the problem was I was picking up config.h from JavaScriptCore oops.
It would be nice if you can build without and install this is one problem and the other is the Forwarding headers don't include the subdirs in the header path if JavaScriptCore was stripped it would work to by providing full include paths. Mike On 2/24/06, Mike Emmel <[EMAIL PROTECTED]> wrote: > I've run into a few basic things that don't work mainly on gcc 4.0 on linux. > > Using #define for namespaces are not expanded > Using #define inside template instatiation is not expanded. > > Now the the defines seem to be temporary for use during code moving so > I'm removing them > a bit of drug work but it actually is helping me indentify system code > vs portable. > > I get the feeling that code in the WebCore namespace should just work > on any platform is this correct ? > > > > Mike > _______________________________________________ webkit-dev mailing list [email protected] http://www.opendarwin.org/mailman/listinfo/webkit-dev
