Re: [swfmill] useNetwork bug?

2007-12-19 Thread Quentin
Hello and thanks for the quick feedback! I tried my best and applied the patch successfully but when running the 'make' command right after the './configure' I got this error : Making all in src make[1]: Entering directory `/var/swfmill-0.2.12.4/src' make all-recursive make[2]: Entering

Re: [swfmill] useNetwork bug?

2007-12-19 Thread Daniel Fischer
On Wed, 19 Dec 2007 10:39:02 +0100 Quentin [EMAIL PROTECTED] wrote: /bin/sh: line 1: xsltproc: command not found you'll need xsltproc- it's usually part of libxslt (maybe sth like libxslt-dev?). also, it would be much better to start from the svn sources than 0.2.12.4... -dan

Re: [swfmill] useNetwork bug?

2007-12-19 Thread Quentin
Well, I think I'm not skilled enough for that... I've never used SVN and I'm afraid of doing something wrong! I think I know how to install xsltproc but I might not be able to go further... Too bad! Quentin. On Dec 19, 2007 5:01 PM, Daniel Fischer [EMAIL PROTECTED] wrote: On Wed, 19 Dec 2007

Re: [swfmill] useNetwork bug?

2007-12-19 Thread Mark Winterhalder
On Dec 19, 2007 5:40 PM, Quentin [EMAIL PROTECTED] wrote: Well, I think I'm not skilled enough for that... I've never used SVN and I'm afraid of doing something wrong! It's not too hard. Try this: (to get svn: sudo apt-get install subversion) cd /tmp svn co http://swfmill.org/svn/trunk swfmill

Re: [swfmill] useNetwork bug?

2007-12-19 Thread Quentin
Thanks very much for these steps, you guys are very helpful! So, I tried and I got this error while running the 'make' command : Making all in src make[1]: Entering directory `/var/swfmill-svn/src' make[1]: *** No rule to make target `gSWFParseXML.cpp', needed by `Makefile'. Stop. make[1]:

Re: [swfmill] useNetwork bug?

2007-12-19 Thread Daniel Fischer
On Wed, 19 Dec 2007 18:16:32 +0100 Quentin [EMAIL PROTECTED] wrote: Sorry about that! no need to be sorry.. you do have xsltproc installed now? it's needed from autogen.sh, too. you can also try manually # cd swfmill.../src/ # xsltproc codegen/mk.xsl codegen/source.xml # cd .. # ./configure