Uploaded image for project: 'Qt'
  1. Qt
  2. QTBUG-30844

Installation from source fails at qtwebkit-examples-and-demos

    XMLWordPrintable

Details

    • Bug
    • Resolution: Done
    • P2: Important
    • 5.0.2
    • 5.0.2, 5.1.0 RC1, 5.1.0 RC2, 5.1.1
    • 22a18ef680833aacd89db571263a9bcf31c7f7db

    Description

      I build Qt 5.0.2 from source

      Build runs successfull, but installation fails with:

      cd qtwebkit-examples-and-demos\ && ( if not exist Makefile C:\Frameworks\Qt\qt-everywhere-opensource-src-5.0.2\qtbase\bin\qmake C:\Frameworks\Qt\qt-everywhere-opensource-src-5.0.2\qtwebkit-examples-and-demos\qtwebkit-examples-and-demos.pro -o Makefile ) && "c:\Programme\Microsoft Visual Studio 9.0\VC\BIN\nmake.exe" -f Makefile install
      
      Microsoft (R) Program Maintenance Utility, Version 9.00.30729.01
      Copyright (C) Microsoft Corporation.  All rights reserved.
      
      NMAKE : fatal error U1073: "install" konnte nicht erstellt werden
      Stop.
      NMAKE : fatal error U1077: "cd": Rückgabe-Code "0x2"
      Stop.
      

      I figured out, that the Makefile in rootdir calls the Makefile in dir qtwebkit-examples-and-demos with make target 'install'. But there is no target 'install' in this Makefile!

      qtwebkit-examples-and-demos/Makefile
      #############################################################################
      # Makefile for building: qtwebkit-examples-and-demos
      # Generated by qmake (3.0) (Qt 5.0.2) on: Di 23. Apr 14:59:43 2013
      # Project:  qtwebkit-examples-and-demos.pro
      # Template: subdirs
      # Command: C:\Frameworks\Qt\qt-everywhere-opensource-src-5.0.2\qtbase\bin\qmake -o Makefile qtwebkit-examples-and-demos.pro
      #############################################################################
      
      MAKEFILE      = Makefile
      
      sub_Debug sub_Release html_docs docs install_html_docs uninstall_html_docs install_qch_docs uninstall_qch_docs install_docs uninstall_docs qch_docs prepare_docs generate_docs check all first clean:
      	@echo "Some of the required modules (qtHaveModule(webkit)) are not available."
      	@echo "Skipped."
      
      Makefile: qtwebkit-examples-and-demos.pro .qmake.conf C:\Frameworks\Qt\qt-everywhere-opensource-src-5.0.2\qtbase\mkspecs\win32-msvc2008\qmake.conf C:\Frameworks\Qt\qt-everywhere-opensource-src-5.0.2\.qmake.super \
      		C:\Frameworks\Qt\qt-everywhere-opensource-src-5.0.2\qtbase\mkspecs\features\spec_pre.prf \
      ...
      		C:\Frameworks\Qt\qt-everywhere-opensource-src-5.0.2\qtbase\mkspecs\features\lex.prf \
      		qtwebkit-examples-and-demos.pro
      	$(QMAKE) -o Makefile qtwebkit-examples-and-demos.pro
      C:\Frameworks\Qt\qt-everywhere-opensource-src-5.0.2\.qmake.super:
      ...
      C:\Frameworks\Qt\qt-everywhere-opensource-src-5.0.2\qtbase\mkspecs\features\lex.prf:
      qtwebkit-examples-and-demos.pro:
      qmake: FORCE
      	@$(QMAKE) -o Makefile qtwebkit-examples-and-demos.pro
      
      qmake_all: FORCE
      

      Attachments

        1. config.summary
          5 kB
        2. Makefile
          26 kB
        No reviews matched the request. Check your Options in the drop-down menu of this sections header.

        Activity

          People

            buddenha Oswald Buddenhagen
            danielesd Daniel Gorsulowski
            Votes:
            1 Vote for this issue
            Watchers:
            6 Start watching this issue

            Dates

              Created:
              Updated:
              Resolved:

              Gerrit Reviews

                There are no open Gerrit changes