Return-Path: X-Original-To: archive-asf-public-internal@cust-asf2.ponee.io Delivered-To: archive-asf-public-internal@cust-asf2.ponee.io Received: from cust-asf.ponee.io (cust-asf.ponee.io [163.172.22.183]) by cust-asf2.ponee.io (Postfix) with ESMTP id 1C881200C6F for ; Tue, 25 Apr 2017 04:25:11 +0200 (CEST) Received: by cust-asf.ponee.io (Postfix) id 1B1D5160BA5; Tue, 25 Apr 2017 02:25:11 +0000 (UTC) Delivered-To: archive-asf-public@cust-asf.ponee.io Received: from mail.apache.org (hermes.apache.org [140.211.11.3]) by cust-asf.ponee.io (Postfix) with SMTP id 625DE160B99 for ; Tue, 25 Apr 2017 04:25:10 +0200 (CEST) Received: (qmail 85652 invoked by uid 500); 25 Apr 2017 02:25:09 -0000 Mailing-List: contact dev-help@flex.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: dev@flex.apache.org Delivered-To: mailing list dev@flex.apache.org Received: (qmail 85641 invoked by uid 99); 25 Apr 2017 02:25:09 -0000 Received: from pnap-us-west-generic-nat.apache.org (HELO spamd2-us-west.apache.org) (209.188.14.142) by apache.org (qpsmtpd/0.29) with ESMTP; Tue, 25 Apr 2017 02:25:09 +0000 Received: from localhost (localhost [127.0.0.1]) by spamd2-us-west.apache.org (ASF Mail Server at spamd2-us-west.apache.org) with ESMTP id BFF7E1B0659 for ; Tue, 25 Apr 2017 02:25:08 +0000 (UTC) X-Virus-Scanned: Debian amavisd-new at spamd2-us-west.apache.org X-Spam-Flag: NO X-Spam-Score: 1.481 X-Spam-Level: * X-Spam-Status: No, score=1.481 tagged_above=-999 required=6.31 tests=[KAM_LAZY_DOMAIN_SECURITY=1, KAM_LINKBAIT=0.5, RCVD_IN_DNSWL_NONE=-0.0001, RCVD_IN_MSPIKE_H3=-0.01, RCVD_IN_MSPIKE_WL=-0.01, URIBL_BLOCKED=0.001] autolearn=disabled Received: from mx1-lw-us.apache.org ([10.40.0.8]) by localhost (spamd2-us-west.apache.org [10.40.0.9]) (amavisd-new, port 10024) with ESMTP id 94ei0i_u-XQj for ; Tue, 25 Apr 2017 02:25:04 +0000 (UTC) Received: from smtp113.ord1c.emailsrvr.com (smtp113.ord1c.emailsrvr.com [108.166.43.113]) by mx1-lw-us.apache.org (ASF Mail Server at mx1-lw-us.apache.org) with ESMTPS id 0B6355FB7A for ; Tue, 25 Apr 2017 02:25:04 +0000 (UTC) Received: from smtp15.relay.ord1c.emailsrvr.com (localhost [127.0.0.1]) by smtp15.relay.ord1c.emailsrvr.com (SMTP Server) with ESMTP id 2E17520228 for ; Mon, 24 Apr 2017 22:24:57 -0400 (EDT) Received: from smtp192.mex05.mlsrvr.com (unknown [184.106.31.85]) by smtp15.relay.ord1c.emailsrvr.com (SMTP Server) with ESMTPS id 24247201C3 for ; Mon, 24 Apr 2017 22:24:57 -0400 (EDT) X-Sender-Id: jason@dedoose.com Received: from smtp192.mex05.mlsrvr.com ([UNAVAILABLE]. [184.106.31.85]) (using TLSv1 with cipher DHE-RSA-AES256-SHA) by 0.0.0.0:25 (trex/5.7.12); Mon, 24 Apr 2017 22:24:57 -0400 Received: from ORD2MBX01D.mex05.mlsrvr.com ([fe80::75cf:4044:ec74:dde9]) by ORD2HUB09.mex05.mlsrvr.com ([fe80::d6ae:52ff:fe7f:6d38%15]) with mapi id 14.03.0279.002; Mon, 24 Apr 2017 21:24:56 -0500 From: Jason Taylor To: "dev@flex.apache.org" Subject: FlexSDK compiling dumb question Thread-Topic: FlexSDK compiling dumb question Thread-Index: AdK9arNBIMQb4oLoS/OyZikrxH+h5w== Date: Tue, 25 Apr 2017 02:24:56 +0000 Message-ID: <3B3852E122320F4CA9F2A2688F34E361AED80454@ORD2MBX01D.mex05.mlsrvr.com> Accept-Language: en-US Content-Language: en-US X-MS-Has-Attach: X-MS-TNEF-Correlator: x-originating-ip: [76.9.64.33] Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: quoted-printable MIME-Version: 1.0 archived-at: Tue, 25 Apr 2017 02:25:11 -0000 so following the direcitons at https://github.com/apache/flex-sdk I managed= to get the flex-sdk compiling on Win10 x64, ant main works, as does ant framework-rsls Now, where the heck is the output swc to use in my project? Says it should= be in /out but that directory dosen't exist, and if I create it and rerun = nothing. Found a bug deep down in GridViewLayout causing a memory leak, and only way= to fix it seems to be to fix it in the SDK itself and issue a patch, so he= re I am. Thank you ~ JT