The call to the static function is mussing the class name. Please try out the change in http://codereview.chromium.org/3125014. I am not sure whether gcc -std=c99 and/or "g++ -std=c++0x is causing that. Did you try without?
Regards, Søren On Sun, Aug 15, 2010 at 17:39, pikpik <[email protected]> wrote: > Hi, > > On Aug 14, 6:01 pm, pikpik <[email protected]> wrote: > > > I've also turned off "-Wall," but I can try using it if I should. > > I've updated to the latest stable release of V8, am now using "-Wall," > am using various flags to solve several of GCC's errors, and am still > getting this specific error. I'm also using "nullos" as the platform, > if that changes anything. Do you have any ideas on how to solve it? > > > Thank you, > pikpik > > -- > v8-users mailing list > [email protected] > http://groups.google.com/group/v8-users > -- v8-users mailing list [email protected] http://groups.google.com/group/v8-users
