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=message-id:date:from:user-agent:mime-version:to:subject:references :in-reply-to:content-type:content-transfer-encoding; bh=GZf6X51HM1acN0B8IlSfBiy0HOzlf9gmPTGmGpdqk2k=; b=e0ivmzSrxVZ3v+t9aRClYbeT/BG9nlNSIcwDRze2ewiA+u0UiR6h1avitHgQxJE6v7 cyDPJf0QMM+Q0YRCDVKPKBT83A6m6aeQ8pmKPrp1DVu/XyCYzRvqkwQGq4f0Vz9AEIgf sY3AKIKyZmeqrkd3n5gV410jB4ANbgASa9EjGoeeoPFM+V4kk++t/qw3D0uxh1yAsUOa Eon+OfLBUjwnLiiEm4GqKUUZArej1prXnD2/w37Zr/diHtBjQehxPNO4NfH3kcRgJYDu 0b4oRFrofDWnpbVwEQBMnFCIYKY86Ft8O0Efp+SaY4QGMS0at+jkiy7kP35csThaTefZ LxkQ== X-Received: by 10.170.209.205 with SMTP id a196mr23960488ykf.112.1434770498054; Fri, 19 Jun 2015 20:21:38 -0700 (PDT) Message-ID: <5584DC40.80402@gmail.com> Date: Fri, 19 Jun 2015 23:21:36 -0400 From: "Frank Sapone (emoaddict15 AT gmail DOT com)" User-Agent: Mozilla/5.0 (Windows NT 5.1; rv:31.0) Gecko/20100101 Thunderbird/31.7.0 MIME-Version: 1.0 To: djgpp AT delorie DOT com Subject: Re: DJGGP 2.05 upgrade problems. (appologies) References: <201506091712 DOT t59HCPci004068 AT delorie DOT com> <557739E0 DOT 6070608 AT gmail DOT com> <55775E64 DOT 2090901 AT gmail DOT com> <5579ED42 DOT 6070309 AT gmail DOT com> <5579FE8D DOT 3080501 AT gmail DOT com> <557B436F DOT 1050101 AT gmx DOT de> <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> <65ad24c7-0888-4526-9395-e262f348a021 AT googlegroups DOT com> <5584B697 DOT 60303 AT gmail DOT com> In-Reply-To: Content-Type: text/plain; charset=windows-1252; format=flowed Content-Transfer-Encoding: 7bit Reply-To: djgpp AT delorie DOT com it can be directly replaced, i tested it earlier today in 2.03 and added it to the gamespybrowser branch. This is now the main branch I've been playing with since neozeed is trying to work on getting the intel hd audio working with the librarys from mpxplayer. Someone else recently took my QDOS port and added this to it, but he didnt give us the source and we basically had to annoy him to get it. Then he sent us it, but he must have added some special stuff the audio library too and now we're waiting on that source so we can see exactly how hes detecting and configuring the card. Anyways, neozeed isn't up to snuff on using git as much so I figured I'd just let him play there to make it easier for him and then just merge it all. On 6/19/2015 9:11 PM, RayeR (glaux AT centrum DOT cz) wrote: > Yeah, I just played by network! > The essential fix was changing ioctl() to ioctlsocket() in > .\linux\net_udp.c line 463 > // make it non-blocking > if (ioctlsocket (newsocket, FIONBIO, &_true) == -1) > { > Com_Printf ("ERROR: UDP_OpenSocket: ioctlsocket FIONBIO:%s\n", NET_ErrorString()); > return 0; > } > Do we need some #ifdef or can we replace it directly? > > Here's my fixed wattcp with built libwatt.a > http://rayer.g6.cz/1tmp/wattcp.zip > Thanks Ozkan!