delorie.com/archives/browse.cgi   search  
Mail Archives: cygwin/2017/06/17/14:21:15

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:subject:to:references:from:message-id:date
:mime-version:in-reply-to:content-type; q=dns; s=default; b=UyKn
Z/109/7HyR1e8oMaVLyc9ga7OvxYgLQ1t5AuzHepIfBOQ3LbVcZ7WJkJW2vh8tAT
L1PEErMvvZ1H26ntbQkN/uafp0OGg4xtU4M7ovvYHjcn2N3e9BJz+pK0L5ECcxfW
qvCO4a96UryW1vzYhvkl8PWSu67AZc8S+2zUaqQ=
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:subject:to:references:from:message-id:date
:mime-version:in-reply-to:content-type; s=default; bh=DQI+mSl3Jv
+1XrRZuXbdPSST7nw=; b=ZaYxWSwHH8bb7lnlTO0PnGskysOlCwtMZj68S/GTr7
Woop/idx71NZA08CyKimWS6qYunKBBUJGirXVRxuZuQUQInz+LziG0uuZMi3xgnz
hlaV2ZiuRsbow6M3ULzvlan1dpVZ5sTw/JAbSeQHbf4SWRD7yUOknP2gazdnZ2wp
U=
Mailing-List: contact cygwin-help AT cygwin DOT com; run by ezmlm
List-Id: <cygwin.cygwin.com>
List-Subscribe: <mailto:cygwin-subscribe AT cygwin DOT com>
List-Archive: <http://sourceware.org/ml/cygwin/>
List-Post: <mailto:cygwin AT cygwin DOT com>
List-Help: <mailto:cygwin-help AT cygwin DOT com>, <http://sourceware.org/ml/#faqs>
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=-1.9 required=5.0 tests=BAYES_00,RCVD_IN_DNSWL_NONE,SPF_PASS autolearn=ham version=3.3.2 spammy=10294, creator, dungeon, lua
X-HELO: know-smtprelay-omc-2.server.virginmedia.net
X-Authenticated-User: slysven AT virginmedia DOT com
X-Spam: 0
X-Authority: v=2.1 cv=ELn7qAtC c=1 sm=1 tr=0 a=dzy5209z5GVPs6dlJ+pfug==:117 a=dzy5209z5GVPs6dlJ+pfug==:17 a=L9H7d07YOLsA:10 a=9cW_t1CCXrUA:10 a=s5jvgZ67dGcA:10 a=x7bEGLp0ZPQA:10 a=13zjGPudsaEWiJwPRgMA:9 a=NEAV23lmAAAA:8 a=Tum5zzf0AAAA:8 a=c4tGfaoHVQ4UYIHcH3oA:9 a=QEXdDO2ut3YA:10 a=XQzQbmylN4jqYn12EhgA:9 a=mmDJfht11sDnkXNulKnr:22
Subject: Re: cygwin Digest 17 Jun 2017 08:20:29 -0000 Issue 10294
To: cygwin AT cygwin DOT com
References: <1497687629 DOT 111995 DOT ezmlm AT cygwin DOT com>
From: Stephen Lyons <slysven AT virginmedia DOT com>
Message-ID: <62f0dbb2-2362-5e16-8155-e416ee244a04@virginmedia.com>
Date: Sat, 17 Jun 2017 19:20:36 +0100
User-Agent: Mozilla/5.0 (Windows NT 6.1; rv:45.0) Gecko/20100101 Thunderbird/45.7.0
MIME-Version: 1.0
In-Reply-To: <1497687629.111995.ezmlm@cygwin.com>

--QaN0DI2icfQ4pVpEwtlgC9ll8rdodxFXq
Content-Type: multipart/mixed; boundary="H3t6eXhweHqMcWDiFShs2Jkd26g67D3Fi";
 protected-headers="v1"
From: Stephen Lyons <slysven AT virginmedia DOT com>
To: cygwin AT cygwin DOT com
Message-ID: <62f0dbb2-2362-5e16-8155-e416ee244a04 AT virginmedia DOT com>
Subject: Re: cygwin Digest 17 Jun 2017 08:20:29 -0000 Issue 10294
References: <1497687629 DOT 111995 DOT ezmlm AT cygwin DOT com>
In-Reply-To: <1497687629 DOT 111995 DOT ezmlm AT cygwin DOT com>


