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. [SCM] mingw-get (mingw) branch, master, updated.
30cd6961976ad16a9c2af8f78e77b62994e51fda (MinGW Notification List)
2. [mingw] #40502: gcc on msys2 the compiler is failing
(MinGW Notification List)
3. [mingw] #40502: gcc on msys2 the compiler is failing
(MinGW Notification List)
----------------------------------------------------------------------
Message: 1
Date: Wed, 24 Jun 2020 02:18:33 +0900
From: MinGW Notification List <[email protected]>
To: [email protected]
Subject: [MinGW-Notify] [SCM] mingw-get (mingw) branch, master,
updated. 30cd6961976ad16a9c2af8f78e77b62994e51fda
Message-ID:
<[email protected]>
This is an automated email from the git hooks/post-receive script. It was
generated because a ref change was pushed to "mingw-get" repository
containing the "mingw" project.
The branch, master has been updated
via 30cd6961976ad16a9c2af8f78e77b62994e51fda (commit)
via 1c523d48fbc447f6c81b46afcf962dabb5816f74 (commit)
from f32b58680a31700042edfdc2703258f2273dfee5 (commit)
Those revisions listed above that are new to this repository have
not appeared on any other notification email; so we list those
revisions in full, below.
- Log -----------------------------------------------------------------
commit 30cd6961976ad16a9c2af8f78e77b62994e51fda
Author: Keith Marshall <[email protected]>
Date: Tue Jun 23 18:15:25 2020 +0100
Delete an unnecessary duplicate function call.
commit 1c523d48fbc447f6c81b46afcf962dabb5816f74
Author: Keith Marshall <[email protected]>
Date: Tue Jun 23 18:01:47 2020 +0100
Eliminate invalid comparisons of "this" with nullptr.
-----------------------------------------------------------------------
Summary of changes:
ChangeLog | 77 +++++++++++++++
src/climain.cpp | 30 +++---
src/dllhook.cpp | 286 ++++++++++++++++++++++++++++----------------------------
src/guiexec.cpp | 12 +--
src/pkgbase.h | 39 ++++----
src/pkgdata.cpp | 125 ++++++++++++-------------
src/pkgdeps.cpp | 73 ++++++---------
src/pkgexec.cpp | 277 ++++++++++++++++++++++++++----------------------------
src/pkginst.cpp | 5 +-
src/pkgunst.cpp | 2 +-
src/setup.cpp | 8 --
src/setup.h | 8 +-
12 files changed, 487 insertions(+), 455 deletions(-)
hooks/post-receive
--
mingw-get (mingw)
------------------------------
Message: 2
Date: Wed, 24 Jun 2020 05:26:25 +0900
From: MinGW Notification List <[email protected]>
To: OSDN Ticket System <[email protected]>
Subject: [MinGW-Notify] [mingw] #40502: gcc on msys2 the compiler is
failing
Message-ID:
<[email protected]>
Content-Type: text/plain; charset=UTF-8
#40502: gcc on msys2 the compiler is failing
Open Date: 2020-06-24 05:26
Last Update: 2020-06-24 05:26
URL for this Ticket:
https://osdn.net//projects/mingw/ticket/40502
RSS feed for this Ticket:
https://osdn.net/ticket/ticket_rss.php?group_id=3917&tid=40502
---------------------------------------------------------------------
Last Changes/Comment on this Ticket:
2020-06-24 05:26 Updated by: xero
* New Ticket "gcc on msys2 the compiler is failing" created
---------------------------------------------------------------------
Ticket Status:
Reporter: xero
Owner: (None)
Type: Issues
Status: Open
Priority: 8
MileStone: Create a 64bit build environment for the MinGW.org project.
Component: GCC
Severity: 5 - Medium
Resolution: None
---------------------------------------------------------------------
Ticket details:
When I use gcc on MSYS2 Package
Installation: pacman -S mingw-w64-x86_64-gcc Version: 10.1.0-3 Build Date:
2020-06-01 11:25:47
ld -v: GNU ld (GNU Binutils) 2.34 MINGW64_NT-10.0-18362 Fx 3.1.5-340.x86_64
2020-06-06 09:16 UTC x86_64 Msys
I get a problem from this sample code:
━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━
1. // myproject.c
2. #include <stdio.h>
3. #include <string.h>
4.
5. #define PROJECT_NAME "myproject"
6.
7. char *x(char *name) {
8. char a[100]="Hello ";
9. return strcat(a, name);
10. }
11.
12. int main(int argc, char **argv) {
13. printf("%s\n", x("fer"));
14. return 0;
15. }
━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━
I compile it but it's working bad :(, then I run :
command output
|| gcc -o a1 myproject.c || $ ./a1.exe This is project myproject. ■d
||
please give me suggestion because i try it on linux, I thins the code is ok.
--
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/40502
RSS feed for this Ticket:
https://osdn.net/ticket/ticket_rss.php?group_id=3917&tid=40502
------------------------------
Message: 3
Date: Tue, 23 Jun 2020 23:14:15 +0100
From: MinGW Notification List <[email protected]>
To: OSDN Ticket System <[email protected]>
Subject: [MinGW-Notify] [mingw] #40502: gcc on msys2 the compiler is
failing
Message-ID:
<[email protected]>
Content-Type: text/plain; charset=UTF-8
#40502: gcc on msys2 the compiler is failing
Open Date: 2020-06-23 21:26
Last Update: 2020-06-23 23:14
URL for this Ticket:
https://osdn.net//projects/mingw/ticket/40502
RSS feed for this Ticket:
https://osdn.net/ticket/ticket_rss.php?group_id=3917&tid=40502
---------------------------------------------------------------------
Last Changes/Comment on this Ticket:
2020-06-23 23:14 Updated by: keith
* Status Update from Open to Closed
* Resolution Update from None to Invalid
Comment:
<sigh>How many times must I reject such invalid tickets?</sigh>
MSYS2 is not a MinGW.org product ... indeed, their use of "mingw" within their
product name infringes our registered trademark. We do not offer support for
any product from such rogue projects.
---------------------------------------------------------------------
Ticket Status:
Reporter: xero
Owner: (None)
Type: Issues
Status: Closed
Priority: 8
MileStone: Create a 64bit build environment for the MinGW.org project.
Component: GCC
Severity: 5 - Medium
Resolution: Invalid
---------------------------------------------------------------------
Ticket details:
When I use gcc on MSYS2 Package
Installation: pacman -S mingw-w64-x86_64-gcc Version: 10.1.0-3 Build Date:
2020-06-01 11:25:47
ld -v: GNU ld (GNU Binutils) 2.34 MINGW64_NT-10.0-18362 Fx 3.1.5-340.x86_64
2020-06-06 09:16 UTC x86_64 Msys
I get a problem from this sample code:
━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━
1. // myproject.c
2. #include <stdio.h>
3. #include <string.h>
4.
5. #define PROJECT_NAME "myproject"
6.
7. char *x(char *name) {
8. char a[100]="Hello ";
9. return strcat(a, name);
10. }
11.
12. int main(int argc, char **argv) {
13. printf("%s\n", x("fer"));
14. return 0;
15. }
━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━
I compile it but it's working bad :(, then I run :
command output
|| gcc -o a1 myproject.c || $ ./a1.exe This is project myproject. ■d
||
please give me suggestion because i try it on linux, I thins the code is ok.
--
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/40502
RSS feed for this Ticket:
https://osdn.net/ticket/ticket_rss.php?group_id=3917&tid=40502
------------------------------
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 10
********************************************