Return-Path: X-Original-To: apmail-httpd-dev-archive@www.apache.org Delivered-To: apmail-httpd-dev-archive@www.apache.org Received: from mail.apache.org (hermes.apache.org [140.211.11.3]) by minotaur.apache.org (Postfix) with SMTP id CB0E3E470 for ; Thu, 10 Jan 2013 12:55:33 +0000 (UTC) Received: (qmail 44609 invoked by uid 500); 10 Jan 2013 12:55:33 -0000 Delivered-To: apmail-httpd-dev-archive@httpd.apache.org Received: (qmail 44537 invoked by uid 500); 10 Jan 2013 12:55:33 -0000 Mailing-List: contact dev-help@httpd.apache.org; run by ezmlm Precedence: bulk Reply-To: dev@httpd.apache.org list-help: list-unsubscribe: List-Post: List-Id: Delivered-To: mailing list dev@httpd.apache.org Received: (qmail 44527 invoked by uid 99); 10 Jan 2013 12:55:33 -0000 Received: from athena.apache.org (HELO athena.apache.org) (140.211.11.136) by apache.org (qpsmtpd/0.29) with ESMTP; Thu, 10 Jan 2013 12:55:33 +0000 X-ASF-Spam-Status: No, hits=0.7 required=5.0 tests=RCVD_IN_DNSWL_NONE,SPF_NEUTRAL X-Spam-Check-By: apache.org Received-SPF: neutral (athena.apache.org: local policy) Received: from [91.198.169.22] (HELO csmtp2.one.com) (91.198.169.22) by apache.org (qpsmtpd/0.29) with ESMTP; Thu, 10 Jan 2013 12:55:24 +0000 Received: from [192.168.1.35] (3304ds3-soeb.0.fullrate.dk [90.184.126.17]) (using TLSv1 with cipher DHE-RSA-AES256-SHA (256/256 bits)) (No client certificate requested) by csmtp2.one.com (Postfix) with ESMTPSA id C4A2C3020E23 for ; Thu, 10 Jan 2013 12:55:02 +0000 (UTC) Message-ID: <50EEBA26.6040305@cord.dk> Date: Thu, 10 Jan 2013 13:55:02 +0100 From: Daniel Gruno User-Agent: Mozilla/5.0 (X11; Linux x86_64; rv:17.0) Gecko/17.0 Thunderbird/17.0 MIME-Version: 1.0 To: dev@httpd.apache.org Subject: Re: svn commit: r1431215 - /httpd/httpd/branches/2.4.x/STATUS References: <20130110091718.E3DBC23888CD@eris.apache.org> <50EE8B25.1010701@cord.dk> <50EEB971.8010503@apache.org> In-Reply-To: <50EEB971.8010503@apache.org> X-Enigmail-Version: 1.4.6 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-Virus-Checked: Checked by ClamAV on apache.org On 01/10/2013 01:52 PM, Guenter Knauf wrote: > Hi Daniel, > Am 10.01.2013 10:34, schrieb Daniel Gruno: >> Can you provide me with the errors that it produces, or some tips on how >> I can possibly run this compiler on my own computer? Otherwise, I really >> don't know what to do here - the bindings work fine on all the machines >> I've tested them on. > meanwhile all clarfied; I was writing the mail to you just after I did > mention the prob in STATUS; > just wanted to avoid that the backport takes place without a workaround. > Thanks for your quick coding! > > Gün. > > Yeah, it did seem a bit funny that those emails arrived at about the same time. I've done some "manual" pushing of functions now, that work just as well - the 3D array was really just a convenient way of pushing everything, and a standard Lua-C practice. Hopefully we won't get any more compiler errors :) With regards, Daniel.