From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 108497 invoked by alias); 12 May 2015 09:46:00 -0000 Mailing-List: contact cygwin-help@cygwin.com; run by ezmlm Precedence: bulk List-Id: List-Subscribe: List-Archive: List-Post: List-Help: , Sender: cygwin-owner@cygwin.com Mail-Followup-To: cygwin@cygwin.com Received: (qmail 108479 invoked by uid 89); 12 May 2015 09:45:59 -0000 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 Received: from mwork.nabble.com (HELO mwork.nabble.com) (162.253.133.43) by sourceware.org (qpsmtpd/0.93/v0.84-503-g423c35a) with ESMTP; Tue, 12 May 2015 09:45:56 +0000 Received: from msam.nabble.com (unknown [162.253.133.85]) by mwork.nabble.com (Postfix) with ESMTP id 2759E1DFF096 for ; Tue, 12 May 2015 02:46:46 -0700 (PDT) Date: Tue, 12 May 2015 10:11:00 -0000 From: tmacchant To: cygwin@cygwin.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 X-SW-Source: 2015-05/txt/msg00134.txt.bz2 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