Forever-Young / mrab-regex-hg

Automatically exported from code.google.com/p/mrab-regex-hg
0 stars 0 forks source link

315 warnings from clang installing on OS X Mavericks #107

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
"pip install regex" on Mac OS X 10.9.1 produces an apparently functional 
module, however the install process generates 315 nearly-identical error 
messages, the final lines read:
{{{    Python3/_regex_unicode.c:11877:14: warning: suggest braces around 
initialization of subobject [-Wmissing-braces]
        {-62883, 1389,   0},
                 ^~~~~~~~~
                 {        }
    Python3/_regex_unicode.c:11878:17: warning: suggest braces around initialization of subobject [-Wmissing-braces]
        {    40,    0,   0},
                    ^~~~~~
                    {     }
    315 warnings generated.
    /usr/bin/clang -bundle -undefined dynamic_lookup -arch i386 -arch x86_64 -g build/temp.macosx-10.6-intel-3.3/Python3/_regex.o build/temp.macosx-10.6-intel-3.3/Python3/_regex_unicode.o -o build/lib.macosx-10.6-intel-3.3/_regex.so
}}}

Original issue reported on code.google.com by davecort...@gmail.com on 13 Feb 2014 at 8:28

GoogleCodeExporter commented 9 years ago
Thanks for that. That warning message is actually more helpful than the one I 
see, so I can now see where I went wrong!

As it works OK currently, I don't think it's worth making a new release just 
for this issue.

Original comment by re...@mrabarnett.plus.com on 14 Feb 2014 at 3:39

GoogleCodeExporter commented 9 years ago
regex 2014.02.16

Original comment by re...@mrabarnett.plus.com on 16 Feb 2014 at 8:08