View Full Version : Help compiling Firefox with SVG support
JDay
April 26th, 2005, 10:55 AM
I am attempting to compile Firefox with SVG support enabled. I got the sources and dependencies through apt and I have libart and cairo dev installed. I put --enable-svg in debian/rules, but the compile fails with an error like "no svg renderer". I've also tried adding --enable-svg-renderer=(libart or cairo), which didn't make any difference. Any ideas?
zeroK
April 29th, 2005, 02:56 PM
I am attempting to compile Firefox with SVG support enabled. I got the sources and dependencies through apt and I have libart and cairo dev installed. I put --enable-svg in debian/rules, but the compile fails with an error like "no svg renderer". I've also tried adding --enable-svg-renderer=(libart or cairo), which didn't make any difference. Any ideas?
Just an idea, but does Firefox perhaps need an external libart library? Then you perhaps don't have the necessary *-dev packages installed :-)
JDay
April 29th, 2005, 07:23 PM
Just an idea, but does Firefox perhaps need an external libart library? Then you perhaps don't have the necessary *-dev packages installed :-)
Well, I've got libart-dev libart-2.0-dev and libcairo1-dev installed. Is there anything else I need?
mveers
May 14th, 2005, 07:49 PM
You can try with:
--enable-svg-renderer-libart
or
--enable-svg-renderer-cairo
Powered by vBulletin® Version 4.2.2 Copyright © 2024 vBulletin Solutions, Inc. All rights reserved.