I am currently trying to compile and build QT for Embedded Linux on an Ubuntu box for ARM architecture. So far, I have run into MANY errors while trying to MAKE. The biggest one being a 2000 line C++ function which caused a compiler error. What are other peoples experiences with this and how did you fix it?
                +5 
                A: 
                
                
              
            My experience has always been favorable, given:
You must follow every single instruction in the installation instructions for Qt, without exception. Every time I've run into compilation errors, it's been because I tried to just do it quickly, instead of reading the attached documentation for that specific platform.
I'd review the instructions - there's probably some minor thing that needs to be done first, which will most likely eliminate your errors.
                  Reed Copsey
                   2009-06-16 16:49:01
                
              That's what I followed...
                  bryce
                   2009-06-17 12:53:36
                So I am rebuilding the embedded 4.4.0 version (which previously built without a problem) for my development computer.  I will install that and then make confclean the directory followed by a configure and build for the ARM board.  I believe that would then be the correct interpretation of the install guide.
                  bryce
                   2009-06-17 13:35:01