Details
-
Bug
-
Resolution: Done
-
P2: Important
-
5.0.2, 5.1.0 RC1, 5.1.0 RC2, 5.1.1
-
Source package: qt-everywhere-opensource-src-5.0.2.zip
Platform: win32-msvc2008
{code:title=configure options|borderStyle=solid}
configure -prefix %QTDIR% -developer-build -nomake docs -nomake examples -nomake tests -nomake demos -nomake webkit -debug-and-release -opensource -confirm-license -opengl desktop -mp -static -platform win32-msvc2008 -qt-zlib -qt-libpng -qt-libjpeg
{code}
Source package: qt-everywhere-opensource-src-5.1.0-rc1.zip
Platform: win32-msvc2010
{code:title=configure options|borderStyle=solid}
configure -debug-and-release -opensource -opengl desktop -mp -platform win32-msvc2010 -dbus
{code}Source package: qt-everywhere-opensource-src-5.0.2.zip Platform: win32-msvc2008 {code:title=configure options|borderStyle=solid} configure -prefix %QTDIR% -developer-build -nomake docs -nomake examples -nomake tests -nomake demos -nomake webkit -debug-and-release -opensource -confirm-license -opengl desktop -mp -static -platform win32-msvc2008 -qt-zlib -qt-libpng -qt-libjpeg {code} Source package: qt-everywhere-opensource-src-5.1.0-rc1.zip Platform: win32-msvc2010 {code:title=configure options|borderStyle=solid} configure -debug-and-release -opensource -opengl desktop -mp -platform win32-msvc2010 -dbus {code}
-
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