Skip to content
  • Categories
  • Recent
  • Tags
  • Popular
  • Users
  • Groups
  • Search
  • Get Qt Extensions
  • Unsolved
Collapse
Brand Logo
  1. Home
  2. Qt Development
  3. Installation and Deployment
  4. QtWebKit build error
Qt 6.11 is out! See what's new in the release blog

QtWebKit build error

Scheduled Pinned Locked Moved Installation and Deployment
2 Posts 1 Posters 1.4k Views 1 Watching
  • Oldest to Newest
  • Newest to Oldest
  • Most Votes
Reply
  • Reply as topic
Log in to reply
This topic has been deleted. Only users with topic management privileges can see it.
  • G Offline
    G Offline
    gcdu97
    wrote on last edited by
    #1

    Hello everyone,

    I have an "Invalid argument" error when I want to build QtWebKit on Windows.

    @(...) -I"C:\gnuwin32\include" -I"C:\icu\icu\dist\include" -I"." -I"C:\qt-5.3.0\qtbase\mkspecs\win32-g++" -o .obj\release\sqlite3.o C:\qt-5.3.0\qtbase\src\3rdparty\sqlite\sqlite3.c
    gcc: error: IC:\qt-5.3.0\qtwebkit\Source\WebCore\rendering\svg: Invalid argument@

    I checked the path "C:\qt-5.3.0\qtwebkit\Source\WebCore\rendering\svg" and it is correct.

    Do you have a solution ?

    Thanks in advance.

    1 Reply Last reply
    0
    • G Offline
      G Offline
      gcdu97
      wrote on last edited by
      #2

      I found the solution :

      This line
      @ -I"C:\qt-5.3.0\qtwebkit\Source\WebCore\rendering\style" @ in Makefile.WebCore.Target.Release file was the cause of the error.

      I deleted this line, compiled the sqlite3.cpp file, reinserted it and it resolved the problem.

      1 Reply Last reply
      0

      • Login

      • Login or register to search.
      • First post
        Last post
      0
      • Categories
      • Recent
      • Tags
      • Popular
      • Users
      • Groups
      • Search
      • Get Qt Extensions
      • Unsolved