Re: [swfmill] Dependancy problem during ./config

2007-07-02 Thread mickael foucaux

Hi,

For ubuntu/edgy I have :
libxml2-dev, libxslt1-dev, zlib1g-dev, libxft-dev, libpng12-dev

Mickael

2007/6/26, Martin Wood-Mitrovski [EMAIL PROTECTED]:


hi, i made myself these notes when i compiled swfmill on debian sarge a
little
while ago, im pretty sure its the same for ubuntu because ive since
compiled
swfmill on my ubuntu machine and didnt write anything down to say it was
different :)

so i do this :

apt-get install checkinstall pkg-config libxml2-dev libxslt1-dev
libfreetype6-dev libpng3-dev

./configure

make

checkinstall -D make install


(note that the first apt-get install part is all one line)

thanks,

Martin

izak marais wrote:
 Ok, I made some progress with the ./config build process in Ubuntu
Dapper by installing dev packages

___
swfmill mailing list
swfmill@osflash.org
http://osflash.org/mailman/listinfo/swfmill_osflash.org

___
swfmill mailing list
swfmill@osflash.org
http://osflash.org/mailman/listinfo/swfmill_osflash.org


[swfmill] Dependancy problem during ./config

2007-06-27 Thread izak marais
Thanks for all the help, I only realised today that people had responded to my 
questions as I had mail delivery disabled.

Daniel Fischer  dan at f3c.com
on debian-derived distros, you'll need -dev packages to build dependant 
projects.

Yesm this this sums up the problem. Its just finding the right packages is 
sometimes slightly tricky.

Daniel Fischer  dan at f3c.com Tue Jun 26 08:18:06 EDT 2007:
 i've not heard of libttf(2) yet. try installing freetype2-dev first.

There is no such package, but reading the description of libttf2 lead me to the 
package libfreetype6-dev, which is the freetype 2 font engine, development 
files. So that dependancy is solved.

mickael foucaux  mickael.foucaux at gmail.com
 Tue Jun 26 07:28:29 EDT 2007
our can also try to install this pakage :

http://frozenbubbleflash.googlecode.com/files/swfmill_0.2.12-1ubuntu1_i386.deb

It was made for edgy, so I can to pakaging it for dapper and give you all
dependencies.

Thanks for the deb packaging, I've now managed to build swfmill from source 
(jay !).
But it would be very useful for others if you could link to that to from the 
swfmill site.

Once again, thanks for the help.
Izak



   
-
Get the Yahoo! toolbar and be alerted to new email wherever you're surfing. ___
swfmill mailing list
swfmill@osflash.org
http://osflash.org/mailman/listinfo/swfmill_osflash.org


[swfmill] Dependancy problem during ./config

2007-06-26 Thread izak marais
Hi all

I'm trying to build swmill-0.2.12 on Ubuntu Dapper 6.06. I haven't built many 
things from source before, so sorry if this is a stupid question

I run ./configure and it checks many things but then stops at:

checking for XML... configure: error: Package requirements (libxml-2.0) were 
not met:

No package 'libxml-2.0' found

Consider adjusting the PKG_CONFIG_PATH environment variable if you
installed software in a non-standard prefix.

Alternatively, you may set the environment variables XML_CFLAGS
and XML_LIBS to avoid the need to call pkg-config.
See the pkg-config man page for more details.


I checked the package manager for libxml, but there is no package named 
'libxml-2.0' only 'libxml2' which is obviously (?) the same but with the wrong 
name? libxml2 was already installed. 

So should i set the XML_CFLAGS variable in the config script to something? But 
what? Also, what should the XML_LIBS variable be? Or is there something I am 
doing wrong?

Thanks for the help!
Izak

   
-
Choose the right car based on your needs.  Check out Yahoo! Autos new Car 
Finder tool.___
swfmill mailing list
swfmill@osflash.org
http://osflash.org/mailman/listinfo/swfmill_osflash.org


Re: [swfmill] Dependancy problem during ./config

2007-06-26 Thread Daniel Fischer
Hey Izak,

izak marais [EMAIL PROTECTED], on Tue, 26 Jun 2007 02:57:45 -0700 (PDT):
 I checked the package manager for libxml, but there is no package named 
 'libxml-2.0' only 'libxml2' which is obviously (?) the same but with the 
 wrong name? libxml2 was already installed. 

on debian-derived distros, you'll need -dev packages to build dependant 
projects. try to apt-get libxml2-dev or sth similar..

-dan

___
swfmill mailing list
swfmill@osflash.org
http://osflash.org/mailman/listinfo/swfmill_osflash.org


Re: [swfmill] Dependancy problem during ./config

2007-06-26 Thread mickael foucaux

Hi Izak,

your can also try to install this pakage :
http://frozenbubbleflash.googlecode.com/files/swfmill_0.2.12-1ubuntu1_i386.deb

It was made for edgy, so I can to pakaging it for dapper and give you all
dependencies.

tomorow certainly...

Mickael

2007/6/26, Daniel Fischer [EMAIL PROTECTED]:


Hey Izak,

izak marais [EMAIL PROTECTED], on Tue, 26 Jun 2007 02:57:45 -0700
(PDT):
 I checked the package manager for libxml, but there is no package named
'libxml-2.0' only 'libxml2' which is obviously (?) the same but with the
wrong name? libxml2 was already installed.

on debian-derived distros, you'll need -dev packages to build dependant
projects. try to apt-get libxml2-dev or sth similar..

-dan

___
swfmill mailing list
swfmill@osflash.org
http://osflash.org/mailman/listinfo/swfmill_osflash.org

___
swfmill mailing list
swfmill@osflash.org
http://osflash.org/mailman/listinfo/swfmill_osflash.org


Re: [swfmill] Dependancy problem during ./config

2007-06-26 Thread Martin Wood-Mitrovski
hi, i made myself these notes when i compiled swfmill on debian sarge a little 
while ago, im pretty sure its the same for ubuntu because ive since compiled 
swfmill on my ubuntu machine and didnt write anything down to say it was 
different :)

so i do this :

apt-get install checkinstall pkg-config libxml2-dev libxslt1-dev 
libfreetype6-dev libpng3-dev

./configure

make

checkinstall -D make install


(note that the first apt-get install part is all one line)

thanks,

Martin

izak marais wrote:
 Ok, I made some progress with the ./config build process in Ubuntu Dapper by 
 installing dev packages

___
swfmill mailing list
swfmill@osflash.org
http://osflash.org/mailman/listinfo/swfmill_osflash.org