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] #41070: Please include libgccjit with MinGW GCC
      distribution (MinGW Notification List)
   2. [mingw] #41072: the definition of tagRAWHID is wrong
      (MinGW Notification List)
   3. [mingw] #41071: Add publicly known LCS_sRGB and
      LCS_WINDOWS_COLOR_SPACE (MinGW Notification List)
   4. [mingw] #41072: the definition of tagRAWHID is wrong
      (MinGW Notification List)
   5. [mingw] #41071: Add publicly known LCS_sRGB and
      LCS_WINDOWS_COLOR_SPACE (MinGW Notification List)


----------------------------------------------------------------------

Message: 1
Date: Mon, 28 Dec 2020 20:52:06 +0000
From: MinGW Notification List <[email protected]>
To: OSDN Ticket System <[email protected]>
Subject: [MinGW-Notify] [mingw] #41070: Please include libgccjit with
        MinGW GCC distribution
Message-ID: <[email protected]>
Content-Type: text/plain; charset=UTF-8

#41070: Please include libgccjit with MinGW GCC distribution

  Open Date: 2020-12-23 17:28
Last Update: 2020-12-28 20:52

URL for this Ticket:
    https://osdn.net//projects/mingw/ticket/41070
RSS feed for this Ticket:
    https://osdn.net/ticket/ticket_rss.php?group_id=3917&tid=41070

---------------------------------------------------------------------

Last Changes/Comment on this Ticket:
2020-12-28 20:52 Updated by: keith
 * Owner Update from (None) to keith


Comment:

A preliminary discussion, related to this request, may be found in the
MinGW-Users mailing list archives; see the topic thread commencing with this
post.



---------------------------------------------------------------------
Ticket Status:

      Reporter: eliz
         Owner: keith
          Type: Feature Request
        Status: Open [Owner assigned]
      Priority: 5 - Medium
     MileStone: (None)
     Component: GCC
      Severity: 5 - Medium
    Resolution: None
---------------------------------------------------------------------

Ticket details:

Please add libgccjit to the binaries included in the MinGW GCC distributions.
This is required to be able to build projects that use libgccjit for JIT
compilation of code. One example of this is "gccemacs", a branch of GNU Emacs
development (soon to land on the master branch of Emacs) that compiles Emacs
Lisp programs into native x86 code for faster runtime performance.

Thank you.



-- 
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/41070
RSS feed for this Ticket:
    https://osdn.net/ticket/ticket_rss.php?group_id=3917&tid=41070


------------------------------

Message: 2
Date: Mon, 28 Dec 2020 21:35:17 +0000
From: MinGW Notification List <[email protected]>
To: OSDN Ticket System <[email protected]>
Subject: [MinGW-Notify] [mingw] #41072: the definition of tagRAWHID is
        wrong
Message-ID: <[email protected]>
Content-Type: text/plain; charset=UTF-8

#41072: the definition of tagRAWHID is wrong

  Open Date: 2020-12-24 12:03
Last Update: 2020-12-28 21:35

URL for this Ticket:
    https://osdn.net//projects/mingw/ticket/41072
RSS feed for this Ticket:
    https://osdn.net/ticket/ticket_rss.php?group_id=3917&tid=41072

---------------------------------------------------------------------

Last Changes/Comment on this Ticket:
2020-12-28 21:35 Updated by: keith

Comment:

Thank you for the report, but seriously, I do wish that users would verify
their input, when submitting reports ... not only have you provided an invalid
reference to the header file, in which the errant definition may be found, but
your indication as to the correct definition is every bit as wrong as that
which you say is wrong! (The "preview" facility is provided for a purpose; had
you used it, you might have seen your error, before you publicly humiliated
yourself).

Furthermore, you need to furnish a small, self contained, complete example,
which I can use as a test case, both to verify your report, and any ensuing
correction which I may adopt; telling me that you can't compile freeglut-3.2.1
is not sufficient.



---------------------------------------------------------------------
Ticket Status:

      Reporter: royqh1979
         Owner: (None)
          Type: Issues
        Status: Open
      Priority: 5 - Medium
     MileStone: (None)
     Component: (None)
      Severity: 5 - Medium
    Resolution: None
