Skip to content

Instantly share code, notes, and snippets.

@luislavena
Created March 13, 2012 18:59
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save luislavena/2030776 to your computer and use it in GitHub Desktop.
Save luislavena/2030776 to your computer and use it in GitHub Desktop.
clang++ -DHAVE_CONFIG_H -I. -I../../ragel -I../../aapl -Wall -g -MT ragel-main.o -MD -MP -MF .deps
/ragel-main.Tpo -c -o ragel-main.o `test -f 'main.cpp' || echo '../../ragel/'`main.cpp
In file included from ../../ragel/main.cpp:25:
In file included from C:/Users/Luis/Tools/DevKit/4.7.0-w32/mingw/bin\..\lib\clang\3.1/../../../include/c++/4.7.0\iostream:39:
In file included from C:/Users/Luis/Tools/DevKit/4.7.0-w32/mingw/bin\..\lib\clang\3.1/../../../include/c++/4.7.0\ostream:39:
In file included from C:/Users/Luis/Tools/DevKit/4.7.0-w32/mingw/bin\..\lib\clang\3.1/../../../include/c++/4.7.0\ios:42:
In file included from C:/Users/Luis/Tools/DevKit/4.7.0-w32/mingw/bin\..\lib\clang\3.1/../../../include/c++/4.7.0\bits/ios_base.h:40:
C:/Users/Luis/Tools/DevKit/4.7.0-w32/mingw/bin\..\lib\clang\3.1/../../../include/c++/4.7.0\ext/atomicity.h:48:12: error:
first argument to atomic operation must be a pointer to _Atomic type
('volatile _Atomic_word *' (aka 'volatile int *') invalid)
{ return __atomic_fetch_add(__mem, __val, __ATOMIC_ACQ_REL); }
^ ~~~~~
C:/Users/Luis/Tools/DevKit/4.7.0-w32/mingw/bin\..\lib\clang\3.1/../../../include/c++/4.7.0\ext/atomicity.h:52:5: error:
first argument to atomic operation must be a pointer to _Atomic type
('volatile _Atomic_word *' (aka 'volatile int *') invalid)
{ __atomic_fetch_add(__mem, __val, __ATOMIC_ACQ_REL); }
^ ~~~~~
In file included from ../../ragel/main.cpp:50:
In file included from ../../ragel/rlscan.h:28:
In file included from rlparse.kh:27:
In file included from ../../ragel/parsedata.h:36:
../../ragel/parsetree.h:388:11: warning: field is uninitialized when used here [-Wuninitialized]
builtin(builtin), type(type), prev(this), next(this) { }
^
../../ragel/parsetree.h:392:38: warning: field is uninitialized when used here [-Wuninitialized]
expression(0), term(term), builtin(builtin),
^
2 warnings and 2 errors generated.
make[2]: *** [ragel-main.o] Error 1
make[2]: Leaving directory `/v/ragel-6.7/build/ragel'
make[1]: *** [all] Error 2
make[1]: Leaving directory `/v/ragel-6.7/build/ragel'
make: *** [all-recursive] Error 1
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment