Skip to content
  • Categories
  • Recent
  • Tags
  • Popular
  • Users
  • Groups
  • Search
  • Get Qt Extensions
  • Unsolved
Collapse
Brand Logo
  1. Home
  2. Qt Development
  3. General and Desktop
  4. Problem with building QT5.0.0 RC2 with webkit
QtWS25 Last Chance

Problem with building QT5.0.0 RC2 with webkit

Scheduled Pinned Locked Moved General and Desktop
8 Posts 6 Posters 4.1k Views
  • 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.
  • D Offline
    D Offline
    dafreeze
    wrote on last edited by
    #1

    Hi,

    i got following Error:

    @ mt.exe /nologo /manifest release\LLIntOffsetsExtractor.exe.embed.manifes
    t /outputresource:release\LLIntOffsetsExtractor.exe;1
    E:\Programmierung\qt5\qtbase\bin\qmake.exe E:\Programmierung\qt5\qtwebki
    t\Source\JavaScriptCore\DerivedSources.pri WEBKIT_CONFIG-=build_webkit2 WEBKIT_C
    ONFIG-=netscape_plugin_api CONFIG-=production_build -o Makefile.JavaScriptCore.D
    erivedSources
    "E:\Programmierung\Visual Studio Ultimate 2012\VC\BIN\amd64\nmake.exe" -
    f Makefile.JavaScriptCore.DerivedSources

    Microsoft (R) Program Maintenance Utility, Version 11.00.50727.1
    Copyright (C) Microsoft Corporation. Alle Rechte vorbehalten.

    Makefile.JavaScriptCore.DerivedSources(85) : fatal error U1033: Syntaxfehler: ":
    " unerwartet
    Stop.
    NMAKE : fatal error U1077: ""E:\Programmierung\Visual Studio Ultimate 2012\VC\BI
    N\amd64\nmake.exe"": Rückgabe-Code "0x2"@

    This is my Makefile.JavaScriptCore.DerivedSources:

    http://pastebin.com/60bxG2fU

    The Problem seems to be:

    $(DESTDIR_TARGET): generated\ArrayConstructor.lut.h generated\ArrayPrototype.lut.h generated\BooleanPrototype.lut.h generated\DateConstructor.lut.h generated\DatePrototype.lut.h generated\ErrorPrototype.lut.h generated\JSGlobalObject.lut.h generated\JSONObject.lut.h generated\MathObject.lut.h generated\NamePrototype.lut.h generated\NumberConstructor.lut.h generated\NumberPrototype.lut.h generated\ObjectConstructor.lut.h generated\ObjectPrototype.lut.h generated\RegExpConstructor.lut.h generated\RegExpObject.lut.h generated\RegExpPrototype.lut.h generated\StringConstructor.lut.h generated\StringPrototype.lut.h generated\Lexer.lut.h generated\GeneratedJITStubs_RVCT.h generated\GeneratedJITStubs_MSVC.asm generated\RegExpJitTables.h generated\KeywordLookup.h generated\E:\Programmierung\qt5\qtwebkit\Source\JavaScriptCore\debug\LLIntAssembly.h generated\E:\Programmierung\qt5\qtwebkit\Source\JavaScriptCore\release\LLIntAssembly.h $(OBJECTS)

    Anybody seen something like that?

    1 Reply Last reply
    0
    • P Offline
      P Offline
      peter_pan
      wrote on last edited by
      #2

      I am also having the same issue Makefile.JavaScriptCore.DerivedSources(85) : fatal error U1033: syntax error : ':' unexpected. I am using nmake

      1 Reply Last reply
      0
      • L Offline
        L Offline
        lgeyer
        wrote on last edited by
        #3

        Is there a specific reason you are using the RC2 instead of the release?

        1 Reply Last reply
        0
        • P Offline
          P Offline
          peter_pan
          wrote on last edited by
          #4

          I am having this issue using Qt 5.0.1

          1 Reply Last reply
          0
          • C Offline
            C Offline
            ChrisW67
            wrote on last edited by
            #5

            5.0.1? Where did that come from?

            1 Reply Last reply
            0
            • P Offline
              P Offline
              peter_pan
              wrote on last edited by
              #6

              Cloned the Git repository git://gitorious.org/qt/qt5.git on Jan 22nd. Qt version is 5.0.1

              1 Reply Last reply
              0
              • T Offline
                T Offline
                takercena
                wrote on last edited by
                #7

                Is there any fix for this?

                1 Reply Last reply
                0
                • L Offline
                  L Offline
                  Laurens Vergote
                  wrote on last edited by
                  #8

                  I know this is an old thread, but the problem still exists. I'll make a new thread if needed.

                  I am also experiencing this problem with Qt 5.2.1, although on a different line number.

                  Makefile.JavaScriptCore.DerivedSources(105) : fatal error U1033: syntax error : ':' unexpected.

                  I have not found any solutions to this. Does anybody know more?

                  This is the line:

                  $(DESTDIR_TARGET): generated\ArrayConstructor.lut.h generated\ArrayPrototype.lut.h generated\BooleanPrototype.lut.h generated\DateConstructor.lut.h generated\DatePrototype.lut.h generated\ErrorPrototype.lut.h generated\JSGlobalObject.lut.h generated\JSONObject.lut.h generated\MathObject.lut.h generated\NamePrototype.lut.h generated\NumberConstructor.lut.h generated\NumberPrototype.lut.h generated\ObjectConstructor.lut.h generated\RegExpConstructor.lut.h generated\RegExpObject.lut.h generated\RegExpPrototype.lut.h generated\StringConstructor.lut.h generated\Lexer.lut.h generated\GeneratedJITStubs_RVCT.h generated\GeneratedJITStubs_MSVC.asm generated\RegExpJitTables.h generated\KeywordLookup.h generated\debug\LLIntAssembly.h generated\release\LLIntAssembly.h $(OBJECTS)

                  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