View Single Post
free's Avatar
Posts: 739 | Thanked: 159 times | Joined on Sep 2007 @ Germany - Munich
#6
So it looks like there is something bad happening during a memory allocation, but only under ARMEL target (looks like a race condition)
Using a wrapper, I tracked the problem.
This is my temporary patch, it corrects the problem but will need more understanding to give a definitive patch

Code:
cd  qt-x11-opensource-src-4.3.1
patch -p1 < ../qt4-x11_4.3.1-2-armel-maxPathName.diff.txt
./configure doesn't shout anymore: the detections of capabilities (libpng, xrandr, endianness ) are properly done.
make goes (in case you have problem with arthurplugin demos, simply remove all reference to arthur in demos/Makefile and restart make)

Still under Scratchbox (I didn't have the time to test it on the device but I'm very looking forward to seeing your results), some things start (with some warnings of not found syscalls) and very few simply crash.

Still some work to be done but it's one step further.
Attached Images
 
Attached Files
File Type: txt qt4-x11_4.3.1-2-armel-maxPathName.diff.txt (467 Bytes, 374 views)