delorie.com/archives/browse.cgi   search  
Mail Archives: djgpp/2022/09/04/05:51:36

X-Authentication-Warning: delorie.com: mail set sender to djgpp-bounces using -f
X-Recipient: djgpp AT delorie DOT com
ARC-Seal: i=1; a=rsa-sha256; t=1662284884; cv=none;
d=zohomail.com; s=zohoarc;
b=V1hd0Elu6m6ys2CiH+XA+glrsjwUhghqnzNdpU32PxcaWZeOcjMthnQT/J9Pq6POTfl7R3Mnhf9YgQV6PWQMEGuE10KuDCw8e+LVeLHOc670yJfQR9o+Swgmo3Yv4x/UXNCbnW8zfN51VI8guHVeeVISG9NzQGA0bEMzR1ASxfs=
ARC-Message-Signature: i=1; a=rsa-sha256; c=relaxed/relaxed; d=zohomail.com; s=zohoarc;
t=1662284884; h=Content-Type:Date:From:MIME-Version:Message-ID:Subject:To;
bh=+W5s8HD09R/zPA+++nufVFubgmFSf5uv3wCMFU4FGYk=;
b=V6Qmvo4aWtthpVnvK4+6cBbw0PWM6jjaMkyVVqzh62cyuMBPiIUhI7kZPfbXboGUAwJ5S6ndx67bI0zhiC24uFNU+cRs2wSV46vWmX1Q/xYQpY3Of1z16bYUbuO2w58LLNJuPcagNFWeGVE+HPjT2h8L/72f4L+IakMFFPQ/2wc=
ARC-Authentication-Results: i=1; mx.zohomail.com;
dkim=pass header.i=zoho.com;
spf=pass smtp.mailfrom=dufresnep AT zoho DOT com;
dmarc=pass header.from=<dufresnep AT zoho DOT com>
DomainKey-Signature: a=rsa-sha1; q=dns; c=nofws;
s=zapps768; d=zoho.com;
h=date:from:to:message-id:in-reply-to:subject:mime-version:content-type:user-agent;
b=E4PvjoLhfS5EPa2BvDbFs2PCMuOh3OTKWa1EbcWcAtr5Dh1dw2lXA/7yi18jHaQUu3tzVyC7FgFN
IIf8NJmMZnN5B3Ykm5aJ4AgyGqsmzsrAszbyf8mFYpew2J909Gvn
X-Original-DKIM-Signature: v=1; a=rsa-sha256; q=dns/txt; c=relaxed/relaxed; t=1662284884;
s=zm2022; d=zoho.com; i=dufresnep AT zoho DOT com;
h=Date:Date:From:From:To:To:Message-Id:Message-Id:In-Reply-To:Subject:Subject:MIME-Version:Content-Type:Feedback-ID:Reply-To:Cc;
bh=+W5s8HD09R/zPA+++nufVFubgmFSf5uv3wCMFU4FGYk=;
b=HOzVLZBT31XRWJlkuSYto3ljTAYTrya2jBYzNnaPAHGboA8XVlQ8N03UaW+21zFi
z/+Jmjn0zOijI9EjiNfrOTODjVAAiW2a/XXEsrsvEdV31b4sUfZ0epDotS1YnLEQrT+
GPEmsqLXvbfKhQ690mtujyah61zMW0Jmibmeoq8A=
Date: Sun, 04 Sep 2022 05:47:59 -0400
From: "Paul Dufresne (dufresnep AT zoho DOT com) [via djgpp AT delorie DOT com]" <djgpp AT delorie DOT com>
To: "Djgpp" <djgpp AT delorie DOT com>
Message-Id: <18307e65648.ef5820f8120543.4764067252521421283@zoho.com>
In-Reply-To:
Subject: WATTCP minor warnings turned to errors
MIME-Version: 1.0
Importance: Medium
User-Agent: Zoho Mail
X-Mailer: Zoho Mail
Feedback-ID: rr08011226fd1b1007cf62f02c645063c500007d1371ba45b16dde1f29a89f6dba9c63c6e0c2154fb35151:zu08011227ed193eb93b866333b0e237f70000124c2bd89c71a8fefc2df7e96afd0e23f631b48742cac32382:rf08011226f47674f83998dabed690f830000034d500fba544f63ebac7e3228542230dac2fd38f04cbd97b:ZohoMail
Reply-To: djgpp AT delorie DOT com

------=_Part_295168_176088292.1662284879432
Content-Type: text/plain; charset="UTF-8"
Content-Transfer-Encoding: quoted-printable

Used invoke /r make > out.txt in FreeDOS to redirect errors

Invoking:=C2=A0 make

