Mock Version: 1.3.4 ENTER ['do'](['bash', '--login', '-c', '/usr/bin/rpmbuild -bs --target x86_64 --nodeps /builddir/build/SPECS/wxMaxima.spec'], nspawn_args=[]timeout=0chrootPath='/var/lib/mock/epel-7-x86_64-mockbuilder-6209/root'shell=Falselogger=user='mockbuild'gid=135env={'LANG': 'en_US.UTF-8', 'HOME': '/builddir', 'SHELL': '/bin/bash', 'PS1': ' \\s-\\v\\$ ', 'TERM': 'vt100', 'PROMPT_COMMAND': 'printf "\\033]0;\\007"', 'PATH': '/usr/bin:/bin:/usr/sbin:/sbin', 'HOSTNAME': 'mock'}uid=1001printOutput=False) Executing command: ['bash', '--login', '-c', '/usr/bin/rpmbuild -bs --target x86_64 --nodeps /builddir/build/SPECS/wxMaxima.spec'] with env {'LANG': 'en_US.UTF-8', 'HOME': '/builddir', 'SHELL': '/bin/bash', 'PS1': ' \\s-\\v\\$ ', 'TERM': 'vt100', 'PROMPT_COMMAND': 'printf "\\033]0;\\007"', 'PATH': '/usr/bin:/bin:/usr/sbin:/sbin', 'HOSTNAME': 'mock'} and shell False warning: Could not canonicalize hostname: copr-builder-70039724.novalocal Building target platforms: x86_64 Building for target x86_64 Wrote: /builddir/build/SRPMS/wxMaxima-16.04.2-1.el7.centos.src.rpm Child return code was: 0 ENTER ['do'](['bash', '--login', '-c', '/usr/bin/rpmbuild -bb --target x86_64 --nodeps /builddir/build/SPECS/wxMaxima.spec'], nspawn_args=[]timeout=0chrootPath='/var/lib/mock/epel-7-x86_64-mockbuilder-6209/root'shell=Falselogger=user='mockbuild'gid=135env={'LANG': 'en_US.UTF-8', 'HOME': '/builddir', 'SHELL': '/bin/bash', 'PS1': ' \\s-\\v\\$ ', 'TERM': 'vt100', 'PROMPT_COMMAND': 'printf "\\033]0;\\007"', 'PATH': '/usr/bin:/bin:/usr/sbin:/sbin', 'HOSTNAME': 'mock'}uid=1001printOutput=False) Executing command: ['bash', '--login', '-c', '/usr/bin/rpmbuild -bb --target x86_64 --nodeps /builddir/build/SPECS/wxMaxima.spec'] with env {'LANG': 'en_US.UTF-8', 'HOME': '/builddir', 'SHELL': '/bin/bash', 'PS1': ' \\s-\\v\\$ ', 'TERM': 'vt100', 'PROMPT_COMMAND': 'printf "\\033]0;\\007"', 'PATH': '/usr/bin:/bin:/usr/sbin:/sbin', 'HOSTNAME': 'mock'} and shell False Building target platforms: x86_64 Building for target x86_64 Executing(%prep): /bin/sh -e /var/tmp/rpm-tmp.fRuqc5 + umask 022 + cd /builddir/build/BUILD + cd /builddir/build/BUILD + rm -rf wxmaxima-16.04.2 + /usr/bin/gzip -dc /builddir/build/SOURCES/wxmaxima-16.04.2.tar.gz + /usr/bin/tar -xf - + STATUS=0 + '[' 0 -ne 0 ']' + cd wxmaxima-16.04.2 + /usr/bin/chmod -Rf a+rX,u+w,g-w,o-w . + exit 0 Executing(%build): /bin/sh -e /var/tmp/rpm-tmp.tmJ9OL + umask 022 + cd /builddir/build/BUILD + cd wxmaxima-16.04.2 + CFLAGS='-O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector-strong --param=ssp-buffer-size=4 -grecord-gcc-switches -m64 -mtune=generic' + export CFLAGS + CXXFLAGS='-O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector-strong --param=ssp-buffer-size=4 -grecord-gcc-switches -m64 -mtune=generic' + export CXXFLAGS + FFLAGS='-O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector-strong --param=ssp-buffer-size=4 -grecord-gcc-switches -m64 -mtune=generic -I/usr/lib64/gfortran/modules' + export FFLAGS + FCFLAGS='-O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector-strong --param=ssp-buffer-size=4 -grecord-gcc-switches -m64 -mtune=generic -I/usr/lib64/gfortran/modules' + export FCFLAGS + LDFLAGS='-Wl,-z,relro ' + export LDFLAGS + '[' 1 == 1 ']' + '[' x86_64 == ppc64le ']' ++ find . -name config.guess -o -name config.sub + for i in '$(find . -name config.guess -o -name config.sub)' ++ basename ./config.sub + '[' -f /usr/lib/rpm/redhat/config.sub ']' + /usr/bin/rm -f ./config.sub ++ basename ./config.sub + /usr/bin/cp -fv /usr/lib/rpm/redhat/config.sub ./config.sub '/usr/lib/rpm/redhat/config.sub' -> './config.sub' + for i in '$(find . -name config.guess -o -name config.sub)' ++ basename ./config.guess + '[' -f /usr/lib/rpm/redhat/config.guess ']' + /usr/bin/rm -f ./config.guess ++ basename ./config.guess + /usr/bin/cp -fv /usr/lib/rpm/redhat/config.guess ./config.guess '/usr/lib/rpm/redhat/config.guess' -> './config.guess' + ./configure --build=x86_64-redhat-linux-gnu --host=x86_64-redhat-linux-gnu --program-prefix= --disable-dependency-tracking --prefix=/usr --exec-prefix=/usr --bindir=/usr/bin --sbindir=/usr/sbin --sysconfdir=/etc --datadir=/usr/share --includedir=/usr/include --libdir=/usr/lib64 --libexecdir=/usr/libexec --localstatedir=/var --sharedstatedir=/var/lib --mandir=/usr/share/man --infodir=/usr/share/info --with-wx-config=/usr/bin/wx-config-3.0 checking for a BSD-compatible install... /usr/bin/install -c checking whether build environment is sane... yes checking for a thread-safe mkdir -p... /usr/bin/mkdir -p checking for gawk... gawk checking whether make sets $(MAKE)... yes checking whether make supports nested variables... yes checking build system type... x86_64-redhat-linux-gnu checking host system type... x86_64-redhat-linux-gnu checking whether make sets $(MAKE)... (cached) yes checking for x86_64-redhat-linux-gnu-g++... no checking for x86_64-redhat-linux-gnu-c++... no checking for x86_64-redhat-linux-gnu-gpp... no checking for x86_64-redhat-linux-gnu-aCC... no checking for x86_64-redhat-linux-gnu-CC... no checking for x86_64-redhat-linux-gnu-cxx... no checking for x86_64-redhat-linux-gnu-cc++... no checking for x86_64-redhat-linux-gnu-cl.exe... no checking for x86_64-redhat-linux-gnu-FCC... no checking for x86_64-redhat-linux-gnu-KCC... no checking for x86_64-redhat-linux-gnu-RCC... no checking for x86_64-redhat-linux-gnu-xlC_r... no checking for x86_64-redhat-linux-gnu-xlC... no checking for g++... g++ checking whether the C++ compiler works... yes checking for C++ compiler default output file name... a.out checking for suffix of executables... checking whether we are cross compiling... no checking for suffix of object files... o checking whether we are using the GNU C++ compiler... yes checking whether g++ accepts -g... yes checking for style of include used by make... GNU checking dependency style of g++... none checking how to run the C++ preprocessor... g++ -E checking for grep that handles long lines and -e... /usr/bin/grep checking for egrep... /usr/bin/grep -E checking for wx-config... /usr/bin/wx-config-3.0 checking for wxWidgets version >= 3.0.0... yes (version 3.0.2) checking for wxWidgets static library... no checking if we can compile a wxWidgets program... yes checking if we can compile a wxWidgets program in a way that it runs without needing dynamic libraries.... no checking for doxygen... yes checking for dot... no checking that generated files are newer than configure... done configure: creating ./config.status config.status: creating Makefile config.status: creating src/Makefile config.status: creating Doxygen/Makefile config.status: creating Doxygen/Doxyfile config.status: creating locales/Makefile config.status: creating data/Makefile config.status: creating info/Makefile config.status: creating test/Makefile config.status: creating wxmaxima.spec config.status: creating data/Info.plist config.status: creating data/wxMaxima.desktop config.status: creating src/Setup.h config.status: executing depfiles commands + make -j2 cd locales&&make allmo make[1]: Entering directory `/builddir/build/BUILD/wxmaxima-16.04.2/locales' Making all in src make[2]: Entering directory `/builddir/build/BUILD/wxmaxima-16.04.2/locales' make[2]: `fr.mo' is up to date. make[2]: Leaving directory `/builddir/build/BUILD/wxmaxima-16.04.2/locales' make[1]: Entering directory `/builddir/build/BUILD/wxmaxima-16.04.2/src' make[2]: Entering directory `/builddir/build/BUILD/wxmaxima-16.04.2/locales' make[2]: `es.mo' is up to date. make[2]: Leaving directory `/builddir/build/BUILD/wxmaxima-16.04.2/locales' make all-am make[2]: Entering directory `/builddir/build/BUILD/wxmaxima-16.04.2/locales' make[2]: `it.mo' is up to date. make[2]: Leaving directory `/builddir/build/BUILD/wxmaxima-16.04.2/locales' make[2]: Entering directory `/builddir/build/BUILD/wxmaxima-16.04.2/src' g++ -DHAVE_CONFIG_H -I. -I/usr/lib64/wx/include/gtk3-unicode-3.0 -I/usr/include/wx-3.0 -D_FILE_OFFSET_BITS=64 -DWXUSINGDLL -D__WXGTK__ -DPREFIX=\"/usr\" -O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector-strong --param=ssp-buffer-size=4 -grecord-gcc-switches -m64 -mtune=generic -c -o ConfigDialogue.o ConfigDialogue.cpp make[2]: Entering directory `/builddir/build/BUILD/wxmaxima-16.04.2/locales' make[2]: `de.mo' is up to date. make[2]: Leaving directory `/builddir/build/BUILD/wxmaxima-16.04.2/locales' make[2]: Entering directory `/builddir/build/BUILD/wxmaxima-16.04.2/locales' make[2]: `pt_BR.mo' is up to date. make[2]: Leaving directory `/builddir/build/BUILD/wxmaxima-16.04.2/locales' make[2]: Entering directory `/builddir/build/BUILD/wxmaxima-16.04.2/locales' make[2]: `ru.mo' is up to date. make[2]: Leaving directory `/builddir/build/BUILD/wxmaxima-16.04.2/locales' make[2]: Entering directory `/builddir/build/BUILD/wxmaxima-16.04.2/locales' make[2]: `hu.mo' is up to date. make[2]: Leaving directory `/builddir/build/BUILD/wxmaxima-16.04.2/locales' make[2]: Entering directory `/builddir/build/BUILD/wxmaxima-16.04.2/locales' make[2]: `uk.mo' is up to date. make[2]: Leaving directory `/builddir/build/BUILD/wxmaxima-16.04.2/locales' make[2]: Entering directory `/builddir/build/BUILD/wxmaxima-16.04.2/locales' make[2]: `pl.mo' is up to date. make[2]: Leaving directory `/builddir/build/BUILD/wxmaxima-16.04.2/locales' make[2]: Entering directory `/builddir/build/BUILD/wxmaxima-16.04.2/locales' make[2]: `zh_TW.mo' is up to date. make[2]: Leaving directory `/builddir/build/BUILD/wxmaxima-16.04.2/locales' make[2]: Entering directory `/builddir/build/BUILD/wxmaxima-16.04.2/locales' make[2]: `da.mo' is up to date. make[2]: Leaving directory `/builddir/build/BUILD/wxmaxima-16.04.2/locales' make[2]: Entering directory `/builddir/build/BUILD/wxmaxima-16.04.2/locales' make[2]: `cs.mo' is up to date. make[2]: Leaving directory `/builddir/build/BUILD/wxmaxima-16.04.2/locales' make[2]: Entering directory `/builddir/build/BUILD/wxmaxima-16.04.2/locales' make[2]: `el.mo' is up to date. make[2]: Leaving directory `/builddir/build/BUILD/wxmaxima-16.04.2/locales' make[2]: Entering directory `/builddir/build/BUILD/wxmaxima-16.04.2/locales' make[2]: `fi.mo' is up to date. make[2]: Leaving directory `/builddir/build/BUILD/wxmaxima-16.04.2/locales' make[2]: Entering directory `/builddir/build/BUILD/wxmaxima-16.04.2/locales' make[2]: `ja.mo' is up to date. make[2]: Leaving directory `/builddir/build/BUILD/wxmaxima-16.04.2/locales' make[2]: Entering directory `/builddir/build/BUILD/wxmaxima-16.04.2/locales' make[2]: `ca.mo' is up to date. make[2]: Leaving directory `/builddir/build/BUILD/wxmaxima-16.04.2/locales' make[2]: Entering directory `/builddir/build/BUILD/wxmaxima-16.04.2/locales' make[2]: `gl.mo' is up to date. make[2]: Leaving directory `/builddir/build/BUILD/wxmaxima-16.04.2/locales' make[2]: Entering directory `/builddir/build/BUILD/wxmaxima-16.04.2/locales' make[2]: `zh_CN.mo' is up to date. make[2]: Leaving directory `/builddir/build/BUILD/wxmaxima-16.04.2/locales' make[2]: Entering directory `/builddir/build/BUILD/wxmaxima-16.04.2/locales' make[2]: `tr.mo' is up to date. make[2]: Leaving directory `/builddir/build/BUILD/wxmaxima-16.04.2/locales' make[2]: Entering directory `/builddir/build/BUILD/wxmaxima-16.04.2/locales' make[2]: `nb.mo' is up to date. make[2]: Leaving directory `/builddir/build/BUILD/wxmaxima-16.04.2/locales' make[2]: Entering directory `/builddir/build/BUILD/wxmaxima-16.04.2/locales' make[2]: `en.mo' is up to date. make[2]: Leaving directory `/builddir/build/BUILD/wxmaxima-16.04.2/locales' make[1]: Leaving directory `/builddir/build/BUILD/wxmaxima-16.04.2/locales' g++ -DHAVE_CONFIG_H -I. -I/usr/lib64/wx/include/gtk3-unicode-3.0 -I/usr/include/wx-3.0 -D_FILE_OFFSET_BITS=64 -DWXUSINGDLL -D__WXGTK__ -DPREFIX=\"/usr\" -O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector-strong --param=ssp-buffer-size=4 -grecord-gcc-switches -m64 -mtune=generic -c -o main.o main.cpp ConfigDialogue.cpp: In member function 'void ConfigDialogue::WriteSettings()': ConfigDialogue.cpp:75:62: warning: comparison between signed and unsigned integer expressions [-Wsign-compare] #define LANGUAGE_NUMBER sizeof(langs)/(signed)sizeof(langs[1]) ^ ConfigDialogue.cpp:859:21: note: in expansion of macro 'LANGUAGE_NUMBER' if (i > -1 && i < LANGUAGE_NUMBER) ^ In file included from MathCtrl.h:33:0, from wxMaximaFrame.h:35, from wxMaxima.h:25, from main.cpp:33: EditorCell.h: In member function 'bool EditorCell::CaretAtEnd()': EditorCell.h:201:65: warning: comparison between signed and unsigned integer expressions [-Wsign-compare] bool CaretAtEnd() { return m_positionOfCaret == m_text.Length(); } ^ g++ -DHAVE_CONFIG_H -I. -I/usr/lib64/wx/include/gtk3-unicode-3.0 -I/usr/include/wx-3.0 -D_FILE_OFFSET_BITS=64 -DWXUSINGDLL -D__WXGTK__ -DPREFIX=\"/usr\" -O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector-strong --param=ssp-buffer-size=4 -grecord-gcc-switches -m64 -mtune=generic -c -o wxMaxima.o wxMaxima.cpp In file included from MathCtrl.h:33:0, from wxMaximaFrame.h:35, from wxMaxima.h:25, from wxMaxima.cpp:25: EditorCell.h: In member function 'bool EditorCell::CaretAtEnd()': EditorCell.h:201:65: warning: comparison between signed and unsigned integer expressions [-Wsign-compare] bool CaretAtEnd() { return m_positionOfCaret == m_text.Length(); } ^ wxMaxima.cpp: In member function 'wxString wxMaxima::GetUnmatchedParenthesisState(wxString)': wxMaxima.cpp:5123:54: warning: comparison between signed and unsigned integer expressions [-Wsign-compare] if(text.find(wxT("lisp"),index + 1) == index + 1) ^ wxMaxima.cpp: In member function 'void wxMaxima::UpdateSlider(wxUpdateUIEvent&)': wxMaxima.cpp:5531:7: warning: unused variable 'm_slideShowMaxIndex' [-Wunused-variable] int m_slideShowMaxIndex; ^ g++ -DHAVE_CONFIG_H -I. -I/usr/lib64/wx/include/gtk3-unicode-3.0 -I/usr/include/wx-3.0 -D_FILE_OFFSET_BITS=64 -DWXUSINGDLL -D__WXGTK__ -DPREFIX=\"/usr\" -O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector-strong --param=ssp-buffer-size=4 -grecord-gcc-switches -m64 -mtune=generic -c -o wxMaximaFrame.o wxMaximaFrame.cpp In file included from MathCtrl.h:33:0, from wxMaximaFrame.h:35, from wxMaximaFrame.cpp:24: EditorCell.h: In member function 'bool EditorCell::CaretAtEnd()': EditorCell.h:201:65: warning: comparison between signed and unsigned integer expressions [-Wsign-compare] bool CaretAtEnd() { return m_positionOfCaret == m_text.Length(); } ^ g++ -DHAVE_CONFIG_H -I. -I/usr/lib64/wx/include/gtk3-unicode-3.0 -I/usr/include/wx-3.0 -D_FILE_OFFSET_BITS=64 -DWXUSINGDLL -D__WXGTK__ -DPREFIX=\"/usr\" -O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector-strong --param=ssp-buffer-size=4 -grecord-gcc-switches -m64 -mtune=generic -c -o SubstituteWiz.o SubstituteWiz.cpp g++ -DHAVE_CONFIG_H -I. -I/usr/lib64/wx/include/gtk3-unicode-3.0 -I/usr/include/wx-3.0 -D_FILE_OFFSET_BITS=64 -DWXUSINGDLL -D__WXGTK__ -DPREFIX=\"/usr\" -O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector-strong --param=ssp-buffer-size=4 -grecord-gcc-switches -m64 -mtune=generic -c -o IntegrateWiz.o IntegrateWiz.cpp g++ -DHAVE_CONFIG_H -I. -I/usr/lib64/wx/include/gtk3-unicode-3.0 -I/usr/include/wx-3.0 -D_FILE_OFFSET_BITS=64 -DWXUSINGDLL -D__WXGTK__ -DPREFIX=\"/usr\" -O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector-strong --param=ssp-buffer-size=4 -grecord-gcc-switches -m64 -mtune=generic -c -o LimitWiz.o LimitWiz.cpp g++ -DHAVE_CONFIG_H -I. -I/usr/lib64/wx/include/gtk3-unicode-3.0 -I/usr/include/wx-3.0 -D_FILE_OFFSET_BITS=64 -DWXUSINGDLL -D__WXGTK__ -DPREFIX=\"/usr\" -O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector-strong --param=ssp-buffer-size=4 -grecord-gcc-switches -m64 -mtune=generic -c -o Plot2dWiz.o Plot2dWiz.cpp g++ -DHAVE_CONFIG_H -I. -I/usr/lib64/wx/include/gtk3-unicode-3.0 -I/usr/include/wx-3.0 -D_FILE_OFFSET_BITS=64 -DWXUSINGDLL -D__WXGTK__ -DPREFIX=\"/usr\" -O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector-strong --param=ssp-buffer-size=4 -grecord-gcc-switches -m64 -mtune=generic -c -o SeriesWiz.o SeriesWiz.cpp g++ -DHAVE_CONFIG_H -I. -I/usr/lib64/wx/include/gtk3-unicode-3.0 -I/usr/include/wx-3.0 -D_FILE_OFFSET_BITS=64 -DWXUSINGDLL -D__WXGTK__ -DPREFIX=\"/usr\" -O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector-strong --param=ssp-buffer-size=4 -grecord-gcc-switches -m64 -mtune=generic -c -o SumWiz.o SumWiz.cpp g++ -DHAVE_CONFIG_H -I. -I/usr/lib64/wx/include/gtk3-unicode-3.0 -I/usr/include/wx-3.0 -D_FILE_OFFSET_BITS=64 -DWXUSINGDLL -D__WXGTK__ -DPREFIX=\"/usr\" -O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector-strong --param=ssp-buffer-size=4 -grecord-gcc-switches -m64 -mtune=generic -c -o Plot3dWiz.o Plot3dWiz.cpp g++ -DHAVE_CONFIG_H -I. -I/usr/lib64/wx/include/gtk3-unicode-3.0 -I/usr/include/wx-3.0 -D_FILE_OFFSET_BITS=64 -DWXUSINGDLL -D__WXGTK__ -DPREFIX=\"/usr\" -O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector-strong --param=ssp-buffer-size=4 -grecord-gcc-switches -m64 -mtune=generic -c -o Dirstructure.o Dirstructure.cpp g++ -DHAVE_CONFIG_H -I. -I/usr/lib64/wx/include/gtk3-unicode-3.0 -I/usr/include/wx-3.0 -D_FILE_OFFSET_BITS=64 -DWXUSINGDLL -D__WXGTK__ -DPREFIX=\"/usr\" -O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector-strong --param=ssp-buffer-size=4 -grecord-gcc-switches -m64 -mtune=generic -c -o Gen1Wiz.o Gen1Wiz.cpp g++ -DHAVE_CONFIG_H -I. -I/usr/lib64/wx/include/gtk3-unicode-3.0 -I/usr/include/wx-3.0 -D_FILE_OFFSET_BITS=64 -DWXUSINGDLL -D__WXGTK__ -DPREFIX=\"/usr\" -O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector-strong --param=ssp-buffer-size=4 -grecord-gcc-switches -m64 -mtune=generic -c -o Gen2Wiz.o Gen2Wiz.cpp g++ -DHAVE_CONFIG_H -I. -I/usr/lib64/wx/include/gtk3-unicode-3.0 -I/usr/include/wx-3.0 -D_FILE_OFFSET_BITS=64 -DWXUSINGDLL -D__WXGTK__ -DPREFIX=\"/usr\" -O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector-strong --param=ssp-buffer-size=4 -grecord-gcc-switches -m64 -mtune=generic -c -o Gen3Wiz.o Gen3Wiz.cpp g++ -DHAVE_CONFIG_H -I. -I/usr/lib64/wx/include/gtk3-unicode-3.0 -I/usr/include/wx-3.0 -D_FILE_OFFSET_BITS=64 -DWXUSINGDLL -D__WXGTK__ -DPREFIX=\"/usr\" -O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector-strong --param=ssp-buffer-size=4 -grecord-gcc-switches -m64 -mtune=generic -c -o Gen4Wiz.o Gen4Wiz.cpp g++ -DHAVE_CONFIG_H -I. -I/usr/lib64/wx/include/gtk3-unicode-3.0 -I/usr/include/wx-3.0 -D_FILE_OFFSET_BITS=64 -DWXUSINGDLL -D__WXGTK__ -DPREFIX=\"/usr\" -O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector-strong --param=ssp-buffer-size=4 -grecord-gcc-switches -m64 -mtune=generic -c -o BC2Wiz.o BC2Wiz.cpp g++ -DHAVE_CONFIG_H -I. -I/usr/lib64/wx/include/gtk3-unicode-3.0 -I/usr/include/wx-3.0 -D_FILE_OFFSET_BITS=64 -DWXUSINGDLL -D__WXGTK__ -DPREFIX=\"/usr\" -O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector-strong --param=ssp-buffer-size=4 -grecord-gcc-switches -m64 -mtune=generic -c -o SystemWiz.o SystemWiz.cpp g++ -DHAVE_CONFIG_H -I. -I/usr/lib64/wx/include/gtk3-unicode-3.0 -I/usr/include/wx-3.0 -D_FILE_OFFSET_BITS=64 -DWXUSINGDLL -D__WXGTK__ -DPREFIX=\"/usr\" -O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector-strong --param=ssp-buffer-size=4 -grecord-gcc-switches -m64 -mtune=generic -c -o BTextCtrl.o BTextCtrl.cpp g++ -DHAVE_CONFIG_H -I. -I/usr/lib64/wx/include/gtk3-unicode-3.0 -I/usr/include/wx-3.0 -D_FILE_OFFSET_BITS=64 -DWXUSINGDLL -D__WXGTK__ -DPREFIX=\"/usr\" -O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector-strong --param=ssp-buffer-size=4 -grecord-gcc-switches -m64 -mtune=generic -c -o MatWiz.o MatWiz.cpp g++ -DHAVE_CONFIG_H -I. -I/usr/lib64/wx/include/gtk3-unicode-3.0 -I/usr/include/wx-3.0 -D_FILE_OFFSET_BITS=64 -DWXUSINGDLL -D__WXGTK__ -DPREFIX=\"/usr\" -O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector-strong --param=ssp-buffer-size=4 -grecord-gcc-switches -m64 -mtune=generic -c -o ExptCell.o ExptCell.cpp g++ -DHAVE_CONFIG_H -I. -I/usr/lib64/wx/include/gtk3-unicode-3.0 -I/usr/include/wx-3.0 -D_FILE_OFFSET_BITS=64 -DWXUSINGDLL -D__WXGTK__ -DPREFIX=\"/usr\" -O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector-strong --param=ssp-buffer-size=4 -grecord-gcc-switches -m64 -mtune=generic -c -o FracCell.o FracCell.cpp g++ -DHAVE_CONFIG_H -I. -I/usr/lib64/wx/include/gtk3-unicode-3.0 -I/usr/include/wx-3.0 -D_FILE_OFFSET_BITS=64 -DWXUSINGDLL -D__WXGTK__ -DPREFIX=\"/usr\" -O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector-strong --param=ssp-buffer-size=4 -grecord-gcc-switches -m64 -mtune=generic -c -o SqrtCell.o SqrtCell.cpp g++ -DHAVE_CONFIG_H -I. -I/usr/lib64/wx/include/gtk3-unicode-3.0 -I/usr/include/wx-3.0 -D_FILE_OFFSET_BITS=64 -DWXUSINGDLL -D__WXGTK__ -DPREFIX=\"/usr\" -O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector-strong --param=ssp-buffer-size=4 -grecord-gcc-switches -m64 -mtune=generic -c -o MatrCell.o MatrCell.cpp g++ -DHAVE_CONFIG_H -I. -I/usr/lib64/wx/include/gtk3-unicode-3.0 -I/usr/include/wx-3.0 -D_FILE_OFFSET_BITS=64 -DWXUSINGDLL -D__WXGTK__ -DPREFIX=\"/usr\" -O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector-strong --param=ssp-buffer-size=4 -grecord-gcc-switches -m64 -mtune=generic -c -o MathCell.o MathCell.cpp g++ -DHAVE_CONFIG_H -I. -I/usr/lib64/wx/include/gtk3-unicode-3.0 -I/usr/include/wx-3.0 -D_FILE_OFFSET_BITS=64 -DWXUSINGDLL -D__WXGTK__ -DPREFIX=\"/usr\" -O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector-strong --param=ssp-buffer-size=4 -grecord-gcc-switches -m64 -mtune=generic -c -o SubCell.o SubCell.cpp g++ -DHAVE_CONFIG_H -I. -I/usr/lib64/wx/include/gtk3-unicode-3.0 -I/usr/include/wx-3.0 -D_FILE_OFFSET_BITS=64 -DWXUSINGDLL -D__WXGTK__ -DPREFIX=\"/usr\" -O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector-strong --param=ssp-buffer-size=4 -grecord-gcc-switches -m64 -mtune=generic -c -o IntCell.o IntCell.cpp g++ -DHAVE_CONFIG_H -I. -I/usr/lib64/wx/include/gtk3-unicode-3.0 -I/usr/include/wx-3.0 -D_FILE_OFFSET_BITS=64 -DWXUSINGDLL -D__WXGTK__ -DPREFIX=\"/usr\" -O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector-strong --param=ssp-buffer-size=4 -grecord-gcc-switches -m64 -mtune=generic -c -o TextCell.o TextCell.cpp g++ -DHAVE_CONFIG_H -I. -I/usr/lib64/wx/include/gtk3-unicode-3.0 -I/usr/include/wx-3.0 -D_FILE_OFFSET_BITS=64 -DWXUSINGDLL -D__WXGTK__ -DPREFIX=\"/usr\" -O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector-strong --param=ssp-buffer-size=4 -grecord-gcc-switches -m64 -mtune=generic -c -o LimitCell.o LimitCell.cpp TextCell.cpp: In member function 'virtual wxString TextCell::ToString()': TextCell.cpp:351:33: warning: comparison between signed and unsigned integer expressions [-Wsign-compare] for(int i=0;i=m_lastTop)) ^ MathCtrl.cpp:277:62: warning: comparison between signed and unsigned integer expressions [-Wsign-compare] if((rect.GetBottom()<=m_lastBottom)||(rect.GetTop()>=m_lastTop)) ^ MathCtrl.cpp: In member function 'void MathCtrl::CalculateReorderedCellIndices(MathCell*, int&, std::vector&)': MathCtrl.cpp:3275:58: warning: comparison between signed and unsigned integer expressions [-Wsign-compare] if (index + outputExpressions > cellMap.size()) cellMap.resize(index+outputExpressions); ^ g++ -DHAVE_CONFIG_H -I. -I/usr/lib64/wx/include/gtk3-unicode-3.0 -I/usr/include/wx-3.0 -D_FILE_OFFSET_BITS=64 -DWXUSINGDLL -D__WXGTK__ -DPREFIX=\"/usr\" -O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector-strong --param=ssp-buffer-size=4 -grecord-gcc-switches -m64 -mtune=generic -c -o CellParser.o CellParser.cpp MathCtrl.cpp: In member function 'void MathCtrl::TreeUndo_LimitUndoBuffer()': MathCtrl.cpp:5070:34: warning: comparison between signed and unsigned integer expressions [-Wsign-compare] while(treeUndoActions.size() > undoLimit) ^ g++ -DHAVE_CONFIG_H -I. -I/usr/lib64/wx/include/gtk3-unicode-3.0 -I/usr/include/wx-3.0 -D_FILE_OFFSET_BITS=64 -DWXUSINGDLL -D__WXGTK__ -DPREFIX=\"/usr\" -O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector-strong --param=ssp-buffer-size=4 -grecord-gcc-switches -m64 -mtune=generic -c -o MathParser.o MathParser.cpp In file included from MathParser.cpp:45:0: EditorCell.h: In member function 'bool EditorCell::CaretAtEnd()': EditorCell.h:201:65: warning: comparison between signed and unsigned integer expressions [-Wsign-compare] bool CaretAtEnd() { return m_positionOfCaret == m_text.Length(); } ^ MathParser.cpp: In member function 'MathCell* MathParser::ParseText(wxXmlNode*, int)': MathParser.cpp:480:26: warning: comparison between signed and unsigned integer expressions [-Wsign-compare] if (str.Length() > m_displayedDigits) ^ MathParser.cpp: In member function 'MathCell* MathParser::ParseLine(wxString, int)': MathParser.cpp:1072:21: warning: comparison between signed and unsigned integer expressions [-Wsign-compare] if ((s.Length() < showLength) || (showLength==0)) ^ g++ -DHAVE_CONFIG_H -I. -I/usr/lib64/wx/include/gtk3-unicode-3.0 -I/usr/include/wx-3.0 -D_FILE_OFFSET_BITS=64 -DWXUSINGDLL -D__WXGTK__ -DPREFIX=\"/usr\" -O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector-strong --param=ssp-buffer-size=4 -grecord-gcc-switches -m64 -mtune=generic -c -o MathPrintout.o MathPrintout.cpp In file included from GroupCell.h:32:0, from MathPrintout.cpp:22: EditorCell.h: In member function 'bool EditorCell::CaretAtEnd()': EditorCell.h:201:65: warning: comparison between signed and unsigned integer expressions [-Wsign-compare] bool CaretAtEnd() { return m_positionOfCaret == m_text.Length(); } ^ g++ -DHAVE_CONFIG_H -I. -I/usr/lib64/wx/include/gtk3-unicode-3.0 -I/usr/include/wx-3.0 -D_FILE_OFFSET_BITS=64 -DWXUSINGDLL -D__WXGTK__ -DPREFIX=\"/usr\" -O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector-strong --param=ssp-buffer-size=4 -grecord-gcc-switches -m64 -mtune=generic -c -o Bitmap.o Bitmap.cpp g++ -DHAVE_CONFIG_H -I. -I/usr/lib64/wx/include/gtk3-unicode-3.0 -I/usr/include/wx-3.0 -D_FILE_OFFSET_BITS=64 -DWXUSINGDLL -D__WXGTK__ -DPREFIX=\"/usr\" -O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector-strong --param=ssp-buffer-size=4 -grecord-gcc-switches -m64 -mtune=generic -c -o MyTipProvider.o MyTipProvider.cpp In file included from GroupCell.h:32:0, from Bitmap.cpp:24: EditorCell.h: In member function 'bool EditorCell::CaretAtEnd()': EditorCell.h:201:65: warning: comparison between signed and unsigned integer expressions [-Wsign-compare] bool CaretAtEnd() { return m_positionOfCaret == m_text.Length(); } ^ g++ -DHAVE_CONFIG_H -I. -I/usr/lib64/wx/include/gtk3-unicode-3.0 -I/usr/include/wx-3.0 -D_FILE_OFFSET_BITS=64 -DWXUSINGDLL -D__WXGTK__ -DPREFIX=\"/usr\" -O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector-strong --param=ssp-buffer-size=4 -grecord-gcc-switches -m64 -mtune=generic -c -o EditorCell.o EditorCell.cpp g++ -DHAVE_CONFIG_H -I. -I/usr/lib64/wx/include/gtk3-unicode-3.0 -I/usr/include/wx-3.0 -D_FILE_OFFSET_BITS=64 -DWXUSINGDLL -D__WXGTK__ -DPREFIX=\"/usr\" -O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector-strong --param=ssp-buffer-size=4 -grecord-gcc-switches -m64 -mtune=generic -c -o ImgCell.o ImgCell.cpp In file included from EditorCell.cpp:26:0: EditorCell.h: In member function 'bool EditorCell::CaretAtEnd()': EditorCell.h:201:65: warning: comparison between signed and unsigned integer expressions [-Wsign-compare] bool CaretAtEnd() { return m_positionOfCaret == m_text.Length(); } ^ EditorCell.cpp: In member function 'void EditorCell::MarkSelection(size_t, size_t, CellParser&, double, wxDC&, TextStyle)': EditorCell.cpp:423:17: warning: comparison between signed and unsigned integer expressions [-Wsign-compare] while (pos1 < end) // go through selection, draw a rect for each line of selection ^ EditorCell.cpp:425:19: warning: comparison between signed and unsigned integer expressions [-Wsign-compare] while (pos1 < end && m_text.GetChar(pos1) != '\n') ^ EditorCell.cpp:410:10: warning: variable 'rect' set but not used [-Wunused-but-set-variable] wxRect rect = GetRect(); // rectangle representing the cell ^ In file included from /usr/include/wx-3.0/wx/clipbrd.h:14:0, from EditorCell.cpp:23: EditorCell.cpp: In member function 'virtual void EditorCell::Draw(CellParser&, wxPoint, int)': /usr/include/wx-3.0/wx/defs.h:738:30: warning: comparison between signed and unsigned integer expressions [-Wsign-compare] #define wxNOT_FOUND (-1) ^ EditorCell.cpp:480:63: note: in expansion of macro 'wxNOT_FOUND' while((start = m_text.find(m_selectionString,start)) != wxNOT_FOUND) ^ EditorCell.cpp: In member function 'bool EditorCell::HandleSpecialKey(wxKeyEvent&)': EditorCell.cpp:949:46: warning: comparison between signed and unsigned integer expressions [-Wsign-compare] while((m_positionOfCaret m_positionOfCaret) ^ EditorCell.cpp:1323:51: warning: comparison between signed and unsigned integer expressions [-Wsign-compare] if (m_positionOfCaret < m_text.Length() && ^ In file included from /usr/include/wx-3.0/wx/clipbrd.h:14:0, from EditorCell.cpp:23: /usr/include/wx-3.0/wx/defs.h:738:30: warning: comparison between signed and unsigned integer expressions [-Wsign-compare] #define wxNOT_FOUND (-1) ^ EditorCell.cpp:1385:32: note: in expansion of macro 'wxNOT_FOUND' if(((newLineIndex != wxNOT_FOUND) && (newLineIndex < end)) || ^ EditorCell.cpp:1461:36: warning: comparison between signed and unsigned integer expressions [-Wsign-compare] if(m_positionOfCaret>start) ^ EditorCell.cpp:1464:58: warning: comparison between signed and unsigned integer expressions [-Wsign-compare] while((m_positionOfCaret < m_text.Length()) && (m_text[m_positionOfCaret] == wxT(' '))) ^ EditorCell.cpp: In member function 'bool EditorCell::HandleOrdinaryKey(wxKeyEvent&)': EditorCell.cpp:1671:47: warning: comparison between signed and unsigned integer expressions [-Wsign-compare] if (m_positionOfCaret < m_text.Length() && ^ EditorCell.cpp:1680:47: warning: comparison between signed and unsigned integer expressions [-Wsign-compare] if (m_positionOfCaret < m_text.Length() && ^ EditorCell.cpp:1686:47: warning: comparison between signed and unsigned integer expressions [-Wsign-compare] if (m_positionOfCaret < m_text.Length() && ^ EditorCell.cpp:1692:47: warning: comparison between signed and unsigned integer expressions [-Wsign-compare] if (m_positionOfCaret < m_text.Length() && ^ EditorCell.cpp:1704:16: warning: unused variable 'key' [-Wunused-variable] wxChar key = event.GetKeyCode(); ^ EditorCell.cpp: In member function 'bool EditorCell::FindMatchingQuotes()': EditorCell.cpp:1737:28: warning: comparison between signed and unsigned integer expressions [-Wsign-compare] if (pos == m_text.Length() || ^ EditorCell.cpp: In member function 'void EditorCell::FindMatchingParens()': EditorCell.cpp:1792:33: warning: comparison between signed and unsigned integer expressions [-Wsign-compare] if (m_paren2 == m_text.Length() || ^ EditorCell.cpp: In member function 'bool EditorCell::CanRedo()': EditorCell.cpp:2588:50: warning: comparison between signed and unsigned integer expressions [-Wsign-compare] m_historyPosition < m_textHistory.GetCount()-1; ^ EditorCell.cpp: In member function 'void EditorCell::Redo()': EditorCell.cpp:2598:51: warning: comparison between signed and unsigned integer expressions [-Wsign-compare] if (m_historyPosition >= m_textHistory.GetCount()) ^ In file included from /usr/include/wx-3.0/wx/clipbrd.h:14:0, from EditorCell.cpp:23: EditorCell.cpp: In member function 'void EditorCell::StyleText()': /usr/include/wx-3.0/wx/defs.h:738:30: warning: comparison between signed and unsigned integer expressions [-Wsign-compare] #define wxNOT_FOUND (-1) ^ EditorCell.cpp:2803:24: note: in expansion of macro 'wxNOT_FOUND' if(newlinepos != wxNOT_FOUND) ^ g++ -DHAVE_CONFIG_H -I. -I/usr/lib64/wx/include/gtk3-unicode-3.0 -I/usr/include/wx-3.0 -D_FILE_OFFSET_BITS=64 -DWXUSINGDLL -D__WXGTK__ -DPREFIX=\"/usr\" -O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector-strong --param=ssp-buffer-size=4 -grecord-gcc-switches -m64 -mtune=generic -c -o Image.o Image.cpp Image.cpp: In member function 'wxBitmap Image::GetBitmap()': Image.cpp:110:35: warning: comparison between signed and unsigned integer expressions [-Wsign-compare] if(m_scaledBitmap.GetWidth() == m_width) ^ Image.cpp:115:33: warning: comparison between signed and unsigned integer expressions [-Wsign-compare] if(m_scaledBitmap.GetWidth()!=m_width) ^ Image.cpp: In member function 'void Image::ViewportSize(size_t, size_t, double)': Image.cpp:270:35: warning: comparison between signed and unsigned integer expressions [-Wsign-compare] if(m_scaledBitmap.GetWidth() != m_width) ^ g++ -DHAVE_CONFIG_H -I. -I/usr/lib64/wx/include/gtk3-unicode-3.0 -I/usr/include/wx-3.0 -D_FILE_OFFSET_BITS=64 -DWXUSINGDLL -D__WXGTK__ -DPREFIX=\"/usr\" -O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector-strong --param=ssp-buffer-size=4 -grecord-gcc-switches -m64 -mtune=generic -c -o SubSupCell.o SubSupCell.cpp g++ -DHAVE_CONFIG_H -I. -I/usr/lib64/wx/include/gtk3-unicode-3.0 -I/usr/include/wx-3.0 -D_FILE_OFFSET_BITS=64 -DWXUSINGDLL -D__WXGTK__ -DPREFIX=\"/usr\" -O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector-strong --param=ssp-buffer-size=4 -grecord-gcc-switches -m64 -mtune=generic -c -o SlideShowCell.o SlideShowCell.cpp g++ -DHAVE_CONFIG_H -I. -I/usr/lib64/wx/include/gtk3-unicode-3.0 -I/usr/include/wx-3.0 -D_FILE_OFFSET_BITS=64 -DWXUSINGDLL -D__WXGTK__ -DPREFIX=\"/usr\" -O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector-strong --param=ssp-buffer-size=4 -grecord-gcc-switches -m64 -mtune=generic -c -o GroupCell.o GroupCell.cpp SlideShowCell.cpp: In member function 'virtual MathCell* SlideShow::Copy()': SlideShowCell.cpp:110:31: warning: comparison between signed and unsigned integer expressions [-Wsign-compare] for(int i=0;i= m_completions.GetCount()) ^ g++ -DHAVE_CONFIG_H -I. -I/usr/lib64/wx/include/gtk3-unicode-3.0 -I/usr/include/wx-3.0 -D_FILE_OFFSET_BITS=64 -DWXUSINGDLL -D__WXGTK__ -DPREFIX=\"/usr\" -O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector-strong --param=ssp-buffer-size=4 -grecord-gcc-switches -m64 -mtune=generic -c -o ToolBar.o ToolBar.cpp MarkDown.cpp: In member function 'wxString MarkDownParser::MarkDown(wxString)': MarkDown.cpp:99:39: warning: comparison between signed and unsigned integer expressions [-Wsign-compare] if(indentationLevels.back() index)) ^ MarkDown.cpp:126:41: warning: comparison between signed and unsigned integer expressions [-Wsign-compare] if(indentationLevels.back() > index) ^ MarkDown.cpp:132:45: warning: comparison between signed and unsigned integer expressions [-Wsign-compare] (indentationLevels.back()>index)) ^ g++ -DHAVE_CONFIG_H -I. -I/usr/lib64/wx/include/gtk3-unicode-3.0 -I/usr/include/wx-3.0 -D_FILE_OFFSET_BITS=64 -DWXUSINGDLL -D__WXGTK__ -DPREFIX=\"/usr\" -O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector-strong --param=ssp-buffer-size=4 -grecord-gcc-switches -m64 -mtune=generic -c -o History.o History.cpp g++ -DHAVE_CONFIG_H -I. -I/usr/lib64/wx/include/gtk3-unicode-3.0 -I/usr/include/wx-3.0 -D_FILE_OFFSET_BITS=64 -DWXUSINGDLL -D__WXGTK__ -DPREFIX=\"/usr\" -O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector-strong --param=ssp-buffer-size=4 -grecord-gcc-switches -m64 -mtune=generic -c -o Structure.o Structure.cpp History.cpp: In member function 'wxString History::GetCommand(bool)': History.cpp:119:40: warning: comparison between signed and unsigned integer expressions [-Wsign-compare] if (m_current >= commands.GetCount()) ^ g++ -DHAVE_CONFIG_H -I. -I/usr/lib64/wx/include/gtk3-unicode-3.0 -I/usr/include/wx-3.0 -D_FILE_OFFSET_BITS=64 -DWXUSINGDLL -D__WXGTK__ -DPREFIX=\"/usr\" -O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector-strong --param=ssp-buffer-size=4 -grecord-gcc-switches -m64 -mtune=generic -c -o XmlInspector.o XmlInspector.cpp In file included from GroupCell.h:32:0, from Structure.h:29, from Structure.cpp:22: EditorCell.h: In member function 'bool EditorCell::CaretAtEnd()': EditorCell.h:201:65: warning: comparison between signed and unsigned integer expressions [-Wsign-compare] bool CaretAtEnd() { return m_positionOfCaret == m_text.Length(); } ^ Structure.cpp: In member function 'void Structure::Update(MathCell*, GroupCell*)': Structure.cpp:55:11: warning: unused variable 'pos' [-Wunused-variable] int pos=0; ^ g++ -DHAVE_CONFIG_H -I. -I/usr/lib64/wx/include/gtk3-unicode-3.0 -I/usr/include/wx-3.0 -D_FILE_OFFSET_BITS=64 -DWXUSINGDLL -D__WXGTK__ -DPREFIX=\"/usr\" -O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector-strong --param=ssp-buffer-size=4 -grecord-gcc-switches -m64 -mtune=generic -c -o Autocomplete.o Autocomplete.cpp In file included from GroupCell.h:32:0, from XmlInspector.h:28, from XmlInspector.cpp:21: EditorCell.h: In member function 'bool EditorCell::CaretAtEnd()': EditorCell.h:201:65: warning: comparison between signed and unsigned integer expressions [-Wsign-compare] bool CaretAtEnd() { return m_positionOfCaret == m_text.Length(); } ^ XmlInspector.cpp: In member function 'void XmlInspector::Add(wxString)': XmlInspector.cpp:54:29: warning: comparison between signed and unsigned integer expressions [-Wsign-compare] while(index < text.Length()) ^ g++ -DHAVE_CONFIG_H -I. -I/usr/lib64/wx/include/gtk3-unicode-3.0 -I/usr/include/wx-3.0 -D_FILE_OFFSET_BITS=64 -DWXUSINGDLL -D__WXGTK__ -DPREFIX=\"/usr\" -O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector-strong --param=ssp-buffer-size=4 -grecord-gcc-switches -m64 -mtune=generic -c -o PlotFormatWiz.o PlotFormatWiz.cpp Autocomplete.cpp: In member function 'wxArrayString AutoComplete::CompleteSymbol(wxString, AutoComplete::autoCompletionType)': Autocomplete.cpp:143:47: warning: comparison between signed and unsigned integer expressions [-Wsign-compare] for (int i=0; i