---------------------------------------------------------------------

Ticket details:

according to MSDN https://docs.microsoft.com/en-us/windows/win32/api/winuser/
ns-winuser-rawhid

the definition of tagRAWHID is as the following: typedef struct tagRAWHID { ……

BYTE bRawData1;

} ……;

but in mingw’s win32.h, the definition is : typedef struct tagRAWHID { ……

BYTE bRawData;

} ……;

Freeglut 3.2.1 can't compile with this definition, the error is : F:\Temp\test\
freeglut-3.2.1\src\mswin\fg_spaceball_mswin.c:169:71: error: subscripted value
is neither array nor pointer nor vector

169 | short* pnData = (short*)(&pRawInput->data.hid.bRawData1);


-- 
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/41072
RSS feed for this Ticket:
    https://osdn.net/ticket/ticket_rss.php?group_id=3917&tid=41072


------------------------------

Message: 3
Date: Mon, 28 Dec 2020 22:52:24 +0000
From: MinGW Notification List <[email protected]>
To: OSDN Ticket System <[email protected]>
Subject: [MinGW-Notify] [mingw] #41071: Add publicly known LCS_sRGB
        and LCS_WINDOWS_COLOR_SPACE
Message-ID: <[email protected]>
Content-Type: text/plain; charset=UTF-8

#41071: Add publicly known LCS_sRGB and LCS_WINDOWS_COLOR_SPACE

  Open Date: 2020-12-23 21:52
Last Update: 2020-12-28 22:52

URL for this Ticket:
    https://osdn.net//projects/mingw/ticket/41071
RSS feed for this Ticket:
    https://osdn.net/ticket/ticket_rss.php?group_id=3917&tid=41071

---------------------------------------------------------------------

Last Changes/Comment on this Ticket:
2020-12-28 22:52 Updated by: keith
 * Type Update from Issues to Feature Request


Comment:

Thanks for these references. Please note that this should have been filed as a
"feature request", not as an "issues" report; I've redesignated it accordingly.

Do you happen to know, for sure, what versions of Windows first supported
these? If not, we'll have to accept the guidance of the "footnotes", which
suggest that the first pair first appeared in Win95/WinNT4, while the latter
pair didn't appear until Win98/Win2K.



---------------------------------------------------------------------
Ticket Status:

      Reporter: apodtele
         Owner: (None)
          Type: Feature Request
        Status: Open
      Priority: 5 - Medium
     MileStone: (None)
     Component: (None)
      Severity: 5 - Medium
    Resolution: None
---------------------------------------------------------------------

Ticket details:

Here is a public source to add definitions of LCS_sRGB and
LCS_WINDOWS_COLOR_SPACE

https://docs.microsoft.com/en-us/openspecs/windows_protocols/ms-wmf/
eb4bbd50-b3ce-4917-895c-be31f214797f

Also here is public definitions of PROFILE_LINKED and PROFILE_EMBEDDED with and
without LCS_ prefix

https://docs.microsoft.com/en-us/openspecs/windows_protocols/ms-wmf/
3c289fe1-c42e-42f6-b125-4b5fc49a2b20

Please add to wingdi.h



-- 
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/41071
RSS feed for this Ticket:
    https://osdn.net/ticket/ticket_rss.php?group_id=3917&tid=41071


------------------------------

Message: 4
Date: Tue, 29 Dec 2020 08:09:33 +0900
From: MinGW Notification List <[email protected]>
To: OSDN Ticket System <[email protected]>
Subject: [MinGW-Notify] [mingw] #41072: the definition of tagRAWHID is
        wrong
Message-ID: <[email protected]>
Content-Type: text/plain; charset=UTF-8

#41072: the definition of tagRAWHID is wrong

  Open Date: 2020-12-24 21:03
Last Update: 2020-12-29 08:09

URL for this Ticket:
    https://osdn.net//projects/mingw/ticket/41072
RSS feed for this Ticket:
    https://osdn.net/ticket/ticket_rss.php?group_id=3917&tid=41072

---------------------------------------------------------------------

Last Changes/Comment on this Ticket:
2020-12-29 08:09 Updated by: royqh1979