gcc -std=3Dgnu89 -march=3Di386 -O3 -Wall -Wextra -Werror -Wno-long-long -pe=
dantic -Wformat-security -I \DEVEL\DJGPP\NET\WATT\INC=C2=A0=C2=A0 -c -o net=
.o net.c

In file included from \DEVEL\DJGPP\NET\WATT\INC/sys/socket.h:47,

=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=
=A0=C2=A0=C2=A0=C2=A0 from net.c:17:

\DEVEL\DJGPP\NET\WATT\INC/sys/w32api.h:67:3: error: C++ style comments are =
not allowed in ISO C90 [-Werror]

=C2=A0=C2=A0 67 |=C2=A0=C2=A0 // #error WIN32 defined for Djgpp?

=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0 |=C2=A0=C2=A0 ^

\DEVEL\DJGPP\NET\WATT\INC/sys/w32api.h:67:3: note: (this will be reported o=
nly once per input file)

In file included from \DEVEL\DJGPP\NET\WATT\INC/sys/werrno.h:17,

=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=
=A0=C2=A0=C2=A0=C2=A0 from \DEVEL\DJGPP\NET\WATT\INC/sys/socket.h:51:

\DEVEL\DJGPP\NET\WATT\INC/sys/cdefs.h:61:4: error: #include_next is a GCC e=
xtension [-Werror]

=C2=A0=C2=A0 61 |=C2=A0=C2=A0 #include_next <sys/cdefs.h>

=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0 |=C2=A0=C2=A0=C2=A0 ^~~~~~~~~~~~

\DEVEL\DJGPP\NET\WATT\INC/sys/cdefs.h:132:3: error: C++ style comments are =
not allowed in ISO C90 [-Werror]

=C2=A0 132 |=C2=A0=C2=A0 //#pragma message ("I am Embarcadero")

=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0 |=C2=A0=C2=A0 ^



Frankly... not sure it is worth to redo the package... I am not even sure i=
t is worth mentioning.
------=_Part_295168_176088292.1662284879432
Content-Type: text/html; charset="UTF-8"
Content-Transfer-Encoding: quoted-printable

<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN"><html><head>=
<meta content=3D"text/html;charset=3DUTF-8" http-equiv=3D"Content-Type"></h=
ead><body ><div style=3D"font-family: Verdana, Arial, Helvetica, sans-serif=
; font-size: 10pt;"><div>Used invoke /r make &gt; out.txt in FreeDOS to red=
irect errors<br></div><div>Invoking:&nbsp; make<br></div><div>gcc -std=3Dgn=
u89 -march=3Di386 -O3 -Wall -Wextra -Werror -Wno-long-long -pedantic -Wform=
at-security -I \DEVEL\DJGPP\NET\WATT\INC&nbsp;&nbsp; -c -o net.o net.c<br><=
/div><div>In file included from \DEVEL\DJGPP\NET\WATT\INC/sys/socket.h:47,<=
br></div><div>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&=
nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; from net.c:17:<br></div><div>\DEVEL\DJG=
PP\NET\WATT\INC/sys/w32api.h:67:3: error: C++ style comments are not allowe=
d in ISO C90 [-Werror]<br></div><div>&nbsp;&nbsp; 67 |&nbsp;&nbsp; // #erro=
r WIN32 defined for Djgpp?<br></div><div>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; |&n=
bsp;&nbsp; ^<br></div><div>\DEVEL\DJGPP\NET\WATT\INC/sys/w32api.h:67:3: not=
e: (this will be reported only once per input file)<br></div><div>In file i=
ncluded from \DEVEL\DJGPP\NET\WATT\INC/sys/werrno.h:17,<br></div><div>&nbsp=
;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&n=
bsp;&nbsp;&nbsp; from \DEVEL\DJGPP\NET\WATT\INC/sys/socket.h:51:<br></div><=
div>\DEVEL\DJGPP\NET\WATT\INC/sys/cdefs.h:61:4: error: #include_next is a G=
CC extension [-Werror]<br></div><div>&nbsp;&nbsp; 61 |&nbsp;&nbsp; #include=
_next &lt;sys/cdefs.h&gt;<br></div><div>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; |&nb=
sp;&nbsp;&nbsp; ^~~~~~~~~~~~<br></div><div>\DEVEL\DJGPP\NET\WATT\INC/sys/cd=
efs.h:132:3: error: C++ style comments are not allowed in ISO C90 [-Werror]=
<br></div><div>&nbsp; 132 |&nbsp;&nbsp; //#pragma message ("I am Embarcader=
o")<br></div><div>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; |&nbsp;&nbsp; ^<br></div><=
div><br></div><div>Frankly... not sure it is worth to redo the package... I=
 am not even sure it is worth mentioning.<br></div></div><br></body></html>
------=_Part_295168_176088292.1662284879432--

- Raw text -


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