Status: New Owner: ---- New issue 414 by rafael.suguiura: Compile error in Linux OS http://code.google.com/p/v8/issues/detail?id=414
As warnings are treated as errors, I got the following error. Putting a space as suggested solved the problem. g++ -o obj/release/platform-linux.o -c -Wall -Werror -W -Wno-unused-parameter -pedantic -m32 -O3 -fomit-frame-pointer -fdata-sections -ffunction-sections -ansi -fno-rtti -fno-exceptions -Wall -Werror -W -Wno-unused-parameter -pedantic -m32 -O3 -fomit-frame-pointer -fdata-sections -ffunction-sections -ansi -DV8_TARGET_ARCH_IA32 -DV8_NATIVE_REGEXP -DENABLE_LOGGING_AND_PROFILING -Isrc src/platform-linux.cc cc1plus: warnings being treated as errors src/platform-linux.cc: In static member function 'static void v8::internal::OS::LogSharedLibraryAddresses()': src/platform-linux.cc:238: error: suggest a space before ';' or explicit braces around empty body in 'while' statement src/platform-linux.cc:253: error: suggest a space before ';' or explicit braces around empty body in 'while' statement scons: *** [obj/release/platform-linux.o] Error 1 scons: building terminated because of errors. -- You received this message because you are listed in the owner or CC fields of this issue, or because you starred this issue. You may adjust your issue notification preferences at: http://code.google.com/hosting/settings --~--~---------~--~----~------------~-------~--~----~ v8-dev mailing list [email protected] http://groups.google.com/group/v8-dev -~----------~----~----~----~------~----~------~--~---
