Displaying 1 result from an estimated 1 matches for "macro_list".
Did you mean:
macho_nlist
2009 Oct 27
2
[LLVMdev] msys/mingw32 llvm-gcc build errors
.../c/Temp/msys-llvm-gcc/i686-pc-mingw32/include -isystem
/c/Temp/msys-llvm
-gcc/i686-pc-mingw32/sys-include -E -dM - | \
sed -n -e 's/^#define \([^_][a-zA-Z0-9_]*\).*/\1/p' \
-e 's/^#define \(_[^_A-Z][a-zA-Z0-9_]*\).*/\1/p' | \
sort -u > tmp-macro_list
Assertion failed: errorcode == 0, file
c:/Temp/llvm-2.6/lib/System/RWMutex.cpp,
line 87
This application has requested the Runtime to terminate it in an unusual
way.
Please contact the application's support team for more information.
xgcc.exe: Internal error: Aborted (program cc1)
Plea...