Hello all.
In DBG_PARSE_NOTE macro in Debug.h, it use opt_parse_cfg_only flag
which defined in global.h. Should we include global.h header file in
Debug.h to resolve this?
========================================
.....
configure: BUILD EXTRA C++ FLAGS: -Wall -Wpointer-arith
-Wwrite-strings -Wcomments -Werror -pipe -D_REENTRANT
../../../src/format/Token.cc:5:20: error: global.h: No such file or directory
../../../src/format/Token.cc:531: error: 'opt_parse_cfg_only' was not
declared in this scope
../../../src/format/Token.cc:536: error: 'opt_parse_cfg_only' was not
declared in this scope
../../../src/format/Token.cc:541: error: 'opt_parse_cfg_only' was not
declared in this scope
../../../src/format/Token.cc:546: error: 'opt_parse_cfg_only' was not
declared in this scope
make[4]: *** [Token.lo] Error 1
make[3]: *** [all-recursive] Error 1
make[2]: *** [all] Error 2
make[1]: *** [all-recursive] Error 1
make: *** [distcheck] Error 2
Build FAILED.
Build step 'Execute shell' marked build as failure
Received on Mon Oct 08 2012 - 14:52:17 MDT
This archive was generated by hypermail 2.2.0 : Tue Oct 09 2012 - 12:00:05 MDT