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:message-id:date:from:reply-to:subject:to :mime-version:content-type:content-transfer-encoding; q=dns; s= default; b=W4P1wGPC1LIa4h7SFPhMha6HpMrtAZaOFgX4uRhfFSuZfgfIstTgu YPm8uY483jWvlWTkUIY72+T4kQmudXnoxAKG0ZmwW5MWmu3SVD9g2T42C6bwWrlw IvCO+YNOR/C8fQPrFdmMGgYd51oK8EZwL99B/W54Q+d6t6Z3IDHzoo= 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:message-id:date:from:reply-to:subject:to :mime-version:content-type:content-transfer-encoding; s=default; bh=uJeY7LDqUMn/jwQk6xSB4cLinUE=; b=wXAsH/6LsuieS8U+cvvW6M5Ym+TQ R8vuPArafg60rzTe9bGxV97Uo0DrZuJuyj6g9A/LtynbXV/sOgDCCTDN38+Kt7B2 XhZvRcWMzm2nN9gZb4qk+s1PKg6pWeMKe+G3F0y/Dcn8nisFZMphSeTyvKQIHqmZ UKFKybwpkFqVHc4= 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=0.9 required=5.0 tests=AWL,BAYES_50,FREEMAIL_ENVFROM_END_DIGIT,FREEMAIL_FROM,RCVD_IN_DNSWL_NONE,SPF_PASS,T_RP_MATCHES_RCVD autolearn=no version=3.3.2 spammy=H*F:D*yahoo.co.jp, H*UA:sk:YahooMa, H*x:sk:YahooMa, H*UA:0.8.111_74 X-HELO: nh603-vm8.bullet.mail.ssk.yahoo.co.jp Message-ID: <642238.72292.qm@web103110.mail.kks.yahoo.co.jp> X-YMail-JAS: 4YH9TpYVM1khKaJEoDZjrXl886gmVGgUYmcsTPlvfDqt6IK2JE7eEAw.dqayIsmdepPiN6wFVrVhy8qnkXSmQ3OkhAvhJERCpv2YNN2hVRaBqd3QcaFf2ogM6VNH.mm3w2Uh Date: Sat, 10 Mar 2018 11:37:04 +0900 (JST) From: Tatsuro MATSUOKA Reply-To: Tatsuro MATSUOKA Subject: cygport qt5-base.cygport compile due to missing devel libraries To: cygwin AT cygwin DOT com MIME-Version: 1.0 Content-Type: text/plain; charset=iso-8859-1 X-IsSubscribed: yes Content-Transfer-Encoding: 8bit X-MIME-Autoconverted: from quoted-printable to 8bit by delorie.com id w2A2bKr3012158 cygport qt5-base.cygport compile due to missing devel libraries What was done and happened 1. download qt5-b ase source to /usr/src using setup At /usr/src/qt5-base-5.9.4-1.src 2. execute    cygport qt5-base.cygport prep    cygport qt5-base.cygport compile 3. cygport qt5-base.cygport compile reports like the below ERROR: Feature 'icu' was enabled, but the pre-condition 'libs.icu' failed. ERROR: Feature 'system-pcre2' was enabled, but the pre-condition 'libs.pcre2' failed. ERROR: Feature 'openssl-linked' was enabled, but the pre-condition '!features.securetransport && libs.openssl' failed. ERROR: Feature 'openssl' was enabled, but the pre-condition '!features.securetransport && (features.openssl-linked || libs.openssl_headers)' failed. ERROR: Feature 'xkbcommon-system' was enabled, but the pre-condition 'libs.xkbcommon_x11' failed. ERROR: Feature 'sql-mysql' was enabled, but the pre-condition 'libs.mysql' failed. ERROR: Feature 'sql-odbc' was enabled, but the pre-condition 'features.datestring && libs.odbc' failed. ERROR: Feature 'sql-psql' was enabled, but the pre-condition 'libs.psql' failed. ERROR: Feature 'sql-tds' was enabled, but the pre-condition 'features.datestring && libs.tds' failed. 4. install devel tools for missing libraries by setup 5. Erase build folder and re-execute 2. 6. Error reduced into ERROR: Feature 'sql-psql' was enabled, but the pre-condition 'libs.psql' failed. ERROR: Feature 'sql-tds' was enabled, but the pre-condition 'features.datestring && libs.tds' failed. I could not find devel tools for libpsql and libtds in setup. Have to I build those libraies from source? Tatsuro -- 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