Hello strk, Wednesday, May 2, 2007, 3:16:20 PM, you wrote:
s> On Wed, May 02, 2007 at 03:04:31PM +0200, Udo Giacomozzi wrote: >> As with CVS HEAD 2007/05/02 15:00 CEST I can't build Gnash anymore: >> >> >> g++ -DHAVE_CONFIG_H -I. -I. -I.. -I.. -I. -I../server -I../libbase >> -I/usr/include/libxml2 -g -O2 -pthread >> -march=athlon-xp -W -Wall -Wcast-align -Wcast-qual -Wpointer-arith >> -Wreturn-type -MT amf.lo -MD -MP -MF >> .deps/amf.Tpo -c amf.cpp -fPIC -DPIC -o .libs/amf.o >> amf.cpp:39:35: boost/detail/endian.hpp: No such file or directory >> amf.cpp:159:4: #error "Unsupported host endianness" >> amf.cpp: In function `void* amf::swapBytes(void*, int)': >> amf.cpp:124: warning: unused parameter `int size' >> make[2]: *** [amf.lo] Error 1 >> make[2]: Leaving directory `/mnt/bigdrive/home/udo/gnash/libamf' s> Yep, same problem on distribution host. s> Maybe endian.hpp highers the boost version requirement again ? s> Can you check if any boost package contains endian.hpp on your debian ? Debian Etch (Boost 1.33) includes that file: http://packages.debian.org/cgi-bin/search_contents.pl?word=endian.hpp&searchmode=searchfiles&case=insensitive&version=stable&arch=i386 Debian Sarge (1.32) does not. _______________________________________________ Gnash-dev mailing list [email protected] http://lists.gnu.org/mailman/listinfo/gnash-dev

