Re: help compiling libsvgtiny on linux

2013-11-27 Thread Giampaolo Bellini
Dear Chaitanya, dear Ole thanks a lot for your support... following the info you provide me I was finally able to get it work best regards Giampaolo BTW: it seems that git://git.netsurf-browser.org/libhubbub.git is also needed 2013/11/27 Chaitanya Sharma > You

Re: help compiling libsvgtiny on linux

2013-11-27 Thread Chaitanya Sharma
You'll need to install buildsystem, gperf, libbdom, parser-utils and libwapcaplet - get it from here : git clone git://git.netsurf-browser.org/buildsystem - get it from here : git clone git://git.netsurf-browser.org/libdom - get it from here : git://git.netsurf-browser.org/libparserutils - get it

Re: help compiling libsvgtiny on linux

2013-11-27 Thread Ole
Am Mittwoch, den 27.11.2013, 09:57 +0100 schrieb Giampaolo Bellini :                  make: *** No rule to make target `/Makefile.top'.  Stop.   I'm using KUbuntu 10.10... but why the Makefile is looking in /opt/netsurf ? do I need to compile the entire netsurf package? No, but you need the

Re: help compiling libsvgtiny on linux

2013-11-27 Thread Giampaolo Bellini
Hello Chaitanya maybe I'm doing it wrong... git clone git://git.netsurf-browser.org/libsvgtiny.git cd libsvgtiny make >Makefile:10: /opt/netsurf/share/netsurf-buildsystem/makefiles/Makefile.tools: No such file or directory >Makefile:45: /Makefile.top: No such file or directory >make: *** No r

Re: help compiling libsvgtiny on linux

2013-11-27 Thread Chaitanya Sharma
Hey Giampaolo, I just tried to compile it from the trunk (on ubuntu 13.10), and it compiled just fine. What errors are you getting? -Chaitanya On Wed, Nov 27, 2013 at 1:45 PM, Giampaolo Bellini wrote: > Hi all > > I'm new to SVG and I was searching for a way to obtain basic SVG items > (as

help compiling libsvgtiny on linux

2013-11-27 Thread Giampaolo Bellini
Hi all I'm new to SVG and I was searching for a way to obtain basic SVG items (as paths) from an svg file... I've cloned the repo with: git clone git://git.netsurf-browser.org/libsvgtiny.git but was unable to compile it on linux OS... am I doing something wrong ? is libsvgtiny not intended to