Re: [Gnash-dev] LocalConnection

2010-02-12 Thread Andrea Palmatè
Il 11/02/2010 18.35, Benjamin Wolsey ha scritto: Again, ifdef the whole IPC_STAT call out for AmigaOS. I believe it is also posix compliant. I knew this file would turn into an ifdef hell! after the compilation i have this link error: SharedMem.cpp:(.text+0x0): multiple definition of

Re: [Gnash-dev] LocalConnection

2010-02-12 Thread Benjamin Wolsey
after the compilation i have this link error: SharedMem.cpp:(.text+0x0): multiple definition of `gnash::attached(gnash::SharedMem const)' ../libcore/.libs/libgnashcore.a(LocalConnection_as.o):LocalConnection_as.cpp:(.text+0xc): first defined here it seems that LocalConnection_as.cpp has

[Gnash-dev] pre-release 0.8.7 libxml header files not found

2010-02-12 Thread Peter Vermaas
I'm trying to compile the 0.8.7. pre-release from http://www.getgnash.org/packages/pre-release-testing/ for the arm on openembedded and I'm getting the following errors: arm-angstrom-linux-gnueabi-libtool: compile: arm-angstrom-linux-gnueabi-g++ -march=armv5te -mtune=xscale -mthumb-interwork

Re: [Gnash-dev] pre-release 0.8.7 libxml header files not found

2010-02-12 Thread Rob Savoye
Peter Vermaas wrote: I'm trying to compile the 0.8.7. pre-release from http://www.getgnash.org/packages/pre-release-testing/ for the arm on openembedded and I'm getting the following errors: Did you use the old bbfile, or the new one ? My last OE build worked fine. So it looks like the

Re: [Gnash-dev] pre-release 0.8.7 libxml header files not found

2010-02-12 Thread Benjamin Wolsey
Course with OE, you're not using pkg-config, so you don't get those flags. Sigh, I will have to add the config test back in I guess, I only removed it a few days ago. I am rather ignorant of autoconf and packaging, but it seems completely crazy to me that we should ever add config tests for

Re: [Gnash-dev] pre-release 0.8.7 libxml header files not found

2010-02-12 Thread Rob Savoye
Benjamin Wolsey wrote: I am rather ignorant of autoconf and packaging, but it seems completely crazy to me that we should ever add config tests for dependencies of dependencies. Is there really not a better way of doing it? Not really... It's mostly just the header files included by the

Re: [Gnash-dev] LocalConnection

2010-02-12 Thread Andrea Palmatè
Il 11/02/2010 18.55, Benjamin Wolsey ha scritto: http://www.flashworker.de/tutorial/56/001.html ok, after the compilation i've downloaded the two swf files and i've launch them on my OS4 (i didn't have a browser plugin yet) and it seems to work even if when i move the mouse into sender

Re: [Gnash-dev] LocalConnection

2010-02-12 Thread Benjamin Wolsey
ok, after the compilation i've downloaded the two swf files and i've launch them on my OS4 (i didn't have a browser plugin yet) and it seems to work even if when i move the mouse into sender window, the receive window move the mouse in the correct position but it seems that has also some

Re: [Gnash-dev] release 0.8.7 branch made

2010-02-12 Thread Robinson Tryon
On Wed, Feb 10, 2010 at 5:17 PM, strk s...@keybit.net wrote: On Wed, Feb 10, 2010 at 04:25:37PM -0500, Robinson Tryon wrote: strk: I tossed your two examples up here: http://wiki.gnashdev.org/Bazaar If there are any other bazaar commands people ought to know, we can document them on that