Results 1 to 3 of 3

Thread: QT 4.4 beta1 x11 compile issues

Threaded View

Previous Post Previous Post   Next Post Next Post
  1. #1

    Default QT 4.4 beta1 x11 compile issues

    I'm compiling on X11, and I'm not sure what's going on. The only configure flag I'm using is -no-seperate-debug-info.

    Here's what's up:

    ../JavaScriptCore/bindings/qt/qt_runtime.cpp: In member function `virtual void
    KJS::Bindings::QtArray<T>::setValueAt(KJS::ExecSta te*, unsigned int,
    KJS::JSValue*) const':
    ../JavaScriptCore/bindings/qt/qt_runtime.cpp:1677: error: syntax error before `
    >' token
    gmake[1]: *** [.obj/release-shared/qt_runtime.o] Error 1
    gmake[1]: Leaving directory `/tmp/qt-x11-opensource-src-4.4.0-beta1/src/3rdparty
    /webkit/WebCore'
    gmake: *** [sub-webkit-make_default-ordered] Error 2
    Line 1677 is:
    Qt Code:
    1. m_list[index] = val.value<T>();
    To copy to clipboard, switch view to plain text mode 

    Looking at this, val is accessible, as should m_list and value should be too. I wonder if I'm missing a config flag, or if it's a system config issue.
    Last edited by jpn; 13th March 2008 at 06:38. Reason: missing tags

Similar Threads

  1. Access to PostgreSQL DB on a linux server
    By rmagro in forum Qt Programming
    Replies: 28
    Last Post: 13th March 2008, 09:02

Bookmarks

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  
Digia, Qt and their respective logos are trademarks of Digia Plc in Finland and/or other countries worldwide.