Comment:

Sorry for the error, but i don't know how to edit the ticket. And I don't know
how to input '[ 1 ]' without spaces among '[' , '1' and ']' correctly.

But I think I have give enough info for u to investigate the problem.

And I really don't know why you don't use github which has more users and much
easier to submit PR.

And I have switched to mingw-w64 and u don't need to investigate any more,
thanks any way.



---------------------------------------------------------------------
Ticket Status:

      Reporter: royqh1979
         Owner: (None)
          Type: Issues
        Status: Open
      Priority: 5 - Medium
     MileStone: (None)
     Component: (None)
      Severity: 5 - Medium
    Resolution: None
---------------------------------------------------------------------

Ticket details:

according to MSDN https://docs.microsoft.com/en-us/windows/win32/api/winuser/
ns-winuser-rawhid

the definition of tagRAWHID is as the following: typedef struct tagRAWHID { ……

BYTE bRawData1;

} ……;

but in mingw’s win32.h, the definition is : typedef struct tagRAWHID { ……

BYTE bRawData;

} ……;

Freeglut 3.2.1 can't compile with this definition, the error is : F:\Temp\test\
freeglut-3.2.1\src\mswin\fg_spaceball_mswin.c:169:71: error: subscripted value
is neither array nor pointer nor vector

169 | short* pnData = (short*)(&pRawInput->data.hid.bRawData1);


-- 
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/41072
RSS feed for this Ticket:
    https://osdn.net/ticket/ticket_rss.php?group_id=3917&tid=41072


------------------------------

Message: 5
Date: Tue, 29 Dec 2020 09:59:06 +0900
From: MinGW Notification List <[email protected]>
To: OSDN Ticket System <[email protected]>
Subject: [MinGW-Notify] [mingw] #41071: Add publicly known LCS_sRGB
        and LCS_WINDOWS_COLOR_SPACE
Message-ID: <[email protected]>
Content-Type: text/plain; charset=UTF-8

#41071: Add publicly known LCS_sRGB and LCS_WINDOWS_COLOR_SPACE

  Open Date: 2020-12-24 06:52
Last Update: 2020-12-29 09:59

URL for this Ticket:
    https://osdn.net//projects/mingw/ticket/41071
RSS feed for this Ticket:
    https://osdn.net/ticket/ticket_rss.php?group_id=3917&tid=41071

---------------------------------------------------------------------

Last Changes/Comment on this Ticket:
2020-12-29 09:59 Updated by: apodtele

Comment:

I only know these must be defined as possible values of bV5CSType in
BIITMAPV5HEADER (ca Win98) https://docs.microsoft.com/en-us/windows/win32/api/
wingdi/ns-wingdi-bitmapv5header

However, VC2017 did not complain when I used LCS_sRGB in BITMAPV4HEADER (ca
Win95).



---------------------------------------------------------------------
Ticket Status:

      Reporter: apodtele
         Owner: (None)
          Type: Feature Request
        Status: Open
      Priority: 5 - Medium
     MileStone: (None)
     Component: (None)
      Severity: 5 - Medium
    Resolution: None
---------------------------------------------------------------------

Ticket details:

Here is a public source to add definitions of LCS_sRGB and
LCS_WINDOWS_COLOR_SPACE

https://docs.microsoft.com/en-us/openspecs/windows_protocols/ms-wmf/
eb4bbd50-b3ce-4917-895c-be31f214797f

Also here is public definitions of PROFILE_LINKED and PROFILE_EMBEDDED with and
without LCS_ prefix

https://docs.microsoft.com/en-us/openspecs/windows_protocols/ms-wmf/
3c289fe1-c42e-42f6-b125-4b5fc49a2b20

Please add to wingdi.h



-- 
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/41071
RSS feed for this Ticket:
    https://osdn.net/ticket/ticket_rss.php?group_id=3917&tid=41071


------------------------------

Subject: Digest Footer

_______________________________________________
MinGW-Notify mailing list
[email protected]
https://lists.osdn.me/mailman/listinfo/mingw-notify


------------------------------

End of MinGW-Notify Digest, Vol 39, Issue 7
*******************************************

Reply via email to