Sunday, July 6th 2008, 7:24pm UTC+1

You are not logged in.

  • Login
  • Register

1

Wednesday, March 12th 2008, 11:47pm

Problem compiling qt 4.4

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::ExecState*, 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: m_list[index] = val.value<T>();

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.
  • Go to the top of the page

Rate this thread