From: Branden A. <b.m...@gm...> - 2020-08-02 18:59:24
|
Hi Fabian, >From the error you posted when building Check in msys: ../config.h:332:19: error: unexpected identifier or '(' before 'int' 32 | #define clockid_t int | ^~~ I suspect that the configuration is not finding the definition of clockid_t. I don't have a Windows system to reproduce this on. All I can say is the MSYS autotools build listed here is successful: https://github.com/libcheck/check/blob/master/.github/workflows/windows.yml#L82 Perhaps it is an issue with different versions of MSYS? Maybe the build steps listed above are a little different from what you have attempted and Check needs to include that in its testing setup. Can you create an issue on Check's bug tracker and include the details? https://github.com/libcheck/check/issues >From there someone from the community who has more experience for Windows may be able to help. - Branden On Sun, Aug 2, 2020 at 4:54 AM <che...@li...> wrote: > As list administrator, your authorization is requested for the > following mailing list posting: > > List: Che...@li... > From: fab...@li... > Subject: Make and Make check doesn't work > Reason: Message body is too big: 194124 bytes with a limit of 40 KB > > At your convenience, visit: > > https://lists.sourceforge.net/lists/admindb/check-devel > > to approve or deny the request. > > > > ---------- Forwarded message ---------- > From: Fabian Faraz Farid <fab...@li...> > To: "che...@li..." <che...@li... > > > Cc: > Bcc: > Date: Sun, 2 Aug 2020 11:22:12 +0000 > Subject: Make and Make check doesn't work > > Hello, > > I have Problems installing check on Windows 10. I already whitelisted the > Folders and started msys in admin mode, but everytime I get this error: > > > > > > > > Could you help me? > > > > Kindly regard, > > > > Fabian F. > > > > > > > > ---------- Forwarded message ---------- > From: che...@li... > To: > Cc: > Bcc: > Date: Sun, 02 Aug 2020 11:54:44 +0000 > Subject: confirm 3183a14f1eece6fbb6a1d827b056055d5930fbdc > If you reply to this message, keeping the Subject: header intact, > Mailman will discard the held message. Do this if the message is > spam. If you reply to this message and include an Approved: header > with the list password in it, the message will be approved for posting > to the list. The Approved: header can also appear in the first line > of the body of the reply. |