Re: [Mingw-w64-public] Clean build of mingw-w64 (ie no more warning)

2016-08-13 Thread dw
On 8/8/2016 6:07 AM, Martin Storsjö wrote: Q4: As of 3.8.0, clang (the only compiler I know that builds mingw-w64 for ARM) doesn't support __declspec(selectany) or __attribute__((gcc_struct)) on ARM. Since (essentially) no one is using this yet, can we assume it will get fixed before people will

[Mingw-w64-public] please disregard last email about string joiner.

2016-08-13 Thread Jim Michaels
-- What NetFlow Analyzer can do for you? Monitors network bandwidth and traffic patterns at an interface-level. Reveals which users, apps, and protocols are consuming the most bandwidth. Provides multi-vendor support for

Re: [Mingw-w64-public] Patches

2016-08-13 Thread NightStrike
On Mon, Aug 8, 2016 at 11:55 PM, dw wrote: > Aha! > > Apparently the reason SF has been eating my patches is that they are being > sent with mime type "text/x-patch." By default, SF strips attachments that > aren't of types "multipart/mixed" "multipart/alternative" or "text/plain". > This can be

Re: [Mingw-w64-public] problems with string combines in printf

2016-08-13 Thread LRN
-BEGIN PGP SIGNED MESSAGE- Hash: SHA256 On 13.08.2016 18:54, Jim Michaels wrote: > void help(void) { printf("%s", PROGRAM_NAME " - " PROGRAM_DESCRIPTION > "\r\n" "usage: " PROGRAM_NAME " [options] [file1 file2] ...\r\n" > "options:\r\n" " [/?|-[-]?|-[-]h[elp]|/h[elp]] this help.\r\n" " >

[Mingw-w64-public] problems with string combines in printf

2016-08-13 Thread Jim Michaels
void help(void) { printf("%s", PROGRAM_NAME " - " PROGRAM_DESCRIPTION "\r\n" "usage: " PROGRAM_NAME " [options] [file1 file2] ...\r\n" "options:\r\n" " [/?|-[-]?|-[-]h[elp]|/h[elp]] this help.\r\n" " [/version|-[-]version] gives version number.\r\n" " [/license