Re: [swfmill] Impossible to compile from sources

2008-01-09 Thread Eric Priou
> I'll write up what I did today Thanks. Eric Priou aka erixtekila Articles : http://www.v-i-a.net/inprogress Oregano : http://www.v-i-a.net/inprogress/doku.php/oregano Oregano forum : http://www.v-i-a.net/forum/ ___ swfmill mailing list swfmil

Re: [swfmill] Impossible to compile from sources

2008-01-08 Thread Will
I'll write up what I did today - its the same as the may thread on this topic, with a tweak or two. Eric Priou wrote: >> Will did build a non static version of swfmill wich is not suitable >> for >> a release because it depends on external libraries. >> > I mean : what is the procedure to

Re: [swfmill] Impossible to compile from sources

2008-01-08 Thread Eric Priou
> Will did build a non static version of swfmill wich is not suitable > for > a release because it depends on external libraries. I mean : what is the procedure to follow to build our own copy of swfmill :P Eric Priou aka erixtekila Articles : http://www.v-i-a.net/inprogress Oregano : h

Re: [swfmill] Impossible to compile from sources

2008-01-07 Thread Ralf Fuest
Will did build a non static version of swfmill wich is not suitable for a release because it depends on external libraries. Ralf > > Woot! cant believe I got it complied and working. AS3 test worked too. > Unbelievable ;) > > Please, can you post the correct way of doing it ? > > Maybe a time t

Re: [swfmill] Impossible to compile from sources

2008-01-07 Thread Eric Priou
> Woot! cant believe I got it complied and working. AS3 test worked too. Unbelievable ;) Please, can you post the correct way of doing it ? Maybe a time to update the released version ain't it ? Eric Priou aka erixtekila Articles : http://www.v-i-a.net/inprogress Oregano : http://www.v-i-

Re: [swfmill] Impossible to compile from sources

2008-01-07 Thread Will
Woot! cant believe I got it complied and working. AS3 test worked too. Thanks Ralf! Ralf Fuest wrote: > Try to do a non static build of swfmill. You won't have to change > anything in release-mac.sh this way. Remove the lines between "if > IS_OSX" and the "endif" in src/Makefile.am. Then run aut

Re: [swfmill] Impossible to compile from sources

2008-01-06 Thread Ralf Fuest
Try to do a non static build of swfmill. You won't have to change anything in release-mac.sh this way. Remove the lines between "if IS_OSX" and the "endif" in src/Makefile.am. Then run autogen.sh again and rebuild everything. Ralf > Next I've hit this error: > > /usr/libexec/gcc/i686-apple-darw

Re: [swfmill] Impossible to compile from sources

2008-01-05 Thread Will
Next I've hit this error: /usr/libexec/gcc/i686-apple-darwin8/4.0.1/ld: can't locate file for: -lcrt0.o per http://www.mail-archive.com/swfmill@osflash.org/msg01200.html I have to customize release-mac.sh right. though looking at the file I'm not following what I have to change? Will wrote

Re: [swfmill] Impossible to compile from sources

2008-01-05 Thread Will
funny, because naturally I am using the latest from svn. ill test out the build. Ralf Fuest wrote: > This error was caused by an error in autogen.sh, wich I fixed in the > svn. But this wasn't causing any problems during the build process and > only showed the error message. > > Ralf > > >> so

Re: [swfmill] Impossible to compile from sources

2008-01-04 Thread Ralf Fuest
This error was caused by an error in autogen.sh, wich I fixed in the svn. But this wasn't causing any problems during the build process and only showed the error message. Ralf > so I went into /usr/share/ and linked it to the > /opt/local/share/libtool/ which shut up that error. > > So now I am

Re: [swfmill] Impossible to compile from sources

2008-01-04 Thread Will
so I went into /usr/share/ and linked it to the /opt/local/share/libtool/ which shut up that error. So now I am down to trying to fix this header error: + autoheader autoheader: error: AC_CONFIG_HEADERS not found in configure.ac Will wrote: > its possible libtool is now at: > /opt/local/*shar

Re: [swfmill] Impossible to compile from sources

2008-01-03 Thread Will
its possible libtool is now at: /opt/local/*share*/*libtool*/ per: http://www.nabble.com/-13334:-libnet-fails-build-during-copy-of-nonexistant-config.guess---config.sub-td13819285.html that thread too discusses how upgrading from XCode 2.4.1 to 2.5 deletes the files at /usr/share/libtool and tha

Re: [swfmill] Impossible to compile from sources

2008-01-03 Thread Will
It does appear to be as you suggest an issue specifically with XCode 2.5 where it seems it might remove /usr/share/libtool -- i've bumped into this speculation on a few mailing lists. here is one such: http://www.mail-archive.com/[EMAIL PROTECTED]/msg06572.html I did try installing libtool with

Re: [swfmill] Impossible to compile from sources

2008-01-03 Thread Ralf Fuest
I did a little search on the internet and found that there seems to be a problem with glibtoolize in some XCode versions. You can try to install libtool using MacPorts and use that instead. You'll need to change glibtoolize back to libtoolize if you do this. Ralf > i've bumped into some trouble f

Re: [swfmill] Impossible to compile from sources

2008-01-03 Thread Will
i've bumped into some trouble following the May thread. I'm currently stuck at the libtoolize name problem. I changed it to glibtoolize in autogen.sh, but then I get another related path problem. I'm not very skilled in this compiling dept or what to do to correct the pathing here, there is ne

Re: [swfmill] Impossible to compile from sources

2008-01-03 Thread Will
ok - I read the May thread as I mentioned, thanks for confirming - its quite a circus of steps its seems so I wanted to be sure to go that route before embarking. Thanks for the reply! W Ralf Fuest wrote: > Building swfmill on OS X doesn't seem to be easy, because the build > system isn't optim

