* Package: app-text/cutemarked-0.11.3 * Repository: gentoo * Maintainer: zx2c4@gentoo.org * USE: abi_x86_64 amd64 elibc_glibc kernel_linux userland_GNU * FEATURES: network-sandbox preserve-libs sandbox splitdebug userpriv usersandbox >>> Unpacking source... >>> Unpacking cutemarked-0.11.3.tar.gz to /var/tmp/portage/app-text/cutemarked-0.11.3/work >>> Source unpacked in /var/tmp/portage/app-text/cutemarked-0.11.3/work >>> Preparing source in /var/tmp/portage/app-text/cutemarked-0.11.3/work/CuteMarkEd-0.11.3 ... * Applying cutemarked-0.11.1-respect-destdir.patch ... [ ok ] >>> Source prepared. >>> Configuring source in /var/tmp/portage/app-text/cutemarked-0.11.3/work/CuteMarkEd-0.11.3 ... * Running qmake ... Info: creating stash file /var/tmp/portage/app-text/cutemarked-0.11.3/work/CuteMarkEd-0.11.3/.qmake.stash [ ok ] >>> Source configured. >>> Compiling source in /var/tmp/portage/app-text/cutemarked-0.11.3/work/CuteMarkEd-0.11.3 ... make -j1 cd 3rdparty/ && ( test -e Makefile || /usr/lib64/qt5/bin/qmake -o Makefile /var/tmp/portage/app-text/cutemarked-0.11.3/work/CuteMarkEd-0.11.3/3rdparty/3rdparty.pro 'QMAKE_AR=x86_64-pc-linux-gnu-ar cqs' QMAKE_CC=x86_64-pc-linux-gnu-gcc QMAKE_LINK_C=x86_64-pc-linux-gnu-gcc QMAKE_LINK_C_SHLIB=x86_64-pc-linux-gnu-gcc QMAKE_CXX=x86_64-pc-linux-gnu-g++ QMAKE_LINK=x86_64-pc-linux-gnu-g++ QMAKE_LINK_SHLIB=x86_64-pc-linux-gnu-g++ QMAKE_OBJCOPY=x86_64-pc-linux-gnu-objcopy QMAKE_RANLIB= QMAKE_STRIP= 'QMAKE_CFLAGS=-O2 -pipe -march=native' QMAKE_CFLAGS_RELEASE= QMAKE_CFLAGS_DEBUG= 'QMAKE_CXXFLAGS=-O2 -pipe -march=native' QMAKE_CXXFLAGS_RELEASE= QMAKE_CXXFLAGS_DEBUG= 'QMAKE_LFLAGS=-Wl,--hash-style=gnu -Wl,-O1 -Wl,--as-needed' QMAKE_LFLAGS_RELEASE= QMAKE_LFLAGS_DEBUG= ROOT=/var/tmp/portage/app-text/cutemarked-0.11.3/image/ ) && make -f Makefile make[1]: Entering directory '/var/tmp/portage/app-text/cutemarked-0.11.3/work/CuteMarkEd-0.11.3/3rdparty' cd peg-markdown-highlight/ && ( test -e Makefile || /usr/lib64/qt5/bin/qmake -o Makefile /var/tmp/portage/app-text/cutemarked-0.11.3/work/CuteMarkEd-0.11.3/3rdparty/peg-markdown-highlight/peg-markdown-highlight.pro 'QMAKE_AR=x86_64-pc-linux-gnu-ar cqs' QMAKE_CC=x86_64-pc-linux-gnu-gcc QMAKE_LINK_C=x86_64-pc-linux-gnu-gcc QMAKE_LINK_C_SHLIB=x86_64-pc-linux-gnu-gcc QMAKE_CXX=x86_64-pc-linux-gnu-g++ QMAKE_LINK=x86_64-pc-linux-gnu-g++ QMAKE_LINK_SHLIB=x86_64-pc-linux-gnu-g++ QMAKE_OBJCOPY=x86_64-pc-linux-gnu-objcopy QMAKE_RANLIB= QMAKE_STRIP= 'QMAKE_CFLAGS=-O2 -pipe -march=native' QMAKE_CFLAGS_RELEASE= QMAKE_CFLAGS_DEBUG= 'QMAKE_CXXFLAGS=-O2 -pipe -march=native' QMAKE_CXXFLAGS_RELEASE= QMAKE_CXXFLAGS_DEBUG= 'QMAKE_LFLAGS=-Wl,--hash-style=gnu -Wl,-O1 -Wl,--as-needed' QMAKE_LFLAGS_RELEASE= QMAKE_LFLAGS_DEBUG= ROOT=/var/tmp/portage/app-text/cutemarked-0.11.3/image/ ) && make -f Makefile make[2]: Entering directory '/var/tmp/portage/app-text/cutemarked-0.11.3/work/CuteMarkEd-0.11.3/3rdparty/peg-markdown-highlight' x86_64-pc-linux-gnu-g++ -c -O2 -pipe -march=native -fPIC -Wall -W -D_REENTRANT -DQT_NO_DEBUG -I. -I/usr/lib64/qt5/mkspecs/linux-g++ -o pmh_parser.o pmh_parser.cpp pmh_parser.cpp: In function ‘char** get_element_type_names()’: pmh_parser.cpp:174:37: warning: ISO C++ forbids converting a string constant to ‘char*’ [-Wwrite-strings] elem_type_names[pmh_LINK] = "LINK"; ^~~~~~ pmh_parser.cpp:175:46: warning: ISO C++ forbids converting a string constant to ‘char*’ [-Wwrite-strings] elem_type_names[pmh_AUTO_LINK_URL] = "AUTO_LINK_URL"; ^~~~~~~~~~~~~~~ pmh_parser.cpp:176:48: warning: ISO C++ forbids converting a string constant to ‘char*’ [-Wwrite-strings] elem_type_names[pmh_AUTO_LINK_EMAIL] = "AUTO_LINK_EMAIL"; ^~~~~~~~~~~~~~~~~ pmh_parser.cpp:177:38: warning: ISO C++ forbids converting a string constant to ‘char*’ [-Wwrite-strings] elem_type_names[pmh_IMAGE] = "IMAGE"; ^~~~~~~ pmh_parser.cpp:178:37: warning: ISO C++ forbids converting a string constant to ‘char*’ [-Wwrite-strings] elem_type_names[pmh_CODE] = "CODE"; ^~~~~~ pmh_parser.cpp:179:37: warning: ISO C++ forbids converting a string constant to ‘char*’ [-Wwrite-strings] elem_type_names[pmh_HTML] = "HTML"; ^~~~~~ pmh_parser.cpp:180:44: warning: ISO C++ forbids converting a string constant to ‘char*’ [-Wwrite-strings] elem_type_names[pmh_HTML_ENTITY] = "HTML_ENTITY"; ^~~~~~~~~~~~~ pmh_parser.cpp:181:37: warning: ISO C++ forbids converting a string constant to ‘char*’ [-Wwrite-strings] elem_type_names[pmh_EMPH] = "EMPH"; ^~~~~~ pmh_parser.cpp:182:39: warning: ISO C++ forbids converting a string constant to ‘char*’ [-Wwrite-strings] elem_type_names[pmh_STRONG] = "STRONG"; ^~~~~~~~ pmh_parser.cpp:183:44: warning: ISO C++ forbids converting a string constant to ‘char*’ [-Wwrite-strings] elem_type_names[pmh_LIST_BULLET] = "LIST_BULLET"; ^~~~~~~~~~~~~ pmh_parser.cpp:184:48: warning: ISO C++ forbids converting a string constant to ‘char*’ [-Wwrite-strings] elem_type_names[pmh_LIST_ENUMERATOR] = "LIST_ENUMERATOR"; ^~~~~~~~~~~~~~~~~ pmh_parser.cpp:185:40: warning: ISO C++ forbids converting a string constant to ‘char*’ [-Wwrite-strings] elem_type_names[pmh_COMMENT] = "COMMENT"; ^~~~~~~~~ pmh_parser.cpp:186:35: warning: ISO C++ forbids converting a string constant to ‘char*’ [-Wwrite-strings] elem_type_names[pmh_H1] = "H1"; ^~~~ pmh_parser.cpp:187:35: warning: ISO C++ forbids converting a string constant to ‘char*’ [-Wwrite-strings] elem_type_names[pmh_H2] = "H2"; ^~~~ pmh_parser.cpp:188:35: warning: ISO C++ forbids converting a string constant to ‘char*’ [-Wwrite-strings] elem_type_names[pmh_H3] = "H3"; ^~~~ pmh_parser.cpp:189:35: warning: ISO C++ forbids converting a string constant to ‘char*’ [-Wwrite-strings] elem_type_names[pmh_H4] = "H4"; ^~~~ pmh_parser.cpp:190:35: warning: ISO C++ forbids converting a string constant to ‘char*’ [-Wwrite-strings] elem_type_names[pmh_H5] = "H5"; ^~~~ pmh_parser.cpp:191:35: warning: ISO C++ forbids converting a string constant to ‘char*’ [-Wwrite-strings] elem_type_names[pmh_H6] = "H6"; ^~~~ pmh_parser.cpp:192:43: warning: ISO C++ forbids converting a string constant to ‘char*’ [-Wwrite-strings] elem_type_names[pmh_BLOCKQUOTE] = "BLOCKQUOTE"; ^~~~~~~~~~~~ pmh_parser.cpp:193:41: warning: ISO C++ forbids converting a string constant to ‘char*’ [-Wwrite-strings] elem_type_names[pmh_VERBATIM] = "VERBATIM"; ^~~~~~~~~~ pmh_parser.cpp:194:42: warning: ISO C++ forbids converting a string constant to ‘char*’ [-Wwrite-strings] elem_type_names[pmh_HTMLBLOCK] = "HTMLBLOCK"; ^~~~~~~~~~~ pmh_parser.cpp:195:38: warning: ISO C++ forbids converting a string constant to ‘char*’ [-Wwrite-strings] elem_type_names[pmh_HRULE] = "HRULE"; ^~~~~~~ pmh_parser.cpp:196:42: warning: ISO C++ forbids converting a string constant to ‘char*’ [-Wwrite-strings] elem_type_names[pmh_REFERENCE] = "REFERENCE"; ^~~~~~~~~~~ pmh_parser.cpp:197:37: warning: ISO C++ forbids converting a string constant to ‘char*’ [-Wwrite-strings] elem_type_names[pmh_NOTE] = "NOTE"; ^~~~~~ pmh_parser.cpp: In function ‘char* pmh_element_name_from_type(pmh_element_type)’: pmh_parser.cpp:224:16: warning: ISO C++ forbids converting a string constant to ‘char*’ [-Wwrite-strings] return "unknown type"; ^~~~~~~~~~~~~~ pmh_parser.cpp: In function ‘void yy_1_ListLoose(GREG*, char*, int, yythunk*, void*)’: pmh_parser.cpp:1008:55: warning: ISO C++ forbids converting a string constant to ‘char*’ [-Wwrite-strings] #define etext(x) mk_etext((parser_data *)G->data, x) ^ pmh_parser.cpp:1963:13: note: in expansion of macro ‘etext’ b = cons(etext("\n\n"), b); /* In loose list, \n\n added to end of each element */ ^~~~~ pmh_parser.cpp: In function ‘void yy_4_BlockQuoteRaw(GREG*, char*, int, yythunk*, void*)’: pmh_parser.cpp:1008:55: warning: ISO C++ forbids converting a string constant to ‘char*’ [-Wwrite-strings] #define etext(x) mk_etext((parser_data *)G->data, x) ^ pmh_parser.cpp:2023:13: note: in expansion of macro ‘etext’ a = cons(etext("\n"), a); ; ^~~~~ pmh_parser.cpp: In function ‘int yy_RawNoteReference(GREG*)’: pmh_parser.cpp:2114:78: warning: ISO C++ forbids converting a string constant to ‘char*’ [-Wwrite-strings] f((stderr, "%s\n", "RawNoteReference")); if (!yymatchString(G, "[^")) goto l8; ^ pmh_parser.cpp: In function ‘int yy_Ticks5(GREG*)’: pmh_parser.cpp:2209:129: warning: ISO C++ forbids converting a string constant to ‘char*’ [-Wwrite-strings] G->end); if (!(YY_BEGIN)) goto l35; if (!yymatchString(G, "`````")) goto l35; yyText(G, G->begin, G->end); if (!(YY_END)) goto l35; ^ pmh_parser.cpp: In function ‘int yy_Ticks4(GREG*)’: pmh_parser.cpp:2221:128: warning: ISO C++ forbids converting a string constant to ‘char*’ [-Wwrite-strings] , G->end); if (!(YY_BEGIN)) goto l37; if (!yymatchString(G, "````")) goto l37; yyText(G, G->begin, G->end); if (!(YY_END)) goto l37; ^ pmh_parser.cpp: In function ‘int yy_Ticks3(GREG*)’: pmh_parser.cpp:2233:127: warning: ISO C++ forbids converting a string constant to ‘char*’ [-Wwrite-strings] n, G->end); if (!(YY_BEGIN)) goto l39; if (!yymatchString(G, "```")) goto l39; yyText(G, G->begin, G->end); if (!(YY_END)) goto l39; ^ pmh_parser.cpp: In function ‘int yy_Ticks2(GREG*)’: pmh_parser.cpp:2245:126: warning: ISO C++ forbids converting a string constant to ‘char*’ [-Wwrite-strings] in, G->end); if (!(YY_BEGIN)) goto l41; if (!yymatchString(G, "``")) goto l41; yyText(G, G->begin, G->end); if (!(YY_END)) goto l41; ^ pmh_parser.cpp: In function ‘int yy_EmptyTitle(GREG*)’: pmh_parser.cpp:2314:70: warning: ISO C++ forbids converting a string constant to ‘char*’ [-Wwrite-strings] yyprintf((stderr, "%s\n", "EmptyTitle")); if (!yymatchString(G, "")) goto l61; ^ pmh_parser.cpp: In function ‘int yy_AutoLinkEmail(GREG*)’: pmh_parser.cpp:2412:86: warning: ISO C++ forbids converting a string constant to ‘char*’ [-Wwrite-strings] G->pos, yythunkpos89= G->thunkpos; if (!yymatchString(G, "mailto:")) goto l89; goto l90; ^ pmh_parser.cpp: In function ‘int yy_AutoLinkUrl(GREG*)’: pmh_parser.cpp:2448:33: warning: ISO C++ forbids converting a string constant to ‘char*’ [-Wwrite-strings] } if (!yymatchString(G, "://")) goto l99; ^ pmh_parser.cpp: In function ‘int yy_Title(GREG*)’: pmh_parser.cpp:2567:83: warning: ISO C++ forbids converting a string constant to ‘char*’ [-Wwrite-strings] pos= yypos137; G->thunkpos= yythunkpos137; if (!yymatchString(G, "")) goto l136; ^ pmh_parser.cpp: In function ‘int yy_ReferenceLinkSingle(GREG*)’: pmh_parser.cpp:2617:116: warning: ISO C++ forbids converting a string constant to ‘char*’ [-Wwrite-strings] unkpos; if (!yy_Spnl(G)) { goto l152; } if (!yymatchString(G, "[]")) goto l152; goto l153; ^ pmh_parser.cpp: In function ‘int yy_ReferenceLinkDouble(GREG*)’: pmh_parser.cpp:2630:83: warning: ISO C++ forbids converting a string constant to ‘char*’ [-Wwrite-strings] 155= G->pos, yythunkpos155= G->thunkpos; if (!yymatchString(G, "[]")) goto l155; goto l154; ^ pmh_parser.cpp: In function ‘int yy_TwoUlClose(GREG*)’: pmh_parser.cpp:2682:126: warning: ISO C++ forbids converting a string constant to ‘char*’ [-Wwrite-strings] n, G->end); if (!(YY_BEGIN)) goto l163; if (!yymatchString(G, "__")) goto l163; yyText(G, G->begin, G->end); if (!(YY_END)) goto l163; ^ pmh_parser.cpp: In function ‘int yy_TwoUlOpen(GREG*)’: pmh_parser.cpp:2697:91: warning: ISO C++ forbids converting a string constant to ‘char*’ [-Wwrite-strings] n, G->end); if (!(YY_BEGIN)) goto l167; if (!yymatchString(G, "__")) goto l167; yyText(G, G->begin, G->end); if (!(YY_END)) goto l167; ^ pmh_parser.cpp: In function ‘int yy_TwoStarClose(GREG*)’: pmh_parser.cpp:2718:126: warning: ISO C++ forbids converting a string constant to ‘char*’ [-Wwrite-strings] n, G->end); if (!(YY_BEGIN)) goto l171; if (!yymatchString(G, "**")) goto l171; yyText(G, G->begin, G->end); if (!(YY_END)) goto l171; yyDo(G, yy_1_TwoStarClose, G->begin, G->end); ^ pmh_parser.cpp: In function ‘int yy_TwoStarOpen(GREG*)’: pmh_parser.cpp:2730:91: warning: ISO C++ forbids converting a string constant to ‘char*’ [-Wwrite-strings] n, G->end); if (!(YY_BEGIN)) goto l174; if (!yymatchString(G, "**")) goto l174; yyText(G, G->begin, G->end); if (!(YY_END)) goto l174; ^ pmh_parser.cpp: In function ‘int yy_StarLine(GREG*)’: pmh_parser.cpp:2885:85: warning: ISO C++ forbids converting a string constant to ‘char*’ [-Wwrite-strings] 2= G->pos, yythunkpos212= G->thunkpos; if (!yymatchString(G, "****")) goto l213; ^ pmh_parser.cpp: In function ‘int yy_UlLine(GREG*)’: pmh_parser.cpp:2908:85: warning: ISO C++ forbids converting a string constant to ‘char*’ [-Wwrite-strings] 0= G->pos, yythunkpos220= G->thunkpos; if (!yymatchString(G, "____")) goto l221; ^ pmh_parser.cpp: In function ‘int yy_NormalEndline(GREG*)’: pmh_parser.cpp:2979:84: warning: ISO C++ forbids converting a string constant to ‘char*’ [-Wwrite-strings] 50= G->pos, yythunkpos250= G->thunkpos; if (!yymatchString(G, "===")) goto l251; ^ pmh_parser.cpp:2984:86: warning: ISO C++ forbids converting a string constant to ‘char*’ [-Wwrite-strings] = yypos250; G->thunkpos= yythunkpos250; if (!yymatchString(G, "---")) goto l249; ^ pmh_parser.cpp: In function ‘int yy_LineBreak(GREG*)’: pmh_parser.cpp:3010:71: warning: ISO C++ forbids converting a string constant to ‘char*’ [-Wwrite-strings] yyprintf((stderr, "%s\n", "LineBreak")); if (!yymatchString(G, " ")) goto l257; if (!yy_NormalEndline(G)) { goto l257; } ^ pmh_parser.cpp: In function ‘int yy_Alphanumeric(GREG*)’: pmh_parser.cpp:3060:87: warning: ISO C++ forbids converting a string constant to ‘char*’ [-Wwrite-strings] yypos268; G->thunkpos= yythunkpos268; if (!yymatchString(G, "\200")) goto l270; goto l268; ^ pmh_parser.cpp:3061:87: warning: ISO C++ forbids converting a string constant to ‘char*’ [-Wwrite-strings] yypos268; G->thunkpos= yythunkpos268; if (!yymatchString(G, "\201")) goto l271; goto l268; ^ pmh_parser.cpp:3062:87: warning: ISO C++ forbids converting a string constant to ‘char*’ [-Wwrite-strings] yypos268; G->thunkpos= yythunkpos268; if (!yymatchString(G, "\202")) goto l272; goto l268; ^ pmh_parser.cpp:3063:87: warning: ISO C++ forbids converting a string constant to ‘char*’ [-Wwrite-strings] yypos268; G->thunkpos= yythunkpos268; if (!yymatchString(G, "\203")) goto l273; goto l268; ^ pmh_parser.cpp:3064:87: warning: ISO C++ forbids converting a string constant to ‘char*’ [-Wwrite-strings] yypos268; G->thunkpos= yythunkpos268; if (!yymatchString(G, "\204")) goto l274; goto l268; ^ pmh_parser.cpp:3065:87: warning: ISO C++ forbids converting a string constant to ‘char*’ [-Wwrite-strings] yypos268; G->thunkpos= yythunkpos268; if (!yymatchString(G, "\205")) goto l275; goto l268; ^ pmh_parser.cpp:3066:87: warning: ISO C++ forbids converting a string constant to ‘char*’ [-Wwrite-strings] yypos268; G->thunkpos= yythunkpos268; if (!yymatchString(G, "\206")) goto l276; goto l268; ^ pmh_parser.cpp:3067:87: warning: ISO C++ forbids converting a string constant to ‘char*’ [-Wwrite-strings] yypos268; G->thunkpos= yythunkpos268; if (!yymatchString(G, "\207")) goto l277; goto l268; ^ pmh_parser.cpp:3068:87: warning: ISO C++ forbids converting a string constant to ‘char*’ [-Wwrite-strings] yypos268; G->thunkpos= yythunkpos268; if (!yymatchString(G, "\210")) goto l278; goto l268; ^ pmh_parser.cpp:3069:87: warning: ISO C++ forbids converting a string constant to ‘char*’ [-Wwrite-strings] yypos268; G->thunkpos= yythunkpos268; if (!yymatchString(G, "\211")) goto l279; goto l268; ^ pmh_parser.cpp:3070:87: warning: ISO C++ forbids converting a string constant to ‘char*’ [-Wwrite-strings] yypos268; G->thunkpos= yythunkpos268; if (!yymatchString(G, "\212")) goto l280; goto l268; ^ pmh_parser.cpp:3071:87: warning: ISO C++ forbids converting a string constant to ‘char*’ [-Wwrite-strings] yypos268; G->thunkpos= yythunkpos268; if (!yymatchString(G, "\213")) goto l281; goto l268; ^ pmh_parser.cpp:3072:87: warning: ISO C++ forbids converting a string constant to ‘char*’ [-Wwrite-strings] yypos268; G->thunkpos= yythunkpos268; if (!yymatchString(G, "\214")) goto l282; goto l268; ^ pmh_parser.cpp:3073:87: warning: ISO C++ forbids converting a string constant to ‘char*’ [-Wwrite-strings] yypos268; G->thunkpos= yythunkpos268; if (!yymatchString(G, "\215")) goto l283; goto l268; ^ pmh_parser.cpp:3074:87: warning: ISO C++ forbids converting a string constant to ‘char*’ [-Wwrite-strings] yypos268; G->thunkpos= yythunkpos268; if (!yymatchString(G, "\216")) goto l284; goto l268; ^ pmh_parser.cpp:3075:87: warning: ISO C++ forbids converting a string constant to ‘char*’ [-Wwrite-strings] yypos268; G->thunkpos= yythunkpos268; if (!yymatchString(G, "\217")) goto l285; goto l268; ^ pmh_parser.cpp:3076:87: warning: ISO C++ forbids converting a string constant to ‘char*’ [-Wwrite-strings] yypos268; G->thunkpos= yythunkpos268; if (!yymatchString(G, "\220")) goto l286; goto l268; ^ pmh_parser.cpp:3077:87: warning: ISO C++ forbids converting a string constant to ‘char*’ [-Wwrite-strings] yypos268; G->thunkpos= yythunkpos268; if (!yymatchString(G, "\221")) goto l287; goto l268; ^ pmh_parser.cpp:3078:87: warning: ISO C++ forbids converting a string constant to ‘char*’ [-Wwrite-strings] yypos268; G->thunkpos= yythunkpos268; if (!yymatchString(G, "\222")) goto l288; goto l268; ^ pmh_parser.cpp:3079:87: warning: ISO C++ forbids converting a string constant to ‘char*’ [-Wwrite-strings] yypos268; G->thunkpos= yythunkpos268; if (!yymatchString(G, "\223")) goto l289; goto l268; ^ pmh_parser.cpp:3080:87: warning: ISO C++ forbids converting a string constant to ‘char*’ [-Wwrite-strings] yypos268; G->thunkpos= yythunkpos268; if (!yymatchString(G, "\224")) goto l290; goto l268; ^ pmh_parser.cpp:3081:87: warning: ISO C++ forbids converting a string constant to ‘char*’ [-Wwrite-strings] yypos268; G->thunkpos= yythunkpos268; if (!yymatchString(G, "\225")) goto l291; goto l268; ^ pmh_parser.cpp:3082:87: warning: ISO C++ forbids converting a string constant to ‘char*’ [-Wwrite-strings] yypos268; G->thunkpos= yythunkpos268; if (!yymatchString(G, "\226")) goto l292; goto l268; ^ pmh_parser.cpp:3083:87: warning: ISO C++ forbids converting a string constant to ‘char*’ [-Wwrite-strings] yypos268; G->thunkpos= yythunkpos268; if (!yymatchString(G, "\227")) goto l293; goto l268; ^ pmh_parser.cpp:3084:87: warning: ISO C++ forbids converting a string constant to ‘char*’ [-Wwrite-strings] yypos268; G->thunkpos= yythunkpos268; if (!yymatchString(G, "\230")) goto l294; goto l268; ^ pmh_parser.cpp:3085:87: warning: ISO C++ forbids converting a string constant to ‘char*’ [-Wwrite-strings] yypos268; G->thunkpos= yythunkpos268; if (!yymatchString(G, "\231")) goto l295; goto l268; ^ pmh_parser.cpp:3086:87: warning: ISO C++ forbids converting a string constant to ‘char*’ [-Wwrite-strings] yypos268; G->thunkpos= yythunkpos268; if (!yymatchString(G, "\232")) goto l296; goto l268; ^ pmh_parser.cpp:3087:87: warning: ISO C++ forbids converting a string constant to ‘char*’ [-Wwrite-strings] yypos268; G->thunkpos= yythunkpos268; if (!yymatchString(G, "\233")) goto l297; goto l268; ^ pmh_parser.cpp:3088:87: warning: ISO C++ forbids converting a string constant to ‘char*’ [-Wwrite-strings] yypos268; G->thunkpos= yythunkpos268; if (!yymatchString(G, "\234")) goto l298; goto l268; ^ pmh_parser.cpp:3089:87: warning: ISO C++ forbids converting a string constant to ‘char*’ [-Wwrite-strings] yypos268; G->thunkpos= yythunkpos268; if (!yymatchString(G, "\235")) goto l299; goto l268; ^ pmh_parser.cpp:3090:87: warning: ISO C++ forbids converting a string constant to ‘char*’ [-Wwrite-strings] yypos268; G->thunkpos= yythunkpos268; if (!yymatchString(G, "\236")) goto l300; goto l268; ^ pmh_parser.cpp:3091:87: warning: ISO C++ forbids converting a string constant to ‘char*’ [-Wwrite-strings] yypos268; G->thunkpos= yythunkpos268; if (!yymatchString(G, "\237")) goto l301; goto l268; ^ pmh_parser.cpp:3092:87: warning: ISO C++ forbids converting a string constant to ‘char*’ [-Wwrite-strings] yypos268; G->thunkpos= yythunkpos268; if (!yymatchString(G, "\240")) goto l302; goto l268; ^ pmh_parser.cpp:3093:87: warning: ISO C++ forbids converting a string constant to ‘char*’ [-Wwrite-strings] yypos268; G->thunkpos= yythunkpos268; if (!yymatchString(G, "\241")) goto l303; goto l268; ^ pmh_parser.cpp:3094:87: warning: ISO C++ forbids converting a string constant to ‘char*’ [-Wwrite-strings] yypos268; G->thunkpos= yythunkpos268; if (!yymatchString(G, "\242")) goto l304; goto l268; ^ pmh_parser.cpp:3095:87: warning: ISO C++ forbids converting a string constant to ‘char*’ [-Wwrite-strings] yypos268; G->thunkpos= yythunkpos268; if (!yymatchString(G, "\243")) goto l305; goto l268; ^ pmh_parser.cpp:3096:87: warning: ISO C++ forbids converting a string constant to ‘char*’ [-Wwrite-strings] yypos268; G->thunkpos= yythunkpos268; if (!yymatchString(G, "\244")) goto l306; goto l268; ^ pmh_parser.cpp:3097:87: warning: ISO C++ forbids converting a string constant to ‘char*’ [-Wwrite-strings] yypos268; G->thunkpos= yythunkpos268; if (!yymatchString(G, "\245")) goto l307; goto l268; ^ pmh_parser.cpp:3098:87: warning: ISO C++ forbids converting a string constant to ‘char*’ [-Wwrite-strings] yypos268; G->thunkpos= yythunkpos268; if (!yymatchString(G, "\246")) goto l308; goto l268; ^ pmh_parser.cpp:3099:87: warning: ISO C++ forbids converting a string constant to ‘char*’ [-Wwrite-strings] yypos268; G->thunkpos= yythunkpos268; if (!yymatchString(G, "\247")) goto l309; goto l268; ^ pmh_parser.cpp:3100:87: warning: ISO C++ forbids converting a string constant to ‘char*’ [-Wwrite-strings] yypos268; G->thunkpos= yythunkpos268; if (!yymatchString(G, "\250")) goto l310; goto l268; ^ pmh_parser.cpp:3101:87: warning: ISO C++ forbids converting a string constant to ‘char*’ [-Wwrite-strings] yypos268; G->thunkpos= yythunkpos268; if (!yymatchString(G, "\251")) goto l311; goto l268; ^ pmh_parser.cpp:3102:87: warning: ISO C++ forbids converting a string constant to ‘char*’ [-Wwrite-strings] yypos268; G->thunkpos= yythunkpos268; if (!yymatchString(G, "\252")) goto l312; goto l268; ^ pmh_parser.cpp:3103:87: warning: ISO C++ forbids converting a string constant to ‘char*’ [-Wwrite-strings] yypos268; G->thunkpos= yythunkpos268; if (!yymatchString(G, "\253")) goto l313; goto l268; ^ pmh_parser.cpp:3104:87: warning: ISO C++ forbids converting a string constant to ‘char*’ [-Wwrite-strings] yypos268; G->thunkpos= yythunkpos268; if (!yymatchString(G, "\254")) goto l314; goto l268; ^ pmh_parser.cpp:3105:87: warning: ISO C++ forbids converting a string constant to ‘char*’ [-Wwrite-strings] yypos268; G->thunkpos= yythunkpos268; if (!yymatchString(G, "\255")) goto l315; goto l268; ^ pmh_parser.cpp:3106:87: warning: ISO C++ forbids converting a string constant to ‘char*’ [-Wwrite-strings] yypos268; G->thunkpos= yythunkpos268; if (!yymatchString(G, "\256")) goto l316; goto l268; ^ pmh_parser.cpp:3107:87: warning: ISO C++ forbids converting a string constant to ‘char*’ [-Wwrite-strings] yypos268; G->thunkpos= yythunkpos268; if (!yymatchString(G, "\257")) goto l317; goto l268; ^ pmh_parser.cpp:3108:87: warning: ISO C++ forbids converting a string constant to ‘char*’ [-Wwrite-strings] yypos268; G->thunkpos= yythunkpos268; if (!yymatchString(G, "\260")) goto l318; goto l268; ^ pmh_parser.cpp:3109:87: warning: ISO C++ forbids converting a string constant to ‘char*’ [-Wwrite-strings] yypos268; G->thunkpos= yythunkpos268; if (!yymatchString(G, "\261")) goto l319; goto l268; ^ pmh_parser.cpp:3110:87: warning: ISO C++ forbids converting a string constant to ‘char*’ [-Wwrite-strings] yypos268; G->thunkpos= yythunkpos268; if (!yymatchString(G, "\262")) goto l320; goto l268; ^ pmh_parser.cpp:3111:87: warning: ISO C++ forbids converting a string constant to ‘char*’ [-Wwrite-strings] yypos268; G->thunkpos= yythunkpos268; if (!yymatchString(G, "\263")) goto l321; goto l268; ^ pmh_parser.cpp:3112:87: warning: ISO C++ forbids converting a string constant to ‘char*’ [-Wwrite-strings] yypos268; G->thunkpos= yythunkpos268; if (!yymatchString(G, "\264")) goto l322; goto l268; ^ pmh_parser.cpp:3113:87: warning: ISO C++ forbids converting a string constant to ‘char*’ [-Wwrite-strings] yypos268; G->thunkpos= yythunkpos268; if (!yymatchString(G, "\265")) goto l323; goto l268; ^ pmh_parser.cpp:3114:87: warning: ISO C++ forbids converting a string constant to ‘char*’ [-Wwrite-strings] yypos268; G->thunkpos= yythunkpos268; if (!yymatchString(G, "\266")) goto l324; goto l268; ^ pmh_parser.cpp:3115:87: warning: ISO C++ forbids converting a string constant to ‘char*’ [-Wwrite-strings] yypos268; G->thunkpos= yythunkpos268; if (!yymatchString(G, "\267")) goto l325; goto l268; ^ pmh_parser.cpp:3116:87: warning: ISO C++ forbids converting a string constant to ‘char*’ [-Wwrite-strings] yypos268; G->thunkpos= yythunkpos268; if (!yymatchString(G, "\270")) goto l326; goto l268; ^ pmh_parser.cpp:3117:87: warning: ISO C++ forbids converting a string constant to ‘char*’ [-Wwrite-strings] yypos268; G->thunkpos= yythunkpos268; if (!yymatchString(G, "\271")) goto l327; goto l268; ^ pmh_parser.cpp:3118:87: warning: ISO C++ forbids converting a string constant to ‘char*’ [-Wwrite-strings] yypos268; G->thunkpos= yythunkpos268; if (!yymatchString(G, "\272")) goto l328; goto l268; ^ pmh_parser.cpp:3119:87: warning: ISO C++ forbids converting a string constant to ‘char*’ [-Wwrite-strings] yypos268; G->thunkpos= yythunkpos268; if (!yymatchString(G, "\273")) goto l329; goto l268; ^ pmh_parser.cpp:3120:87: warning: ISO C++ forbids converting a string constant to ‘char*’ [-Wwrite-strings] yypos268; G->thunkpos= yythunkpos268; if (!yymatchString(G, "\274")) goto l330; goto l268; ^ pmh_parser.cpp:3121:87: warning: ISO C++ forbids converting a string constant to ‘char*’ [-Wwrite-strings] yypos268; G->thunkpos= yythunkpos268; if (!yymatchString(G, "\275")) goto l331; goto l268; ^ pmh_parser.cpp:3122:87: warning: ISO C++ forbids converting a string constant to ‘char*’ [-Wwrite-strings] yypos268; G->thunkpos= yythunkpos268; if (!yymatchString(G, "\276")) goto l332; goto l268; ^ pmh_parser.cpp:3123:87: warning: ISO C++ forbids converting a string constant to ‘char*’ [-Wwrite-strings] yypos268; G->thunkpos= yythunkpos268; if (!yymatchString(G, "\277")) goto l333; goto l268; ^ pmh_parser.cpp:3124:87: warning: ISO C++ forbids converting a string constant to ‘char*’ [-Wwrite-strings] yypos268; G->thunkpos= yythunkpos268; if (!yymatchString(G, "\300")) goto l334; goto l268; ^ pmh_parser.cpp:3125:87: warning: ISO C++ forbids converting a string constant to ‘char*’ [-Wwrite-strings] yypos268; G->thunkpos= yythunkpos268; if (!yymatchString(G, "\301")) goto l335; goto l268; ^ pmh_parser.cpp:3126:87: warning: ISO C++ forbids converting a string constant to ‘char*’ [-Wwrite-strings] yypos268; G->thunkpos= yythunkpos268; if (!yymatchString(G, "\302")) goto l336; goto l268; ^ pmh_parser.cpp:3127:87: warning: ISO C++ forbids converting a string constant to ‘char*’ [-Wwrite-strings] yypos268; G->thunkpos= yythunkpos268; if (!yymatchString(G, "\303")) goto l337; goto l268; ^ pmh_parser.cpp:3128:87: warning: ISO C++ forbids converting a string constant to ‘char*’ [-Wwrite-strings] yypos268; G->thunkpos= yythunkpos268; if (!yymatchString(G, "\304")) goto l338; goto l268; ^ pmh_parser.cpp:3129:87: warning: ISO C++ forbids converting a string constant to ‘char*’ [-Wwrite-strings] yypos268; G->thunkpos= yythunkpos268; if (!yymatchString(G, "\305")) goto l339; goto l268; ^ pmh_parser.cpp:3130:87: warning: ISO C++ forbids converting a string constant to ‘char*’ [-Wwrite-strings] yypos268; G->thunkpos= yythunkpos268; if (!yymatchString(G, "\306")) goto l340; goto l268; ^ pmh_parser.cpp:3131:87: warning: ISO C++ forbids converting a string constant to ‘char*’ [-Wwrite-strings] yypos268; G->thunkpos= yythunkpos268; if (!yymatchString(G, "\307")) goto l341; goto l268; ^ pmh_parser.cpp:3132:87: warning: ISO C++ forbids converting a string constant to ‘char*’ [-Wwrite-strings] yypos268; G->thunkpos= yythunkpos268; if (!yymatchString(G, "\310")) goto l342; goto l268; ^ pmh_parser.cpp:3133:87: warning: ISO C++ forbids converting a string constant to ‘char*’ [-Wwrite-strings] yypos268; G->thunkpos= yythunkpos268; if (!yymatchString(G, "\311")) goto l343; goto l268; ^ pmh_parser.cpp:3134:87: warning: ISO C++ forbids converting a string constant to ‘char*’ [-Wwrite-strings] yypos268; G->thunkpos= yythunkpos268; if (!yymatchString(G, "\312")) goto l344; goto l268; ^ pmh_parser.cpp:3135:87: warning: ISO C++ forbids converting a string constant to ‘char*’ [-Wwrite-strings] yypos268; G->thunkpos= yythunkpos268; if (!yymatchString(G, "\313")) goto l345; goto l268; ^ pmh_parser.cpp:3136:87: warning: ISO C++ forbids converting a string constant to ‘char*’ [-Wwrite-strings] yypos268; G->thunkpos= yythunkpos268; if (!yymatchString(G, "\314")) goto l346; goto l268; ^ pmh_parser.cpp:3137:87: warning: ISO C++ forbids converting a string constant to ‘char*’ [-Wwrite-strings] yypos268; G->thunkpos= yythunkpos268; if (!yymatchString(G, "\315")) goto l347; goto l268; ^ pmh_parser.cpp:3138:87: warning: ISO C++ forbids converting a string constant to ‘char*’ [-Wwrite-strings] yypos268; G->thunkpos= yythunkpos268; if (!yymatchString(G, "\316")) goto l348; goto l268; ^ pmh_parser.cpp:3139:87: warning: ISO C++ forbids converting a string constant to ‘char*’ [-Wwrite-strings] yypos268; G->thunkpos= yythunkpos268; if (!yymatchString(G, "\317")) goto l349; goto l268; ^ pmh_parser.cpp:3140:87: warning: ISO C++ forbids converting a string constant to ‘char*’ [-Wwrite-strings] yypos268; G->thunkpos= yythunkpos268; if (!yymatchString(G, "\320")) goto l350; goto l268; ^ pmh_parser.cpp:3141:87: warning: ISO C++ forbids converting a string constant to ‘char*’ [-Wwrite-strings] yypos268; G->thunkpos= yythunkpos268; if (!yymatchString(G, "\321")) goto l351; goto l268; ^ pmh_parser.cpp:3142:87: warning: ISO C++ forbids converting a string constant to ‘char*’ [-Wwrite-strings] yypos268; G->thunkpos= yythunkpos268; if (!yymatchString(G, "\322")) goto l352; goto l268; ^ pmh_parser.cpp:3143:87: warning: ISO C++ forbids converting a string constant to ‘char*’ [-Wwrite-strings] yypos268; G->thunkpos= yythunkpos268; if (!yymatchString(G, "\323")) goto l353; goto l268; ^ pmh_parser.cpp:3144:87: warning: ISO C++ forbids converting a string constant to ‘char*’ [-Wwrite-strings] yypos268; G->thunkpos= yythunkpos268; if (!yymatchString(G, "\324")) goto l354; goto l268; ^ pmh_parser.cpp:3145:87: warning: ISO C++ forbids converting a string constant to ‘char*’ [-Wwrite-strings] yypos268; G->thunkpos= yythunkpos268; if (!yymatchString(G, "\325")) goto l355; goto l268; ^ pmh_parser.cpp:3146:87: warning: ISO C++ forbids converting a string constant to ‘char*’ [-Wwrite-strings] yypos268; G->thunkpos= yythunkpos268; if (!yymatchString(G, "\326")) goto l356; goto l268; ^ pmh_parser.cpp:3147:87: warning: ISO C++ forbids converting a string constant to ‘char*’ [-Wwrite-strings] yypos268; G->thunkpos= yythunkpos268; if (!yymatchString(G, "\327")) goto l357; goto l268; ^ pmh_parser.cpp:3148:87: warning: ISO C++ forbids converting a string constant to ‘char*’ [-Wwrite-strings] yypos268; G->thunkpos= yythunkpos268; if (!yymatchString(G, "\330")) goto l358; goto l268; ^ pmh_parser.cpp:3149:87: warning: ISO C++ forbids converting a string constant to ‘char*’ [-Wwrite-strings] yypos268; G->thunkpos= yythunkpos268; if (!yymatchString(G, "\331")) goto l359; goto l268; ^ pmh_parser.cpp:3150:87: warning: ISO C++ forbids converting a string constant to ‘char*’ [-Wwrite-strings] yypos268; G->thunkpos= yythunkpos268; if (!yymatchString(G, "\332")) goto l360; goto l268; ^ pmh_parser.cpp:3151:87: warning: ISO C++ forbids converting a string constant to ‘char*’ [-Wwrite-strings] yypos268; G->thunkpos= yythunkpos268; if (!yymatchString(G, "\333")) goto l361; goto l268; ^ pmh_parser.cpp:3152:87: warning: ISO C++ forbids converting a string constant to ‘char*’ [-Wwrite-strings] yypos268; G->thunkpos= yythunkpos268; if (!yymatchString(G, "\334")) goto l362; goto l268; ^ pmh_parser.cpp:3153:87: warning: ISO C++ forbids converting a string constant to ‘char*’ [-Wwrite-strings] yypos268; G->thunkpos= yythunkpos268; if (!yymatchString(G, "\335")) goto l363; goto l268; ^ pmh_parser.cpp:3154:87: warning: ISO C++ forbids converting a string constant to ‘char*’ [-Wwrite-strings] yypos268; G->thunkpos= yythunkpos268; if (!yymatchString(G, "\336")) goto l364; goto l268; ^ pmh_parser.cpp:3155:87: warning: ISO C++ forbids converting a string constant to ‘char*’ [-Wwrite-strings] yypos268; G->thunkpos= yythunkpos268; if (!yymatchString(G, "\337")) goto l365; goto l268; ^ pmh_parser.cpp:3156:87: warning: ISO C++ forbids converting a string constant to ‘char*’ [-Wwrite-strings] yypos268; G->thunkpos= yythunkpos268; if (!yymatchString(G, "\340")) goto l366; goto l268; ^ pmh_parser.cpp:3157:87: warning: ISO C++ forbids converting a string constant to ‘char*’ [-Wwrite-strings] yypos268; G->thunkpos= yythunkpos268; if (!yymatchString(G, "\341")) goto l367; goto l268; ^ pmh_parser.cpp:3158:87: warning: ISO C++ forbids converting a string constant to ‘char*’ [-Wwrite-strings] yypos268; G->thunkpos= yythunkpos268; if (!yymatchString(G, "\342")) goto l368; goto l268; ^ pmh_parser.cpp:3159:87: warning: ISO C++ forbids converting a string constant to ‘char*’ [-Wwrite-strings] yypos268; G->thunkpos= yythunkpos268; if (!yymatchString(G, "\343")) goto l369; goto l268; ^ pmh_parser.cpp:3160:87: warning: ISO C++ forbids converting a string constant to ‘char*’ [-Wwrite-strings] yypos268; G->thunkpos= yythunkpos268; if (!yymatchString(G, "\344")) goto l370; goto l268; ^ pmh_parser.cpp:3161:87: warning: ISO C++ forbids converting a string constant to ‘char*’ [-Wwrite-strings] yypos268; G->thunkpos= yythunkpos268; if (!yymatchString(G, "\345")) goto l371; goto l268; ^ pmh_parser.cpp:3162:87: warning: ISO C++ forbids converting a string constant to ‘char*’ [-Wwrite-strings] yypos268; G->thunkpos= yythunkpos268; if (!yymatchString(G, "\346")) goto l372; goto l268; ^ pmh_parser.cpp:3163:87: warning: ISO C++ forbids converting a string constant to ‘char*’ [-Wwrite-strings] yypos268; G->thunkpos= yythunkpos268; if (!yymatchString(G, "\347")) goto l373; goto l268; ^ pmh_parser.cpp:3164:87: warning: ISO C++ forbids converting a string constant to ‘char*’ [-Wwrite-strings] yypos268; G->thunkpos= yythunkpos268; if (!yymatchString(G, "\350")) goto l374; goto l268; ^ pmh_parser.cpp:3165:87: warning: ISO C++ forbids converting a string constant to ‘char*’ [-Wwrite-strings] yypos268; G->thunkpos= yythunkpos268; if (!yymatchString(G, "\351")) goto l375; goto l268; ^ pmh_parser.cpp:3166:87: warning: ISO C++ forbids converting a string constant to ‘char*’ [-Wwrite-strings] yypos268; G->thunkpos= yythunkpos268; if (!yymatchString(G, "\352")) goto l376; goto l268; ^ pmh_parser.cpp:3167:87: warning: ISO C++ forbids converting a string constant to ‘char*’ [-Wwrite-strings] yypos268; G->thunkpos= yythunkpos268; if (!yymatchString(G, "\353")) goto l377; goto l268; ^ pmh_parser.cpp:3168:87: warning: ISO C++ forbids converting a string constant to ‘char*’ [-Wwrite-strings] yypos268; G->thunkpos= yythunkpos268; if (!yymatchString(G, "\354")) goto l378; goto l268; ^ pmh_parser.cpp:3169:87: warning: ISO C++ forbids converting a string constant to ‘char*’ [-Wwrite-strings] yypos268; G->thunkpos= yythunkpos268; if (!yymatchString(G, "\355")) goto l379; goto l268; ^ pmh_parser.cpp:3170:87: warning: ISO C++ forbids converting a string constant to ‘char*’ [-Wwrite-strings] yypos268; G->thunkpos= yythunkpos268; if (!yymatchString(G, "\356")) goto l380; goto l268; ^ pmh_parser.cpp:3171:87: warning: ISO C++ forbids converting a string constant to ‘char*’ [-Wwrite-strings] yypos268; G->thunkpos= yythunkpos268; if (!yymatchString(G, "\357")) goto l381; goto l268; ^ pmh_parser.cpp:3172:87: warning: ISO C++ forbids converting a string constant to ‘char*’ [-Wwrite-strings] yypos268; G->thunkpos= yythunkpos268; if (!yymatchString(G, "\360")) goto l382; goto l268; ^ pmh_parser.cpp:3173:87: warning: ISO C++ forbids converting a string constant to ‘char*’ [-Wwrite-strings] yypos268; G->thunkpos= yythunkpos268; if (!yymatchString(G, "\361")) goto l383; goto l268; ^ pmh_parser.cpp:3174:87: warning: ISO C++ forbids converting a string constant to ‘char*’ [-Wwrite-strings] yypos268; G->thunkpos= yythunkpos268; if (!yymatchString(G, "\362")) goto l384; goto l268; ^ pmh_parser.cpp:3175:87: warning: ISO C++ forbids converting a string constant to ‘char*’ [-Wwrite-strings] yypos268; G->thunkpos= yythunkpos268; if (!yymatchString(G, "\363")) goto l385; goto l268; ^ pmh_parser.cpp:3176:87: warning: ISO C++ forbids converting a string constant to ‘char*’ [-Wwrite-strings] yypos268; G->thunkpos= yythunkpos268; if (!yymatchString(G, "\364")) goto l386; goto l268; ^ pmh_parser.cpp:3177:87: warning: ISO C++ forbids converting a string constant to ‘char*’ [-Wwrite-strings] yypos268; G->thunkpos= yythunkpos268; if (!yymatchString(G, "\365")) goto l387; goto l268; ^ pmh_parser.cpp:3178:87: warning: ISO C++ forbids converting a string constant to ‘char*’ [-Wwrite-strings] yypos268; G->thunkpos= yythunkpos268; if (!yymatchString(G, "\366")) goto l388; goto l268; ^ pmh_parser.cpp:3179:87: warning: ISO C++ forbids converting a string constant to ‘char*’ [-Wwrite-strings] yypos268; G->thunkpos= yythunkpos268; if (!yymatchString(G, "\367")) goto l389; goto l268; ^ pmh_parser.cpp:3180:87: warning: ISO C++ forbids converting a string constant to ‘char*’ [-Wwrite-strings] yypos268; G->thunkpos= yythunkpos268; if (!yymatchString(G, "\370")) goto l390; goto l268; ^ pmh_parser.cpp:3181:87: warning: ISO C++ forbids converting a string constant to ‘char*’ [-Wwrite-strings] yypos268; G->thunkpos= yythunkpos268; if (!yymatchString(G, "\371")) goto l391; goto l268; ^ pmh_parser.cpp:3182:87: warning: ISO C++ forbids converting a string constant to ‘char*’ [-Wwrite-strings] yypos268; G->thunkpos= yythunkpos268; if (!yymatchString(G, "\372")) goto l392; goto l268; ^ pmh_parser.cpp:3183:87: warning: ISO C++ forbids converting a string constant to ‘char*’ [-Wwrite-strings] yypos268; G->thunkpos= yythunkpos268; if (!yymatchString(G, "\373")) goto l393; goto l268; ^ pmh_parser.cpp:3184:87: warning: ISO C++ forbids converting a string constant to ‘char*’ [-Wwrite-strings] yypos268; G->thunkpos= yythunkpos268; if (!yymatchString(G, "\374")) goto l394; goto l268; ^ pmh_parser.cpp:3185:87: warning: ISO C++ forbids converting a string constant to ‘char*’ [-Wwrite-strings] yypos268; G->thunkpos= yythunkpos268; if (!yymatchString(G, "\375")) goto l395; goto l268; ^ pmh_parser.cpp:3186:87: warning: ISO C++ forbids converting a string constant to ‘char*’ [-Wwrite-strings] yypos268; G->thunkpos= yythunkpos268; if (!yymatchString(G, "\376")) goto l396; goto l268; ^ pmh_parser.cpp:3187:87: warning: ISO C++ forbids converting a string constant to ‘char*’ [-Wwrite-strings] yypos268; G->thunkpos= yythunkpos268; if (!yymatchString(G, "\377")) goto l267; ^ pmh_parser.cpp: In function ‘int yy_InlineNote(GREG*)’: pmh_parser.cpp:3620:143: warning: ISO C++ forbids converting a string constant to ‘char*’ [-Wwrite-strings] if (!( EXT(pmh_EXT_NOTES) )) goto l569; if (!yymatchString(G, "^[")) goto l569; ^ pmh_parser.cpp: In function ‘int yy_StyleClose(GREG*)’: pmh_parser.cpp:3767:86: warning: ISO C++ forbids converting a string constant to ‘char*’ [-Wwrite-strings] = G->pos, yythunkpos607= G->thunkpos; if (!yymatchString(G, "style")) goto l608; goto l607; ^ pmh_parser.cpp:3768:88: warning: ISO C++ forbids converting a string constant to ‘char*’ [-Wwrite-strings] yypos607; G->thunkpos= yythunkpos607; if (!yymatchString(G, "STYLE")) goto l606; ^ pmh_parser.cpp: In function ‘int yy_StyleOpen(GREG*)’: pmh_parser.cpp:3780:86: warning: ISO C++ forbids converting a string constant to ‘char*’ [-Wwrite-strings] = G->pos, yythunkpos610= G->thunkpos; if (!yymatchString(G, "style")) goto l611; goto l610; ^ pmh_parser.cpp:3781:88: warning: ISO C++ forbids converting a string constant to ‘char*’ [-Wwrite-strings] yypos610; G->thunkpos= yythunkpos610; if (!yymatchString(G, "STYLE")) goto l609; ^ pmh_parser.cpp: In function ‘int yy_HtmlBlockType(GREG*)’: pmh_parser.cpp:3797:88: warning: ISO C++ forbids converting a string constant to ‘char*’ [-Wwrite-strings] G->pos, yythunkpos615= G->thunkpos; if (!yymatchString(G, "address")) goto l616; goto l615; ^ pmh_parser.cpp:3798:93: warning: ISO C++ forbids converting a string constant to ‘char*’ [-Wwrite-strings] 615; G->thunkpos= yythunkpos615; if (!yymatchString(G, "blockquote")) goto l617; goto l615; ^ pmh_parser.cpp:3799:89: warning: ISO C++ forbids converting a string constant to ‘char*’ [-Wwrite-strings] ypos615; G->thunkpos= yythunkpos615; if (!yymatchString(G, "center")) goto l618; goto l615; ^ pmh_parser.cpp:3800:86: warning: ISO C++ forbids converting a string constant to ‘char*’ [-Wwrite-strings] = yypos615; G->thunkpos= yythunkpos615; if (!yymatchString(G, "dir")) goto l619; goto l615; ^ pmh_parser.cpp:3801:86: warning: ISO C++ forbids converting a string constant to ‘char*’ [-Wwrite-strings] = yypos615; G->thunkpos= yythunkpos615; if (!yymatchString(G, "div")) goto l620; goto l615; ^ pmh_parser.cpp:3802:85: warning: ISO C++ forbids converting a string constant to ‘char*’ [-Wwrite-strings] s= yypos615; G->thunkpos= yythunkpos615; if (!yymatchString(G, "dl")) goto l621; goto l615; ^ pmh_parser.cpp:3803:91: warning: ISO C++ forbids converting a string constant to ‘char*’ [-Wwrite-strings] os615; G->thunkpos= yythunkpos615; if (!yymatchString(G, "fieldset")) goto l622; goto l615; ^ pmh_parser.cpp:3804:87: warning: ISO C++ forbids converting a string constant to ‘char*’ [-Wwrite-strings] yypos615; G->thunkpos= yythunkpos615; if (!yymatchString(G, "form")) goto l623; goto l615; ^ pmh_parser.cpp:3805:85: warning: ISO C++ forbids converting a string constant to ‘char*’ [-Wwrite-strings] s= yypos615; G->thunkpos= yythunkpos615; if (!yymatchString(G, "h1")) goto l624; goto l615; ^ pmh_parser.cpp:3806:85: warning: ISO C++ forbids converting a string constant to ‘char*’ [-Wwrite-strings] s= yypos615; G->thunkpos= yythunkpos615; if (!yymatchString(G, "h2")) goto l625; goto l615; ^ pmh_parser.cpp:3807:85: warning: ISO C++ forbids converting a string constant to ‘char*’ [-Wwrite-strings] s= yypos615; G->thunkpos= yythunkpos615; if (!yymatchString(G, "h3")) goto l626; goto l615; ^ pmh_parser.cpp:3808:85: warning: ISO C++ forbids converting a string constant to ‘char*’ [-Wwrite-strings] s= yypos615; G->thunkpos= yythunkpos615; if (!yymatchString(G, "h4")) goto l627; goto l615; ^ pmh_parser.cpp:3809:85: warning: ISO C++ forbids converting a string constant to ‘char*’ [-Wwrite-strings] s= yypos615; G->thunkpos= yythunkpos615; if (!yymatchString(G, "h5")) goto l628; goto l615; ^ pmh_parser.cpp:3810:85: warning: ISO C++ forbids converting a string constant to ‘char*’ [-Wwrite-strings] s= yypos615; G->thunkpos= yythunkpos615; if (!yymatchString(G, "h6")) goto l629; goto l615; ^ pmh_parser.cpp:3811:85: warning: ISO C++ forbids converting a string constant to ‘char*’ [-Wwrite-strings] s= yypos615; G->thunkpos= yythunkpos615; if (!yymatchString(G, "hr")) goto l630; goto l615; ^ pmh_parser.cpp:3812:90: warning: ISO C++ forbids converting a string constant to ‘char*’ [-Wwrite-strings] pos615; G->thunkpos= yythunkpos615; if (!yymatchString(G, "isindex")) goto l631; goto l615; ^ pmh_parser.cpp:3813:87: warning: ISO C++ forbids converting a string constant to ‘char*’ [-Wwrite-strings] yypos615; G->thunkpos= yythunkpos615; if (!yymatchString(G, "menu")) goto l632; goto l615; ^ pmh_parser.cpp:3814:91: warning: ISO C++ forbids converting a string constant to ‘char*’ [-Wwrite-strings] os615; G->thunkpos= yythunkpos615; if (!yymatchString(G, "noframes")) goto l633; goto l615; ^ pmh_parser.cpp:3815:91: warning: ISO C++ forbids converting a string constant to ‘char*’ [-Wwrite-strings] os615; G->thunkpos= yythunkpos615; if (!yymatchString(G, "noscript")) goto l634; goto l615; ^ pmh_parser.cpp:3816:85: warning: ISO C++ forbids converting a string constant to ‘char*’ [-Wwrite-strings] s= yypos615; G->thunkpos= yythunkpos615; if (!yymatchString(G, "ol")) goto l635; goto l615; ^ pmh_parser.cpp:3818:86: warning: ISO C++ forbids converting a string constant to ‘char*’ [-Wwrite-strings] = yypos615; G->thunkpos= yythunkpos615; if (!yymatchString(G, "pre")) goto l637; goto l615; ^ pmh_parser.cpp:3819:88: warning: ISO C++ forbids converting a string constant to ‘char*’ [-Wwrite-strings] yypos615; G->thunkpos= yythunkpos615; if (!yymatchString(G, "table")) goto l638; goto l615; ^ pmh_parser.cpp:3820:85: warning: ISO C++ forbids converting a string constant to ‘char*’ [-Wwrite-strings] s= yypos615; G->thunkpos= yythunkpos615; if (!yymatchString(G, "ul")) goto l639; goto l615; ^ pmh_parser.cpp:3821:85: warning: ISO C++ forbids converting a string constant to ‘char*’ [-Wwrite-strings] s= yypos615; G->thunkpos= yythunkpos615; if (!yymatchString(G, "dd")) goto l640; goto l615; ^ pmh_parser.cpp:3822:85: warning: ISO C++ forbids converting a string constant to ‘char*’ [-Wwrite-strings] s= yypos615; G->thunkpos= yythunkpos615; if (!yymatchString(G, "dt")) goto l641; goto l615; ^ pmh_parser.cpp:3823:91: warning: ISO C++ forbids converting a string constant to ‘char*’ [-Wwrite-strings] os615; G->thunkpos= yythunkpos615; if (!yymatchString(G, "frameset")) goto l642; goto l615; ^ pmh_parser.cpp:3824:85: warning: ISO C++ forbids converting a string constant to ‘char*’ [-Wwrite-strings] s= yypos615; G->thunkpos= yythunkpos615; if (!yymatchString(G, "li")) goto l643; goto l615; ^ pmh_parser.cpp:3825:88: warning: ISO C++ forbids converting a string constant to ‘char*’ [-Wwrite-strings] yypos615; G->thunkpos= yythunkpos615; if (!yymatchString(G, "tbody")) goto l644; goto l615; ^ pmh_parser.cpp:3826:85: warning: ISO C++ forbids converting a string constant to ‘char*’ [-Wwrite-strings] s= yypos615; G->thunkpos= yythunkpos615; if (!yymatchString(G, "td")) goto l645; goto l615; ^ pmh_parser.cpp:3827:88: warning: ISO C++ forbids converting a string constant to ‘char*’ [-Wwrite-strings] yypos615; G->thunkpos= yythunkpos615; if (!yymatchString(G, "tfoot")) goto l646; goto l615; ^ pmh_parser.cpp:3828:85: warning: ISO C++ forbids converting a string constant to ‘char*’ [-Wwrite-strings] s= yypos615; G->thunkpos= yythunkpos615; if (!yymatchString(G, "th")) goto l647; goto l615; ^ pmh_parser.cpp:3829:88: warning: ISO C++ forbids converting a string constant to ‘char*’ [-Wwrite-strings] yypos615; G->thunkpos= yythunkpos615; if (!yymatchString(G, "thead")) goto l648; goto l615; ^ pmh_parser.cpp:3830:85: warning: ISO C++ forbids converting a string constant to ‘char*’ [-Wwrite-strings] s= yypos615; G->thunkpos= yythunkpos615; if (!yymatchString(G, "tr")) goto l649; goto l615; ^ pmh_parser.cpp:3831:89: warning: ISO C++ forbids converting a string constant to ‘char*’ [-Wwrite-strings] ypos615; G->thunkpos= yythunkpos615; if (!yymatchString(G, "script")) goto l650; goto l615; ^ pmh_parser.cpp:3832:90: warning: ISO C++ forbids converting a string constant to ‘char*’ [-Wwrite-strings] pos615; G->thunkpos= yythunkpos615; if (!yymatchString(G, "ADDRESS")) goto l651; goto l615; ^ pmh_parser.cpp:3833:93: warning: ISO C++ forbids converting a string constant to ‘char*’ [-Wwrite-strings] 615; G->thunkpos= yythunkpos615; if (!yymatchString(G, "BLOCKQUOTE")) goto l652; goto l615; ^ pmh_parser.cpp:3834:89: warning: ISO C++ forbids converting a string constant to ‘char*’ [-Wwrite-strings] ypos615; G->thunkpos= yythunkpos615; if (!yymatchString(G, "CENTER")) goto l653; goto l615; ^ pmh_parser.cpp:3835:86: warning: ISO C++ forbids converting a string constant to ‘char*’ [-Wwrite-strings] = yypos615; G->thunkpos= yythunkpos615; if (!yymatchString(G, "DIR")) goto l654; goto l615; ^ pmh_parser.cpp:3836:86: warning: ISO C++ forbids converting a string constant to ‘char*’ [-Wwrite-strings] = yypos615; G->thunkpos= yythunkpos615; if (!yymatchString(G, "DIV")) goto l655; goto l615; ^ pmh_parser.cpp:3837:85: warning: ISO C++ forbids converting a string constant to ‘char*’ [-Wwrite-strings] s= yypos615; G->thunkpos= yythunkpos615; if (!yymatchString(G, "DL")) goto l656; goto l615; ^ pmh_parser.cpp:3838:91: warning: ISO C++ forbids converting a string constant to ‘char*’ [-Wwrite-strings] os615; G->thunkpos= yythunkpos615; if (!yymatchString(G, "FIELDSET")) goto l657; goto l615; ^ pmh_parser.cpp:3839:87: warning: ISO C++ forbids converting a string constant to ‘char*’ [-Wwrite-strings] yypos615; G->thunkpos= yythunkpos615; if (!yymatchString(G, "FORM")) goto l658; goto l615; ^ pmh_parser.cpp:3840:85: warning: ISO C++ forbids converting a string constant to ‘char*’ [-Wwrite-strings] s= yypos615; G->thunkpos= yythunkpos615; if (!yymatchString(G, "H1")) goto l659; goto l615; ^ pmh_parser.cpp:3841:85: warning: ISO C++ forbids converting a string constant to ‘char*’ [-Wwrite-strings] s= yypos615; G->thunkpos= yythunkpos615; if (!yymatchString(G, "H2")) goto l660; goto l615; ^ pmh_parser.cpp:3842:85: warning: ISO C++ forbids converting a string constant to ‘char*’ [-Wwrite-strings] s= yypos615; G->thunkpos= yythunkpos615; if (!yymatchString(G, "H3")) goto l661; goto l615; ^ pmh_parser.cpp:3843:85: warning: ISO C++ forbids converting a string constant to ‘char*’ [-Wwrite-strings] s= yypos615; G->thunkpos= yythunkpos615; if (!yymatchString(G, "H4")) goto l662; goto l615; ^ pmh_parser.cpp:3844:85: warning: ISO C++ forbids converting a string constant to ‘char*’ [-Wwrite-strings] s= yypos615; G->thunkpos= yythunkpos615; if (!yymatchString(G, "H5")) goto l663; goto l615; ^ pmh_parser.cpp:3845:85: warning: ISO C++ forbids converting a string constant to ‘char*’ [-Wwrite-strings] s= yypos615; G->thunkpos= yythunkpos615; if (!yymatchString(G, "H6")) goto l664; goto l615; ^ pmh_parser.cpp:3846:85: warning: ISO C++ forbids converting a string constant to ‘char*’ [-Wwrite-strings] s= yypos615; G->thunkpos= yythunkpos615; if (!yymatchString(G, "HR")) goto l665; goto l615; ^ pmh_parser.cpp:3847:90: warning: ISO C++ forbids converting a string constant to ‘char*’ [-Wwrite-strings] pos615; G->thunkpos= yythunkpos615; if (!yymatchString(G, "ISINDEX")) goto l666; goto l615; ^ pmh_parser.cpp:3848:87: warning: ISO C++ forbids converting a string constant to ‘char*’ [-Wwrite-strings] yypos615; G->thunkpos= yythunkpos615; if (!yymatchString(G, "MENU")) goto l667; goto l615; ^ pmh_parser.cpp:3849:91: warning: ISO C++ forbids converting a string constant to ‘char*’ [-Wwrite-strings] os615; G->thunkpos= yythunkpos615; if (!yymatchString(G, "NOFRAMES")) goto l668; goto l615; ^ pmh_parser.cpp:3850:91: warning: ISO C++ forbids converting a string constant to ‘char*’ [-Wwrite-strings] os615; G->thunkpos= yythunkpos615; if (!yymatchString(G, "NOSCRIPT")) goto l669; goto l615; ^ pmh_parser.cpp:3851:85: warning: ISO C++ forbids converting a string constant to ‘char*’ [-Wwrite-strings] s= yypos615; G->thunkpos= yythunkpos615; if (!yymatchString(G, "OL")) goto l670; goto l615; ^ pmh_parser.cpp:3853:86: warning: ISO C++ forbids converting a string constant to ‘char*’ [-Wwrite-strings] = yypos615; G->thunkpos= yythunkpos615; if (!yymatchString(G, "PRE")) goto l672; goto l615; ^ pmh_parser.cpp:3854:88: warning: ISO C++ forbids converting a string constant to ‘char*’ [-Wwrite-strings] yypos615; G->thunkpos= yythunkpos615; if (!yymatchString(G, "TABLE")) goto l673; goto l615; ^ pmh_parser.cpp:3855:85: warning: ISO C++ forbids converting a string constant to ‘char*’ [-Wwrite-strings] s= yypos615; G->thunkpos= yythunkpos615; if (!yymatchString(G, "UL")) goto l674; goto l615; ^ pmh_parser.cpp:3856:85: warning: ISO C++ forbids converting a string constant to ‘char*’ [-Wwrite-strings] s= yypos615; G->thunkpos= yythunkpos615; if (!yymatchString(G, "DD")) goto l675; goto l615; ^ pmh_parser.cpp:3857:85: warning: ISO C++ forbids converting a string constant to ‘char*’ [-Wwrite-strings] s= yypos615; G->thunkpos= yythunkpos615; if (!yymatchString(G, "DT")) goto l676; goto l615; ^ pmh_parser.cpp:3858:91: warning: ISO C++ forbids converting a string constant to ‘char*’ [-Wwrite-strings] os615; G->thunkpos= yythunkpos615; if (!yymatchString(G, "FRAMESET")) goto l677; goto l615; ^ pmh_parser.cpp:3859:85: warning: ISO C++ forbids converting a string constant to ‘char*’ [-Wwrite-strings] s= yypos615; G->thunkpos= yythunkpos615; if (!yymatchString(G, "LI")) goto l678; goto l615; ^ pmh_parser.cpp:3860:88: warning: ISO C++ forbids converting a string constant to ‘char*’ [-Wwrite-strings] yypos615; G->thunkpos= yythunkpos615; if (!yymatchString(G, "TBODY")) goto l679; goto l615; ^ pmh_parser.cpp:3861:85: warning: ISO C++ forbids converting a string constant to ‘char*’ [-Wwrite-strings] s= yypos615; G->thunkpos= yythunkpos615; if (!yymatchString(G, "TD")) goto l680; goto l615; ^ pmh_parser.cpp:3862:88: warning: ISO C++ forbids converting a string constant to ‘char*’ [-Wwrite-strings] yypos615; G->thunkpos= yythunkpos615; if (!yymatchString(G, "TFOOT")) goto l681; goto l615; ^ pmh_parser.cpp:3863:85: warning: ISO C++ forbids converting a string constant to ‘char*’ [-Wwrite-strings] s= yypos615; G->thunkpos= yythunkpos615; if (!yymatchString(G, "TH")) goto l682; goto l615; ^ pmh_parser.cpp:3864:88: warning: ISO C++ forbids converting a string constant to ‘char*’ [-Wwrite-strings] yypos615; G->thunkpos= yythunkpos615; if (!yymatchString(G, "THEAD")) goto l683; goto l615; ^ pmh_parser.cpp:3865:85: warning: ISO C++ forbids converting a string constant to ‘char*’ [-Wwrite-strings] s= yypos615; G->thunkpos= yythunkpos615; if (!yymatchString(G, "TR")) goto l684; goto l615; ^ pmh_parser.cpp:3866:89: warning: ISO C++ forbids converting a string constant to ‘char*’ [-Wwrite-strings] ypos615; G->thunkpos= yythunkpos615; if (!yymatchString(G, "SCRIPT")) goto l614; ^ pmh_parser.cpp: In function ‘int yy_HtmlComment(GREG*)’: pmh_parser.cpp:3890:196: warning: ISO C++ forbids converting a string constant to ‘char*’ [-Wwrite-strings] { goto l688; } yyDo(G, yySet, -1, 0); if (!yymatchString(G, "")) goto l691; goto l690; ^ pmh_parser.cpp:3897:33: warning: ISO C++ forbids converting a string constant to ‘char*’ [-Wwrite-strings] } if (!yymatchString(G, "-->")) goto l688; yyText(G, G->begin, G->end); if (!(YY_END)) goto l688; yyDo(G, yy_1_HtmlComment, G->begin, G->end); ^ pmh_parser.cpp: In function ‘int yy_HtmlBlockCloseScript(GREG*)’: pmh_parser.cpp:3967:87: warning: ISO C++ forbids converting a string constant to ‘char*’ [-Wwrite-strings] G->pos, yythunkpos731= G->thunkpos; if (!yymatchString(G, "script")) goto l732; goto l731; ^ pmh_parser.cpp:3968:89: warning: ISO C++ forbids converting a string constant to ‘char*’ [-Wwrite-strings] ypos731; G->thunkpos= yythunkpos731; if (!yymatchString(G, "SCRIPT")) goto l730; ^ pmh_parser.cpp: In function ‘int yy_HtmlBlockOpenScript(GREG*)’: pmh_parser.cpp:3980:87: warning: ISO C++ forbids converting a string constant to ‘char*’ [-Wwrite-strings] G->pos, yythunkpos734= G->thunkpos; if (!yymatchString(G, "script")) goto l735; goto l734; ^ pmh_parser.cpp:3981:89: warning: ISO C++ forbids converting a string constant to ‘char*’ [-Wwrite-strings] ypos734; G->thunkpos= yythunkpos734; if (!yymatchString(G, "SCRIPT")) goto l733; ^ pmh_parser.cpp: In function ‘int yy_HtmlBlockCloseTr(GREG*)’: pmh_parser.cpp:4017:83: warning: ISO C++ forbids converting a string constant to ‘char*’ [-Wwrite-strings] 745= G->pos, yythunkpos745= G->thunkpos; if (!yymatchString(G, "tr")) goto l746; goto l745; ^ pmh_parser.cpp:4018:85: warning: ISO C++ forbids converting a string constant to ‘char*’ [-Wwrite-strings] s= yypos745; G->thunkpos= yythunkpos745; if (!yymatchString(G, "TR")) goto l744; ^ pmh_parser.cpp: In function ‘int yy_HtmlBlockOpenTr(GREG*)’: pmh_parser.cpp:4030:83: warning: ISO C++ forbids converting a string constant to ‘char*’ [-Wwrite-strings] 748= G->pos, yythunkpos748= G->thunkpos; if (!yymatchString(G, "tr")) goto l749; goto l748; ^ pmh_parser.cpp:4031:85: warning: ISO C++ forbids converting a string constant to ‘char*’ [-Wwrite-strings] s= yypos748; G->thunkpos= yythunkpos748; if (!yymatchString(G, "TR")) goto l747; ^ pmh_parser.cpp: In function ‘int yy_HtmlBlockCloseThead(GREG*)’: pmh_parser.cpp:4067:86: warning: ISO C++ forbids converting a string constant to ‘char*’ [-Wwrite-strings] = G->pos, yythunkpos759= G->thunkpos; if (!yymatchString(G, "thead")) goto l760; goto l759; ^ pmh_parser.cpp:4068:88: warning: ISO C++ forbids converting a string constant to ‘char*’ [-Wwrite-strings] yypos759; G->thunkpos= yythunkpos759; if (!yymatchString(G, "THEAD")) goto l758; ^ pmh_parser.cpp: In function ‘int yy_HtmlBlockOpenThead(GREG*)’: pmh_parser.cpp:4080:86: warning: ISO C++ forbids converting a string constant to ‘char*’ [-Wwrite-strings] = G->pos, yythunkpos762= G->thunkpos; if (!yymatchString(G, "thead")) goto l763; goto l762; ^ pmh_parser.cpp:4081:88: warning: ISO C++ forbids converting a string constant to ‘char*’ [-Wwrite-strings] yypos762; G->thunkpos= yythunkpos762; if (!yymatchString(G, "THEAD")) goto l761; ^ pmh_parser.cpp: In function ‘int yy_HtmlBlockCloseTh(GREG*)’: pmh_parser.cpp:4117:83: warning: ISO C++ forbids converting a string constant to ‘char*’ [-Wwrite-strings] 773= G->pos, yythunkpos773= G->thunkpos; if (!yymatchString(G, "th")) goto l774; goto l773; ^ pmh_parser.cpp:4118:85: warning: ISO C++ forbids converting a string constant to ‘char*’ [-Wwrite-strings] s= yypos773; G->thunkpos= yythunkpos773; if (!yymatchString(G, "TH")) goto l772; ^ pmh_parser.cpp: In function ‘int yy_HtmlBlockOpenTh(GREG*)’: pmh_parser.cpp:4130:83: warning: ISO C++ forbids converting a string constant to ‘char*’ [-Wwrite-strings] 776= G->pos, yythunkpos776= G->thunkpos; if (!yymatchString(G, "th")) goto l777; goto l776; ^ pmh_parser.cpp:4131:85: warning: ISO C++ forbids converting a string constant to ‘char*’ [-Wwrite-strings] s= yypos776; G->thunkpos= yythunkpos776; if (!yymatchString(G, "TH")) goto l775; ^ pmh_parser.cpp: In function ‘int yy_HtmlBlockCloseTfoot(GREG*)’: pmh_parser.cpp:4167:86: warning: ISO C++ forbids converting a string constant to ‘char*’ [-Wwrite-strings] = G->pos, yythunkpos787= G->thunkpos; if (!yymatchString(G, "tfoot")) goto l788; goto l787; ^ pmh_parser.cpp:4168:88: warning: ISO C++ forbids converting a string constant to ‘char*’ [-Wwrite-strings] yypos787; G->thunkpos= yythunkpos787; if (!yymatchString(G, "TFOOT")) goto l786; ^ pmh_parser.cpp: In function ‘int yy_HtmlBlockOpenTfoot(GREG*)’: pmh_parser.cpp:4180:86: warning: ISO C++ forbids converting a string constant to ‘char*’ [-Wwrite-strings] = G->pos, yythunkpos790= G->thunkpos; if (!yymatchString(G, "tfoot")) goto l791; goto l790; ^ pmh_parser.cpp:4181:88: warning: ISO C++ forbids converting a string constant to ‘char*’ [-Wwrite-strings] yypos790; G->thunkpos= yythunkpos790; if (!yymatchString(G, "TFOOT")) goto l789; ^ pmh_parser.cpp: In function ‘int yy_HtmlBlockCloseTd(GREG*)’: pmh_parser.cpp:4217:83: warning: ISO C++ forbids converting a string constant to ‘char*’ [-Wwrite-strings] 801= G->pos, yythunkpos801= G->thunkpos; if (!yymatchString(G, "td")) goto l802; goto l801; ^ pmh_parser.cpp:4218:85: warning: ISO C++ forbids converting a string constant to ‘char*’ [-Wwrite-strings] s= yypos801; G->thunkpos= yythunkpos801; if (!yymatchString(G, "TD")) goto l800; ^ pmh_parser.cpp: In function ‘int yy_HtmlBlockOpenTd(GREG*)’: pmh_parser.cpp:4230:83: warning: ISO C++ forbids converting a string constant to ‘char*’ [-Wwrite-strings] 804= G->pos, yythunkpos804= G->thunkpos; if (!yymatchString(G, "td")) goto l805; goto l804; ^ pmh_parser.cpp:4231:85: warning: ISO C++ forbids converting a string constant to ‘char*’ [-Wwrite-strings] s= yypos804; G->thunkpos= yythunkpos804; if (!yymatchString(G, "TD")) goto l803; ^ pmh_parser.cpp: In function ‘int yy_HtmlBlockCloseTbody(GREG*)’: pmh_parser.cpp:4267:86: warning: ISO C++ forbids converting a string constant to ‘char*’ [-Wwrite-strings] = G->pos, yythunkpos815= G->thunkpos; if (!yymatchString(G, "tbody")) goto l816; goto l815; ^ pmh_parser.cpp:4268:88: warning: ISO C++ forbids converting a string constant to ‘char*’ [-Wwrite-strings] yypos815; G->thunkpos= yythunkpos815; if (!yymatchString(G, "TBODY")) goto l814; ^ pmh_parser.cpp: In function ‘int yy_HtmlBlockOpenTbody(GREG*)’: pmh_parser.cpp:4280:86: warning: ISO C++ forbids converting a string constant to ‘char*’ [-Wwrite-strings] = G->pos, yythunkpos818= G->thunkpos; if (!yymatchString(G, "tbody")) goto l819; goto l818; ^ pmh_parser.cpp:4281:88: warning: ISO C++ forbids converting a string constant to ‘char*’ [-Wwrite-strings] yypos818; G->thunkpos= yythunkpos818; if (!yymatchString(G, "TBODY")) goto l817; ^ pmh_parser.cpp: In function ‘int yy_HtmlBlockCloseLi(GREG*)’: pmh_parser.cpp:4317:83: warning: ISO C++ forbids converting a string constant to ‘char*’ [-Wwrite-strings] 829= G->pos, yythunkpos829= G->thunkpos; if (!yymatchString(G, "li")) goto l830; goto l829; ^ pmh_parser.cpp:4318:85: warning: ISO C++ forbids converting a string constant to ‘char*’ [-Wwrite-strings] s= yypos829; G->thunkpos= yythunkpos829; if (!yymatchString(G, "LI")) goto l828; ^ pmh_parser.cpp: In function ‘int yy_HtmlBlockOpenLi(GREG*)’: pmh_parser.cpp:4330:83: warning: ISO C++ forbids converting a string constant to ‘char*’ [-Wwrite-strings] 832= G->pos, yythunkpos832= G->thunkpos; if (!yymatchString(G, "li")) goto l833; goto l832; ^ pmh_parser.cpp:4331:85: warning: ISO C++ forbids converting a string constant to ‘char*’ [-Wwrite-strings] s= yypos832; G->thunkpos= yythunkpos832; if (!yymatchString(G, "LI")) goto l831; ^ pmh_parser.cpp: In function ‘int yy_HtmlBlockCloseFrameset(GREG*)’: pmh_parser.cpp:4367:89: warning: ISO C++ forbids converting a string constant to ‘char*’ [-Wwrite-strings] ->pos, yythunkpos843= G->thunkpos; if (!yymatchString(G, "frameset")) goto l844; goto l843; ^ pmh_parser.cpp:4368:91: warning: ISO C++ forbids converting a string constant to ‘char*’ [-Wwrite-strings] os843; G->thunkpos= yythunkpos843; if (!yymatchString(G, "FRAMESET")) goto l842; ^ pmh_parser.cpp: In function ‘int yy_HtmlBlockOpenFrameset(GREG*)’: pmh_parser.cpp:4380:89: warning: ISO C++ forbids converting a string constant to ‘char*’ [-Wwrite-strings] ->pos, yythunkpos846= G->thunkpos; if (!yymatchString(G, "frameset")) goto l847; goto l846; ^ pmh_parser.cpp:4381:91: warning: ISO C++ forbids converting a string constant to ‘char*’ [-Wwrite-strings] os846; G->thunkpos= yythunkpos846; if (!yymatchString(G, "FRAMESET")) goto l845; ^ pmh_parser.cpp: In function ‘int yy_HtmlBlockCloseDt(GREG*)’: pmh_parser.cpp:4417:83: warning: ISO C++ forbids converting a string constant to ‘char*’ [-Wwrite-strings] 857= G->pos, yythunkpos857= G->thunkpos; if (!yymatchString(G, "dt")) goto l858; goto l857; ^ pmh_parser.cpp:4418:85: warning: ISO C++ forbids converting a string constant to ‘char*’ [-Wwrite-strings] s= yypos857; G->thunkpos= yythunkpos857; if (!yymatchString(G, "DT")) goto l856; ^ pmh_parser.cpp: In function ‘int yy_HtmlBlockOpenDt(GREG*)’: pmh_parser.cpp:4430:83: warning: ISO C++ forbids converting a string constant to ‘char*’ [-Wwrite-strings] 860= G->pos, yythunkpos860= G->thunkpos; if (!yymatchString(G, "dt")) goto l861; goto l860; ^ pmh_parser.cpp:4431:85: warning: ISO C++ forbids converting a string constant to ‘char*’ [-Wwrite-strings] s= yypos860; G->thunkpos= yythunkpos860; if (!yymatchString(G, "DT")) goto l859; ^ pmh_parser.cpp: In function ‘int yy_HtmlBlockCloseDd(GREG*)’: pmh_parser.cpp:4467:83: warning: ISO C++ forbids converting a string constant to ‘char*’ [-Wwrite-strings] 871= G->pos, yythunkpos871= G->thunkpos; if (!yymatchString(G, "dd")) goto l872; goto l871; ^ pmh_parser.cpp:4468:85: warning: ISO C++ forbids converting a string constant to ‘char*’ [-Wwrite-strings] s= yypos871; G->thunkpos= yythunkpos871; if (!yymatchString(G, "DD")) goto l870; ^ pmh_parser.cpp: In function ‘int yy_HtmlBlockOpenDd(GREG*)’: pmh_parser.cpp:4480:83: warning: ISO C++ forbids converting a string constant to ‘char*’ [-Wwrite-strings] 874= G->pos, yythunkpos874= G->thunkpos; if (!yymatchString(G, "dd")) goto l875; goto l874; ^ pmh_parser.cpp:4481:85: warning: ISO C++ forbids converting a string constant to ‘char*’ [-Wwrite-strings] s= yypos874; G->thunkpos= yythunkpos874; if (!yymatchString(G, "DD")) goto l873; ^ pmh_parser.cpp: In function ‘int yy_HtmlBlockCloseUl(GREG*)’: pmh_parser.cpp:4517:83: warning: ISO C++ forbids converting a string constant to ‘char*’ [-Wwrite-strings] 885= G->pos, yythunkpos885= G->thunkpos; if (!yymatchString(G, "ul")) goto l886; goto l885; ^ pmh_parser.cpp:4518:85: warning: ISO C++ forbids converting a string constant to ‘char*’ [-Wwrite-strings] s= yypos885; G->thunkpos= yythunkpos885; if (!yymatchString(G, "UL")) goto l884; ^ pmh_parser.cpp: In function ‘int yy_HtmlBlockOpenUl(GREG*)’: pmh_parser.cpp:4530:83: warning: ISO C++ forbids converting a string constant to ‘char*’ [-Wwrite-strings] 888= G->pos, yythunkpos888= G->thunkpos; if (!yymatchString(G, "ul")) goto l889; goto l888; ^ pmh_parser.cpp:4531:85: warning: ISO C++ forbids converting a string constant to ‘char*’ [-Wwrite-strings] s= yypos888; G->thunkpos= yythunkpos888; if (!yymatchString(G, "UL")) goto l887; ^ pmh_parser.cpp: In function ‘int yy_HtmlBlockCloseTable(GREG*)’: pmh_parser.cpp:4567:86: warning: ISO C++ forbids converting a string constant to ‘char*’ [-Wwrite-strings] = G->pos, yythunkpos899= G->thunkpos; if (!yymatchString(G, "table")) goto l900; goto l899; ^ pmh_parser.cpp:4568:88: warning: ISO C++ forbids converting a string constant to ‘char*’ [-Wwrite-strings] yypos899; G->thunkpos= yythunkpos899; if (!yymatchString(G, "TABLE")) goto l898; ^ pmh_parser.cpp: In function ‘int yy_HtmlBlockOpenTable(GREG*)’: pmh_parser.cpp:4580:86: warning: ISO C++ forbids converting a string constant to ‘char*’ [-Wwrite-strings] = G->pos, yythunkpos902= G->thunkpos; if (!yymatchString(G, "table")) goto l903; goto l902; ^ pmh_parser.cpp:4581:88: warning: ISO C++ forbids converting a string constant to ‘char*’ [-Wwrite-strings] yypos902; G->thunkpos= yythunkpos902; if (!yymatchString(G, "TABLE")) goto l901; ^ pmh_parser.cpp: In function ‘int yy_HtmlBlockClosePre(GREG*)’: pmh_parser.cpp:4617:84: warning: ISO C++ forbids converting a string constant to ‘char*’ [-Wwrite-strings] 13= G->pos, yythunkpos913= G->thunkpos; if (!yymatchString(G, "pre")) goto l914; goto l913; ^ pmh_parser.cpp:4618:86: warning: ISO C++ forbids converting a string constant to ‘char*’ [-Wwrite-strings] = yypos913; G->thunkpos= yythunkpos913; if (!yymatchString(G, "PRE")) goto l912; ^ pmh_parser.cpp: In function ‘int yy_HtmlBlockOpenPre(GREG*)’: pmh_parser.cpp:4630:84: warning: ISO C++ forbids converting a string constant to ‘char*’ [-Wwrite-strings] 16= G->pos, yythunkpos916= G->thunkpos; if (!yymatchString(G, "pre")) goto l917; goto l916; ^ pmh_parser.cpp:4631:86: warning: ISO C++ forbids converting a string constant to ‘char*’ [-Wwrite-strings] = yypos916; G->thunkpos= yythunkpos916; if (!yymatchString(G, "PRE")) goto l915; ^ pmh_parser.cpp: In function ‘int yy_HtmlBlockCloseOl(GREG*)’: pmh_parser.cpp:4717:83: warning: ISO C++ forbids converting a string constant to ‘char*’ [-Wwrite-strings] 941= G->pos, yythunkpos941= G->thunkpos; if (!yymatchString(G, "ol")) goto l942; goto l941; ^ pmh_parser.cpp:4718:85: warning: ISO C++ forbids converting a string constant to ‘char*’ [-Wwrite-strings] s= yypos941; G->thunkpos= yythunkpos941; if (!yymatchString(G, "OL")) goto l940; ^ pmh_parser.cpp: In function ‘int yy_HtmlBlockOpenOl(GREG*)’: pmh_parser.cpp:4730:83: warning: ISO C++ forbids converting a string constant to ‘char*’ [-Wwrite-strings] 944= G->pos, yythunkpos944= G->thunkpos; if (!yymatchString(G, "ol")) goto l945; goto l944; ^ pmh_parser.cpp:4731:85: warning: ISO C++ forbids converting a string constant to ‘char*’ [-Wwrite-strings] s= yypos944; G->thunkpos= yythunkpos944; if (!yymatchString(G, "OL")) goto l943; ^ pmh_parser.cpp: In function ‘int yy_HtmlBlockCloseNoscript(GREG*)’: pmh_parser.cpp:4767:89: warning: ISO C++ forbids converting a string constant to ‘char*’ [-Wwrite-strings] ->pos, yythunkpos955= G->thunkpos; if (!yymatchString(G, "noscript")) goto l956; goto l955; ^ pmh_parser.cpp:4768:91: warning: ISO C++ forbids converting a string constant to ‘char*’ [-Wwrite-strings] os955; G->thunkpos= yythunkpos955; if (!yymatchString(G, "NOSCRIPT")) goto l954; ^ pmh_parser.cpp: In function ‘int yy_HtmlBlockOpenNoscript(GREG*)’: pmh_parser.cpp:4780:89: warning: ISO C++ forbids converting a string constant to ‘char*’ [-Wwrite-strings] ->pos, yythunkpos958= G->thunkpos; if (!yymatchString(G, "noscript")) goto l959; goto l958; ^ pmh_parser.cpp:4781:91: warning: ISO C++ forbids converting a string constant to ‘char*’ [-Wwrite-strings] os958; G->thunkpos= yythunkpos958; if (!yymatchString(G, "NOSCRIPT")) goto l957; ^ pmh_parser.cpp: In function ‘int yy_HtmlBlockCloseNoframes(GREG*)’: pmh_parser.cpp:4817:89: warning: ISO C++ forbids converting a string constant to ‘char*’ [-Wwrite-strings] ->pos, yythunkpos969= G->thunkpos; if (!yymatchString(G, "noframes")) goto l970; goto l969; ^ pmh_parser.cpp:4818:91: warning: ISO C++ forbids converting a string constant to ‘char*’ [-Wwrite-strings] os969; G->thunkpos= yythunkpos969; if (!yymatchString(G, "NOFRAMES")) goto l968; ^ pmh_parser.cpp: In function ‘int yy_HtmlBlockOpenNoframes(GREG*)’: pmh_parser.cpp:4830:89: warning: ISO C++ forbids converting a string constant to ‘char*’ [-Wwrite-strings] ->pos, yythunkpos972= G->thunkpos; if (!yymatchString(G, "noframes")) goto l973; goto l972; ^ pmh_parser.cpp:4831:91: warning: ISO C++ forbids converting a string constant to ‘char*’ [-Wwrite-strings] os972; G->thunkpos= yythunkpos972; if (!yymatchString(G, "NOFRAMES")) goto l971; ^ pmh_parser.cpp: In function ‘int yy_HtmlBlockCloseMenu(GREG*)’: pmh_parser.cpp:4867:85: warning: ISO C++ forbids converting a string constant to ‘char*’ [-Wwrite-strings] 3= G->pos, yythunkpos983= G->thunkpos; if (!yymatchString(G, "menu")) goto l984; goto l983; ^ pmh_parser.cpp:4868:87: warning: ISO C++ forbids converting a string constant to ‘char*’ [-Wwrite-strings] yypos983; G->thunkpos= yythunkpos983; if (!yymatchString(G, "MENU")) goto l982; ^ pmh_parser.cpp: In function ‘int yy_HtmlBlockOpenMenu(GREG*)’: pmh_parser.cpp:4880:85: warning: ISO C++ forbids converting a string constant to ‘char*’ [-Wwrite-strings] 6= G->pos, yythunkpos986= G->thunkpos; if (!yymatchString(G, "menu")) goto l987; goto l986; ^ pmh_parser.cpp:4881:87: warning: ISO C++ forbids converting a string constant to ‘char*’ [-Wwrite-strings] yypos986; G->thunkpos= yythunkpos986; if (!yymatchString(G, "MENU")) goto l985; ^ pmh_parser.cpp: In function ‘int yy_HtmlBlockCloseH6(GREG*)’: pmh_parser.cpp:4917:83: warning: ISO C++ forbids converting a string constant to ‘char*’ [-Wwrite-strings] 997= G->pos, yythunkpos997= G->thunkpos; if (!yymatchString(G, "h6")) goto l998; goto l997; ^ pmh_parser.cpp:4918:85: warning: ISO C++ forbids converting a string constant to ‘char*’ [-Wwrite-strings] s= yypos997; G->thunkpos= yythunkpos997; if (!yymatchString(G, "H6")) goto l996; ^ pmh_parser.cpp: In function ‘int yy_HtmlBlockOpenH6(GREG*)’: pmh_parser.cpp:4930:85: warning: ISO C++ forbids converting a string constant to ‘char*’ [-Wwrite-strings] 00= G->pos, yythunkpos1000= G->thunkpos; if (!yymatchString(G, "h6")) goto l1001; goto l1000; ^ pmh_parser.cpp:4931:88: warning: ISO C++ forbids converting a string constant to ‘char*’ [-Wwrite-strings] yypos1000; G->thunkpos= yythunkpos1000; if (!yymatchString(G, "H6")) goto l999; ^ pmh_parser.cpp: In function ‘int yy_HtmlBlockCloseH5(GREG*)’: pmh_parser.cpp:4967:85: warning: ISO C++ forbids converting a string constant to ‘char*’ [-Wwrite-strings] 11= G->pos, yythunkpos1011= G->thunkpos; if (!yymatchString(G, "h5")) goto l1012; goto l1011; ^ pmh_parser.cpp:4968:88: warning: ISO C++ forbids converting a string constant to ‘char*’ [-Wwrite-strings] yypos1011; G->thunkpos= yythunkpos1011; if (!yymatchString(G, "H5")) goto l1010; ^ pmh_parser.cpp: In function ‘int yy_HtmlBlockOpenH5(GREG*)’: pmh_parser.cpp:4980:85: warning: ISO C++ forbids converting a string constant to ‘char*’ [-Wwrite-strings] 14= G->pos, yythunkpos1014= G->thunkpos; if (!yymatchString(G, "h5")) goto l1015; goto l1014; ^ pmh_parser.cpp:4981:88: warning: ISO C++ forbids converting a string constant to ‘char*’ [-Wwrite-strings] yypos1014; G->thunkpos= yythunkpos1014; if (!yymatchString(G, "H5")) goto l1013; ^ pmh_parser.cpp: In function ‘int yy_HtmlBlockCloseH4(GREG*)’: pmh_parser.cpp:5017:85: warning: ISO C++ forbids converting a string constant to ‘char*’ [-Wwrite-strings] 25= G->pos, yythunkpos1025= G->thunkpos; if (!yymatchString(G, "h4")) goto l1026; goto l1025; ^ pmh_parser.cpp:5018:88: warning: ISO C++ forbids converting a string constant to ‘char*’ [-Wwrite-strings] yypos1025; G->thunkpos= yythunkpos1025; if (!yymatchString(G, "H4")) goto l1024; ^ pmh_parser.cpp: In function ‘int yy_HtmlBlockOpenH4(GREG*)’: pmh_parser.cpp:5030:85: warning: ISO C++ forbids converting a string constant to ‘char*’ [-Wwrite-strings] 28= G->pos, yythunkpos1028= G->thunkpos; if (!yymatchString(G, "h4")) goto l1029; goto l1028; ^ pmh_parser.cpp:5031:88: warning: ISO C++ forbids converting a string constant to ‘char*’ [-Wwrite-strings] yypos1028; G->thunkpos= yythunkpos1028; if (!yymatchString(G, "H4")) goto l1027; ^ pmh_parser.cpp: In function ‘int yy_HtmlBlockCloseH3(GREG*)’: pmh_parser.cpp:5067:85: warning: ISO C++ forbids converting a string constant to ‘char*’ [-Wwrite-strings] 39= G->pos, yythunkpos1039= G->thunkpos; if (!yymatchString(G, "h3")) goto l1040; goto l1039; ^ pmh_parser.cpp:5068:88: warning: ISO C++ forbids converting a string constant to ‘char*’ [-Wwrite-strings] yypos1039; G->thunkpos= yythunkpos1039; if (!yymatchString(G, "H3")) goto l1038; ^ pmh_parser.cpp: In function ‘int yy_HtmlBlockOpenH3(GREG*)’: pmh_parser.cpp:5080:85: warning: ISO C++ forbids converting a string constant to ‘char*’ [-Wwrite-strings] 42= G->pos, yythunkpos1042= G->thunkpos; if (!yymatchString(G, "h3")) goto l1043; goto l1042; ^ pmh_parser.cpp:5081:88: warning: ISO C++ forbids converting a string constant to ‘char*’ [-Wwrite-strings] yypos1042; G->thunkpos= yythunkpos1042; if (!yymatchString(G, "H3")) goto l1041; ^ pmh_parser.cpp: In function ‘int yy_HtmlBlockCloseH2(GREG*)’: pmh_parser.cpp:5117:85: warning: ISO C++ forbids converting a string constant to ‘char*’ [-Wwrite-strings] 53= G->pos, yythunkpos1053= G->thunkpos; if (!yymatchString(G, "h2")) goto l1054; goto l1053; ^ pmh_parser.cpp:5118:88: warning: ISO C++ forbids converting a string constant to ‘char*’ [-Wwrite-strings] yypos1053; G->thunkpos= yythunkpos1053; if (!yymatchString(G, "H2")) goto l1052; ^ pmh_parser.cpp: In function ‘int yy_HtmlBlockOpenH2(GREG*)’: pmh_parser.cpp:5130:85: warning: ISO C++ forbids converting a string constant to ‘char*’ [-Wwrite-strings] 56= G->pos, yythunkpos1056= G->thunkpos; if (!yymatchString(G, "h2")) goto l1057; goto l1056; ^ pmh_parser.cpp:5131:88: warning: ISO C++ forbids converting a string constant to ‘char*’ [-Wwrite-strings] yypos1056; G->thunkpos= yythunkpos1056; if (!yymatchString(G, "H2")) goto l1055; ^ pmh_parser.cpp: In function ‘int yy_HtmlBlockCloseH1(GREG*)’: pmh_parser.cpp:5167:85: warning: ISO C++ forbids converting a string constant to ‘char*’ [-Wwrite-strings] 67= G->pos, yythunkpos1067= G->thunkpos; if (!yymatchString(G, "h1")) goto l1068; goto l1067; ^ pmh_parser.cpp:5168:88: warning: ISO C++ forbids converting a string constant to ‘char*’ [-Wwrite-strings] yypos1067; G->thunkpos= yythunkpos1067; if (!yymatchString(G, "H1")) goto l1066; ^ pmh_parser.cpp: In function ‘int yy_HtmlBlockOpenH1(GREG*)’: pmh_parser.cpp:5180:85: warning: ISO C++ forbids converting a string constant to ‘char*’ [-Wwrite-strings] 70= G->pos, yythunkpos1070= G->thunkpos; if (!yymatchString(G, "h1")) goto l1071; goto l1070; ^ pmh_parser.cpp:5181:88: warning: ISO C++ forbids converting a string constant to ‘char*’ [-Wwrite-strings] yypos1070; G->thunkpos= yythunkpos1070; if (!yymatchString(G, "H1")) goto l1069; ^ pmh_parser.cpp: In function ‘int yy_HtmlBlockCloseForm(GREG*)’: pmh_parser.cpp:5217:87: warning: ISO C++ forbids converting a string constant to ‘char*’ [-Wwrite-strings] = G->pos, yythunkpos1081= G->thunkpos; if (!yymatchString(G, "form")) goto l1082; goto l1081; ^ pmh_parser.cpp:5218:90: warning: ISO C++ forbids converting a string constant to ‘char*’ [-Wwrite-strings] ypos1081; G->thunkpos= yythunkpos1081; if (!yymatchString(G, "FORM")) goto l1080; ^ pmh_parser.cpp: In function ‘int yy_HtmlBlockOpenForm(GREG*)’: pmh_parser.cpp:5230:87: warning: ISO C++ forbids converting a string constant to ‘char*’ [-Wwrite-strings] = G->pos, yythunkpos1084= G->thunkpos; if (!yymatchString(G, "form")) goto l1085; goto l1084; ^ pmh_parser.cpp:5231:90: warning: ISO C++ forbids converting a string constant to ‘char*’ [-Wwrite-strings] ypos1084; G->thunkpos= yythunkpos1084; if (!yymatchString(G, "FORM")) goto l1083; ^ pmh_parser.cpp: In function ‘int yy_HtmlBlockCloseFieldset(GREG*)’: pmh_parser.cpp:5267:91: warning: ISO C++ forbids converting a string constant to ‘char*’ [-Wwrite-strings] >pos, yythunkpos1095= G->thunkpos; if (!yymatchString(G, "fieldset")) goto l1096; goto l1095; ^ pmh_parser.cpp:5268:94: warning: ISO C++ forbids converting a string constant to ‘char*’ [-Wwrite-strings] 1095; G->thunkpos= yythunkpos1095; if (!yymatchString(G, "FIELDSET")) goto l1094; ^ pmh_parser.cpp: In function ‘int yy_HtmlBlockOpenFieldset(GREG*)’: pmh_parser.cpp:5280:91: warning: ISO C++ forbids converting a string constant to ‘char*’ [-Wwrite-strings] >pos, yythunkpos1098= G->thunkpos; if (!yymatchString(G, "fieldset")) goto l1099; goto l1098; ^ pmh_parser.cpp:5281:94: warning: ISO C++ forbids converting a string constant to ‘char*’ [-Wwrite-strings] 1098; G->thunkpos= yythunkpos1098; if (!yymatchString(G, "FIELDSET")) goto l1097; ^ pmh_parser.cpp: In function ‘int yy_HtmlBlockCloseDl(GREG*)’: pmh_parser.cpp:5317:85: warning: ISO C++ forbids converting a string constant to ‘char*’ [-Wwrite-strings] 09= G->pos, yythunkpos1109= G->thunkpos; if (!yymatchString(G, "dl")) goto l1110; goto l1109; ^ pmh_parser.cpp:5318:88: warning: ISO C++ forbids converting a string constant to ‘char*’ [-Wwrite-strings] yypos1109; G->thunkpos= yythunkpos1109; if (!yymatchString(G, "DL")) goto l1108; ^ pmh_parser.cpp: In function ‘int yy_HtmlBlockOpenDl(GREG*)’: pmh_parser.cpp:5330:85: warning: ISO C++ forbids converting a string constant to ‘char*’ [-Wwrite-strings] 12= G->pos, yythunkpos1112= G->thunkpos; if (!yymatchString(G, "dl")) goto l1113; goto l1112; ^ pmh_parser.cpp:5331:88: warning: ISO C++ forbids converting a string constant to ‘char*’ [-Wwrite-strings] yypos1112; G->thunkpos= yythunkpos1112; if (!yymatchString(G, "DL")) goto l1111; ^ pmh_parser.cpp: In function ‘int yy_HtmlBlockCloseDiv(GREG*)’: pmh_parser.cpp:5367:86: warning: ISO C++ forbids converting a string constant to ‘char*’ [-Wwrite-strings] 3= G->pos, yythunkpos1123= G->thunkpos; if (!yymatchString(G, "div")) goto l1124; goto l1123; ^ pmh_parser.cpp:5368:89: warning: ISO C++ forbids converting a string constant to ‘char*’ [-Wwrite-strings] yypos1123; G->thunkpos= yythunkpos1123; if (!yymatchString(G, "DIV")) goto l1122; ^ pmh_parser.cpp: In function ‘int yy_HtmlBlockOpenDiv(GREG*)’: pmh_parser.cpp:5380:86: warning: ISO C++ forbids converting a string constant to ‘char*’ [-Wwrite-strings] 6= G->pos, yythunkpos1126= G->thunkpos; if (!yymatchString(G, "div")) goto l1127; goto l1126; ^ pmh_parser.cpp:5381:89: warning: ISO C++ forbids converting a string constant to ‘char*’ [-Wwrite-strings] yypos1126; G->thunkpos= yythunkpos1126; if (!yymatchString(G, "DIV")) goto l1125; ^ pmh_parser.cpp: In function ‘int yy_HtmlBlockCloseDir(GREG*)’: pmh_parser.cpp:5417:86: warning: ISO C++ forbids converting a string constant to ‘char*’ [-Wwrite-strings] 7= G->pos, yythunkpos1137= G->thunkpos; if (!yymatchString(G, "dir")) goto l1138; goto l1137; ^ pmh_parser.cpp:5418:89: warning: ISO C++ forbids converting a string constant to ‘char*’ [-Wwrite-strings] yypos1137; G->thunkpos= yythunkpos1137; if (!yymatchString(G, "DIR")) goto l1136; ^ pmh_parser.cpp: In function ‘int yy_HtmlBlockOpenDir(GREG*)’: pmh_parser.cpp:5430:86: warning: ISO C++ forbids converting a string constant to ‘char*’ [-Wwrite-strings] 0= G->pos, yythunkpos1140= G->thunkpos; if (!yymatchString(G, "dir")) goto l1141; goto l1140; ^ pmh_parser.cpp:5431:89: warning: ISO C++ forbids converting a string constant to ‘char*’ [-Wwrite-strings] yypos1140; G->thunkpos= yythunkpos1140; if (!yymatchString(G, "DIR")) goto l1139; ^ pmh_parser.cpp: In function ‘int yy_HtmlBlockCloseCenter(GREG*)’: pmh_parser.cpp:5467:89: warning: ISO C++ forbids converting a string constant to ‘char*’ [-Wwrite-strings] G->pos, yythunkpos1151= G->thunkpos; if (!yymatchString(G, "center")) goto l1152; goto l1151; ^ pmh_parser.cpp:5468:92: warning: ISO C++ forbids converting a string constant to ‘char*’ [-Wwrite-strings] os1151; G->thunkpos= yythunkpos1151; if (!yymatchString(G, "CENTER")) goto l1150; ^ pmh_parser.cpp: In function ‘int yy_HtmlBlockOpenCenter(GREG*)’: pmh_parser.cpp:5480:89: warning: ISO C++ forbids converting a string constant to ‘char*’ [-Wwrite-strings] G->pos, yythunkpos1154= G->thunkpos; if (!yymatchString(G, "center")) goto l1155; goto l1154; ^ pmh_parser.cpp:5481:92: warning: ISO C++ forbids converting a string constant to ‘char*’ [-Wwrite-strings] os1154; G->thunkpos= yythunkpos1154; if (!yymatchString(G, "CENTER")) goto l1153; ^ pmh_parser.cpp: In function ‘int yy_HtmlBlockCloseBlockquote(GREG*)’: pmh_parser.cpp:5517:93: warning: ISO C++ forbids converting a string constant to ‘char*’ [-Wwrite-strings] os, yythunkpos1165= G->thunkpos; if (!yymatchString(G, "blockquote")) goto l1166; goto l1165; ^ pmh_parser.cpp:5518:96: warning: ISO C++ forbids converting a string constant to ‘char*’ [-Wwrite-strings] 65; G->thunkpos= yythunkpos1165; if (!yymatchString(G, "BLOCKQUOTE")) goto l1164; ^ pmh_parser.cpp: In function ‘int yy_HtmlBlockOpenBlockquote(GREG*)’: pmh_parser.cpp:5530:93: warning: ISO C++ forbids converting a string constant to ‘char*’ [-Wwrite-strings] os, yythunkpos1168= G->thunkpos; if (!yymatchString(G, "blockquote")) goto l1169; goto l1168; ^ pmh_parser.cpp:5531:96: warning: ISO C++ forbids converting a string constant to ‘char*’ [-Wwrite-strings] 68; G->thunkpos= yythunkpos1168; if (!yymatchString(G, "BLOCKQUOTE")) goto l1167; ^ pmh_parser.cpp: In function ‘int yy_HtmlBlockCloseAddress(GREG*)’: pmh_parser.cpp:5567:90: warning: ISO C++ forbids converting a string constant to ‘char*’ [-Wwrite-strings] ->pos, yythunkpos1179= G->thunkpos; if (!yymatchString(G, "address")) goto l1180; goto l1179; ^ pmh_parser.cpp:5568:93: warning: ISO C++ forbids converting a string constant to ‘char*’ [-Wwrite-strings] s1179; G->thunkpos= yythunkpos1179; if (!yymatchString(G, "ADDRESS")) goto l1178; ^ pmh_parser.cpp: In function ‘int yy_HtmlBlockOpenAddress(GREG*)’: pmh_parser.cpp:5632:90: warning: ISO C++ forbids converting a string constant to ‘char*’ [-Wwrite-strings] ->pos, yythunkpos1200= G->thunkpos; if (!yymatchString(G, "address")) goto l1201; goto l1200; ^ pmh_parser.cpp:5633:93: warning: ISO C++ forbids converting a string constant to ‘char*’ [-Wwrite-strings] s1200; G->thunkpos= yythunkpos1200; if (!yymatchString(G, "ADDRESS")) goto l1199; ^ pmh_parser.cpp: In function ‘int yy_Indent(GREG*)’: pmh_parser.cpp:5663:90: warning: ISO C++ forbids converting a string constant to ‘char*’ [-Wwrite-strings] ypos1208; G->thunkpos= yythunkpos1208; if (!yymatchString(G, " ")) goto l1207; ^ pmh_parser.cpp: In function ‘int yy_SetextBottom2(GREG*)’: pmh_parser.cpp:6017:76: warning: ISO C++ forbids converting a string constant to ‘char*’ [-Wwrite-strings] ntf((stderr, "%s\n", "SetextBottom2")); if (!yymatchString(G, "---")) goto l1312; ^ pmh_parser.cpp: In function ‘int yy_SetextBottom1(GREG*)’: pmh_parser.cpp:6030:76: warning: ISO C++ forbids converting a string constant to ‘char*’ [-Wwrite-strings] ntf((stderr, "%s\n", "SetextBottom1")); if (!yymatchString(G, "===")) goto l1315; ^ pmh_parser.cpp: In function ‘int yy_AtxStart(GREG*)’: pmh_parser.cpp:6136:89: warning: ISO C++ forbids converting a string constant to ‘char*’ [-Wwrite-strings] G->pos, yythunkpos1349= G->thunkpos; if (!yymatchString(G, "######")) goto l1350; goto l1349; ^ pmh_parser.cpp:6137:91: warning: ISO C++ forbids converting a string constant to ‘char*’ [-Wwrite-strings] pos1349; G->thunkpos= yythunkpos1349; if (!yymatchString(G, "#####")) goto l1351; goto l1349; ^ pmh_parser.cpp:6138:90: warning: ISO C++ forbids converting a string constant to ‘char*’ [-Wwrite-strings] ypos1349; G->thunkpos= yythunkpos1349; if (!yymatchString(G, "####")) goto l1352; goto l1349; ^ pmh_parser.cpp:6139:89: warning: ISO C++ forbids converting a string constant to ‘char*’ [-Wwrite-strings] yypos1349; G->thunkpos= yythunkpos1349; if (!yymatchString(G, "###")) goto l1353; goto l1349; ^ pmh_parser.cpp:6140:88: warning: ISO C++ forbids converting a string constant to ‘char*’ [-Wwrite-strings] yypos1349; G->thunkpos= yythunkpos1349; if (!yymatchString(G, "##")) goto l1354; goto l1349; ^ pmh_parser.cpp: In function ‘int yy_NonindentSpace(GREG*)’: pmh_parser.cpp:6264:86: warning: ISO C++ forbids converting a string constant to ‘char*’ [-Wwrite-strings] 0= G->pos, yythunkpos1400= G->thunkpos; if (!yymatchString(G, " ")) goto l1401; goto l1400; ^ pmh_parser.cpp:6265:88: warning: ISO C++ forbids converting a string constant to ‘char*’ [-Wwrite-strings] yypos1400; G->thunkpos= yythunkpos1400; if (!yymatchString(G, " ")) goto l1402; goto l1400; ^ pmh_parser.cpp:6267:86: warning: ISO C++ forbids converting a string constant to ‘char*’ [-Wwrite-strings] s= yypos1400; G->thunkpos= yythunkpos1400; if (!yymatchString(G, "")) goto l1399; ^ pmh_parser.cpp: In function ‘int yy_Reference(GREG*)’: pmh_parser.cpp:6405:85: warning: ISO C++ forbids converting a string constant to ‘char*’ [-Wwrite-strings] 41= G->pos, yythunkpos1441= G->thunkpos; if (!yymatchString(G, "[]")) goto l1441; goto l1440; ^ x86_64-pc-linux-gnu-g++ -c -O2 -pipe -march=native -fPIC -Wall -W -D_REENTRANT -DQT_NO_DEBUG -I. -I/usr/lib64/qt5/mkspecs/linux-g++ -o pmh_styleparser.o pmh_styleparser.cpp pmh_styleparser.cpp: In function ‘pmh_attr_argb_color* new_argb_from_hex_str(style_parser_data*, int, char*)’: pmh_styleparser.cpp:189:25: warning: ISO C++ forbids converting a string constant to ‘char*’ [-Wwrite-strings] str); ^ pmh_styleparser.cpp:199:34: warning: ISO C++ forbids converting a string constant to ‘char*’ [-Wwrite-strings] str, *endptr); ^ pmh_styleparser.cpp: In function ‘char* pmh_attr_name_from_type(pmh_attr_type)’: pmh_styleparser.cpp:292:20: warning: ISO C++ forbids converting a string constant to ‘char*’ [-Wwrite-strings] return "foreground-color"; break; ^~~~~~~~~~~~~~~~~~ pmh_styleparser.cpp:294:20: warning: ISO C++ forbids converting a string constant to ‘char*’ [-Wwrite-strings] return "background-color"; break; ^~~~~~~~~~~~~~~~~~ pmh_styleparser.cpp:296:20: warning: ISO C++ forbids converting a string constant to ‘char*’ [-Wwrite-strings] return "caret-color"; break; ^~~~~~~~~~~~~ pmh_styleparser.cpp:298:20: warning: ISO C++ forbids converting a string constant to ‘char*’ [-Wwrite-strings] return "font-size"; break; ^~~~~~~~~~~ pmh_styleparser.cpp:300:20: warning: ISO C++ forbids converting a string constant to ‘char*’ [-Wwrite-strings] return "font-family"; break; ^~~~~~~~~~~~~ pmh_styleparser.cpp:302:20: warning: ISO C++ forbids converting a string constant to ‘char*’ [-Wwrite-strings] return "font-style"; break; ^~~~~~~~~~~~ pmh_styleparser.cpp:304:20: warning: ISO C++ forbids converting a string constant to ‘char*’ [-Wwrite-strings] return "unknown"; ^~~~~~~~~ pmh_styleparser.cpp: In function ‘pmh_style_attribute* interpret_attributes(style_parser_data*, pmh_element_type, raw_attribute*)’: pmh_styleparser.cpp:410:51: warning: ISO C++ forbids converting a string constant to ‘char*’ [-Wwrite-strings] cur->value, cur->name); ^ pmh_styleparser.cpp:439:63: warning: ISO C++ forbids converting a string constant to ‘char*’ [-Wwrite-strings] standardized_value, cur->name); ^ pmh_styleparser.cpp: In function ‘void interpret_and_add_style(style_parser_data*, char*, int, raw_attribute*)’: pmh_styleparser.cpp:487:32: warning: ISO C++ forbids converting a string constant to ‘char*’ [-Wwrite-strings] style_rule_name); ^ pmh_styleparser.cpp: In function ‘bool parse_attribute_line(style_parser_data*, multi_value*, char**, char**)’: pmh_styleparser.cpp:716:47: warning: ISO C++ forbids converting a string constant to ‘char*’ [-Wwrite-strings] ASSIGNMENT_OP_UITEXT, str); ^ pmh_styleparser.cpp: In function ‘void _sty_parse(style_parser_data*)’: pmh_styleparser.cpp:816:41: warning: ISO C++ forbids converting a string constant to ‘char*’ [-Wwrite-strings] style_rule_name); ^ rm -f libpmh.a x86_64-pc-linux-gnu-ar cqs libpmh.a pmh_parser.o pmh_styleparser.o make[2]: Leaving directory '/var/tmp/portage/app-text/cutemarked-0.11.3/work/CuteMarkEd-0.11.3/3rdparty/peg-markdown-highlight' make[1]: Leaving directory '/var/tmp/portage/app-text/cutemarked-0.11.3/work/CuteMarkEd-0.11.3/3rdparty' cd libs/ && ( test -e Makefile || /usr/lib64/qt5/bin/qmake -o Makefile /var/tmp/portage/app-text/cutemarked-0.11.3/work/CuteMarkEd-0.11.3/libs/libs.pro 'QMAKE_AR=x86_64-pc-linux-gnu-ar cqs' QMAKE_CC=x86_64-pc-linux-gnu-gcc QMAKE_LINK_C=x86_64-pc-linux-gnu-gcc QMAKE_LINK_C_SHLIB=x86_64-pc-linux-gnu-gcc QMAKE_CXX=x86_64-pc-linux-gnu-g++ QMAKE_LINK=x86_64-pc-linux-gnu-g++ QMAKE_LINK_SHLIB=x86_64-pc-linux-gnu-g++ QMAKE_OBJCOPY=x86_64-pc-linux-gnu-objcopy QMAKE_RANLIB= QMAKE_STRIP= 'QMAKE_CFLAGS=-O2 -pipe -march=native' QMAKE_CFLAGS_RELEASE= QMAKE_CFLAGS_DEBUG= 'QMAKE_CXXFLAGS=-O2 -pipe -march=native' QMAKE_CXXFLAGS_RELEASE= QMAKE_CXXFLAGS_DEBUG= 'QMAKE_LFLAGS=-Wl,--hash-style=gnu -Wl,-O1 -Wl,--as-needed' QMAKE_LFLAGS_RELEASE= QMAKE_LFLAGS_DEBUG= ROOT=/var/tmp/portage/app-text/cutemarked-0.11.3/image/ ) && make -f Makefile make[1]: Entering directory '/var/tmp/portage/app-text/cutemarked-0.11.3/work/CuteMarkEd-0.11.3/libs' cd peg-markdown-highlight/ && ( test -e Makefile || /usr/lib64/qt5/bin/qmake -o Makefile /var/tmp/portage/app-text/cutemarked-0.11.3/work/CuteMarkEd-0.11.3/libs/peg-markdown-highlight/peg-markdown-highlight.pro 'QMAKE_AR=x86_64-pc-linux-gnu-ar cqs' QMAKE_CC=x86_64-pc-linux-gnu-gcc QMAKE_LINK_C=x86_64-pc-linux-gnu-gcc QMAKE_LINK_C_SHLIB=x86_64-pc-linux-gnu-gcc QMAKE_CXX=x86_64-pc-linux-gnu-g++ QMAKE_LINK=x86_64-pc-linux-gnu-g++ QMAKE_LINK_SHLIB=x86_64-pc-linux-gnu-g++ QMAKE_OBJCOPY=x86_64-pc-linux-gnu-objcopy QMAKE_RANLIB= QMAKE_STRIP= 'QMAKE_CFLAGS=-O2 -pipe -march=native' QMAKE_CFLAGS_RELEASE= QMAKE_CFLAGS_DEBUG= 'QMAKE_CXXFLAGS=-O2 -pipe -march=native' QMAKE_CXXFLAGS_RELEASE= QMAKE_CXXFLAGS_DEBUG= 'QMAKE_LFLAGS=-Wl,--hash-style=gnu -Wl,-O1 -Wl,--as-needed' QMAKE_LFLAGS_RELEASE= QMAKE_LFLAGS_DEBUG= ROOT=/var/tmp/portage/app-text/cutemarked-0.11.3/image/ ) && make -f Makefile make[2]: Entering directory '/var/tmp/portage/app-text/cutemarked-0.11.3/work/CuteMarkEd-0.11.3/libs/peg-markdown-highlight' x86_64-pc-linux-gnu-g++ -c -O2 -pipe -march=native -fPIC -std=gnu++11 -Wall -W -D_REENTRANT -DQT_NO_DEBUG -DQT_WIDGETS_LIB -DQT_GUI_LIB -DQT_CORE_LIB -I. -I../../3rdparty/peg-markdown-highlight -isystem /usr/include/qt5 -isystem /usr/include/qt5/QtWidgets -isystem /usr/include/qt5/QtGui -isystem /usr/include/qt5/QtCore -I. -isystem /usr/include/libdrm -I/usr/lib64/qt5/mkspecs/linux-g++ -o pmhmarkdownparser.o pmhmarkdownparser.cpp x86_64-pc-linux-gnu-g++ -c -O2 -pipe -march=native -fPIC -std=gnu++11 -Wall -W -D_REENTRANT -DQT_NO_DEBUG -DQT_WIDGETS_LIB -DQT_GUI_LIB -DQT_CORE_LIB -I. -I../../3rdparty/peg-markdown-highlight -isystem /usr/include/qt5 -isystem /usr/include/qt5/QtWidgets -isystem /usr/include/qt5/QtGui -isystem /usr/include/qt5/QtCore -I. -isystem /usr/include/libdrm -I/usr/lib64/qt5/mkspecs/linux-g++ -o styleparser.o styleparser.cpp rm -f libpmh-adapter.a x86_64-pc-linux-gnu-ar cqs libpmh-adapter.a pmhmarkdownparser.o styleparser.o make[2]: Leaving directory '/var/tmp/portage/app-text/cutemarked-0.11.3/work/CuteMarkEd-0.11.3/libs/peg-markdown-highlight' make[1]: Leaving directory '/var/tmp/portage/app-text/cutemarked-0.11.3/work/CuteMarkEd-0.11.3/libs' cd app-static/ && ( test -e Makefile || /usr/lib64/qt5/bin/qmake -o Makefile /var/tmp/portage/app-text/cutemarked-0.11.3/work/CuteMarkEd-0.11.3/app-static/app-static.pro 'QMAKE_AR=x86_64-pc-linux-gnu-ar cqs' QMAKE_CC=x86_64-pc-linux-gnu-gcc QMAKE_LINK_C=x86_64-pc-linux-gnu-gcc QMAKE_LINK_C_SHLIB=x86_64-pc-linux-gnu-gcc QMAKE_CXX=x86_64-pc-linux-gnu-g++ QMAKE_LINK=x86_64-pc-linux-gnu-g++ QMAKE_LINK_SHLIB=x86_64-pc-linux-gnu-g++ QMAKE_OBJCOPY=x86_64-pc-linux-gnu-objcopy QMAKE_RANLIB= QMAKE_STRIP= 'QMAKE_CFLAGS=-O2 -pipe -march=native' QMAKE_CFLAGS_RELEASE= QMAKE_CFLAGS_DEBUG= 'QMAKE_CXXFLAGS=-O2 -pipe -march=native' QMAKE_CXXFLAGS_RELEASE= QMAKE_CXXFLAGS_DEBUG= 'QMAKE_LFLAGS=-Wl,--hash-style=gnu -Wl,-O1 -Wl,--as-needed' QMAKE_LFLAGS_RELEASE= QMAKE_LFLAGS_DEBUG= ROOT=/var/tmp/portage/app-text/cutemarked-0.11.3/image/ ) && make -f Makefile make[1]: Entering directory '/var/tmp/portage/app-text/cutemarked-0.11.3/work/CuteMarkEd-0.11.3/app-static' x86_64-pc-linux-gnu-g++ -c -O2 -pipe -march=native -fPIC -std=gnu++11 -Wall -W -D_REENTRANT -DQT_NO_DEBUG -DQT_WEBKITWIDGETS_LIB -DQT_WIDGETS_LIB -DQT_WEBKIT_LIB -DQT_GUI_LIB -DQT_NETWORK_LIB -DQT_CORE_LIB -I. -I. -I../libs/jsonconfig -isystem /usr/include/qt5 -isystem /usr/include/qt5/QtWebKitWidgets -isystem /usr/include/qt5/QtWidgets -isystem /usr/include/qt5/QtWebKit -isystem /usr/include/qt5/QtGui -isystem /usr/include/qt5/QtNetwork -isystem /usr/include/qt5/QtCore -I. -isystem /usr/include/libdrm -I/usr/lib64/qt5/mkspecs/linux-g++ -o jsonsnippettranslator.o snippets/jsonsnippettranslator.cpp x86_64-pc-linux-gnu-g++ -c -O2 -pipe -march=native -fPIC -std=gnu++11 -Wall -W -D_REENTRANT -DQT_NO_DEBUG -DQT_WEBKITWIDGETS_LIB -DQT_WIDGETS_LIB -DQT_WEBKIT_LIB -DQT_GUI_LIB -DQT_NETWORK_LIB -DQT_CORE_LIB -I. -I. -I../libs/jsonconfig -isystem /usr/include/qt5 -isystem /usr/include/qt5/QtWebKitWidgets -isystem /usr/include/qt5/QtWidgets -isystem /usr/include/qt5/QtWebKit -isystem /usr/include/qt5/QtGui -isystem /usr/include/qt5/QtNetwork -isystem /usr/include/qt5/QtCore -I. -isystem /usr/include/libdrm -I/usr/lib64/qt5/mkspecs/linux-g++ -o snippetcollection.o snippets/snippetcollection.cpp x86_64-pc-linux-gnu-g++ -c -O2 -pipe -march=native -fPIC -std=gnu++11 -Wall -W -D_REENTRANT -DQT_NO_DEBUG -DQT_WEBKITWIDGETS_LIB -DQT_WIDGETS_LIB -DQT_WEBKIT_LIB -DQT_GUI_LIB -DQT_NETWORK_LIB -DQT_CORE_LIB -I. -I. -I../libs/jsonconfig -isystem /usr/include/qt5 -isystem /usr/include/qt5/QtWebKitWidgets -isystem /usr/include/qt5/QtWidgets -isystem /usr/include/qt5/QtWebKit -isystem /usr/include/qt5/QtGui -isystem /usr/include/qt5/QtNetwork -isystem /usr/include/qt5/QtCore -I. -isystem /usr/include/libdrm -I/usr/lib64/qt5/mkspecs/linux-g++ -o discountmarkdownconverter.o converter/discountmarkdownconverter.cpp x86_64-pc-linux-gnu-g++ -c -O2 -pipe -march=native -fPIC -std=gnu++11 -Wall -W -D_REENTRANT -DQT_NO_DEBUG -DQT_WEBKITWIDGETS_LIB -DQT_WIDGETS_LIB -DQT_WEBKIT_LIB -DQT_GUI_LIB -DQT_NETWORK_LIB -DQT_CORE_LIB -I. -I. -I../libs/jsonconfig -isystem /usr/include/qt5 -isystem /usr/include/qt5/QtWebKitWidgets -isystem /usr/include/qt5/QtWidgets -isystem /usr/include/qt5/QtWebKit -isystem /usr/include/qt5/QtGui -isystem /usr/include/qt5/QtNetwork -isystem /usr/include/qt5/QtCore -I. -isystem /usr/include/libdrm -I/usr/lib64/qt5/mkspecs/linux-g++ -o dictionary.o spellchecker/dictionary.cpp x86_64-pc-linux-gnu-g++ -c -O2 -pipe -march=native -fPIC -std=gnu++11 -Wall -W -D_REENTRANT -DQT_NO_DEBUG -DQT_WEBKITWIDGETS_LIB -DQT_WIDGETS_LIB -DQT_WEBKIT_LIB -DQT_GUI_LIB -DQT_NETWORK_LIB -DQT_CORE_LIB -I. -I. -I../libs/jsonconfig -isystem /usr/include/qt5 -isystem /usr/include/qt5/QtWebKitWidgets -isystem /usr/include/qt5/QtWidgets -isystem /usr/include/qt5/QtWebKit -isystem /usr/include/qt5/QtGui -isystem /usr/include/qt5/QtNetwork -isystem /usr/include/qt5/QtCore -I. -isystem /usr/include/libdrm -I/usr/lib64/qt5/mkspecs/linux-g++ -o revealmarkdownconverter.o converter/revealmarkdownconverter.cpp x86_64-pc-linux-gnu-g++ -c -O2 -pipe -march=native -fPIC -std=gnu++11 -Wall -W -D_REENTRANT -DQT_NO_DEBUG -DQT_WEBKITWIDGETS_LIB -DQT_WIDGETS_LIB -DQT_WEBKIT_LIB -DQT_GUI_LIB -DQT_NETWORK_LIB -DQT_CORE_LIB -I. -I. -I../libs/jsonconfig -isystem /usr/include/qt5 -isystem /usr/include/qt5/QtWebKitWidgets -isystem /usr/include/qt5/QtWidgets -isystem /usr/include/qt5/QtWebKit -isystem /usr/include/qt5/QtGui -isystem /usr/include/qt5/QtNetwork -isystem /usr/include/qt5/QtCore -I. -isystem /usr/include/libdrm -I/usr/lib64/qt5/mkspecs/linux-g++ -o htmltemplate.o template/htmltemplate.cpp x86_64-pc-linux-gnu-g++ -c -O2 -pipe -march=native -fPIC -std=gnu++11 -Wall -W -D_REENTRANT -DQT_NO_DEBUG -DQT_WEBKITWIDGETS_LIB -DQT_WIDGETS_LIB -DQT_WEBKIT_LIB -DQT_GUI_LIB -DQT_NETWORK_LIB -DQT_CORE_LIB -I. -I. -I../libs/jsonconfig -isystem /usr/include/qt5 -isystem /usr/include/qt5/QtWebKitWidgets -isystem /usr/include/qt5/QtWidgets -isystem /usr/include/qt5/QtWebKit -isystem /usr/include/qt5/QtGui -isystem /usr/include/qt5/QtNetwork -isystem /usr/include/qt5/QtCore -I. -isystem /usr/include/libdrm -I/usr/lib64/qt5/mkspecs/linux-g++ -o presentationtemplate.o template/presentationtemplate.cpp x86_64-pc-linux-gnu-g++ -c -O2 -pipe -march=native -fPIC -std=gnu++11 -Wall -W -D_REENTRANT -DQT_NO_DEBUG -DQT_WEBKITWIDGETS_LIB -DQT_WIDGETS_LIB -DQT_WEBKIT_LIB -DQT_GUI_LIB -DQT_NETWORK_LIB -DQT_CORE_LIB -I. -I. -I../libs/jsonconfig -isystem /usr/include/qt5 -isystem /usr/include/qt5/QtWebKitWidgets -isystem /usr/include/qt5/QtWidgets -isystem /usr/include/qt5/QtWebKit -isystem /usr/include/qt5/QtGui -isystem /usr/include/qt5/QtNetwork -isystem /usr/include/qt5/QtCore -I. -isystem /usr/include/libdrm -I/usr/lib64/qt5/mkspecs/linux-g++ -o completionlistmodel.o completionlistmodel.cpp completionlistmodel.cpp: In member function ‘virtual int CompletionListModel::rowCount(const QModelIndex&) const’: completionlistmodel.cpp:28:54: warning: unused parameter ‘parent’ [-Wunused-parameter] int CompletionListModel::rowCount(const QModelIndex &parent) const ~~~~~~~~~~~~~~~~~~~^~~~~~ x86_64-pc-linux-gnu-g++ -c -O2 -pipe -march=native -fPIC -std=gnu++11 -Wall -W -D_REENTRANT -DQT_NO_DEBUG -DQT_WEBKITWIDGETS_LIB -DQT_WIDGETS_LIB -DQT_WEBKIT_LIB -DQT_GUI_LIB -DQT_NETWORK_LIB -DQT_CORE_LIB -I. -I. -I../libs/jsonconfig -isystem /usr/include/qt5 -isystem /usr/include/qt5/QtWebKitWidgets -isystem /usr/include/qt5/QtWidgets -isystem /usr/include/qt5/QtWebKit -isystem /usr/include/qt5/QtGui -isystem /usr/include/qt5/QtNetwork -isystem /usr/include/qt5/QtCore -I. -isystem /usr/include/libdrm -I/usr/lib64/qt5/mkspecs/linux-g++ -o datalocation.o datalocation.cpp x86_64-pc-linux-gnu-g++ -c -O2 -pipe -march=native -fPIC -std=gnu++11 -Wall -W -D_REENTRANT -DQT_NO_DEBUG -DQT_WEBKITWIDGETS_LIB -DQT_WIDGETS_LIB -DQT_WEBKIT_LIB -DQT_GUI_LIB -DQT_NETWORK_LIB -DQT_CORE_LIB -I. -I. -I../libs/jsonconfig -isystem /usr/include/qt5 -isystem /usr/include/qt5/QtWebKitWidgets -isystem /usr/include/qt5/QtWidgets -isystem /usr/include/qt5/QtWebKit -isystem /usr/include/qt5/QtGui -isystem /usr/include/qt5/QtNetwork -isystem /usr/include/qt5/QtCore -I. -isystem /usr/include/libdrm -I/usr/lib64/qt5/mkspecs/linux-g++ -o slidelinemapping.o slidelinemapping.cpp x86_64-pc-linux-gnu-g++ -c -O2 -pipe -march=native -fPIC -std=gnu++11 -Wall -W -D_REENTRANT -DQT_NO_DEBUG -DQT_WEBKITWIDGETS_LIB -DQT_WIDGETS_LIB -DQT_WEBKIT_LIB -DQT_GUI_LIB -DQT_NETWORK_LIB -DQT_CORE_LIB -I. -I. -I../libs/jsonconfig -isystem /usr/include/qt5 -isystem /usr/include/qt5/QtWebKitWidgets -isystem /usr/include/qt5/QtWidgets -isystem /usr/include/qt5/QtWebKit -isystem /usr/include/qt5/QtGui -isystem /usr/include/qt5/QtNetwork -isystem /usr/include/qt5/QtCore -I. -isystem /usr/include/libdrm -I/usr/lib64/qt5/mkspecs/linux-g++ -o viewsynchronizer.o viewsynchronizer.cpp x86_64-pc-linux-gnu-g++ -c -O2 -pipe -march=native -fPIC -std=gnu++11 -Wall -W -D_REENTRANT -DQT_NO_DEBUG -DQT_WEBKITWIDGETS_LIB -DQT_WIDGETS_LIB -DQT_WEBKIT_LIB -DQT_GUI_LIB -DQT_NETWORK_LIB -DQT_CORE_LIB -I. -I. -I../libs/jsonconfig -isystem /usr/include/qt5 -isystem /usr/include/qt5/QtWebKitWidgets -isystem /usr/include/qt5/QtWidgets -isystem /usr/include/qt5/QtWebKit -isystem /usr/include/qt5/QtGui -isystem /usr/include/qt5/QtNetwork -isystem /usr/include/qt5/QtCore -I. -isystem /usr/include/libdrm -I/usr/lib64/qt5/mkspecs/linux-g++ -o revealviewsynchronizer.o revealviewsynchronizer.cpp x86_64-pc-linux-gnu-g++ -c -O2 -pipe -march=native -fPIC -std=gnu++11 -Wall -W -D_REENTRANT -DQT_NO_DEBUG -DQT_WEBKITWIDGETS_LIB -DQT_WIDGETS_LIB -DQT_WEBKIT_LIB -DQT_GUI_LIB -DQT_NETWORK_LIB -DQT_CORE_LIB -I. -I. -I../libs/jsonconfig -isystem /usr/include/qt5 -isystem /usr/include/qt5/QtWebKitWidgets -isystem /usr/include/qt5/QtWidgets -isystem /usr/include/qt5/QtWebKit -isystem /usr/include/qt5/QtGui -isystem /usr/include/qt5/QtNetwork -isystem /usr/include/qt5/QtCore -I. -isystem /usr/include/libdrm -I/usr/lib64/qt5/mkspecs/linux-g++ -o htmlpreviewcontroller.o htmlpreviewcontroller.cpp x86_64-pc-linux-gnu-g++ -c -O2 -pipe -march=native -fPIC -std=gnu++11 -Wall -W -D_REENTRANT -DQT_NO_DEBUG -DQT_WEBKITWIDGETS_LIB -DQT_WIDGETS_LIB -DQT_WEBKIT_LIB -DQT_GUI_LIB -DQT_NETWORK_LIB -DQT_CORE_LIB -I. -I. -I../libs/jsonconfig -isystem /usr/include/qt5 -isystem /usr/include/qt5/QtWebKitWidgets -isystem /usr/include/qt5/QtWidgets -isystem /usr/include/qt5/QtWebKit -isystem /usr/include/qt5/QtGui -isystem /usr/include/qt5/QtNetwork -isystem /usr/include/qt5/QtCore -I. -isystem /usr/include/libdrm -I/usr/lib64/qt5/mkspecs/linux-g++ -o htmlviewsynchronizer.o htmlviewsynchronizer.cpp x86_64-pc-linux-gnu-g++ -c -O2 -pipe -march=native -fPIC -std=gnu++11 -Wall -W -D_REENTRANT -DQT_NO_DEBUG -DQT_WEBKITWIDGETS_LIB -DQT_WIDGETS_LIB -DQT_WEBKIT_LIB -DQT_GUI_LIB -DQT_NETWORK_LIB -DQT_CORE_LIB -I. -I. -I../libs/jsonconfig -isystem /usr/include/qt5 -isystem /usr/include/qt5/QtWebKitWidgets -isystem /usr/include/qt5/QtWidgets -isystem /usr/include/qt5/QtWebKit -isystem /usr/include/qt5/QtGui -isystem /usr/include/qt5/QtNetwork -isystem /usr/include/qt5/QtCore -I. -isystem /usr/include/libdrm -I/usr/lib64/qt5/mkspecs/linux-g++ -o yamlheaderchecker.o yamlheaderchecker.cpp x86_64-pc-linux-gnu-g++ -O2 -pipe -march=native -fPIC -std=gnu++11 -Wall -W -dM -E -o moc_predefs.h /usr/lib64/qt5/mkspecs/features/data/dummy.cpp /usr/lib64/qt5/bin/moc -DQT_NO_DEBUG -DQT_WEBKITWIDGETS_LIB -DQT_WIDGETS_LIB -DQT_WEBKIT_LIB -DQT_GUI_LIB -DQT_NETWORK_LIB -DQT_CORE_LIB --include ./moc_predefs.h -I/usr/lib64/qt5/mkspecs/linux-g++ -I/var/tmp/portage/app-text/cutemarked-0.11.3/work/CuteMarkEd-0.11.3/app-static -I/var/tmp/portage/app-text/cutemarked-0.11.3/work/CuteMarkEd-0.11.3/app-static -I/var/tmp/portage/app-text/cutemarked-0.11.3/work/CuteMarkEd-0.11.3/libs/jsonconfig -I/usr/include/qt5 -I/usr/include/qt5/QtWebKitWidgets -I/usr/include/qt5/QtWidgets -I/usr/include/qt5/QtWebKit -I/usr/include/qt5/QtGui -I/usr/include/qt5/QtNetwork -I/usr/include/qt5/QtCore -I/usr/lib/gcc/x86_64-pc-linux-gnu/8.2.0/include/g++-v8 -I/usr/lib/gcc/x86_64-pc-linux-gnu/8.2.0/include/g++-v8/x86_64-pc-linux-gnu -I/usr/lib/gcc/x86_64-pc-linux-gnu/8.2.0/include/g++-v8/backward -I/usr/lib/gcc/x86_64-pc-linux-gnu/8.2.0/include -I/usr/lib/gcc/x86_64-pc-linux-gnu/8.2.0/include-fixed -I/usr/include snippets/snippetcollection.h -o moc_snippetcollection.cpp x86_64-pc-linux-gnu-g++ -c -O2 -pipe -march=native -fPIC -std=gnu++11 -Wall -W -D_REENTRANT -DQT_NO_DEBUG -DQT_WEBKITWIDGETS_LIB -DQT_WIDGETS_LIB -DQT_WEBKIT_LIB -DQT_GUI_LIB -DQT_NETWORK_LIB -DQT_CORE_LIB -I. -I. -I../libs/jsonconfig -isystem /usr/include/qt5 -isystem /usr/include/qt5/QtWebKitWidgets -isystem /usr/include/qt5/QtWidgets -isystem /usr/include/qt5/QtWebKit -isystem /usr/include/qt5/QtGui -isystem /usr/include/qt5/QtNetwork -isystem /usr/include/qt5/QtCore -I. -isystem /usr/include/libdrm -I/usr/lib64/qt5/mkspecs/linux-g++ -o moc_snippetcollection.o moc_snippetcollection.cpp /usr/lib64/qt5/bin/moc -DQT_NO_DEBUG -DQT_WEBKITWIDGETS_LIB -DQT_WIDGETS_LIB -DQT_WEBKIT_LIB -DQT_GUI_LIB -DQT_NETWORK_LIB -DQT_CORE_LIB --include ./moc_predefs.h -I/usr/lib64/qt5/mkspecs/linux-g++ -I/var/tmp/portage/app-text/cutemarked-0.11.3/work/CuteMarkEd-0.11.3/app-static -I/var/tmp/portage/app-text/cutemarked-0.11.3/work/CuteMarkEd-0.11.3/app-static -I/var/tmp/portage/app-text/cutemarked-0.11.3/work/CuteMarkEd-0.11.3/libs/jsonconfig -I/usr/include/qt5 -I/usr/include/qt5/QtWebKitWidgets -I/usr/include/qt5/QtWidgets -I/usr/include/qt5/QtWebKit -I/usr/include/qt5/QtGui -I/usr/include/qt5/QtNetwork -I/usr/include/qt5/QtCore -I/usr/lib/gcc/x86_64-pc-linux-gnu/8.2.0/include/g++-v8 -I/usr/lib/gcc/x86_64-pc-linux-gnu/8.2.0/include/g++-v8/x86_64-pc-linux-gnu -I/usr/lib/gcc/x86_64-pc-linux-gnu/8.2.0/include/g++-v8/backward -I/usr/lib/gcc/x86_64-pc-linux-gnu/8.2.0/include -I/usr/lib/gcc/x86_64-pc-linux-gnu/8.2.0/include-fixed -I/usr/include completionlistmodel.h -o moc_completionlistmodel.cpp x86_64-pc-linux-gnu-g++ -c -O2 -pipe -march=native -fPIC -std=gnu++11 -Wall -W -D_REENTRANT -DQT_NO_DEBUG -DQT_WEBKITWIDGETS_LIB -DQT_WIDGETS_LIB -DQT_WEBKIT_LIB -DQT_GUI_LIB -DQT_NETWORK_LIB -DQT_CORE_LIB -I. -I. -I../libs/jsonconfig -isystem /usr/include/qt5 -isystem /usr/include/qt5/QtWebKitWidgets -isystem /usr/include/qt5/QtWidgets -isystem /usr/include/qt5/QtWebKit -isystem /usr/include/qt5/QtGui -isystem /usr/include/qt5/QtNetwork -isystem /usr/include/qt5/QtCore -I. -isystem /usr/include/libdrm -I/usr/lib64/qt5/mkspecs/linux-g++ -o moc_completionlistmodel.o moc_completionlistmodel.cpp /usr/lib64/qt5/bin/moc -DQT_NO_DEBUG -DQT_WEBKITWIDGETS_LIB -DQT_WIDGETS_LIB -DQT_WEBKIT_LIB -DQT_GUI_LIB -DQT_NETWORK_LIB -DQT_CORE_LIB --include ./moc_predefs.h -I/usr/lib64/qt5/mkspecs/linux-g++ -I/var/tmp/portage/app-text/cutemarked-0.11.3/work/CuteMarkEd-0.11.3/app-static -I/var/tmp/portage/app-text/cutemarked-0.11.3/work/CuteMarkEd-0.11.3/app-static -I/var/tmp/portage/app-text/cutemarked-0.11.3/work/CuteMarkEd-0.11.3/libs/jsonconfig -I/usr/include/qt5 -I/usr/include/qt5/QtWebKitWidgets -I/usr/include/qt5/QtWidgets -I/usr/include/qt5/QtWebKit -I/usr/include/qt5/QtGui -I/usr/include/qt5/QtNetwork -I/usr/include/qt5/QtCore -I/usr/lib/gcc/x86_64-pc-linux-gnu/8.2.0/include/g++-v8 -I/usr/lib/gcc/x86_64-pc-linux-gnu/8.2.0/include/g++-v8/x86_64-pc-linux-gnu -I/usr/lib/gcc/x86_64-pc-linux-gnu/8.2.0/include/g++-v8/backward -I/usr/lib/gcc/x86_64-pc-linux-gnu/8.2.0/include -I/usr/lib/gcc/x86_64-pc-linux-gnu/8.2.0/include-fixed -I/usr/include viewsynchronizer.h -o moc_viewsynchronizer.cpp x86_64-pc-linux-gnu-g++ -c -O2 -pipe -march=native -fPIC -std=gnu++11 -Wall -W -D_REENTRANT -DQT_NO_DEBUG -DQT_WEBKITWIDGETS_LIB -DQT_WIDGETS_LIB -DQT_WEBKIT_LIB -DQT_GUI_LIB -DQT_NETWORK_LIB -DQT_CORE_LIB -I. -I. -I../libs/jsonconfig -isystem /usr/include/qt5 -isystem /usr/include/qt5/QtWebKitWidgets -isystem /usr/include/qt5/QtWidgets -isystem /usr/include/qt5/QtWebKit -isystem /usr/include/qt5/QtGui -isystem /usr/include/qt5/QtNetwork -isystem /usr/include/qt5/QtCore -I. -isystem /usr/include/libdrm -I/usr/lib64/qt5/mkspecs/linux-g++ -o moc_viewsynchronizer.o moc_viewsynchronizer.cpp /usr/lib64/qt5/bin/moc -DQT_NO_DEBUG -DQT_WEBKITWIDGETS_LIB -DQT_WIDGETS_LIB -DQT_WEBKIT_LIB -DQT_GUI_LIB -DQT_NETWORK_LIB -DQT_CORE_LIB --include ./moc_predefs.h -I/usr/lib64/qt5/mkspecs/linux-g++ -I/var/tmp/portage/app-text/cutemarked-0.11.3/work/CuteMarkEd-0.11.3/app-static -I/var/tmp/portage/app-text/cutemarked-0.11.3/work/CuteMarkEd-0.11.3/app-static -I/var/tmp/portage/app-text/cutemarked-0.11.3/work/CuteMarkEd-0.11.3/libs/jsonconfig -I/usr/include/qt5 -I/usr/include/qt5/QtWebKitWidgets -I/usr/include/qt5/QtWidgets -I/usr/include/qt5/QtWebKit -I/usr/include/qt5/QtGui -I/usr/include/qt5/QtNetwork -I/usr/include/qt5/QtCore -I/usr/lib/gcc/x86_64-pc-linux-gnu/8.2.0/include/g++-v8 -I/usr/lib/gcc/x86_64-pc-linux-gnu/8.2.0/include/g++-v8/x86_64-pc-linux-gnu -I/usr/lib/gcc/x86_64-pc-linux-gnu/8.2.0/include/g++-v8/backward -I/usr/lib/gcc/x86_64-pc-linux-gnu/8.2.0/include -I/usr/lib/gcc/x86_64-pc-linux-gnu/8.2.0/include-fixed -I/usr/include revealviewsynchronizer.h -o moc_revealviewsynchronizer.cpp x86_64-pc-linux-gnu-g++ -c -O2 -pipe -march=native -fPIC -std=gnu++11 -Wall -W -D_REENTRANT -DQT_NO_DEBUG -DQT_WEBKITWIDGETS_LIB -DQT_WIDGETS_LIB -DQT_WEBKIT_LIB -DQT_GUI_LIB -DQT_NETWORK_LIB -DQT_CORE_LIB -I. -I. -I../libs/jsonconfig -isystem /usr/include/qt5 -isystem /usr/include/qt5/QtWebKitWidgets -isystem /usr/include/qt5/QtWidgets -isystem /usr/include/qt5/QtWebKit -isystem /usr/include/qt5/QtGui -isystem /usr/include/qt5/QtNetwork -isystem /usr/include/qt5/QtCore -I. -isystem /usr/include/libdrm -I/usr/lib64/qt5/mkspecs/linux-g++ -o moc_revealviewsynchronizer.o moc_revealviewsynchronizer.cpp /usr/lib64/qt5/bin/moc -DQT_NO_DEBUG -DQT_WEBKITWIDGETS_LIB -DQT_WIDGETS_LIB -DQT_WEBKIT_LIB -DQT_GUI_LIB -DQT_NETWORK_LIB -DQT_CORE_LIB --include ./moc_predefs.h -I/usr/lib64/qt5/mkspecs/linux-g++ -I/var/tmp/portage/app-text/cutemarked-0.11.3/work/CuteMarkEd-0.11.3/app-static -I/var/tmp/portage/app-text/cutemarked-0.11.3/work/CuteMarkEd-0.11.3/app-static -I/var/tmp/portage/app-text/cutemarked-0.11.3/work/CuteMarkEd-0.11.3/libs/jsonconfig -I/usr/include/qt5 -I/usr/include/qt5/QtWebKitWidgets -I/usr/include/qt5/QtWidgets -I/usr/include/qt5/QtWebKit -I/usr/include/qt5/QtGui -I/usr/include/qt5/QtNetwork -I/usr/include/qt5/QtCore -I/usr/lib/gcc/x86_64-pc-linux-gnu/8.2.0/include/g++-v8 -I/usr/lib/gcc/x86_64-pc-linux-gnu/8.2.0/include/g++-v8/x86_64-pc-linux-gnu -I/usr/lib/gcc/x86_64-pc-linux-gnu/8.2.0/include/g++-v8/backward -I/usr/lib/gcc/x86_64-pc-linux-gnu/8.2.0/include -I/usr/lib/gcc/x86_64-pc-linux-gnu/8.2.0/include-fixed -I/usr/include htmlpreviewcontroller.h -o moc_htmlpreviewcontroller.cpp x86_64-pc-linux-gnu-g++ -c -O2 -pipe -march=native -fPIC -std=gnu++11 -Wall -W -D_REENTRANT -DQT_NO_DEBUG -DQT_WEBKITWIDGETS_LIB -DQT_WIDGETS_LIB -DQT_WEBKIT_LIB -DQT_GUI_LIB -DQT_NETWORK_LIB -DQT_CORE_LIB -I. -I. -I../libs/jsonconfig -isystem /usr/include/qt5 -isystem /usr/include/qt5/QtWebKitWidgets -isystem /usr/include/qt5/QtWidgets -isystem /usr/include/qt5/QtWebKit -isystem /usr/include/qt5/QtGui -isystem /usr/include/qt5/QtNetwork -isystem /usr/include/qt5/QtCore -I. -isystem /usr/include/libdrm -I/usr/lib64/qt5/mkspecs/linux-g++ -o moc_htmlpreviewcontroller.o moc_htmlpreviewcontroller.cpp /usr/lib64/qt5/bin/moc -DQT_NO_DEBUG -DQT_WEBKITWIDGETS_LIB -DQT_WIDGETS_LIB -DQT_WEBKIT_LIB -DQT_GUI_LIB -DQT_NETWORK_LIB -DQT_CORE_LIB --include ./moc_predefs.h -I/usr/lib64/qt5/mkspecs/linux-g++ -I/var/tmp/portage/app-text/cutemarked-0.11.3/work/CuteMarkEd-0.11.3/app-static -I/var/tmp/portage/app-text/cutemarked-0.11.3/work/CuteMarkEd-0.11.3/app-static -I/var/tmp/portage/app-text/cutemarked-0.11.3/work/CuteMarkEd-0.11.3/libs/jsonconfig -I/usr/include/qt5 -I/usr/include/qt5/QtWebKitWidgets -I/usr/include/qt5/QtWidgets -I/usr/include/qt5/QtWebKit -I/usr/include/qt5/QtGui -I/usr/include/qt5/QtNetwork -I/usr/include/qt5/QtCore -I/usr/lib/gcc/x86_64-pc-linux-gnu/8.2.0/include/g++-v8 -I/usr/lib/gcc/x86_64-pc-linux-gnu/8.2.0/include/g++-v8/x86_64-pc-linux-gnu -I/usr/lib/gcc/x86_64-pc-linux-gnu/8.2.0/include/g++-v8/backward -I/usr/lib/gcc/x86_64-pc-linux-gnu/8.2.0/include -I/usr/lib/gcc/x86_64-pc-linux-gnu/8.2.0/include-fixed -I/usr/include htmlviewsynchronizer.h -o moc_htmlviewsynchronizer.cpp x86_64-pc-linux-gnu-g++ -c -O2 -pipe -march=native -fPIC -std=gnu++11 -Wall -W -D_REENTRANT -DQT_NO_DEBUG -DQT_WEBKITWIDGETS_LIB -DQT_WIDGETS_LIB -DQT_WEBKIT_LIB -DQT_GUI_LIB -DQT_NETWORK_LIB -DQT_CORE_LIB -I. -I. -I../libs/jsonconfig -isystem /usr/include/qt5 -isystem /usr/include/qt5/QtWebKitWidgets -isystem /usr/include/qt5/QtWidgets -isystem /usr/include/qt5/QtWebKit -isystem /usr/include/qt5/QtGui -isystem /usr/include/qt5/QtNetwork -isystem /usr/include/qt5/QtCore -I. -isystem /usr/include/libdrm -I/usr/lib64/qt5/mkspecs/linux-g++ -o moc_htmlviewsynchronizer.o moc_htmlviewsynchronizer.cpp rm -f libapp-static.a x86_64-pc-linux-gnu-ar cqs libapp-static.a jsonsnippettranslator.o snippetcollection.o discountmarkdownconverter.o dictionary.o revealmarkdownconverter.o htmltemplate.o presentationtemplate.o completionlistmodel.o datalocation.o slidelinemapping.o viewsynchronizer.o revealviewsynchronizer.o htmlpreviewcontroller.o htmlviewsynchronizer.o yamlheaderchecker.o moc_snippetcollection.o moc_completionlistmodel.o moc_viewsynchronizer.o moc_revealviewsynchronizer.o moc_htmlpreviewcontroller.o moc_htmlviewsynchronizer.o make[1]: Leaving directory '/var/tmp/portage/app-text/cutemarked-0.11.3/work/CuteMarkEd-0.11.3/app-static' cd app/ && ( test -e Makefile || /usr/lib64/qt5/bin/qmake -o Makefile /var/tmp/portage/app-text/cutemarked-0.11.3/work/CuteMarkEd-0.11.3/app/app.pro 'QMAKE_AR=x86_64-pc-linux-gnu-ar cqs' QMAKE_CC=x86_64-pc-linux-gnu-gcc QMAKE_LINK_C=x86_64-pc-linux-gnu-gcc QMAKE_LINK_C_SHLIB=x86_64-pc-linux-gnu-gcc QMAKE_CXX=x86_64-pc-linux-gnu-g++ QMAKE_LINK=x86_64-pc-linux-gnu-g++ QMAKE_LINK_SHLIB=x86_64-pc-linux-gnu-g++ QMAKE_OBJCOPY=x86_64-pc-linux-gnu-objcopy QMAKE_RANLIB= QMAKE_STRIP= 'QMAKE_CFLAGS=-O2 -pipe -march=native' QMAKE_CFLAGS_RELEASE= QMAKE_CFLAGS_DEBUG= 'QMAKE_CXXFLAGS=-O2 -pipe -march=native' QMAKE_CXXFLAGS_RELEASE= QMAKE_CXXFLAGS_DEBUG= 'QMAKE_LFLAGS=-Wl,--hash-style=gnu -Wl,-O1 -Wl,--as-needed' QMAKE_LFLAGS_RELEASE= QMAKE_LFLAGS_DEBUG= ROOT=/var/tmp/portage/app-text/cutemarked-0.11.3/image/ ) && make -f Makefile Project MESSAGE: Using INCLUDEPATH=/var/tmp/portage/app-text/cutemarked-0.11.3/work/CuteMarkEd-0.11.3/app /var/tmp/portage/app-text/cutemarked-0.11.3/work/CuteMarkEd-0.11.3/app/../libs/jsonconfig /var/tmp/portage/app-text/cutemarked-0.11.3/work/CuteMarkEd-0.11.3/app/../app-static /var/tmp/portage/app-text/cutemarked-0.11.3/work/CuteMarkEd-0.11.3/app/../libs/ /var/tmp/portage/app-text/cutemarked-0.11.3/work/CuteMarkEd-0.11.3/app/../3rdparty/peg-markdown-highlight Project MESSAGE: Using LIBS=-L/var/tmp/portage/app-text/cutemarked-0.11.3/work/CuteMarkEd-0.11.3/app/../app-static/ -lapp-static -L/usr/lib -lmarkdown -L/var/tmp/portage/app-text/cutemarked-0.11.3/work/CuteMarkEd-0.11.3/app/../libs/peg-markdown-highlight/ -lpmh-adapter -L/var/tmp/portage/app-text/cutemarked-0.11.3/work/CuteMarkEd-0.11.3/app/../3rdparty/peg-markdown-highlight/ -lpmh Project MESSAGE: The project will be installed in prefix /var/tmp/portage/app-text/cutemarked-0.11.3/image//usr RCC: Error in 'translations.qrc': Cannot find file 'translations/cutemarked_cs.qm' RCC: Error in 'translations.qrc': Cannot find file 'translations/cutemarked_da.qm' RCC: Error in 'translations.qrc': Cannot find file 'translations/cutemarked_de.qm' RCC: Error in 'translations.qrc': Cannot find file 'translations/cutemarked_el.qm' RCC: Error in 'translations.qrc': Cannot find file 'translations/cutemarked_es.qm' RCC: Error in 'translations.qrc': Cannot find file 'translations/cutemarked_fr.qm' RCC: Error in 'translations.qrc': Cannot find file 'translations/cutemarked_hu_HU.qm' RCC: Error in 'translations.qrc': Cannot find file 'translations/cutemarked_id.qm' RCC: Error in 'translations.qrc': Cannot find file 'translations/cutemarked_ja.qm' RCC: Error in 'translations.qrc': Cannot find file 'translations/cutemarked_pl.qm' RCC: Error in 'translations.qrc': Cannot find file 'translations/cutemarked_pt_BR.qm' RCC: Error in 'translations.qrc': Cannot find file 'translations/cutemarked_ru.qm' RCC: Error in 'translations.qrc': Cannot find file 'translations/cutemarked_zh_CN.qm' RCC: Warning: No resources in 'translations.qrc'. make[1]: Entering directory '/var/tmp/portage/app-text/cutemarked-0.11.3/work/CuteMarkEd-0.11.3/app' /usr/lib64/qt5/bin/lrelease translations/cutemarked_cs.ts -qm translations/cutemarked_cs.qm Updating 'translations/cutemarked_cs.qm'... Generated 214 translation(s) (214 finished and 0 unfinished) /usr/lib64/qt5/bin/lrelease translations/cutemarked_da.ts -qm translations/cutemarked_da.qm Updating 'translations/cutemarked_da.qm'... Generated 160 translation(s) (160 finished and 0 unfinished) Ignored 54 untranslated source text(s) /usr/lib64/qt5/bin/lrelease translations/cutemarked_de.ts -qm translations/cutemarked_de.qm Updating 'translations/cutemarked_de.qm'... Generated 214 translation(s) (214 finished and 0 unfinished) /usr/lib64/qt5/bin/lrelease translations/cutemarked_el.ts -qm translations/cutemarked_el.qm Updating 'translations/cutemarked_el.qm'... Generated 214 translation(s) (214 finished and 0 unfinished) /usr/lib64/qt5/bin/lrelease translations/cutemarked_es.ts -qm translations/cutemarked_es.qm Updating 'translations/cutemarked_es.qm'... Generated 189 translation(s) (189 finished and 0 unfinished) /usr/lib64/qt5/bin/lrelease translations/cutemarked_fr.ts -qm translations/cutemarked_fr.qm Updating 'translations/cutemarked_fr.qm'... Generated 214 translation(s) (214 finished and 0 unfinished) /usr/lib64/qt5/bin/lrelease translations/cutemarked_hu_HU.ts -qm translations/cutemarked_hu_HU.qm Updating 'translations/cutemarked_hu_HU.qm'... Generated 214 translation(s) (214 finished and 0 unfinished) /usr/lib64/qt5/bin/lrelease translations/cutemarked_id.ts -qm translations/cutemarked_id.qm Updating 'translations/cutemarked_id.qm'... Generated 179 translation(s) (179 finished and 0 unfinished) Ignored 17 untranslated source text(s) /usr/lib64/qt5/bin/lrelease translations/cutemarked_ja.ts -qm translations/cutemarked_ja.qm Updating 'translations/cutemarked_ja.qm'... Generated 156 translation(s) (156 finished and 0 unfinished) Ignored 33 untranslated source text(s) /usr/lib64/qt5/bin/lrelease translations/cutemarked_pl.ts -qm translations/cutemarked_pl.qm Updating 'translations/cutemarked_pl.qm'... Generated 200 translation(s) (200 finished and 0 unfinished) Ignored 14 untranslated source text(s) /usr/lib64/qt5/bin/lrelease translations/cutemarked_pt_BR.ts -qm translations/cutemarked_pt_BR.qm Updating 'translations/cutemarked_pt_BR.qm'... Generated 160 translation(s) (160 finished and 0 unfinished) Ignored 54 untranslated source text(s) /usr/lib64/qt5/bin/lrelease translations/cutemarked_ru.ts -qm translations/cutemarked_ru.qm Updating 'translations/cutemarked_ru.qm'... Generated 214 translation(s) (214 finished and 0 unfinished) /usr/lib64/qt5/bin/lrelease translations/cutemarked_zh_CN.ts -qm translations/cutemarked_zh_CN.qm Updating 'translations/cutemarked_zh_CN.qm'... Generated 214 translation(s) (214 finished and 0 unfinished) /usr/lib64/qt5/bin/uic mainwindow.ui -o ui_mainwindow.h /usr/lib64/qt5/bin/uic controls/fileexplorerwidget.ui -o ui_fileexplorerwidget.h /usr/lib64/qt5/bin/uic controls/findreplacewidget.ui -o ui_findreplacewidget.h /usr/lib64/qt5/bin/uic exportpdfdialog.ui -o ui_exportpdfdialog.h /usr/lib64/qt5/bin/uic exporthtmldialog.ui -o ui_exporthtmldialog.h /usr/lib64/qt5/bin/uic optionsdialog.ui -o ui_optionsdialog.h /usr/lib64/qt5/bin/uic tabletooldialog.ui -o ui_tabletooldialog.h /usr/lib64/qt5/bin/uic imagetooldialog.ui -o ui_imagetooldialog.h /usr/lib64/qt5/bin/uic aboutdialog.ui -o ui_aboutdialog.h x86_64-pc-linux-gnu-g++ -c -O2 -pipe -march=native -std=gnu++11 -Wall -W -D_REENTRANT -fPIC -DQT_NO_DEBUG -DQT_WEBKITWIDGETS_LIB -DQT_PRINTSUPPORT_LIB -DQT_WIDGETS_LIB -DQT_WEBKIT_LIB -DQT_GUI_LIB -DQT_NETWORK_LIB -DQT_CORE_LIB -I. -I. -I../libs/jsonconfig -I../app-static -I../libs -I../3rdparty/peg-markdown-highlight -isystem /usr/include/hunspell -isystem /usr/include/qt5 -isystem /usr/include/qt5/QtWebKitWidgets -isystem /usr/include/qt5/QtPrintSupport -isystem /usr/include/qt5/QtWidgets -isystem /usr/include/qt5/QtWebKit -isystem /usr/include/qt5/QtGui -isystem /usr/include/qt5/QtNetwork -isystem /usr/include/qt5/QtCore -I. -isystem /usr/include/libdrm -I. -I/usr/lib64/qt5/mkspecs/linux-g++ -o main.o main.cpp x86_64-pc-linux-gnu-g++ -c -O2 -pipe -march=native -std=gnu++11 -Wall -W -D_REENTRANT -fPIC -DQT_NO_DEBUG -DQT_WEBKITWIDGETS_LIB -DQT_PRINTSUPPORT_LIB -DQT_WIDGETS_LIB -DQT_WEBKIT_LIB -DQT_GUI_LIB -DQT_NETWORK_LIB -DQT_CORE_LIB -I. -I. -I../libs/jsonconfig -I../app-static -I../libs -I../3rdparty/peg-markdown-highlight -isystem /usr/include/hunspell -isystem /usr/include/qt5 -isystem /usr/include/qt5/QtWebKitWidgets -isystem /usr/include/qt5/QtPrintSupport -isystem /usr/include/qt5/QtWidgets -isystem /usr/include/qt5/QtWebKit -isystem /usr/include/qt5/QtGui -isystem /usr/include/qt5/QtNetwork -isystem /usr/include/qt5/QtCore -I. -isystem /usr/include/libdrm -I. -I/usr/lib64/qt5/mkspecs/linux-g++ -o mainwindow.o mainwindow.cpp x86_64-pc-linux-gnu-g++ -c -O2 -pipe -march=native -std=gnu++11 -Wall -W -D_REENTRANT -fPIC -DQT_NO_DEBUG -DQT_WEBKITWIDGETS_LIB -DQT_PRINTSUPPORT_LIB -DQT_WIDGETS_LIB -DQT_WEBKIT_LIB -DQT_GUI_LIB -DQT_NETWORK_LIB -DQT_CORE_LIB -I. -I. -I../libs/jsonconfig -I../app-static -I../libs -I../3rdparty/peg-markdown-highlight -isystem /usr/include/hunspell -isystem /usr/include/qt5 -isystem /usr/include/qt5/QtWebKitWidgets -isystem /usr/include/qt5/QtPrintSupport -isystem /usr/include/qt5/QtWidgets -isystem /usr/include/qt5/QtWebKit -isystem /usr/include/qt5/QtGui -isystem /usr/include/qt5/QtNetwork -isystem /usr/include/qt5/QtCore -I. -isystem /usr/include/libdrm -I. -I/usr/lib64/qt5/mkspecs/linux-g++ -o markdowneditor.o markdowneditor.cpp x86_64-pc-linux-gnu-g++ -c -O2 -pipe -march=native -std=gnu++11 -Wall -W -D_REENTRANT -fPIC -DQT_NO_DEBUG -DQT_WEBKITWIDGETS_LIB -DQT_PRINTSUPPORT_LIB -DQT_WIDGETS_LIB -DQT_WEBKIT_LIB -DQT_GUI_LIB -DQT_NETWORK_LIB -DQT_CORE_LIB -I. -I. -I../libs/jsonconfig -I../app-static -I../libs -I../3rdparty/peg-markdown-highlight -isystem /usr/include/hunspell -isystem /usr/include/qt5 -isystem /usr/include/qt5/QtWebKitWidgets -isystem /usr/include/qt5/QtPrintSupport -isystem /usr/include/qt5/QtWidgets -isystem /usr/include/qt5/QtWebKit -isystem /usr/include/qt5/QtGui -isystem /usr/include/qt5/QtNetwork -isystem /usr/include/qt5/QtCore -I. -isystem /usr/include/libdrm -I. -I/usr/lib64/qt5/mkspecs/linux-g++ -o linenumberarea.o controls/linenumberarea.cpp x86_64-pc-linux-gnu-g++ -c -O2 -pipe -march=native -std=gnu++11 -Wall -W -D_REENTRANT -fPIC -DQT_NO_DEBUG -DQT_WEBKITWIDGETS_LIB -DQT_PRINTSUPPORT_LIB -DQT_WIDGETS_LIB -DQT_WEBKIT_LIB -DQT_GUI_LIB -DQT_NETWORK_LIB -DQT_CORE_LIB -I. -I. -I../libs/jsonconfig -I../app-static -I../libs -I../3rdparty/peg-markdown-highlight -isystem /usr/include/hunspell -isystem /usr/include/qt5 -isystem /usr/include/qt5/QtWebKitWidgets -isystem /usr/include/qt5/QtPrintSupport -isystem /usr/include/qt5/QtWidgets -isystem /usr/include/qt5/QtWebKit -isystem /usr/include/qt5/QtGui -isystem /usr/include/qt5/QtNetwork -isystem /usr/include/qt5/QtCore -I. -isystem /usr/include/libdrm -I. -I/usr/lib64/qt5/mkspecs/linux-g++ -o activelabel.o controls/activelabel.cpp x86_64-pc-linux-gnu-g++ -c -O2 -pipe -march=native -std=gnu++11 -Wall -W -D_REENTRANT -fPIC -DQT_NO_DEBUG -DQT_WEBKITWIDGETS_LIB -DQT_PRINTSUPPORT_LIB -DQT_WIDGETS_LIB -DQT_WEBKIT_LIB -DQT_GUI_LIB -DQT_NETWORK_LIB -DQT_CORE_LIB -I. -I. -I../libs/jsonconfig -I../app-static -I../libs -I../3rdparty/peg-markdown-highlight -isystem /usr/include/hunspell -isystem /usr/include/qt5 -isystem /usr/include/qt5/QtWebKitWidgets -isystem /usr/include/qt5/QtPrintSupport -isystem /usr/include/qt5/QtWidgets -isystem /usr/include/qt5/QtWebKit -isystem /usr/include/qt5/QtGui -isystem /usr/include/qt5/QtNetwork -isystem /usr/include/qt5/QtCore -I. -isystem /usr/include/libdrm -I. -I/usr/lib64/qt5/mkspecs/linux-g++ -o fileexplorerwidget.o controls/fileexplorerwidget.cpp controls/fileexplorerwidget.cpp: In member function ‘virtual void FileExplorerWidget::showEvent(QShowEvent*)’: controls/fileexplorerwidget.cpp:53:48: warning: unused parameter ‘event’ [-Wunused-parameter] void FileExplorerWidget::showEvent(QShowEvent *event) ~~~~~~~~~~~~^~~~~ x86_64-pc-linux-gnu-g++ -c -O2 -pipe -march=native -std=gnu++11 -Wall -W -D_REENTRANT -fPIC -DQT_NO_DEBUG -DQT_WEBKITWIDGETS_LIB -DQT_PRINTSUPPORT_LIB -DQT_WIDGETS_LIB -DQT_WEBKIT_LIB -DQT_GUI_LIB -DQT_NETWORK_LIB -DQT_CORE_LIB -I. -I. -I../libs/jsonconfig -I../app-static -I../libs -I../3rdparty/peg-markdown-highlight -isystem /usr/include/hunspell -isystem /usr/include/qt5 -isystem /usr/include/qt5/QtWebKitWidgets -isystem /usr/include/qt5/QtPrintSupport -isystem /usr/include/qt5/QtWidgets -isystem /usr/include/qt5/QtWebKit -isystem /usr/include/qt5/QtGui -isystem /usr/include/qt5/QtNetwork -isystem /usr/include/qt5/QtCore -I. -isystem /usr/include/libdrm -I. -I/usr/lib64/qt5/mkspecs/linux-g++ -o findreplacewidget.o controls/findreplacewidget.cpp x86_64-pc-linux-gnu-g++ -c -O2 -pipe -march=native -std=gnu++11 -Wall -W -D_REENTRANT -fPIC -DQT_NO_DEBUG -DQT_WEBKITWIDGETS_LIB -DQT_PRINTSUPPORT_LIB -DQT_WIDGETS_LIB -DQT_WEBKIT_LIB -DQT_GUI_LIB -DQT_NETWORK_LIB -DQT_CORE_LIB -I. -I. -I../libs/jsonconfig -I../app-static -I../libs -I../3rdparty/peg-markdown-highlight -isystem /usr/include/hunspell -isystem /usr/include/qt5 -isystem /usr/include/qt5/QtWebKitWidgets -isystem /usr/include/qt5/QtPrintSupport -isystem /usr/include/qt5/QtWidgets -isystem /usr/include/qt5/QtWebKit -isystem /usr/include/qt5/QtGui -isystem /usr/include/qt5/QtNetwork -isystem /usr/include/qt5/QtCore -I. -isystem /usr/include/libdrm -I. -I/usr/lib64/qt5/mkspecs/linux-g++ -o recentfilesmenu.o controls/recentfilesmenu.cpp x86_64-pc-linux-gnu-g++ -c -O2 -pipe -march=native -std=gnu++11 -Wall -W -D_REENTRANT -fPIC -DQT_NO_DEBUG -DQT_WEBKITWIDGETS_LIB -DQT_PRINTSUPPORT_LIB -DQT_WIDGETS_LIB -DQT_WEBKIT_LIB -DQT_GUI_LIB -DQT_NETWORK_LIB -DQT_CORE_LIB -I. -I. -I../libs/jsonconfig -I../app-static -I../libs -I../3rdparty/peg-markdown-highlight -isystem /usr/include/hunspell -isystem /usr/include/qt5 -isystem /usr/include/qt5/QtWebKitWidgets -isystem /usr/include/qt5/QtPrintSupport -isystem /usr/include/qt5/QtWidgets -isystem /usr/include/qt5/QtWebKit -isystem /usr/include/qt5/QtGui -isystem /usr/include/qt5/QtNetwork -isystem /usr/include/qt5/QtCore -I. -isystem /usr/include/libdrm -I. -I/usr/lib64/qt5/mkspecs/linux-g++ -o htmlpreviewgenerator.o htmlpreviewgenerator.cpp x86_64-pc-linux-gnu-g++ -c -O2 -pipe -march=native -std=gnu++11 -Wall -W -D_REENTRANT -fPIC -DQT_NO_DEBUG -DQT_WEBKITWIDGETS_LIB -DQT_PRINTSUPPORT_LIB -DQT_WIDGETS_LIB -DQT_WEBKIT_LIB -DQT_GUI_LIB -DQT_NETWORK_LIB -DQT_CORE_LIB -I. -I. -I../libs/jsonconfig -I../app-static -I../libs -I../3rdparty/peg-markdown-highlight -isystem /usr/include/hunspell -isystem /usr/include/qt5 -isystem /usr/include/qt5/QtWebKitWidgets -isystem /usr/include/qt5/QtPrintSupport -isystem /usr/include/qt5/QtWidgets -isystem /usr/include/qt5/QtWebKit -isystem /usr/include/qt5/QtGui -isystem /usr/include/qt5/QtNetwork -isystem /usr/include/qt5/QtCore -I. -isystem /usr/include/libdrm -I. -I/usr/lib64/qt5/mkspecs/linux-g++ -o markdownhighlighter.o markdownhighlighter.cpp x86_64-pc-linux-gnu-g++ -c -O2 -pipe -march=native -std=gnu++11 -Wall -W -D_REENTRANT -fPIC -DQT_NO_DEBUG -DQT_WEBKITWIDGETS_LIB -DQT_PRINTSUPPORT_LIB -DQT_WIDGETS_LIB -DQT_WEBKIT_LIB -DQT_GUI_LIB -DQT_NETWORK_LIB -DQT_CORE_LIB -I. -I. -I../libs/jsonconfig -I../app-static -I../libs -I../3rdparty/peg-markdown-highlight -isystem /usr/include/hunspell -isystem /usr/include/qt5 -isystem /usr/include/qt5/QtWebKitWidgets -isystem /usr/include/qt5/QtPrintSupport -isystem /usr/include/qt5/QtWidgets -isystem /usr/include/qt5/QtWebKit -isystem /usr/include/qt5/QtGui -isystem /usr/include/qt5/QtNetwork -isystem /usr/include/qt5/QtCore -I. -isystem /usr/include/libdrm -I. -I/usr/lib64/qt5/mkspecs/linux-g++ -o highlightworkerthread.o highlightworkerthread.cpp x86_64-pc-linux-gnu-g++ -c -O2 -pipe -march=native -std=gnu++11 -Wall -W -D_REENTRANT -fPIC -DQT_NO_DEBUG -DQT_WEBKITWIDGETS_LIB -DQT_PRINTSUPPORT_LIB -DQT_WIDGETS_LIB -DQT_WEBKIT_LIB -DQT_GUI_LIB -DQT_NETWORK_LIB -DQT_CORE_LIB -I. -I. -I../libs/jsonconfig -I../app-static -I../libs -I../3rdparty/peg-markdown-highlight -isystem /usr/include/hunspell -isystem /usr/include/qt5 -isystem /usr/include/qt5/QtWebKitWidgets -isystem /usr/include/qt5/QtPrintSupport -isystem /usr/include/qt5/QtWidgets -isystem /usr/include/qt5/QtWebKit -isystem /usr/include/qt5/QtGui -isystem /usr/include/qt5/QtNetwork -isystem /usr/include/qt5/QtCore -I. -isystem /usr/include/libdrm -I. -I/usr/lib64/qt5/mkspecs/linux-g++ -o markdownmanipulator.o markdownmanipulator.cpp x86_64-pc-linux-gnu-g++ -c -O2 -pipe -march=native -std=gnu++11 -Wall -W -D_REENTRANT -fPIC -DQT_NO_DEBUG -DQT_WEBKITWIDGETS_LIB -DQT_PRINTSUPPORT_LIB -DQT_WIDGETS_LIB -DQT_WEBKIT_LIB -DQT_GUI_LIB -DQT_NETWORK_LIB -DQT_CORE_LIB -I. -I. -I../libs/jsonconfig -I../app-static -I../libs -I../3rdparty/peg-markdown-highlight -isystem /usr/include/hunspell -isystem /usr/include/qt5 -isystem /usr/include/qt5/QtWebKitWidgets -isystem /usr/include/qt5/QtPrintSupport -isystem /usr/include/qt5/QtWidgets -isystem /usr/include/qt5/QtWebKit -isystem /usr/include/qt5/QtGui -isystem /usr/include/qt5/QtNetwork -isystem /usr/include/qt5/QtCore -I. -isystem /usr/include/libdrm -I. -I/usr/lib64/qt5/mkspecs/linux-g++ -o exportpdfdialog.o exportpdfdialog.cpp x86_64-pc-linux-gnu-g++ -c -O2 -pipe -march=native -std=gnu++11 -Wall -W -D_REENTRANT -fPIC -DQT_NO_DEBUG -DQT_WEBKITWIDGETS_LIB -DQT_PRINTSUPPORT_LIB -DQT_WIDGETS_LIB -DQT_WEBKIT_LIB -DQT_GUI_LIB -DQT_NETWORK_LIB -DQT_CORE_LIB -I. -I. -I../libs/jsonconfig -I../app-static -I../libs -I../3rdparty/peg-markdown-highlight -isystem /usr/include/hunspell -isystem /usr/include/qt5 -isystem /usr/include/qt5/QtWebKitWidgets -isystem /usr/include/qt5/QtPrintSupport -isystem /usr/include/qt5/QtWidgets -isystem /usr/include/qt5/QtWebKit -isystem /usr/include/qt5/QtGui -isystem /usr/include/qt5/QtNetwork -isystem /usr/include/qt5/QtCore -I. -isystem /usr/include/libdrm -I. -I/usr/lib64/qt5/mkspecs/linux-g++ -o exporthtmldialog.o exporthtmldialog.cpp x86_64-pc-linux-gnu-g++ -c -O2 -pipe -march=native -std=gnu++11 -Wall -W -D_REENTRANT -fPIC -DQT_NO_DEBUG -DQT_WEBKITWIDGETS_LIB -DQT_PRINTSUPPORT_LIB -DQT_WIDGETS_LIB -DQT_WEBKIT_LIB -DQT_GUI_LIB -DQT_NETWORK_LIB -DQT_CORE_LIB -I. -I. -I../libs/jsonconfig -I../app-static -I../libs -I../3rdparty/peg-markdown-highlight -isystem /usr/include/hunspell -isystem /usr/include/qt5 -isystem /usr/include/qt5/QtWebKitWidgets -isystem /usr/include/qt5/QtPrintSupport -isystem /usr/include/qt5/QtWidgets -isystem /usr/include/qt5/QtWebKit -isystem /usr/include/qt5/QtGui -isystem /usr/include/qt5/QtNetwork -isystem /usr/include/qt5/QtCore -I. -isystem /usr/include/libdrm -I. -I/usr/lib64/qt5/mkspecs/linux-g++ -o htmlhighlighter.o htmlhighlighter.cpp x86_64-pc-linux-gnu-g++ -c -O2 -pipe -march=native -std=gnu++11 -Wall -W -D_REENTRANT -fPIC -DQT_NO_DEBUG -DQT_WEBKITWIDGETS_LIB -DQT_PRINTSUPPORT_LIB -DQT_WIDGETS_LIB -DQT_WEBKIT_LIB -DQT_GUI_LIB -DQT_NETWORK_LIB -DQT_CORE_LIB -I. -I. -I../libs/jsonconfig -I../app-static -I../libs -I../3rdparty/peg-markdown-highlight -isystem /usr/include/hunspell -isystem /usr/include/qt5 -isystem /usr/include/qt5/QtWebKitWidgets -isystem /usr/include/qt5/QtPrintSupport -isystem /usr/include/qt5/QtWidgets -isystem /usr/include/qt5/QtWebKit -isystem /usr/include/qt5/QtGui -isystem /usr/include/qt5/QtNetwork -isystem /usr/include/qt5/QtCore -I. -isystem /usr/include/libdrm -I. -I/usr/lib64/qt5/mkspecs/linux-g++ -o options.o options.cpp x86_64-pc-linux-gnu-g++ -c -O2 -pipe -march=native -std=gnu++11 -Wall -W -D_REENTRANT -fPIC -DQT_NO_DEBUG -DQT_WEBKITWIDGETS_LIB -DQT_PRINTSUPPORT_LIB -DQT_WIDGETS_LIB -DQT_WEBKIT_LIB -DQT_GUI_LIB -DQT_NETWORK_LIB -DQT_CORE_LIB -I. -I. -I../libs/jsonconfig -I../app-static -I../libs -I../3rdparty/peg-markdown-highlight -isystem /usr/include/hunspell -isystem /usr/include/qt5 -isystem /usr/include/qt5/QtWebKitWidgets -isystem /usr/include/qt5/QtPrintSupport -isystem /usr/include/qt5/QtWidgets -isystem /usr/include/qt5/QtWebKit -isystem /usr/include/qt5/QtGui -isystem /usr/include/qt5/QtNetwork -isystem /usr/include/qt5/QtCore -I. -isystem /usr/include/libdrm -I. -I/usr/lib64/qt5/mkspecs/linux-g++ -o optionsdialog.o optionsdialog.cpp optionsdialog.cpp: In member function ‘void OptionsDialog::validateShortcut(int, int)’: optionsdialog.cpp:221:46: error: invalid use of incomplete type ‘class QAction’ new QTableWidgetItem(actions[row]->shortcut().toString())); ^~ In file included from /usr/include/qt5/QtWidgets/qdialog.h:44, from /usr/include/qt5/QtWidgets/QDialog:1, from optionsdialog.h:20, from optionsdialog.cpp:17: /usr/include/qt5/QtWidgets/qwidget.h:68:7: note: forward declaration of ‘class QAction’ class QAction; ^~~~~~~ optionsdialog.cpp:228:58: error: invalid use of incomplete type ‘class QAction’ new QTableWidgetItem(actions[row]->shortcut().toString())); ^~ In file included from /usr/include/qt5/QtWidgets/qdialog.h:44, from /usr/include/qt5/QtWidgets/QDialog:1, from optionsdialog.h:20, from optionsdialog.cpp:17: /usr/include/qt5/QtWidgets/qwidget.h:68:7: note: forward declaration of ‘class QAction’ class QAction; ^~~~~~~ optionsdialog.cpp:229:129: error: invalid use of incomplete type ‘class QAction’ ict"), tr("This shortcut is already used for \"%1\"").arg(actions[c]->text().remove('&'))); ^~ In file included from /usr/include/qt5/QtWidgets/qdialog.h:44, from /usr/include/qt5/QtWidgets/QDialog:1, from optionsdialog.h:20, from optionsdialog.cpp:17: /usr/include/qt5/QtWidgets/qwidget.h:68:7: note: forward declaration of ‘class QAction’ class QAction; ^~~~~~~ optionsdialog.cpp:237:40: error: invalid use of incomplete type ‘class QAction’ font.setBold(ks != actions[row]->property("defaultshortcut").value()); ^~ In file included from /usr/include/qt5/QtWidgets/qdialog.h:44, from /usr/include/qt5/QtWidgets/QDialog:1, from optionsdialog.h:20, from optionsdialog.cpp:17: /usr/include/qt5/QtWidgets/qwidget.h:68:7: note: forward declaration of ‘class QAction’ class QAction; ^~~~~~~ optionsdialog.cpp:237:88: error: expected primary-expression before ‘>’ token setBold(ks != actions[row]->property("defaultshortcut").value()); ^ optionsdialog.cpp:237:90: error: expected primary-expression before ‘)’ token setBold(ks != actions[row]->property("defaultshortcut").value()); ^ optionsdialog.cpp: In member function ‘void OptionsDialog::setupShortcutsTable()’: optionsdialog.cpp:254:62: error: invalid use of incomplete type ‘class QAction’ QTableWidgetItem *label = new QTableWidgetItem(action->text().remove('&')); ^~ In file included from /usr/include/qt5/QtWidgets/qdialog.h:44, from /usr/include/qt5/QtWidgets/QDialog:1, from optionsdialog.h:20, from optionsdialog.cpp:17: /usr/include/qt5/QtWidgets/qwidget.h:68:7: note: forward declaration of ‘class QAction’ class QAction; ^~~~~~~ optionsdialog.cpp:256:51: error: invalid use of incomplete type ‘class QAction’ const QKeySequence &defaultKeySeq = action->property("defaultshortcut").value(); ^~ In file included from /usr/include/qt5/QtWidgets/qdialog.h:44, from /usr/include/qt5/QtWidgets/QDialog:1, from optionsdialog.h:20, from optionsdialog.cpp:17: /usr/include/qt5/QtWidgets/qwidget.h:68:7: note: forward declaration of ‘class QAction’ class QAction; ^~~~~~~ optionsdialog.cpp:256:99: error: expected primary-expression before ‘>’ token nce &defaultKeySeq = action->property("defaultshortcut").value(); ^ optionsdialog.cpp:256:101: error: expected primary-expression before ‘)’ token nce &defaultKeySeq = action->property("defaultshortcut").value(); ^ optionsdialog.cpp:257:19: error: invalid use of incomplete type ‘class QAction’ if (action->shortcut() != defaultKeySeq) { ^~ In file included from /usr/include/qt5/QtWidgets/qdialog.h:44, from /usr/include/qt5/QtWidgets/QDialog:1, from optionsdialog.h:20, from optionsdialog.cpp:17: /usr/include/qt5/QtWidgets/qwidget.h:68:7: note: forward declaration of ‘class QAction’ class QAction; ^~~~~~~ optionsdialog.cpp:262:66: error: invalid use of incomplete type ‘class QAction’ QTableWidgetItem *accel = new KeySequenceTableItem(action->shortcut()); ^~ In file included from /usr/include/qt5/QtWidgets/qdialog.h:44, from /usr/include/qt5/QtWidgets/QDialog:1, from optionsdialog.h:20, from optionsdialog.cpp:17: /usr/include/qt5/QtWidgets/qwidget.h:68:7: note: forward declaration of ‘class QAction’ class QAction; ^~~~~~~ optionsdialog.cpp: In member function ‘void OptionsDialog::readState()’: optionsdialog.cpp:317:50: error: invalid use of incomplete type ‘class QAction’ if (options->hasCustomShortcut(actions[i]->objectName())) { ^~ In file included from /usr/include/qt5/QtWidgets/qdialog.h:44, from /usr/include/qt5/QtWidgets/QDialog:1, from optionsdialog.h:20, from optionsdialog.cpp:17: /usr/include/qt5/QtWidgets/qwidget.h:68:7: note: forward declaration of ‘class QAction’ class QAction; ^~~~~~~ optionsdialog.cpp:318:101: error: invalid use of incomplete type ‘class QAction’ item(i, 1)->setData(Qt::EditRole, options->customShortcut(actions[i]->objectName())); ^~ In file included from /usr/include/qt5/QtWidgets/qdialog.h:44, from /usr/include/qt5/QtWidgets/QDialog:1, from optionsdialog.h:20, from optionsdialog.cpp:17: /usr/include/qt5/QtWidgets/qwidget.h:68:7: note: forward declaration of ‘class QAction’ class QAction; ^~~~~~~ optionsdialog.cpp: In member function ‘void OptionsDialog::saveState()’: optionsdialog.cpp:358:46: error: invalid use of incomplete type ‘class QAction’ options->addCustomShortcut(actions[i]->objectName(), customKeySeq); ^~ In file included from /usr/include/qt5/QtWidgets/qdialog.h:44, from /usr/include/qt5/QtWidgets/QDialog:1, from optionsdialog.h:20, from optionsdialog.cpp:17: /usr/include/qt5/QtWidgets/qwidget.h:68:7: note: forward declaration of ‘class QAction’ class QAction; ^~~~~~~ make[1]: *** [Makefile:1051: optionsdialog.o] Error 1 make[1]: Leaving directory '/var/tmp/portage/app-text/cutemarked-0.11.3/work/CuteMarkEd-0.11.3/app' make: *** [Makefile:126: sub-app-make_first] Error 2 * ERROR: app-text/cutemarked-0.11.3::gentoo failed (compile phase): * emake failed * * If you need support, post the output of `emerge --info '=app-text/cutemarked-0.11.3::gentoo'`, * the complete build log and the output of `emerge -pqv '=app-text/cutemarked-0.11.3::gentoo'`. * The complete build log is located at '/var/log/portage/app-text:cutemarked-0.11.3:20180825-004833.log'. * For convenience, a symlink to the build log is located at '/var/tmp/portage/app-text/cutemarked-0.11.3/temp/build.log'. * The ebuild environment file is located at '/var/tmp/portage/app-text/cutemarked-0.11.3/temp/environment'. * Working directory: '/var/tmp/portage/app-text/cutemarked-0.11.3/work/CuteMarkEd-0.11.3' * S: '/var/tmp/portage/app-text/cutemarked-0.11.3/work/CuteMarkEd-0.11.3'