--H3t6eXhweHqMcWDiFShs2Jkd26g67D3Fi
Content-Type: text/plain; charset=UTF-8
Content-Transfer-Encoding: quoted-printable

I am new to *writing* to mailing lists so if I've done something wrong
please forgive me.

I would like to "cygport" the Mudlet GPL MUD {Multi-User Dungeon} client
to Cygwin - I have a cygport file (and currently a patch) that works to
compile a workable binary of the 3.1.0 release available as a tarball
from https://github.com/Mudlet/Mudlet/archive/Mudlet-3.1.0.tar.gz {other
distribution methods are available!} but Mudlet possesses a Lua
sub-system that users/MUD system operators can use to provide additional
functionality and this is currently proving awkward!

The issue I am having is that Mudlet needs some Lua "modules" to operate
and Cygwin currently only provides a sub-set of the needed ones, the
lua-file-system "lfs" IS available but also needed is:

* "rex_pcre"

* "zip"

* "luasql.sqlite3"

What is the best way to get those "run-time" dependencies into Cygwin? I
have found "luarocks" packaged versions (as "lrexlib-pcre", "luazip" and
"luasql-sqlite3" respectly) but it is not immediately apparent how I
might use that to generate the things needed as part of the "cygport"
process.

For the record Mudlet {https://www.mudlet.org} is carried on, at least,
the Debian & Ubuntu GNU/Linux distributions and it's developers do
target and aim to provide Linux, macOs and Window platform binaries as
well as source code. However the Windows one does suffer a little in
bug-fixes and performance because it is difficult to put together a
development platform (IMHO) for that OS that will work in both a 32 and
a 64 bit environment (as until very recently) the Qt people only made a
32 bit FOSS development environment available with a built-in Mingw
compiler and, of course, the alternative free MSVC compiler can not be
used to make binaries that can be distributed under GPL terms; the need
to compile/source the other libraries that Mudlet uses in a form that is
compatible with anything compiled with such a Qt/Mingw combination makes
the Cygwin environment much more user friendly for normally *nix system
based developers...

I should perhaps point out that I *am* one of the "upstream" i.e. a
member of the team that call ourselves the "Mudlet-makers" and I have
been using Cygwin on and off for years now... 8-)

I do miss the Qt Creator IDE when I switch to the Cygwin environment
though. 8-(

Stephen



--H3t6eXhweHqMcWDiFShs2Jkd26g67D3Fi--

--QaN0DI2icfQ4pVpEwtlgC9ll8rdodxFXq
Content-Type: application/pgp-signature; name="signature.asc"
Content-Description: OpenPGP digital signature
Content-Disposition: attachment; filename="signature.asc"

-----BEGIN PGP SIGNATURE-----
Version: GnuPG v2
Comment: Using GnuPG with Thunderbird - http://www.enigmail.net/

iQEcBAEBCAAGBQJZRXMAAAoJEOvWitvKtOVWL/cIAKxArbruRh3xmkCjUyxdnW9C
K89j/m15dMzYuwlNyte+k4/FuiH4+bK8M53dCT+ZBuSobBpX2UV8jIdrMRFntWG8
J3o27ZEGfQ8qf8j78Kt51i0qEq884a+qxiJovLVa/yVvHKkDPXEaK8EurXse/XCB
7ycjtJpp+dMMvPTg5I2IobOfEIXWjfAicbYBwnk5jLRDb4NDYC4Nzw+9N3UzIvgz
39wTbfH/mPduh3mO7mW/E8PbY3o/Z8id3O3XlnAUyDUY5PqfOOjDShUJGeyCvfTh
HNUD0XomZELfVumTKjZ47wlvHi4JIh6pjtcrY3ehj+XTMfPGMR9hd7RiI8vUggg=
=V2qJ
-----END PGP SIGNATURE-----

--QaN0DI2icfQ4pVpEwtlgC9ll8rdodxFXq--

- Raw text -


  webmaster     delorie software   privacy  
  Copyright © 2019   by DJ Delorie     Updated Jul 2019