[webkit-dev] Some basic problems during linux port
Mike Emmel
mike.emmel at gmail.com
Fri Feb 24 06:06:01 PST 2006
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
More information about the webkit-dev
mailing list