[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


[swfmill] problems compiling on ubuntu dapper

2007-06-26 Thread izak marais

I found this post from a couple of months ago. 
I am also building with on Dapper. The solution is to
install the dev packages for each of the dependacies
through the package manager. I.e. installing libxslt1-dev 
fixes this.

Hope this helps somebody out there!

Izak

The previous post:

Answering to myself:

> First I grabbed the latest stable version (0.2.11). The configure
> scripts fails finding libesxlt because it is named libxslt1.1, so I
> overrided flags with "XSLT_LIBS=-lxslt
> XSLT_CFLAGS=-I/usr/include/libxslt".

The workaround was bad because it shadowed swfmill include files with
library include files. Also it didn't give the right arguments to the
linker. By using XSLT_LIBS="-lxslt -lexslt" and
XSLT_CFLAGS=-I/usr/include/libexslt , I was finally able to build
swfmill.

Regards

Antoine.

   
-
Boardwalk for $500? In 2007? Ha! 
Play Monopoly Here and Now (it's updated for today's economy) at Yahoo! Games.___
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
Ok, the kind people on the Ubuntu forums helped me. The solution is to install 
the dev package, libxml2-dev.

Izak

Previous question:

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

   
-
Be a better Heartthrob. Get better relationship answers from someone who knows.
Yahoo! Answers - Check it out. ___
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
Ok, I made some progress with the ./config build process in Ubuntu Dapper by 
installing dev packages, but now the config script stops at:
 "
 checking for FREETYPE... configure: error: Package requirements (freetype2) 
were not met:
 
 No package 'freetype2' 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 FREETYPE_CFLAGS
 and FREETYPE_LIBS to avoid the need to call pkg-config.
 See the pkg-config man page for more details.
 "I installed freetype2 using synaptic, but it is a dummy package.  According 
to the synaptic package manager:
 
 "Dummy package for transition to libttf2
 This dummy package provides a transition from the previous FreeType 1
 package (freetype2 [sic]) to libttf2.  It may be safely removed once
 all the packages are re-built with correct dependency to libttf2."
Checking the output of pkg-config:
 
 pkg-config --cflags --libs freetype2returns 
 Package freetype2 was not found in the pkg-config search path.
 Perhaps you should add the directory containing `freetype2.pc'
 to the PKG_CONFIG_PATH environment variable
 No package 'freetype2' foundafter installation of the dummy package.
 
 Should I edit the environment variable in the config file to use libttf2? How 
would that look?
 
 Thanks!
 Izak
   
-
Pinpoint customers who are looking for what you sell. ___
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
izak marais <[EMAIL PROTECTED]>, on Tue, 26 Jun 2007 05:14:13 -0700 (PDT):
>  Should I edit the environment variable in the config file to use libttf2? 
> How would that look?

i've not heard of libttf(2) yet. try installing "freetype2-dev" first.

-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 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


[swfmill] Dependancy problem during ./config

2007-06-26 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