Finally got it to all compile.  Turns out there's another thing that
needs to be changed besides the MathExtras.h and removing the inline's
from Glue if and only if you're using VS2008 SP1.

SP1 also puts the feature pack in and that changed some things.  I
just added a default constructor to

class CookieMonster::CanonicalCookie {
 public:
         CanonicalCookie() {};

  CanonicalCookie(const std::string& name, const std::string& value,

inside cookie_monster.h which made it compile.

The solution was found here:
http://forums.msdn.microsoft.com/en-US/vcgeneral/thread/34473b8c-0184-4750-a290-08558e4eda4e/


On Sep 5, 10:13 am, CR <[EMAIL PROTECTED]> wrote:
> I've been trying to compile this using VS2008 as well and I've been
> running into this 
> issue:https://connect.microsoft.com/VisualStudio/feedback/ViewFeedback.aspx...http://www.qtcentre.org/forum/f-installation-and-deployment-5/t-qt-44...
>
> Which is because MathExtras.h from WebKit has the line
> #include <xmath.h>
> if the compiler is MSVC.  I've commented out this line and Glue seems
> to compile now after I've removed all the inline keywords, albeit with
> 52 thousand+ warnings that something is already defined in
> precompiled_webkit.obj.
--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups 
"Chromium-dev" group.
To post to this group, send email to [email protected]
To unsubscribe from this group, send email to [EMAIL PROTECTED]
For more options, visit this group at 
http://groups.google.com/group/chromium-dev?hl=en
-~----------~----~----~----~------~----~------~--~---

Reply via email to