Comment #7 on issue 26809 by craig.schlenter: Compilation error while trying to compile from source - dtoa.cc http://code.google.com/p/chromium/issues/detail?id=26809
Bleargh ... I was afraid you might hit dependency problems :( You might want to try taking the source for pango that matches your distribution and then pasting in the code for pango_layout_set_height from a later copy (don't forget the header file too) ... if you are really really lucky, that might work if there haven't been too many changes in the pango code. Also I note that you are not going the rpm building route here ... that may leave the chromium build system in a "I'm just using the existing system pango" state unless you start fiddling with other things (pkg_config perhaps) A 30 second tutorial on messing with a rpm is: rpm -ivh appropriate.src.rpm cd /usr/src/redhat/SOURCES (or ~/rpmbuild/whatever if you're not root) replace .tar.gz file with modified one with correct changes but same name cd ../SPECS rpmbuild -bb specname.spec cd ../RPMS (install/upgrade rpm) -- 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
