X-Recipient: archive-cygwin AT delorie DOT com DomainKey-Signature: a=rsa-sha1; c=nofws; d=sourceware.org; h=list-id :list-unsubscribe:list-subscribe:list-archive:list-post :list-help:sender:date:from:to:message-id:subject:mime-version :content-type:content-transfer-encoding; q=dns; s=default; b=MNG GYpKH6vkBEJCBwya0R/T9dDYIVCDaJCGAjgIS3SuAHg9WE/MN5GT4EmdeKxzT39e P4Vj36I+z+Rj8V90rTOMNOQneQJXBR6PABd6G9lKC1dMiZoJnBeQfvM+su65J0MU EmteG/GJCqqr8fXPThQqq8plpZoqqeqWY9iGpJIo= DKIM-Signature: v=1; a=rsa-sha1; c=relaxed; d=sourceware.org; h=list-id :list-unsubscribe:list-subscribe:list-archive:list-post :list-help:sender:date:from:to:message-id:subject:mime-version :content-type:content-transfer-encoding; s=default; bh=jh2ML5KGv Qk0gBZgbN6l3nrAz2w=; b=A0i9qv7UnlyI/lhCd8g3yJIDl6NsbPh52oHlif8Og 41iuDwGdCiMZesJSUagqLQVUVNb9ksJrTMzGZGlLbJL0qoglpDjZmz2iyePBI3od F2133e3GFuSKSHY5UDU8F5ek6n+P0bmn54/URANXkoGs3m19XRNrQz/N7DUk6Hv6 X4= Mailing-List: contact cygwin-help AT cygwin DOT com; run by ezmlm List-Id: List-Subscribe: List-Archive: List-Post: List-Help: , Sender: cygwin-owner AT cygwin DOT com Mail-Followup-To: cygwin AT cygwin DOT com Delivered-To: mailing list cygwin AT cygwin DOT com Authentication-Results: sourceware.org; auth=none X-Virus-Found: No X-Spam-SWARE-Status: No, score=3.0 required=5.0 tests=AWL,BAYES_50,FREEMAIL_FROM,SPF_SOFTFAIL,URI_HEX autolearn=no version=3.3.2 X-HELO: mwork.nabble.com Date: Tue, 12 May 2015 02:45:54 -0700 (MST) From: tmacchant To: cygwin AT cygwin DOT com Message-ID: <1431423954558-118172.post@n5.nabble.com> Subject: question on building qt5 MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit I would like to try the patch to qt-5 which enables qt terminal for gnuplot for Cygwin. http://gnuplot.10905.n7.nabble.com/Gnuplot-version-5-0-is-now-available-td19185.html#a19202 I have downloaded qt5-base-5.4.1-3.src. I have attached all patches in the directory and patch for the above thread. I have tried configure cd /cygdrive/e/usr/Tatsu/cyg64work/qt5/qt5-5.4.1/qt5-base-5.4.1-3.src/build ../qtbase-opensource-src-5.4.1/configure -prefix /opt/qt-5.4.1 -platform cygwin-g++ -confirm-license -opensource -release -c++11 -shared -optimized-qmake -no-rpath -no-reduce-exports -no-reduce-relocations -no-largefile -accessibility -no-sql-db2 -no-sql-ibase -no-sql-oci -no-sql-sqlite2 -system-zlib -system-libpng -system-libjpeg -dbus-linked -openssl-linked -system-pcre -system-harfbuzz -system-xcb -system-xkbcommon -gui -widgets -no-cups -icu -iconv -pch -xcb -no-egl -no-eglfs -opengl desktop -glib -gtkstyle /cygdrive/e/usr/Tatsu/cyg64work/qt5/qt5-5.4.1/qt5-base-5.4.1-3.src/qtbase-opensource-src-5.4.1 (source directory with patch applied.) /cygdrive/e/usr/Tatsu/cyg64work/qt5/qt5-5.4.1/qt5-base-5.4.1-3.src/build (build directory) After the report: : : xkbcommon .............. yes (system library) zlib ................... yes (system library) NOTE: When linking against OpenSSL, you can override the default library names through OPENSSL_LIBS. For example: OPENSSL_LIBS='-L/opt/ssl/lib -lssl -lcrypto' ./configure -openssl-linked /cygdrive/e/usr/Tatsu/cyg64work/qt5/qt5-5.4.1/qt5-base-5.4.1-3.src/qtbase-opensource-src-5.4.1/mkspecs/features/qt_parts.prf:13: Cannot write cache file /cygdrive/e/usr/Tatsu/cyg64work/qt5/qt5-5.4.1/qt5-base-5.4.1-3.src/build/.qmake.cache: Cannot create parent directory. /cygdrive/e/usr/Tatsu/cyg64work/qt5/qt5-5.4.1/qt5-base-5.4.1-3.src/qtbase-opensource-src-5.4.1/qtbase.pro:95: Cannot write file /cygdrive/e/usr/Tatsu/cyg64work/qt5/qt5-5.4.1/qt5-base-5.4.1-3.src/build/mkspecs/modules/qt_tool_syncqt.pri: Cannot create parent directory. Project ERROR: Aborting. I cannot proceed any longer. Any suggestions? Regards Tatsuro -- View this message in context: http://cygwin.1069669.n5.nabble.com/question-on-building-qt5-tp118172.html Sent from the Cygwin list mailing list archive at Nabble.com. -- Problem reports: http://cygwin.com/problems.html FAQ: http://cygwin.com/faq/ Documentation: http://cygwin.com/docs.html Unsubscribe info: http://cygwin.com/ml/#unsubscribe-simple