Results 1 to 2 of 2

Thread: Webkit and Javascript Debugger

  1. #1
    Join Date
    Oct 2011
    Posts
    4
    Qt products
    Qt4 Qt/Embedded
    Platforms
    Unix/X11

    Question Webkit and Javascript Debugger

    I have been configuring and compiling QT 4.7.0 for almost 3 days now and have had many errors, most of them are of course related to my configurations.

    So after another overnight compilation , I have another compilation error. Searching the net, it seems that this error will occur if Javascript debugger is disabled but my Javascript debugger is already enable , so I am not sure where and how I will fix this now.

    here is my configuration:

    Qt Code:
    1. ./configure -release -embedded x86 -opensource -little-endian -openssl-linked -reduce-exports -reduce-relocations -qt-gfx-directfb -no-dbus -depths 32 -webkit -qt-gif -platform linux-netflix-g++ -xplatform linux-netflix-g++ -qt-libpng -qt-libjpeg -qt-freetype -qt-zlib -no-sql-postgres -no-sql-mysql -no-sql-oracle -no-phonon -no-phonon-backend -no-nis -no-libtiff -no-iconv -no-libmng -nomake translations -nomake demos -nomake examples -nomake tools -nomake docs -no-glib -no-javascript-jit -no-svg -no-declarative -no-scripttools -no-xmlpatterns -no-multimedia -no-accessibility -no-exceptions -no-script -no-sql-odbc -no-sql-tds -no-sql-sqlite2 -no-qt3support -no-mmx -no-cups -no-3dnow -no-sse -no-sse2
    To copy to clipboard, switch view to plain text mode 

    and the error:

    Qt Code:
    1. -D_REENTRANT -fPIC -DQT_SHARED -DBUILDING_QT__=1 -DWTF_USE_ACCELERATED_COMPOSITING -DNDEBUG -DQT_NO_CAST_TO_ASCII -DQT_ASCII_CAST_WARNINGS -DQT_MOC_COMPAT -DQT_USE_FAST_OPERATOR_PLUS -DQT_USE_FAST_CONCATENATION -DHAVE_STDINT_H -DBUILD_WEBKIT -DBUILDING_QT__ -DBUILDING_JavaScriptCore -DBUILDING_WTF -DENABLE_JIT=0 -DENABLE_YARR_JIT=0 -DENABLE_YARR=0 -DENABLE_VIDEO=0 -DENABLE_JAVASCRIPT_DEBUGGER=1 -DENABLE_DATABASE=1 -DENABLE_EVENTSOURCE=1 -DENABLE_OFFLINE_WEB_APPLICATIONS=1 -DENABLE_DOM_STORAGE=1 -DENABLE_ICONDATABASE=1 -DENABLE_CHANNEL_MESSAGING=1 -DENABLE_ORIENTATION_EVENTS=0 -DENABLE_SQLITE=1 -DENABLE_DASHBOARD_SUPPORT=0 -DENABLE_FILTERS=1 -DENABLE_XPATH=1 -DENABLE_WCSS=0 -DENABLE_WML=0 -DENABLE_SHARED_WORKERS=1 -DENABLE_WORKERS=1 -DENABLE_XHTMLMP=0 -DENABLE_DATAGRID=0 -DENABLE_RUBY=1 -DENABLE_SANDBOX=1 -DENABLE_PROGRESS_TAG=1 -DENABLE_BLOB_SLICE=0 -DENABLE_3D_RENDERING=1 -DENABLE_SVG=1 -DENABLE_SVG_FONTS=1 -DENABLE_SVG_FOREIGN_OBJECT=1 -DENABLE_SVG_ANIMATION=1 -DENABLE_SVG_AS_IMAGE=1 -DENABLE_SVG_USE=1 -DENABLE_DATALIST=1 -DENABLE_TILED_BACKING_STORE=1 -DENABLE_NETSCAPE_PLUGIN_API=0 -DENABLE_WEB_SOCKETS=1 -DENABLE_XSLT=0 -DENABLE_QT_BEARER=1 -DENABLE_TOUCH_EVENTS=1 -DSQLITE_CORE -DSQLITE_OMIT_LOAD_EXTENSION -DSQLITE_OMIT_COMPLETE -DQT_NO_DEBUG -DQT_GUI_LIB -DQT_NETWORK_LIB -DQT_CORE_LIB -D_LARGEFILE64_SOURCE -D_LARGEFILE_SOURCE
    2.  
    3. [REMOVED]
    4.  
    5. -o .obj/release-shared-emb-x86/JSConsoleCustom.o bindings/js/JSConsoleCustom.cpp
    6. bindings/js/JSConsoleCustom.cpp:43: error: no 'JSC::JSValue WebCore::JSConsole::profiles(JSC::ExecState*) const' member function declared in class 'WebCore::JSConsole'
    7. make[1]: *** [.obj/release-shared-emb-x86/JSConsoleCustom.o] エラー 1
    8. make[1]: ディレクトリ `../3rdParty/qt/src/3rdparty/webkit/WebCore' から出ます
    9. make: *** [sub-webkit-make_default-ordered] エラー 2
    To copy to clipboard, switch view to plain text mode 

    by the way I am building as a "root" user
    anybody has this error ?

  2. #2
    Join Date
    Oct 2011
    Posts
    4
    Qt products
    Qt4 Qt/Embedded
    Platforms
    Unix/X11

    Default Re: Webkit and Javascript Debugger

    I found this : https://lists.webkit.org/pipermail/w...er/155899.html

    and tried to Disable the Javascript Debugger and the error was gone BUT

    now I have the same problem with JSDOMWindowCustom

Similar Threads

  1. Replies: 1
    Last Post: 29th April 2011, 23:50
  2. Replies: 9
    Last Post: 29th November 2010, 12:12
  3. Replies: 4
    Last Post: 23rd September 2010, 15:20
  4. WebKit - accessing javascript results + googleMap
    By giusepped in forum Qt Programming
    Replies: 10
    Last Post: 30th May 2009, 00:01
  5. QT IDE and Debugger
    By onefootswill in forum Newbie
    Replies: 16
    Last Post: 25th July 2008, 20:39

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.