www.delorie.com/archives/browse.cgi   search  
Mail Archives: djgpp/2015/06/20/01:38:16

X-Authentication-Warning: delorie.com: mail set sender to djgpp-bounces using -f
X-Recipient: djgpp AT delorie DOT com
X-Original-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed;
d=gmail.com; s=20120113;
h=mime-version:in-reply-to:references:date:message-id:subject:from:to
:content-type;
bh=OpbgQTZpPUIdx1ujWOEO0cYlaKNjbpMGaFwXeOCXorw=;
b=F7inzrzR6xKDZi/I7ABCDvzew6ribUAzuhjIpRkJxVEfYR6pmuLye6QQ66N4x1X5Ac
ZRt74yHtrrAbI+Kd4bsxeztu415AHhlGzopOJ+RASF18nDjoViW65t00zsKGRl46Xj3d
BckdhAnneLj271H+xhiqqgI4ouLiyPhu0lEsAnpB/MkijDejy+TEZrJSvL/guNNOsa5r
zvigYCPA1LtQ+klT6l5tLAR3B+/aIB+tAw6ZN9q2d99xP4GWf8I663s9z5MCPugAMEzz
fQ7EpHtWGrQj1kQkvZtCbvsQtywtSCrRpi3l9i6Azoi9yj8bq7oG5i+dSZEdJ3vmcoLy
1d4Q==
MIME-Version: 1.0
X-Received: by 10.107.169.21 with SMTP id s21mr26536406ioe.74.1434778682540;
Fri, 19 Jun 2015 22:38:02 -0700 (PDT)
In-Reply-To: <65ad24c7-0888-4526-9395-e262f348a021@googlegroups.com>
References: <201506091712 DOT t59HCPci004068 AT delorie DOT com>
<557739E0 DOT 6070608 AT gmail DOT com>
<CAB9Rao93XrKFBpUDnZdjCz+rEXHGOU2RNKdou2oMLJOk802LnA AT mail DOT gmail DOT com>
<55775E64 DOT 2090901 AT gmail DOT com>
<CAB9Rao-Njdr-CB=vqHnb+TVDmXu3eXqsB5CHB7V0kDwBEsM-WQ AT mail DOT gmail DOT com>
<5579ED42 DOT 6070309 AT gmail DOT com>
<CAB9Rao8cvu3hLEf=KsRWn7woXka0F9Aax7uM9Jj5QqCO=1bL8w AT mail DOT gmail DOT com>
<5579FE8D DOT 3080501 AT gmail DOT com>
<557B436F DOT 1050101 AT gmx DOT de>
<fe60143b-fe03-451f-84d4-a7d59a67cefc AT googlegroups DOT com>
<d1f33445-bef3-42d5-a343-55fed9868908 AT googlegroups DOT com>
<779efaf6-8ebf-4f2a-a526-a2773e3909b4 AT googlegroups DOT com>
<4131b54f-b34d-4a84-ada6-3443ed9efce9 AT googlegroups DOT com>
<20150618-004800 DOT 313 DOT 0 AT Your-Name-Here DOT News>
<fda73a64-d86c-400d-a78d-4d11b067d138 AT googlegroups DOT com>
<CAA2C=vCYCjih4r38XZ45TURJPxpKAF40kakFM8iRizDH08QbVQ AT mail DOT gmail DOT com>
<65ad24c7-0888-4526-9395-e262f348a021 AT googlegroups DOT com>
Date: Sat, 20 Jun 2015 08:38:02 +0300
Message-ID: <CAA2C=vDKZKa+tPQPLEsMywNioxSrxBq6P+YQQdX_+LKyatcquw@mail.gmail.com>
Subject: Re: DJGGP 2.05 upgrade problems. (appologies)
From: "Ozkan Sezer (sezeroz AT gmail DOT com)" <djgpp AT delorie DOT com>
To: djgpp AT delorie DOT com
Reply-To: djgpp AT delorie DOT com
Errors-To: nobody AT delorie DOT com
X-Mailing-List: djgpp AT delorie DOT com
X-Unsubscribes-To: listserv AT delorie DOT com

On 6/20/15, RayeR (glaux AT centrum DOT cz) <djgpp AT delorie DOT com> wrote:
> Thank you for help.
> I DL the watt32s-2.2.11-20141202.tar.gz

Remember that that one is watt32-2.2.11-beta (I works, though)
I still use a modified 2.2.10 (which is watt_src.tar.gz on my site)

> unpacked and ran configur.bat
> I checked that syserr.c and djgpp.err was generated, so I run make and buuld
> the libwatt.a [1495960B]
> I clean Q2DOS and build again but at the end I got linking error:
>
> wattcp/lib/libwatt.a(pcconfig.o): In function `ReadHosts6File':
> h:/source/wattcp/src/pcconfig.c:150: undefined reference to
> `_w32_ReadHosts6File
> '
> collect2.exe: error: ld returned 1 exit status
> makeo2a.frank:163: recipe for target 'q2.exe' failed
> make.exe: *** [q2.exe] Error 1
>

There are some diff files in that tarball taht fixes compilation,
you need to apply them

> I can see that in get_xby.h is defined
> #define ReadHosts6File    W32_NAMESPACE (ReadHosts6File)
>   W32_FUNC void        W32_CALL ReadHosts6File  (const char *fname);
> and pccconfig.c:
> FUNC_TO_W32CALL (ReadHosts6File)
>
> why W32 prefix?

The library wants to keep the namespace clean

> And when in config.h is
> #undef USE_IPV6        /* Include IPv6 dual-stack support */
> why is IP6 function compiled?
>

That's my own config where I don't need IPV6: quake2 or hexen2
net code doesn't do IPV6, that's why

- Raw text -


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