Hi, 

I tried to cross compile gnash for an ARM pxa 270
target and i have this error when i execute "make" after
../gnash-0.7.2/configure --host=arm-linux --build=i686-pc-linux-gnu 
--target=arm-linux --prefix=/home/prathap/eldk/arm/oe 
build_alias=i686-pc-linux-gnu host_alias=arm-linux target_alias=arm-linux 
--disable-plugin --enable-renderer=agg 
--x-includes=/home/prathap/eldk/arm/usr/include/ 
--x-libraries=/home/prathap/eldk/arm/usr/lib/

this is the error :

../../gnash-0.7.2/libbase/image_filters.cpp:806: warning: cast from 'uint8_t*' 
to 'image::zoom(image::rgba*, image::rgba*)::rgba*' increases required 
alignment of target type
/usr/include/bits/mathinline.h: In function 'void image::resample(image::rgb*, 
int, int, int, int, image::rgb*, float, float, float, float)':
/usr/include/bits/mathinline.h:541: error: impossible constraint in 'asm'

why it is including mathline.h of native system headers even after i specified 
--x-includes and --x-libraries.

I should use crosscompiled agg libraries right?

 Please help me.


_______________________________________________
Gnash-dev mailing list
[email protected]
http://lists.gnu.org/mailman/listinfo/gnash-dev

Reply via email to