Re: [swfmill] Impossible to compile from sources

2008-01-03 Thread Ralf Fuest
Building swfmill on OS X doesn't seem to be easy, because the build system isn't optimized for it. I would really like to do a new OS X build and try to make building swfmill easier, but I don't own a mac any more. It should be possible to do a non static OS X build. You can find a solution to the

Re: [swfmill] Impossible to compile from sources

2008-01-03 Thread Will
anyone? Ralf? Will wrote: > Hi - so I just checked out trunk from svn on OSX 10.4 so I can get the > latest patches, I ran ./autogen.sh but hit the ./configure: line 18836: > syntax error near unexpected token `XML,' > > I've read through the old mailing list thread of compiling on OSX from > M

Re: [swfmill] Impossible to compile from sources

2008-01-02 Thread Will
Hi - so I just checked out trunk from svn on OSX 10.4 so I can get the latest patches, I ran ./autogen.sh but hit the ./configure: line 18836: syntax error near unexpected token `XML,' I've read through the old mailing list thread of compiling on OSX from May 2007 and that seemed to end inconcl

Re: [swfmill] Impossible to compile from sources

2007-12-02 Thread Joel Poloney
I ran into a similar issue. The problem is that you're running this program without these libraries being in your path. In my case, I was trying to run it as root. I'm assuming you're doing the same, so try logging in as a normal user and you should have no problems. If you that doesn't work, you c

Re: [swfmill] Impossible to compile from sources

2007-12-02 Thread Mark Winterhalder
Hi Zárate, > "swfmill: error while loading shared libraries: libswft.so.0: cannot > open shared object file: No such file or directory" this means Swfmill can't find the library. If you compiled from sources, it should be in /usr/local/lib. If not, run 'locate libswft' (and 'updatedb' before tha

Re: [swfmill] Impossible to compile from sources

2007-12-02 Thread Zárate
Hi there again, I finally got time to try to recompile again. When compiling from sources (0.2.12), everything seems to go ok, but when trying to run swfmill i get this: "swfmill: error while loading shared libraries: libswft.so.0: cannot open shared object file: No such file or directory" And c

Re: [swfmill] Impossible to compile from sources

2007-11-26 Thread Ralf Fuest
You (and all other mac users) might get a new build as a christmas present ;). Perhaps even earlier. Ralf > I would be interested also to get a fresh build :P ___ swfmill mailing list swfmill@osflash.org http://osflash.org/mailman/listinfo/swfmill_osf

Re: [swfmill] Impossible to compile from sources

2007-11-26 Thread Eric Priou
> About the mac thing, i have access to one (intel based), although i > don't know if i'll be capable of compiling the whole there. Worth > trying anyway. I had no luck in building swfmill from svn sources lastly to target osx, either PPC or x86. I remember that Dan had a build script for osx wit

Re: [swfmill] Impossible to compile from sources

2007-11-25 Thread Ralf Fuest
I need to think about this for a while, because I'm not sure how much time I can spend on swfmill in the next months. Ralf > So would you step up as maintainer? That'd rock. > > -dan ___ swfmill mailing list swfmill@osflash.org http://osflash.org/ma

Re: [swfmill] Impossible to compile from sources

2007-11-25 Thread Daniel Fischer
On Sun, 25 Nov 2007 23:10:26 +0100 Ralf Fuest <[EMAIL PROTECTED]> wrote: > So I will be able to build all 3 versions when my mac > arrives. So would you step up as maintainer? That'd rock. -dan ___ swfmill mailing list swfmill@osflash.org http://osfla

Re: [swfmill] Impossible to compile from sources

2007-11-25 Thread Zárate
Hi, Thanks for the answers. I know it's just a warning, but the make file wasn't created at all, so impossible to execute :) Anyway, it's rather late now, i'll give it a go tomorrow both to latest release and SVN, let's see how far do i get. About the mac thing, i have access to one (intel based)

Re: [swfmill] Impossible to compile from sources

2007-11-25 Thread Ralf Fuest
There are some problems regarding a new release. Dan asked me about a release strategy some time ago on the list, but didn't respond to my mail. So I'm not sure what he thinks about a release. I would like to see a release in the near future, but I don't have much time to work on swfmill at the mom

Re: [swfmill] Impossible to compile from sources

2007-11-25 Thread Mark Winterhalder
On Nov 25, 2007 10:20 PM, Joel Poloney <[EMAIL PROTECTED]> wrote: > I would ignore warning messages (I had a few myself). What error messages > are you getting? The dependencies are still fresh in my mind... so I might > be able to point you in the right direction. Here's a list:

Re: [swfmill] Impossible to compile from sources

2007-11-25 Thread Joel Poloney
I was able to successfully compile swfmill last week on Ubuntu Edgy on a fresh SVN checkout. The last SVN commit was on 10/7/07. My guess is that you're missing some dependencies. I had a lot of problems compiling... but if you actually read the error message that you get... you can probably figure

Re: [swfmill] Impossible to compile from sources

2007-11-25 Thread Ralf Fuest
The error you mention is a warning, so just ignore it ;). When swfmill doesn't build, there has to be an other error. What happens if you execute make? When you try to compile swfmill I suggest, that you use the svn version. It isn't much harder. Just execute autogen.sh before the normal build pro

[swfmill] Impossible to compile from sources

2007-11-25 Thread Zárate
Hi list! First post here although i've been using swfmill for quite a while now. Anyway, i'm trying to compile from sources (Ubuntu Gutsy) and i'm getting this error: "config.status: WARNING: Makefile.in seems to ignore the --datarootdir setting" Also tried to compile from SVN but to no avail.