Comment #3 on issue 26809 by Marek.Schimara: Compilation error while trying to compile from source - dtoa.cc http://code.google.com/p/chromium/issues/detail?id=26809
Hello, I have resynced the source and tried to compile; again I got errors after a message "cc1plus: warnings being treated as errors", so I removed "-Werror" from the generated makefiles; that got rid of that error. Unfortunately the compilation doesn't get all the way to dtoa.cc (there is another error in the source), so I can't report if the dtoa.cc patch worked or not: ________ running 'svn update /mnt/raid/sources/devel/chromium/home/chrome-svn/tarball/chromium/src' in '/mnt/raid/sources/devel/chromium/home/chrome-svn/tarball/chromium' At revision 32022. CXX(target) out/Debug/obj.target/app_base/app/animation.o ./app/animation.h:19: warning: ‘class AnimationDelegate’ has virtual functions but non-virtual destructor CXX(target) out/Debug/obj.target/app_base/app/active_window_watcher_x.o ./app/active_window_watcher_x.h:19: warning: ‘class ActiveWindowWatcherX::Observer’ has virtual functions but non-virtual destructor CXX(target) out/Debug/obj.target/app_base/app/app_paths.o CXX(target) out/Debug/obj.target/app_base/app/app_switches.o CXX(target) out/Debug/obj.target/app_base/app/clipboard/clipboard.o CXX(target) out/Debug/obj.target/app_base/app/clipboard/clipboard_linux.o CXX(target) out/Debug/obj.target/app_base/app/clipboard/scoped_clipboard_writer.o CXX(target) out/Debug/obj.target/app_base/app/gfx/blit.o CXX(target) out/Debug/obj.target/app_base/app/gfx/canvas.o CXX(target) out/Debug/obj.target/app_base/app/gfx/canvas_linux.o app/gfx/canvas_linux.cc: In member function ‘void gfx::Canvas::DrawStringInt(const std::wstring&, const gfx::Font&, const SkColor&, int, int, int, int, int)’: app/gfx/canvas_linux.cc:174: error: ‘pango_layout_set_height’ was not declared in this scope make: *** [out/Debug/obj.target/app_base/app/gfx/canvas_linux.o] Error 1 I will try again later as it seems that the svn version doesn't compile at the moment... And here is my gcc version: $ gcc --version gcc (GCC) 4.1.2 20080704 (Red Hat 4.1.2-46) Copyright (C) 2006 Free Software Foundation, Inc. This is free software; see the source for copying conditions. There is NO warranty; not even for MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. -- 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 -- Automated mail from issue updates at http://crbug.com/ Subscription options: http://groups.google.com/group/chromium-bugs
