Hello:

I am trying to build 5.2.0 on RHEL 5 (may god have mercy on my soul.)

The compile fails down in the testlib sub-directory.

    In file included from /usr/include/asm-x86_64/byteorder.h:30:0,
                  from /usr/include/asm/byteorder.h:5,
                  from 
.../qt-everywhere-enterprise-src-5.2.0/qtbase/src/testlib/3rdparty/linux_perf_event_p.h:19,
                  from 
.../qt-everywhere-enterprise-src-5.2.0/qtbase/src/testlib/qbenchmarkperfevents.cpp:61:
    /usr/include/linux/byteorder/little_endian.h:43:19: error: ‘__le64’ does 
not 
name a type
         static __inline__ __le64 __cpu_to_le64p(const __u64 *p)

What configuration option (-nomake -skip ?) can I specify to disable this 
entire 
branch?
(I tried -nomake tests)

Same question for the entire audio portion of the build.

Thanks in advance.

Bill

----------------
module load gcc/adi/4.8.2
setenv QT_SRC_DIR ../qt-everywhere-enterprise-src-5.2.0
${QT_SRC_DIR}/configure -platform linux-g++-64 -verbose -nomake examples 
-no-openssl \
        -no-javascript-jit -no-opengl -cups -no-audio-backend -nomake tests \
        -skip qtwebkit -no-icu -fontconfig -prefix `pwd` -shared -debug 
-continue


_______________________________________________
Interest mailing list
Interest@qt-project.org
http://lists.qt-project.org/mailman/listinfo/interest

Reply via email to