Send MinGW-Notify mailing list submissions to
[email protected]
To subscribe or unsubscribe via the World Wide Web, visit
https://lists.osdn.me/mailman/listinfo/mingw-notify
or, via email, send a message with subject or body 'help' to
[email protected]
You can reach the person managing the list at
[email protected]
When replying, please edit your Subject line so it is more specific
than "Re: Contents of MinGW-Notify digest..."
Please do not reply to this notification; the sender address is unable to
accept incoming e-mail. If you wish to unsubscribe you can do so at
https://lists.osdn.me/mailman/listinfo/mingw-notify.
Today's Topics:
1. [mingw] #40459: deprecated keywords (MinGW Notification List)
2. [mingw] #40459: deprecated keywords (MinGW Notification List)
3. [mingw] #40438: Bug in libmingwex-5.3.1 dll
(MinGW Notification List)
4. [mingw] #40438: Bug in libmingwex-5.3.1 dll
(MinGW Notification List)
----------------------------------------------------------------------
Message: 1
Date: Mon, 01 Jun 2020 23:15:11 +0900
From: MinGW Notification List <[email protected]>
To: OSDN Ticket System <[email protected]>
Subject: [MinGW-Notify] [mingw] #40459: deprecated keywords
Message-ID:
<[email protected]>
Content-Type: text/plain; charset=UTF-8
#40459: deprecated keywords
Open Date: 2020-06-01 23:15
Last Update: 2020-06-01 23:15
URL for this Ticket:
https://osdn.net//projects/mingw/ticket/40459
RSS feed for this Ticket:
https://osdn.net/ticket/ticket_rss.php?group_id=3917&tid=40459
---------------------------------------------------------------------
Last Changes/Comment on this Ticket:
2020-06-01 23:15 Updated by: daniel_myers
* New Ticket "deprecated keywords" created
---------------------------------------------------------------------
Ticket Status:
Reporter: daniel_myers
Owner: (None)
Type: Issues
Status: Open
Priority: 1 - Lowest
MileStone: (None)
Component: GCC
Severity: 5 - Medium
Resolution: None
---------------------------------------------------------------------
Ticket details:
I'm getting a compile error on an include directive of the libxml++ library, #
include <libxml++\libxml++.h> dependency on gtkmm part of the library
<gutils.h>. On line 360 of <gutils.h> they use the 'register keyword'. After
C++ 11 the keyword has been deprecated. The include directive compiles fine
with C++11 std AND C++14 std for me but not using the C++17 std, which is why I
was wondering if it was a compiler issue.
Im using:
Windows 10, 64 bit,
Codeblocks IDE vs 20.3,
gcc 8.1.0 64 bit,
GNU Binutils 2.24,
mingw-w64-builds-4.3.5,
Here is a similar issue that seems to have been addressed elsewhere. https://
github.com/ARM-software/CMSIS_5/issues/345
Ive posted a bug to the library in question also. I do not know if this is
something that has to be fixed on their end, or if it is something that has to
be taken care of with the compiler or if maybe I'm doing something wrong. I'm
in no rush so i really don't know what the priority or severity should be. I
don't know if other people are depending on this library also so Ill just set
everything to low.
--
Ticket information of MinGW - Minimalist GNU for Windows project
MinGW - Minimalist GNU for Windows Project is hosted on OSDN
Project URL: https://osdn.net/projects/mingw/
OSDN: https://osdn.net
URL for this Ticket:
https://osdn.net/projects/mingw/ticket/40459
RSS feed for this Ticket:
https://osdn.net/ticket/ticket_rss.php?group_id=3917&tid=40459
------------------------------
Message: 2
Date: Mon, 01 Jun 2020 16:39:11 +0100
From: MinGW Notification List <[email protected]>
To: OSDN Ticket System <[email protected]>
Subject: [MinGW-Notify] [mingw] #40459: deprecated keywords
Message-ID:
<[email protected]>
Content-Type: text/plain; charset=UTF-8
#40459: deprecated keywords
Open Date: 2020-06-01 15:15
Last Update: 2020-06-01 16:39
URL for this Ticket:
https://osdn.net//projects/mingw/ticket/40459
RSS feed for this Ticket:
https://osdn.net/ticket/ticket_rss.php?group_id=3917&tid=40459
---------------------------------------------------------------------
Last Changes/Comment on this Ticket:
2020-06-01 16:39 Updated by: keith
Comment:
I think this needs to be fixed by the maintainers of the library in question,
but I will offer a few comments on your ticket:
Im using:
Windows 10, 64 bit,
Okay.
Codeblocks IDE vs 20.3,
We don't support this, but it may not be pertinent anyway.
gcc 8.1.0 64 bit,
This is kind of old, but in any case, it didn't originate from this project.
GNU Binutils 2.24,
Also kind of old. We did distribute this, as a 32-bit product, but that's
likely not what you are using.
mingw-w64-builds-4.3.5,
This is not our product. The appearance of 'mingw' in its name is, in fact, an
infringement of our legally registered trademark; I don't feel particularly
well disposed to offering support for such illegally distributed products.
i really don't know what the priority or severity should be.
Had you bothered to read the guidelines, which appear right at the top of the
ticket submission form, you would know that you are not expected to assign
these; indeed, you are supposed to leave them at their defaults, and had you
tried to escalate either, I would have downgraded them anyway. Since you,
yourself downgraded priority, I am happy to leave it so.
---------------------------------------------------------------------
Ticket Status:
Reporter: daniel_myers
Owner: (None)
Type: Issues
Status: Open
Priority: 1 - Lowest
MileStone: (None)
Component: GCC
Severity: 5 - Medium
Resolution: None
---------------------------------------------------------------------
Ticket details:
I'm getting a compile error on an include directive of the libxml++ library, #
include <libxml++\libxml++.h> dependency on gtkmm part of the library
<gutils.h>. On line 360 of <gutils.h> they use the 'register keyword'. After
C++ 11 the keyword has been deprecated. The include directive compiles fine
with C++11 std AND C++14 std for me but not using the C++17 std, which is why I
was wondering if it was a compiler issue.
Im using:
Windows 10, 64 bit,
Codeblocks IDE vs 20.3,
gcc 8.1.0 64 bit,
GNU Binutils 2.24,
mingw-w64-builds-4.3.5,
Here is a similar issue that seems to have been addressed elsewhere. https://
github.com/ARM-software/CMSIS_5/issues/345
Ive posted a bug to the library in question also. I do not know if this is
something that has to be fixed on their end, or if it is something that has to
be taken care of with the compiler or if maybe I'm doing something wrong. I'm
in no rush so i really don't know what the priority or severity should be. I
don't know if other people are depending on this library also so Ill just set
everything to low.
--
Ticket information of MinGW - Minimalist GNU for Windows project
MinGW - Minimalist GNU for Windows Project is hosted on OSDN
Project URL: https://osdn.net/projects/mingw/
OSDN: https://osdn.net
URL for this Ticket:
https://osdn.net/projects/mingw/ticket/40459
RSS feed for this Ticket:
https://osdn.net/ticket/ticket_rss.php?group_id=3917&tid=40459
------------------------------
Message: 3
Date: Tue, 02 Jun 2020 05:57:52 +0900
From: MinGW Notification List <[email protected]>
To: OSDN Ticket System <[email protected]>
Subject: [MinGW-Notify] [mingw] #40438: Bug in libmingwex-5.3.1 dll
Message-ID:
<[email protected]>
Content-Type: text/plain; charset=UTF-8
#40438: Bug in libmingwex-5.3.1 dll
Open Date: 2020-05-23 18:07
Last Update: 2020-06-02 05:57
URL for this Ticket:
https://osdn.net//projects/mingw/ticket/40438
RSS feed for this Ticket:
https://osdn.net/ticket/ticket_rss.php?group_id=3917&tid=40438
---------------------------------------------------------------------
Last Changes/Comment on this Ticket:
2020-06-02 05:57 Updated by: rosasmje
Comment:
Reply To keith OK, with named 'specs' assembly fails with & without -static
"/mingw/bin/../lib/gcc/mingw32/9.2.0/../../../../mingw32/bin/ld.exe: cannot
find crt2.o: No such file or directory collect2.exe: error: ld returned 1 exit
status"
---------------------------------------------------------------------
Ticket Status:
Reporter: rosasmje
Owner: keith
Type: Issues
Status: Closed
Priority: 2
MileStone: (None)
Component: WSL
Severity: 5 - Medium
Resolution: Fixed
---------------------------------------------------------------------
Ticket details:
libmingwex-5.3.1 is BUGGY! it imports from self procedure
"__emutls_get_address", while not exporting it. thus any linked app would not
start. changed to --static also submitted this as review. also tested Version
5.2.2, it is good; it has not any "__emutls_get_address" inside;
--
Ticket information of MinGW - Minimalist GNU for Windows project
MinGW - Minimalist GNU for Windows Project is hosted on OSDN
Project URL: https://osdn.net/projects/mingw/
OSDN: https://osdn.net
URL for this Ticket:
https://osdn.net/projects/mingw/ticket/40438
RSS feed for this Ticket:
https://osdn.net/ticket/ticket_rss.php?group_id=3917&tid=40438
------------------------------
Message: 4
Date: Mon, 01 Jun 2020 22:20:40 +0100
From: MinGW Notification List <[email protected]>
To: OSDN Ticket System <[email protected]>
Subject: [MinGW-Notify] [mingw] #40438: Bug in libmingwex-5.3.1 dll
Message-ID:
<[email protected]>
Content-Type: text/plain; charset=UTF-8
#40438: Bug in libmingwex-5.3.1 dll
Open Date: 2020-05-23 10:07
Last Update: 2020-06-01 22:20
URL for this Ticket:
https://osdn.net//projects/mingw/ticket/40438
RSS feed for this Ticket:
https://osdn.net/ticket/ticket_rss.php?group_id=3917&tid=40438
---------------------------------------------------------------------
Last Changes/Comment on this Ticket:
2020-06-01 22:20 Updated by: keith
Comment:
Reply To rosasmje
Reply To keith
OK, with named 'specs' assembly fails with & without -static
"/mingw/bin/../lib/gcc/mingw32/9.2.0/../../../../mingw32/bin/ld.exe: cannot
find crt2.o: No such file or directory collect2.exe: error: ld returned 1
exit status"
Well, that's a completely separate issue, which I will not discuss on this
ticket.
FTR, crt2.o is provided by mingwrt-5.3.2-mingw32-dev.tar.xz, is installed in
$MINGW_ROOT/lib, and I cannot reproduce this unrelated issue. If you want to
discuss this further, then please take it to the mailing list, or open a new
ticket.
---------------------------------------------------------------------
Ticket Status:
Reporter: rosasmje
Owner: keith
Type: Issues
Status: Closed
Priority: 2
MileStone: (None)
Component: WSL
Severity: 5 - Medium
Resolution: Fixed
---------------------------------------------------------------------
Ticket details:
libmingwex-5.3.1 is BUGGY! it imports from self procedure
"__emutls_get_address", while not exporting it. thus any linked app would not
start. changed to --static also submitted this as review. also tested Version
5.2.2, it is good; it has not any "__emutls_get_address" inside;
--
Ticket information of MinGW - Minimalist GNU for Windows project
MinGW - Minimalist GNU for Windows Project is hosted on OSDN
Project URL: https://osdn.net/projects/mingw/
OSDN: https://osdn.net
URL for this Ticket:
https://osdn.net/projects/mingw/ticket/40438
RSS feed for this Ticket:
https://osdn.net/ticket/ticket_rss.php?group_id=3917&tid=40438
------------------------------
Subject: Digest Footer
_______________________________________________
MinGW-Notify mailing list
[email protected]
https://lists.osdn.me/mailman/listinfo/mingw-notify
------------------------------
End of MinGW-Notify Digest, Vol 33, Issue 2
*******************************************