>>> Unpacking source... >>> Unpacking TeXmacs-1.0.6-src.tar.gz to /var/tmp/portage/app-office/texmacs-1.0.6-r1/work >>> Unpacking TeXmacs-600dpi-fonts.tar.gz to /var/tmp/portage/app-office/texmacs-1.0.6-r1/work * Applying texmacs-1.0.6-maxima-5.9.3.patch ...  [ ok ] * Applying texmacs-1.0.6-gcc-4.1.patch ...  [ ok ] >>> Source unpacked. >>> Compiling source in /var/tmp/portage/app-office/texmacs-1.0.6-r1/work/TeXmacs-1.0.6-src ... * econf: updating TeXmacs-1.0.6-src/config.guess with /usr/share/gnuconfig/config.guess * econf: updating TeXmacs-1.0.6-src/config.sub with /usr/share/gnuconfig/config.sub ./configure --prefix=/usr --host=x86_64-pc-linux-gnu --mandir=/usr/share/man --infodir=/usr/share/info --datadir=/usr/share --sysconfdir=/etc --localstatedir=/var/lib --libdir=/usr/lib64 --build=x86_64-pc-linux-gnu checking for x86_64-pc-linux-gnu-gcc... x86_64-pc-linux-gnu-gcc checking for C compiler default output... a.out checking whether the C compiler works... yes checking whether we are cross compiling... no checking for suffix of executables... checking for suffix of object files... o checking whether we are using the GNU C compiler... yes checking whether x86_64-pc-linux-gnu-gcc accepts -g... yes checking for x86_64-pc-linux-gnu-g++... x86_64-pc-linux-gnu-g++ checking whether we are using the GNU C++ compiler... yes checking whether x86_64-pc-linux-gnu-g++ accepts -g... yes checking whether GNU C++ compiler is default... yes checking version of gcc... 4.2.0 checking version of g++... 4.2.0 checking for Guile... yes checking version of guile... 1.8.2 checking for C++-compatible X header files... yes checking how to run the C++ preprocessor... x86_64-pc-linux-gnu-g++ -E checking for ANSI C header files... yes checking for sys/types.h... yes checking for sys/stat.h... yes checking for stdlib.h... yes checking for string.h... yes checking for memory.h... yes checking for strings.h... yes checking for inttypes.h... yes checking for stdint.h... yes checking for unistd.h... yes checking for FILE... yes checking for intptr_t... yes checking for time_t... yes checking for X... libraries /usr/lib64, headers checking for gethostbyname... yes checking for connect... yes checking for remove... yes checking for shmat... yes checking for IceConnectionNumber in -lICE... yes checking for gettimeofday... yes checking for dlopen... no checking for dlopen in -ldl... yes checking for dlopen... (cached) no checking how to run the C preprocessor... x86_64-pc-linux-gnu-gcc -E checking iconv.h usability... yes checking iconv.h presence... yes checking for iconv.h... yes checking for iconv... yes checking ft2build.h usability... yes checking ft2build.h presence... yes checking for ft2build.h... yes checking for freetype... yes disabling imlib2 support checking whether ... arguments bahave correctly... no checking the size_t of guile strings... size_t checking if statically linking with guile works... "no" checking if it works with -lltdl... "no" checking if it works with -lltdl -ldl... "no" configure: WARNING: unable to link statically with guile checking if we are on a 64-bits computer... yes checking build system type... x86_64-pc-linux-gnu checking host system type... x86_64-pc-linux-gnu final adjustments for an Intel or AMD GNU/Linux host checking if compiler supports -fno-rtti -fno-exceptions... yes disabling debugging enabling warning flags -Wall -Wno-return-type enabling optimizations, -O3 -fexpensive-optimizations configure: creating ./config.status config.status: creating Makefile config.status: creating src/makefile config.status: creating src/System/tm_configure.hpp config.status: creating misc/admin/admin.makefile config.status: creating misc/doxygen/Doxyfile config.status: creating misc/man/texmacs.1 config.status: creating misc/rpm/TeXmacs.spec config.status: creating misc/scripts/fig2ps config.status: creating misc/scripts/texmacs config.status: creating TeXmacs/examples/plugins/dynlink/Makefile config.status: creating src/System/config.h sed: can't read src/common.makefile: No such file or directory mkdir -p src/Deps mkdir -p src/Objects mkdir -p TeXmacs/bin mkdir -p TeXmacs/lib cd src; make -f makefile link=shared make[1]: Entering directory `/var/tmp/portage/app-office/texmacs-1.0.6-r1/work/TeXmacs-1.0.6-src/src' x86_64-pc-linux-gnu-g++ -ISystem -ISystem/Boot -ISystem/Classes -ISystem/Files -ISystem/Link -ISystem/Misc -IClasses/Abstract -IClasses/Atomic -IClasses/Compound -IData/Drd -IData/String -IData/Tree -IData/Convert -IGuile -IResource -I/var/tmp/portage/app-office/texmacs-1.0.6-r1/work/TeXmacs-1.0.6-src/TeXmacs/include -I/usr/include/freetype2 -pthread -Wall -Wno-return-type -O3 -fexpensive-optimizations -fno-rtti -fno-exceptions -c ./Data/String/analyze.cpp -o Objects/analyze.o In file included from Classes/Compound/list.hpp:15, from Classes/Compound/hashset.hpp:15, from ./Data/String/analyze.hpp:17, from ./Data/String/analyze.cpp:13: Classes/Atomic/tree.hpp: In function ‘string as_string(tree)’: Classes/Atomic/tree.hpp:216: warning: deprecated conversion from string constant to ‘char*’ Classes/Atomic/tree.hpp: In function ‘tree as_tree(T) [with T = void*]’: Classes/Atomic/tree.hpp:219: warning: deprecated conversion from string constant to ‘char*’ In file included from System/Files/file.hpp:15, from Resource/converter.hpp:17, from ./Data/String/analyze.cpp:15: System/Classes/url.hpp: In function ‘url url_none()’: System/Classes/url.hpp:62: warning: deprecated conversion from string constant to ‘char*’ System/Classes/url.hpp: In function ‘url url_here()’: System/Classes/url.hpp:63: warning: deprecated conversion from string constant to ‘char*’ System/Classes/url.hpp: In function ‘url url_parent()’: System/Classes/url.hpp:64: warning: deprecated conversion from string constant to ‘char*’ System/Classes/url.hpp: In function ‘url url_pwd()’: System/Classes/url.hpp:65: warning: deprecated conversion from string constant to ‘char*’ System/Classes/url.hpp: In function ‘bool is_none(url)’: System/Classes/url.hpp:81: warning: deprecated conversion from string constant to ‘char*’ System/Classes/url.hpp: In function ‘bool is_here(url)’: System/Classes/url.hpp:82: warning: deprecated conversion from string constant to ‘char*’ System/Classes/url.hpp: In function ‘bool is_parent(url)’: System/Classes/url.hpp:83: warning: deprecated conversion from string constant to ‘char*’ System/Classes/url.hpp: In function ‘bool is_concat(url)’: System/Classes/url.hpp:85: warning: deprecated conversion from string constant to ‘char*’ System/Classes/url.hpp: In function ‘bool is_or(url)’: System/Classes/url.hpp:86: warning: deprecated conversion from string constant to ‘char*’ System/Classes/url.hpp: In function ‘bool is_root(url)’: System/Classes/url.hpp:88: warning: deprecated conversion from string constant to ‘char*’ System/Classes/url.hpp: In function ‘bool is_root_web(url)’: System/Classes/url.hpp:92: warning: deprecated conversion from string constant to ‘char*’ System/Classes/url.hpp:92: warning: deprecated conversion from string constant to ‘char*’ System/Classes/url.hpp: In function ‘bool is_wildcard(url)’: System/Classes/url.hpp:93: warning: deprecated conversion from string constant to ‘char*’ System/Classes/url.hpp: In function ‘bool is_wildcard(url, int)’: System/Classes/url.hpp:95: warning: deprecated conversion from string constant to ‘char*’ In file included from Resource/converter.hpp:17, from ./Data/String/analyze.cpp:15: System/Files/file.hpp: In function ‘void system(string, url)’: System/Files/file.hpp:35: warning: deprecated conversion from string constant to ‘char*’ System/Files/file.hpp: In function ‘void system(string, url, url)’: System/Files/file.hpp:37: warning: deprecated conversion from string constant to ‘char*’ System/Files/file.hpp:37: warning: deprecated conversion from string constant to ‘char*’ System/Files/file.hpp: In function ‘void system(string, url, char*)’: System/Files/file.hpp:39: warning: deprecated conversion from string constant to ‘char*’ System/Files/file.hpp:39: warning: deprecated conversion from string constant to ‘char*’ System/Files/file.hpp: In function ‘void system(string, url, char*, url)’: System/Files/file.hpp:41: warning: deprecated conversion from string constant to ‘char*’ System/Files/file.hpp:41: warning: deprecated conversion from string constant to ‘char*’ System/Files/file.hpp:42: warning: deprecated conversion from string constant to ‘char*’ System/Files/file.hpp: In function ‘string eval_system(string, url)’: System/Files/file.hpp:44: warning: deprecated conversion from string constant to ‘char*’ System/Files/file.hpp: In function ‘string eval_system(string, url, url)’: System/Files/file.hpp:46: warning: deprecated conversion from string constant to ‘char*’ System/Files/file.hpp:46: warning: deprecated conversion from string constant to ‘char*’ System/Files/file.hpp: In function ‘void move(url, url)’: System/Files/file.hpp:47: warning: deprecated conversion from string constant to ‘char*’ System/Files/file.hpp: In function ‘void copy(url, url)’: System/Files/file.hpp:48: warning: deprecated conversion from string constant to ‘char*’ System/Files/file.hpp: In function ‘void append(url, url)’: System/Files/file.hpp:49: warning: deprecated conversion from string constant to ‘char*’ System/Files/file.hpp:49: warning: deprecated conversion from string constant to ‘char*’ System/Files/file.hpp: In function ‘void remove(url)’: System/Files/file.hpp:50: warning: deprecated conversion from string constant to ‘char*’ System/Files/file.hpp: In function ‘void mkdir(url)’: System/Files/file.hpp:54: warning: deprecated conversion from string constant to ‘char*’ In file included from ./Data/String/analyze.cpp:15: Resource/converter.hpp: In constructor ‘converter_rep::converter_rep(string, string)’: Resource/converter.hpp:39: warning: deprecated conversion from string constant to ‘char*’ ./Data/String/analyze.cpp: In function ‘string spanish_to_ispanish(string)’: ./Data/String/analyze.cpp:226: warning: deprecated conversion from string constant to ‘char*’ ./Data/String/analyze.cpp:227: warning: deprecated conversion from string constant to ‘char*’ ./Data/String/analyze.cpp:228: warning: deprecated conversion from string constant to ‘char*’ ./Data/String/analyze.cpp:229: warning: deprecated conversion from string constant to ‘char*’ ./Data/String/analyze.cpp:230: warning: deprecated conversion from string constant to ‘char*’ ./Data/String/analyze.cpp:231: warning: deprecated conversion from string constant to ‘char*’ ./Data/String/analyze.cpp:232: warning: deprecated conversion from string constant to ‘char*’ ./Data/String/analyze.cpp:233: warning: deprecated conversion from string constant to ‘char*’ ./Data/String/analyze.cpp:234: warning: deprecated conversion from string constant to ‘char*’ ./Data/String/analyze.cpp:235: warning: deprecated conversion from string constant to ‘char*’ ./Data/String/analyze.cpp:236: warning: deprecated conversion from string constant to ‘char*’ ./Data/String/analyze.cpp:237: warning: deprecated conversion from string constant to ‘char*’ ./Data/String/analyze.cpp:238: warning: deprecated conversion from string constant to ‘char*’ ./Data/String/analyze.cpp:239: warning: deprecated conversion from string constant to ‘char*’ ./Data/String/analyze.cpp: At global scope: ./Data/String/analyze.cpp:270: warning: deprecated conversion from string constant to ‘char*’ ./Data/String/analyze.cpp:272: warning: deprecated conversion from string constant to ‘char*’ ./Data/String/analyze.cpp:311: warning: deprecated conversion from string constant to ‘char*’ ./Data/String/analyze.cpp:313: warning: deprecated conversion from string constant to ‘char*’ ./Data/String/analyze.cpp: In function ‘string tm_to_xml_name(string)’: ./Data/String/analyze.cpp:414: warning: deprecated conversion from string constant to ‘char*’ ./Data/String/analyze.cpp:414: warning: deprecated conversion from string constant to ‘char*’ ./Data/String/analyze.cpp: In function ‘string old_tm_to_xml_cdata(string)’: ./Data/String/analyze.cpp:437: warning: deprecated conversion from string constant to ‘char*’ ./Data/String/analyze.cpp:438: warning: deprecated conversion from string constant to ‘char*’ ./Data/String/analyze.cpp:443: warning: deprecated conversion from string constant to ‘char*’ ./Data/String/analyze.cpp:443: warning: deprecated conversion from string constant to ‘char*’ ./Data/String/analyze.cpp: In function ‘object tm_to_xml_cdata(string)’: ./Data/String/analyze.cpp:451: warning: deprecated conversion from string constant to ‘char*’ ./Data/String/analyze.cpp:455: warning: deprecated conversion from string constant to ‘char*’ ./Data/String/analyze.cpp:456: warning: deprecated conversion from string constant to ‘char*’ ./Data/String/analyze.cpp:457: warning: deprecated conversion from string constant to ‘char*’ ./Data/String/analyze.cpp:467: warning: deprecated conversion from string constant to ‘char*’ ./Data/String/analyze.cpp:468: warning: deprecated conversion from string constant to ‘char*’ ./Data/String/analyze.cpp:471: warning: deprecated conversion from string constant to ‘char*’ ./Data/String/analyze.cpp:474: warning: deprecated conversion from string constant to ‘char*’ ./Data/String/analyze.cpp:475: warning: deprecated conversion from string constant to ‘char*’ ./Data/String/analyze.cpp:477: warning: deprecated conversion from string constant to ‘char*’ ./Data/String/analyze.cpp: In function ‘string old_xml_cdata_to_tm(string)’: ./Data/String/analyze.cpp:485: warning: deprecated conversion from string constant to ‘char*’ ./Data/String/analyze.cpp:486: warning: deprecated conversion from string constant to ‘char*’ ./Data/String/analyze.cpp:491: warning: deprecated conversion from string constant to ‘char*’ ./Data/String/analyze.cpp:491: warning: deprecated conversion from string constant to ‘char*’ ./Data/String/analyze.cpp:492: warning: deprecated conversion from string constant to ‘char*’ ./Data/String/analyze.cpp:492: warning: deprecated conversion from string constant to ‘char*’ ./Data/String/analyze.cpp: At global scope: ./Data/String/analyze.cpp:517: warning: deprecated conversion from string constant to ‘char*’ ./Data/String/analyze.cpp:517: warning: deprecated conversion from string constant to ‘char*’ ./Data/String/analyze.cpp:517: warning: deprecated conversion from string constant to ‘char*’ ./Data/String/analyze.cpp:517: warning: deprecated conversion from string constant to ‘char*’ ./Data/String/analyze.cpp:517: warning: deprecated conversion from string constant to ‘char*’ ./Data/String/analyze.cpp:517: warning: deprecated conversion from string constant to ‘char*’ ./Data/String/analyze.cpp:517: warning: deprecated conversion from string constant to ‘char*’ ./Data/String/analyze.cpp:517: warning: deprecated conversion from string constant to ‘char*’ ./Data/String/analyze.cpp:517: warning: deprecated conversion from string constant to ‘char*’ ./Data/String/analyze.cpp:517: warning: deprecated conversion from string constant to ‘char*’ ./Data/String/analyze.cpp:519: warning: deprecated conversion from string constant to ‘char*’ ./Data/String/analyze.cpp:519: warning: deprecated conversion from string constant to ‘char*’ ./Data/String/analyze.cpp:519: warning: deprecated conversion from string constant to ‘char*’ ./Data/String/analyze.cpp:519: warning: deprecated conversion from string constant to ‘char*’ ./Data/String/analyze.cpp:519: warning: deprecated conversion from string constant to ‘char*’ ./Data/String/analyze.cpp:519: warning: deprecated conversion from string constant to ‘char*’ ./Data/String/analyze.cpp:519: warning: deprecated conversion from string constant to ‘char*’ ./Data/String/analyze.cpp:519: warning: deprecated conversion from string constant to ‘char*’ ./Data/String/analyze.cpp:519: warning: deprecated conversion from string constant to ‘char*’ ./Data/String/analyze.cpp:519: warning: deprecated conversion from string constant to ‘char*’ ./Data/String/analyze.cpp:521: warning: deprecated conversion from string constant to ‘char*’ ./Data/String/analyze.cpp:521: warning: deprecated conversion from string constant to ‘char*’ ./Data/String/analyze.cpp:521: warning: deprecated conversion from string constant to ‘char*’ ./Data/String/analyze.cpp:521: warning: deprecated conversion from string constant to ‘char*’ ./Data/String/analyze.cpp:521: warning: deprecated conversion from string constant to ‘char*’ ./Data/String/analyze.cpp:521: warning: deprecated conversion from string constant to ‘char*’ ./Data/String/analyze.cpp:521: warning: deprecated conversion from string constant to ‘char*’ ./Data/String/analyze.cpp:521: warning: deprecated conversion from string constant to ‘char*’ ./Data/String/analyze.cpp:521: warning: deprecated conversion from string constant to ‘char*’ ./Data/String/analyze.cpp:521: warning: deprecated conversion from string constant to ‘char*’ ./Data/String/analyze.cpp: In function ‘string roman_nr(int)’: ./Data/String/analyze.cpp:525: warning: deprecated conversion from string constant to ‘char*’ ./Data/String/analyze.cpp:526: warning: deprecated conversion from string constant to ‘char*’ ./Data/String/analyze.cpp:527: warning: deprecated conversion from string constant to ‘char*’ ./Data/String/analyze.cpp:528: warning: deprecated conversion from string constant to ‘char*’ ./Data/String/analyze.cpp:529: warning: deprecated conversion from string constant to ‘char*’ ./Data/String/analyze.cpp:530: warning: deprecated conversion from string constant to ‘char*’ ./Data/String/analyze.cpp:531: warning: deprecated conversion from string constant to ‘char*’ ./Data/String/analyze.cpp:532: warning: deprecated conversion from string constant to ‘char*’ ./Data/String/analyze.cpp: In function ‘string alpha_nr(int)’: ./Data/String/analyze.cpp:543: warning: deprecated conversion from string constant to ‘char*’ ./Data/String/analyze.cpp:544: warning: deprecated conversion from string constant to ‘char*’ ./Data/String/analyze.cpp: In function ‘string fnsymbol_nr(int)’: ./Data/String/analyze.cpp:559: warning: deprecated conversion from string constant to ‘char*’ ./Data/String/analyze.cpp:560: warning: deprecated conversion from string constant to ‘char*’ ./Data/String/analyze.cpp:561: warning: deprecated conversion from string constant to ‘char*’ ./Data/String/analyze.cpp: At global scope: ./Data/String/analyze.cpp:571: warning: deprecated conversion from string constant to ‘char*’ ./Data/String/analyze.cpp: In function ‘string as_hexadecimal(int)’: ./Data/String/analyze.cpp:575: warning: deprecated conversion from string constant to ‘char*’ ./Data/String/analyze.cpp: In function ‘string tm_encode(string)’: ./Data/String/analyze.cpp:610: warning: deprecated conversion from string constant to ‘char*’ ./Data/String/analyze.cpp:611: warning: deprecated conversion from string constant to ‘char*’ ./Data/String/analyze.cpp: In function ‘string tm_decode(string)’: ./Data/String/analyze.cpp:628: warning: deprecated conversion from string constant to ‘char*’ ./Data/String/analyze.cpp:628: warning: deprecated conversion from string constant to ‘char*’ ./Data/String/analyze.cpp:629: warning: deprecated conversion from string constant to ‘char*’ ./Data/String/analyze.cpp:629: warning: deprecated conversion from string constant to ‘char*’ ./Data/String/analyze.cpp: In function ‘string raw_quote(string)’: ./Data/String/analyze.cpp:719: warning: deprecated conversion from string constant to ‘char*’ ./Data/String/analyze.cpp:719: warning: deprecated conversion from string constant to ‘char*’ x86_64-pc-linux-gnu-g++ -ISystem -ISystem/Boot -ISystem/Classes -ISystem/Files -ISystem/Link -ISystem/Misc -IClasses/Abstract -IClasses/Atomic -IClasses/Compound -IData/Drd -IData/String -IData/Tree -IData/Convert -IGuile -IResource -IWindow -ITypeset -ITypeset/Bridge -ITypeset/Concat -ITypeset/Page -IEdit -I/usr/include/freetype2 -pthread -Wall -Wno-return-type -O3 -fexpensive-optimizations -fno-rtti -fno-exceptions -c ./Typeset/Boxes/Animate/animate_boxes.cpp -o Objects/animate_boxes.o In file included from Classes/Compound/list.hpp:15, from Classes/Atomic/rectangles.hpp:16, from Typeset/boxes.hpp:17, from Typeset/Boxes/composite.hpp:15, from ./Typeset/Boxes/Animate/animate_boxes.cpp:13: Classes/Atomic/tree.hpp: In function ‘string as_string(tree)’: Classes/Atomic/tree.hpp:216: warning: deprecated conversion from string constant to ‘char*’ Classes/Atomic/tree.hpp: In function ‘tree as_tree(T) [with T = void*]’: Classes/Atomic/tree.hpp:219: warning: deprecated conversion from string constant to ‘char*’ In file included from Window/ps_device.hpp:16, from Typeset/boxes.hpp:19, from Typeset/Boxes/composite.hpp:15, from ./Typeset/Boxes/Animate/animate_boxes.cpp:13: System/Classes/url.hpp: In function ‘url url_none()’: System/Classes/url.hpp:62: warning: deprecated conversion from string constant to ‘char*’ System/Classes/url.hpp: In function ‘url url_here()’: System/Classes/url.hpp:63: warning: deprecated conversion from string constant to ‘char*’ System/Classes/url.hpp: In function ‘url url_parent()’: System/Classes/url.hpp:64: warning: deprecated conversion from string constant to ‘char*’ System/Classes/url.hpp: In function ‘url url_pwd()’: System/Classes/url.hpp:65: warning: deprecated conversion from string constant to ‘char*’ System/Classes/url.hpp: In function ‘bool is_none(url)’: System/Classes/url.hpp:81: warning: deprecated conversion from string constant to ‘char*’ System/Classes/url.hpp: In function ‘bool is_here(url)’: System/Classes/url.hpp:82: warning: deprecated conversion from string constant to ‘char*’ System/Classes/url.hpp: In function ‘bool is_parent(url)’: System/Classes/url.hpp:83: warning: deprecated conversion from string constant to ‘char*’ System/Classes/url.hpp: In function ‘bool is_concat(url)’: System/Classes/url.hpp:85: warning: deprecated conversion from string constant to ‘char*’ System/Classes/url.hpp: In function ‘bool is_or(url)’: System/Classes/url.hpp:86: warning: deprecated conversion from string constant to ‘char*’ System/Classes/url.hpp: In function ‘bool is_root(url)’: System/Classes/url.hpp:88: warning: deprecated conversion from string constant to ‘char*’ System/Classes/url.hpp: In function ‘bool is_root_web(url)’: System/Classes/url.hpp:92: warning: deprecated conversion from string constant to ‘char*’ System/Classes/url.hpp:92: warning: deprecated conversion from string constant to ‘char*’ System/Classes/url.hpp: In function ‘bool is_wildcard(url)’: System/Classes/url.hpp:93: warning: deprecated conversion from string constant to ‘char*’ System/Classes/url.hpp: In function ‘bool is_wildcard(url, int)’: System/Classes/url.hpp:95: warning: deprecated conversion from string constant to ‘char*’ In file included from ./Typeset/Boxes/Animate/animate_boxes.cpp:13: Typeset/Boxes/composite.hpp: In member function ‘virtual concrete_composite_box_rep::operator tree()’: Typeset/Boxes/composite.hpp:67: warning: deprecated conversion from string constant to ‘char*’ In file included from ./Typeset/Boxes/Animate/animate_boxes.cpp:16: System/Files/file.hpp: In function ‘void system(string, url)’: System/Files/file.hpp:35: warning: deprecated conversion from string constant to ‘char*’ System/Files/file.hpp: In function ‘void system(string, url, url)’: System/Files/file.hpp:37: warning: deprecated conversion from string constant to ‘char*’ System/Files/file.hpp:37: warning: deprecated conversion from string constant to ‘char*’ System/Files/file.hpp: In function ‘void system(string, url, char*)’: System/Files/file.hpp:39: warning: deprecated conversion from string constant to ‘char*’ System/Files/file.hpp:39: warning: deprecated conversion from string constant to ‘char*’ System/Files/file.hpp: In function ‘void system(string, url, char*, url)’: System/Files/file.hpp:41: warning: deprecated conversion from string constant to ‘char*’ System/Files/file.hpp:41: warning: deprecated conversion from string constant to ‘char*’ System/Files/file.hpp:42: warning: deprecated conversion from string constant to ‘char*’ System/Files/file.hpp: In function ‘string eval_system(string, url)’: System/Files/file.hpp:44: warning: deprecated conversion from string constant to ‘char*’ System/Files/file.hpp: In function ‘string eval_system(string, url, url)’: System/Files/file.hpp:46: warning: deprecated conversion from string constant to ‘char*’ System/Files/file.hpp:46: warning: deprecated conversion from string constant to ‘char*’ System/Files/file.hpp: In function ‘void move(url, url)’: System/Files/file.hpp:47: warning: deprecated conversion from string constant to ‘char*’ System/Files/file.hpp: In function ‘void copy(url, url)’: System/Files/file.hpp:48: warning: deprecated conversion from string constant to ‘char*’ System/Files/file.hpp: In function ‘void append(url, url)’: System/Files/file.hpp:49: warning: deprecated conversion from string constant to ‘char*’ System/Files/file.hpp:49: warning: deprecated conversion from string constant to ‘char*’ System/Files/file.hpp: In function ‘void remove(url)’: System/Files/file.hpp:50: warning: deprecated conversion from string constant to ‘char*’ System/Files/file.hpp: In function ‘void mkdir(url)’: System/Files/file.hpp:54: warning: deprecated conversion from string constant to ‘char*’ ./Typeset/Boxes/Animate/animate_boxes.cpp: In member function ‘virtual anim_constant_box_rep::operator tree()’: ./Typeset/Boxes/Animate/animate_boxes.cpp:51: warning: deprecated conversion from string constant to ‘char*’ ./Typeset/Boxes/Animate/animate_boxes.cpp: In member function ‘virtual anim_compose_box_rep::operator tree()’: ./Typeset/Boxes/Animate/animate_boxes.cpp:122: warning: deprecated conversion from string constant to ‘char*’ ./Typeset/Boxes/Animate/animate_boxes.cpp: In constructor ‘anim_compose_box_rep::anim_compose_box_rep(path, array)’: ./Typeset/Boxes/Animate/animate_boxes.cpp:153: warning: deprecated conversion from string constant to ‘char*’ ./Typeset/Boxes/Animate/animate_boxes.cpp:153: warning: deprecated conversion from string constant to ‘char*’ ./Typeset/Boxes/Animate/animate_boxes.cpp:153: warning: deprecated conversion from string constant to ‘char*’ ./Typeset/Boxes/Animate/animate_boxes.cpp: In member function ‘virtual anim_repeat_box_rep::operator tree()’: ./Typeset/Boxes/Animate/animate_boxes.cpp:305: warning: deprecated conversion from string constant to ‘char*’ ./Typeset/Boxes/Animate/animate_boxes.cpp: In member function ‘virtual anim_effect_box_rep::operator tree()’: ./Typeset/Boxes/Animate/animate_boxes.cpp:366: warning: deprecated conversion from string constant to ‘char*’ ./Typeset/Boxes/Animate/animate_boxes.cpp: In member function ‘virtual anim_translate_box_rep::operator tree()’: ./Typeset/Boxes/Animate/animate_boxes.cpp:461: warning: deprecated conversion from string constant to ‘char*’ ./Typeset/Boxes/Animate/animate_boxes.cpp: In member function ‘virtual anim_progressive_box_rep::operator tree()’: ./Typeset/Boxes/Animate/animate_boxes.cpp:476: warning: deprecated conversion from string constant to ‘char*’ ./Typeset/Boxes/Animate/animate_boxes.cpp: In member function ‘virtual sound_box_rep::operator tree()’: ./Typeset/Boxes/Animate/animate_boxes.cpp:498: warning: deprecated conversion from string constant to ‘char*’ ./Typeset/Boxes/Animate/animate_boxes.cpp: In member function ‘void sound_box_rep::play_sound()’: ./Typeset/Boxes/Animate/animate_boxes.cpp:502: warning: deprecated conversion from string constant to ‘char*’ ./Typeset/Boxes/Animate/animate_boxes.cpp:503: warning: deprecated conversion from string constant to ‘char*’ ./Typeset/Boxes/Animate/animate_boxes.cpp:503: warning: deprecated conversion from string constant to ‘char*’ ./Typeset/Boxes/Animate/animate_boxes.cpp: At global scope: ./Typeset/Boxes/Animate/animate_boxes.cpp:518: warning: deprecated conversion from string constant to ‘char*’ ./Typeset/Boxes/Animate/animate_boxes.cpp: In function ‘url decompose_gif(url)’: ./Typeset/Boxes/Animate/animate_boxes.cpp:522: warning: deprecated conversion from string constant to ‘char*’ ./Typeset/Boxes/Animate/animate_boxes.cpp:525: warning: deprecated conversion from string constant to ‘char*’ ./Typeset/Boxes/Animate/animate_boxes.cpp:526: warning: deprecated conversion from string constant to ‘char*’ ./Typeset/Boxes/Animate/animate_boxes.cpp:527: warning: deprecated conversion from string constant to ‘char*’ ./Typeset/Boxes/Animate/animate_boxes.cpp:533: warning: deprecated conversion from string constant to ‘char*’ ./Typeset/Boxes/Animate/animate_boxes.cpp:533: warning: deprecated conversion from string constant to ‘char*’ x86_64-pc-linux-gnu-g++ -ISystem -ISystem/Boot -ISystem/Classes -ISystem/Files -ISystem/Link -ISystem/Misc -IClasses/Abstract -IClasses/Atomic -IClasses/Compound -IData/Drd -IData/String -IData/Tree -IData/Convert -IGuile -I/usr/include/freetype2 -pthread -Wall -Wno-return-type -O3 -fexpensive-optimizations -fno-rtti -fno-exceptions -c ./Classes/Compound/array.cpp -o Objects/array.o x86_64-pc-linux-gnu-g++ -ISystem -ISystem/Boot -ISystem/Classes -ISystem/Files -ISystem/Link -ISystem/Misc -IClasses/Abstract -IClasses/Atomic -IClasses/Compound -IData/Drd -IData/String -IData/Tree -IData/Convert -IGuile -IResource -IWindow -IPlugins -I/usr/include/freetype2 -pthread -Wall -Wno-return-type -O3 -fexpensive-optimizations -fno-rtti -fno-exceptions -c ./Window/Widget/Composite/array_widget.cpp -o Objects/array_widget.o In file included from Window/event.hpp:15, from Window/widget.hpp:15, from Window/Widget/basic_widget.hpp:15, from Window/Widget/composite_widget.hpp:15, from ./Window/Widget/Composite/array_widget.cpp:16: Classes/Atomic/tree.hpp: In function ‘string as_string(tree)’: Classes/Atomic/tree.hpp:216: warning: deprecated conversion from string constant to ‘char*’ Classes/Atomic/tree.hpp: In function ‘tree as_tree(T) [with T = void*]’: Classes/Atomic/tree.hpp:219: warning: deprecated conversion from string constant to ‘char*’ In file included from Window/widget.hpp:16, from Window/Widget/basic_widget.hpp:15, from Window/Widget/composite_widget.hpp:15, from ./Window/Widget/Composite/array_widget.cpp:16: System/Classes/url.hpp: In function ‘url url_none()’: System/Classes/url.hpp:62: warning: deprecated conversion from string constant to ‘char*’ System/Classes/url.hpp: In function ‘url url_here()’: System/Classes/url.hpp:63: warning: deprecated conversion from string constant to ‘char*’ System/Classes/url.hpp: In function ‘url url_parent()’: System/Classes/url.hpp:64: warning: deprecated conversion from string constant to ‘char*’ System/Classes/url.hpp: In function ‘url url_pwd()’: System/Classes/url.hpp:65: warning: deprecated conversion from string constant to ‘char*’ System/Classes/url.hpp: In function ‘bool is_none(url)’: System/Classes/url.hpp:81: warning: deprecated conversion from string constant to ‘char*’ System/Classes/url.hpp: In function ‘bool is_here(url)’: System/Classes/url.hpp:82: warning: deprecated conversion from string constant to ‘char*’ System/Classes/url.hpp: In function ‘bool is_parent(url)’: System/Classes/url.hpp:83: warning: deprecated conversion from string constant to ‘char*’ System/Classes/url.hpp: In function ‘bool is_concat(url)’: System/Classes/url.hpp:85: warning: deprecated conversion from string constant to ‘char*’ System/Classes/url.hpp: In function ‘bool is_or(url)’: System/Classes/url.hpp:86: warning: deprecated conversion from string constant to ‘char*’ System/Classes/url.hpp: In function ‘bool is_root(url)’: System/Classes/url.hpp:88: warning: deprecated conversion from string constant to ‘char*’ System/Classes/url.hpp: In function ‘bool is_root_web(url)’: System/Classes/url.hpp:92: warning: deprecated conversion from string constant to ‘char*’ System/Classes/url.hpp:92: warning: deprecated conversion from string constant to ‘char*’ System/Classes/url.hpp: In function ‘bool is_wildcard(url)’: System/Classes/url.hpp:93: warning: deprecated conversion from string constant to ‘char*’ System/Classes/url.hpp: In function ‘bool is_wildcard(url, int)’: System/Classes/url.hpp:95: warning: deprecated conversion from string constant to ‘char*’ ./Window/Widget/Composite/array_widget.cpp: In member function ‘virtual horizontal_array_rep::operator tree()’: ./Window/Widget/Composite/array_widget.cpp:48: warning: deprecated conversion from string constant to ‘char*’ x86_64-pc-linux-gnu-g++ -ISystem -ISystem/Boot -ISystem/Classes -ISystem/Files -ISystem/Link -ISystem/Misc -IClasses/Abstract -IClasses/Atomic -IClasses/Compound -IData/Drd -IData/String -IData/Tree -IData/Convert -IGuile -IResource -IWindow -IPlugins -I/usr/include/freetype2 -pthread -Wall -Wno-return-type -O3 -fexpensive-optimizations -fno-rtti -fno-exceptions -c ./Window/Event/attribute_event.cpp -o Objects/attribute_event.o In file included from Window/event.hpp:15, from Window/Event/attribute_event.hpp:15, from ./Window/Event/attribute_event.cpp:13: Classes/Atomic/tree.hpp: In function ‘string as_string(tree)’: Classes/Atomic/tree.hpp:216: warning: deprecated conversion from string constant to ‘char*’ Classes/Atomic/tree.hpp: In function ‘tree as_tree(T) [with T = void*]’: Classes/Atomic/tree.hpp:219: warning: deprecated conversion from string constant to ‘char*’ In file included from Window/ps_device.hpp:16, from ./Window/Event/attribute_event.cpp:14: System/Classes/url.hpp: In function ‘url url_none()’: System/Classes/url.hpp:62: warning: deprecated conversion from string constant to ‘char*’ System/Classes/url.hpp: In function ‘url url_here()’: System/Classes/url.hpp:63: warning: deprecated conversion from string constant to ‘char*’ System/Classes/url.hpp: In function ‘url url_parent()’: System/Classes/url.hpp:64: warning: deprecated conversion from string constant to ‘char*’ System/Classes/url.hpp: In function ‘url url_pwd()’: System/Classes/url.hpp:65: warning: deprecated conversion from string constant to ‘char*’ System/Classes/url.hpp: In function ‘bool is_none(url)’: System/Classes/url.hpp:81: warning: deprecated conversion from string constant to ‘char*’ System/Classes/url.hpp: In function ‘bool is_here(url)’: System/Classes/url.hpp:82: warning: deprecated conversion from string constant to ‘char*’ System/Classes/url.hpp: In function ‘bool is_parent(url)’: System/Classes/url.hpp:83: warning: deprecated conversion from string constant to ‘char*’ System/Classes/url.hpp: In function ‘bool is_concat(url)’: System/Classes/url.hpp:85: warning: deprecated conversion from string constant to ‘char*’ System/Classes/url.hpp: In function ‘bool is_or(url)’: System/Classes/url.hpp:86: warning: deprecated conversion from string constant to ‘char*’ System/Classes/url.hpp: In function ‘bool is_root(url)’: System/Classes/url.hpp:88: warning: deprecated conversion from string constant to ‘char*’ System/Classes/url.hpp: In function ‘bool is_root_web(url)’: System/Classes/url.hpp:92: warning: deprecated conversion from string constant to ‘char*’ System/Classes/url.hpp:92: warning: deprecated conversion from string constant to ‘char*’ System/Classes/url.hpp: In function ‘bool is_wildcard(url)’: System/Classes/url.hpp:93: warning: deprecated conversion from string constant to ‘char*’ System/Classes/url.hpp: In function ‘bool is_wildcard(url, int)’: System/Classes/url.hpp:95: warning: deprecated conversion from string constant to ‘char*’ ./Window/Event/attribute_event.cpp: In member function ‘virtual get_integer_event_rep::operator tree()’: ./Window/Event/attribute_event.cpp:23: warning: deprecated conversion from string constant to ‘char*’ ./Window/Event/attribute_event.cpp: In member function ‘virtual get_double_event_rep::operator tree()’: ./Window/Event/attribute_event.cpp:30: warning: deprecated conversion from string constant to ‘char*’ ./Window/Event/attribute_event.cpp: In member function ‘virtual get_string_event_rep::operator tree()’: ./Window/Event/attribute_event.cpp:37: warning: deprecated conversion from string constant to ‘char*’ ./Window/Event/attribute_event.cpp: In member function ‘virtual get_coord1_event_rep::operator tree()’: ./Window/Event/attribute_event.cpp:44: warning: deprecated conversion from string constant to ‘char*’ ./Window/Event/attribute_event.cpp: In member function ‘virtual get_coord2_event_rep::operator tree()’: ./Window/Event/attribute_event.cpp:51: warning: deprecated conversion from string constant to ‘char*’ ./Window/Event/attribute_event.cpp: In member function ‘virtual get_coord3_event_rep::operator tree()’: ./Window/Event/attribute_event.cpp:59: warning: deprecated conversion from string constant to ‘char*’ ./Window/Event/attribute_event.cpp: In member function ‘virtual get_coord4_event_rep::operator tree()’: ./Window/Event/attribute_event.cpp:67: warning: deprecated conversion from string constant to ‘char*’ ./Window/Event/attribute_event.cpp: In member function ‘virtual set_integer_event_rep::operator tree()’: ./Window/Event/attribute_event.cpp:78: warning: deprecated conversion from string constant to ‘char*’ ./Window/Event/attribute_event.cpp: In member function ‘virtual set_double_event_rep::operator tree()’: ./Window/Event/attribute_event.cpp:85: warning: deprecated conversion from string constant to ‘char*’ ./Window/Event/attribute_event.cpp: In member function ‘virtual set_string_event_rep::operator tree()’: ./Window/Event/attribute_event.cpp:92: warning: deprecated conversion from string constant to ‘char*’ ./Window/Event/attribute_event.cpp: In member function ‘virtual set_coord1_event_rep::operator tree()’: ./Window/Event/attribute_event.cpp:99: warning: deprecated conversion from string constant to ‘char*’ ./Window/Event/attribute_event.cpp: In member function ‘virtual set_coord2_event_rep::operator tree()’: ./Window/Event/attribute_event.cpp:107: warning: deprecated conversion from string constant to ‘char*’ ./Window/Event/attribute_event.cpp: In member function ‘virtual set_coord3_event_rep::operator tree()’: ./Window/Event/attribute_event.cpp:115: warning: deprecated conversion from string constant to ‘char*’ ./Window/Event/attribute_event.cpp: In member function ‘virtual set_coord4_event_rep::operator tree()’: ./Window/Event/attribute_event.cpp:126: warning: deprecated conversion from string constant to ‘char*’ x86_64-pc-linux-gnu-g++ -ISystem -ISystem/Boot -ISystem/Classes -ISystem/Files -ISystem/Link -ISystem/Misc -IClasses/Abstract -IClasses/Atomic -IClasses/Compound -IData/Drd -IData/String -IData/Tree -IData/Convert -IGuile -IResource -IWindow -IPlugins -I/usr/include/freetype2 -pthread -Wall -Wno-return-type -O3 -fexpensive-optimizations -fno-rtti -fno-exceptions -c ./Window/Widget/Attribute/attribute_widget.cpp -o Objects/attribute_widget.o In file included from Window/event.hpp:15, from Window/widget.hpp:15, from Window/Widget/basic_widget.hpp:15, from Window/Widget/attribute_widget.hpp:15, from ./Window/Widget/Attribute/attribute_widget.cpp:14: Classes/Atomic/tree.hpp: In function ‘string as_string(tree)’: Classes/Atomic/tree.hpp:216: warning: deprecated conversion from string constant to ‘char*’ Classes/Atomic/tree.hpp: In function ‘tree as_tree(T) [with T = void*]’: Classes/Atomic/tree.hpp:219: warning: deprecated conversion from string constant to ‘char*’ In file included from Window/widget.hpp:16, from Window/Widget/basic_widget.hpp:15, from Window/Widget/attribute_widget.hpp:15, from ./Window/Widget/Attribute/attribute_widget.cpp:14: System/Classes/url.hpp: In function ‘url url_none()’: System/Classes/url.hpp:62: warning: deprecated conversion from string constant to ‘char*’ System/Classes/url.hpp: In function ‘url url_here()’: System/Classes/url.hpp:63: warning: deprecated conversion from string constant to ‘char*’ System/Classes/url.hpp: In function ‘url url_parent()’: System/Classes/url.hpp:64: warning: deprecated conversion from string constant to ‘char*’ System/Classes/url.hpp: In function ‘url url_pwd()’: System/Classes/url.hpp:65: warning: deprecated conversion from string constant to ‘char*’ System/Classes/url.hpp: In function ‘bool is_none(url)’: System/Classes/url.hpp:81: warning: deprecated conversion from string constant to ‘char*’ System/Classes/url.hpp: In function ‘bool is_here(url)’: System/Classes/url.hpp:82: warning: deprecated conversion from string constant to ‘char*’ System/Classes/url.hpp: In function ‘bool is_parent(url)’: System/Classes/url.hpp:83: warning: deprecated conversion from string constant to ‘char*’ System/Classes/url.hpp: In function ‘bool is_concat(url)’: System/Classes/url.hpp:85: warning: deprecated conversion from string constant to ‘char*’ System/Classes/url.hpp: In function ‘bool is_or(url)’: System/Classes/url.hpp:86: warning: deprecated conversion from string constant to ‘char*’ System/Classes/url.hpp: In function ‘bool is_root(url)’: System/Classes/url.hpp:88: warning: deprecated conversion from string constant to ‘char*’ System/Classes/url.hpp: In function ‘bool is_root_web(url)’: System/Classes/url.hpp:92: warning: deprecated conversion from string constant to ‘char*’ System/Classes/url.hpp:92: warning: deprecated conversion from string constant to ‘char*’ System/Classes/url.hpp: In function ‘bool is_wildcard(url)’: System/Classes/url.hpp:93: warning: deprecated conversion from string constant to ‘char*’ System/Classes/url.hpp: In function ‘bool is_wildcard(url, int)’: System/Classes/url.hpp:95: warning: deprecated conversion from string constant to ‘char*’ ./Window/Widget/Attribute/attribute_widget.cpp: In member function ‘virtual void attribute_widget_rep::handle_get_integer(get_integer_event)’: ./Window/Widget/Attribute/attribute_widget.cpp:34: warning: deprecated conversion from string constant to ‘char*’ ./Window/Widget/Attribute/attribute_widget.cpp:34: warning: deprecated conversion from string constant to ‘char*’ ./Window/Widget/Attribute/attribute_widget.cpp:34: warning: deprecated conversion from string constant to ‘char*’ ./Window/Widget/Attribute/attribute_widget.cpp: In member function ‘virtual void attribute_widget_rep::handle_get_double(get_double_event)’: ./Window/Widget/Attribute/attribute_widget.cpp:39: warning: deprecated conversion from string constant to ‘char*’ ./Window/Widget/Attribute/attribute_widget.cpp:39: warning: deprecated conversion from string constant to ‘char*’ ./Window/Widget/Attribute/attribute_widget.cpp:39: warning: deprecated conversion from string constant to ‘char*’ ./Window/Widget/Attribute/attribute_widget.cpp: In member function ‘virtual void attribute_widget_rep::handle_get_string(get_string_event)’: ./Window/Widget/Attribute/attribute_widget.cpp:44: warning: deprecated conversion from string constant to ‘char*’ ./Window/Widget/Attribute/attribute_widget.cpp:44: warning: deprecated conversion from string constant to ‘char*’ ./Window/Widget/Attribute/attribute_widget.cpp:44: warning: deprecated conversion from string constant to ‘char*’ ./Window/Widget/Attribute/attribute_widget.cpp: In member function ‘virtual void attribute_widget_rep::handle_get_coord1(get_coord1_event)’: ./Window/Widget/Attribute/attribute_widget.cpp:49: warning: deprecated conversion from string constant to ‘char*’ ./Window/Widget/Attribute/attribute_widget.cpp:49: warning: deprecated conversion from string constant to ‘char*’ ./Window/Widget/Attribute/attribute_widget.cpp:49: warning: deprecated conversion from string constant to ‘char*’ ./Window/Widget/Attribute/attribute_widget.cpp: In member function ‘virtual void attribute_widget_rep::handle_get_coord2(get_coord2_event)’: ./Window/Widget/Attribute/attribute_widget.cpp:54: warning: deprecated conversion from string constant to ‘char*’ ./Window/Widget/Attribute/attribute_widget.cpp:54: warning: deprecated conversion from string constant to ‘char*’ ./Window/Widget/Attribute/attribute_widget.cpp:54: warning: deprecated conversion from string constant to ‘char*’ ./Window/Widget/Attribute/attribute_widget.cpp: In member function ‘virtual void attribute_widget_rep::handle_get_coord3(get_coord3_event)’: ./Window/Widget/Attribute/attribute_widget.cpp:59: warning: deprecated conversion from string constant to ‘char*’ ./Window/Widget/Attribute/attribute_widget.cpp:59: warning: deprecated conversion from string constant to ‘char*’ ./Window/Widget/Attribute/attribute_widget.cpp:59: warning: deprecated conversion from string constant to ‘char*’ ./Window/Widget/Attribute/attribute_widget.cpp: In member function ‘virtual void attribute_widget_rep::handle_get_coord4(get_coord4_event)’: ./Window/Widget/Attribute/attribute_widget.cpp:64: warning: deprecated conversion from string constant to ‘char*’ ./Window/Widget/Attribute/attribute_widget.cpp:64: warning: deprecated conversion from string constant to ‘char*’ ./Window/Widget/Attribute/attribute_widget.cpp:64: warning: deprecated conversion from string constant to ‘char*’ ./Window/Widget/Attribute/attribute_widget.cpp: In member function ‘virtual void attribute_widget_rep::handle_set_integer(set_integer_event)’: ./Window/Widget/Attribute/attribute_widget.cpp:73: warning: deprecated conversion from string constant to ‘char*’ ./Window/Widget/Attribute/attribute_widget.cpp:73: warning: deprecated conversion from string constant to ‘char*’ ./Window/Widget/Attribute/attribute_widget.cpp:73: warning: deprecated conversion from string constant to ‘char*’ ./Window/Widget/Attribute/attribute_widget.cpp: In member function ‘virtual void attribute_widget_rep::handle_set_double(set_double_event)’: ./Window/Widget/Attribute/attribute_widget.cpp:78: warning: deprecated conversion from string constant to ‘char*’ ./Window/Widget/Attribute/attribute_widget.cpp:78: warning: deprecated conversion from string constant to ‘char*’ ./Window/Widget/Attribute/attribute_widget.cpp:78: warning: deprecated conversion from string constant to ‘char*’ ./Window/Widget/Attribute/attribute_widget.cpp: In member function ‘virtual void attribute_widget_rep::handle_set_string(set_string_event)’: ./Window/Widget/Attribute/attribute_widget.cpp:83: warning: deprecated conversion from string constant to ‘char*’ ./Window/Widget/Attribute/attribute_widget.cpp:83: warning: deprecated conversion from string constant to ‘char*’ ./Window/Widget/Attribute/attribute_widget.cpp:83: warning: deprecated conversion from string constant to ‘char*’ ./Window/Widget/Attribute/attribute_widget.cpp: In member function ‘virtual void attribute_widget_rep::handle_set_coord1(set_coord1_event)’: ./Window/Widget/Attribute/attribute_widget.cpp:88: warning: deprecated conversion from string constant to ‘char*’ ./Window/Widget/Attribute/attribute_widget.cpp:88: warning: deprecated conversion from string constant to ‘char*’ ./Window/Widget/Attribute/attribute_widget.cpp:88: warning: deprecated conversion from string constant to ‘char*’ ./Window/Widget/Attribute/attribute_widget.cpp: In member function ‘virtual void attribute_widget_rep::handle_set_coord2(set_coord2_event)’: ./Window/Widget/Attribute/attribute_widget.cpp:93: warning: deprecated conversion from string constant to ‘char*’ ./Window/Widget/Attribute/attribute_widget.cpp:93: warning: deprecated conversion from string constant to ‘char*’ ./Window/Widget/Attribute/attribute_widget.cpp:93: warning: deprecated conversion from string constant to ‘char*’ ./Window/Widget/Attribute/attribute_widget.cpp: In member function ‘virtual void attribute_widget_rep::handle_set_coord3(set_coord3_event)’: ./Window/Widget/Attribute/attribute_widget.cpp:98: warning: deprecated conversion from string constant to ‘char*’ ./Window/Widget/Attribute/attribute_widget.cpp:98: warning: deprecated conversion from string constant to ‘char*’ ./Window/Widget/Attribute/attribute_widget.cpp:98: warning: deprecated conversion from string constant to ‘char*’ ./Window/Widget/Attribute/attribute_widget.cpp: In member function ‘virtual void attribute_widget_rep::handle_set_coord4(set_coord4_event)’: ./Window/Widget/Attribute/attribute_widget.cpp:103: warning: deprecated conversion from string constant to ‘char*’ ./Window/Widget/Attribute/attribute_widget.cpp:103: warning: deprecated conversion from string constant to ‘char*’ ./Window/Widget/Attribute/attribute_widget.cpp:103: warning: deprecated conversion from string constant to ‘char*’ x86_64-pc-linux-gnu-g++ -ISystem -ISystem/Boot -ISystem/Classes -ISystem/Files -ISystem/Link -ISystem/Misc -IClasses/Abstract -IClasses/Atomic -IClasses/Compound -IData/Drd -IData/String -IData/Tree -IData/Convert -IGuile -IResource -IWindow -IPlugins -I/usr/include/freetype2 -pthread -Wall -Wno-return-type -O3 -fexpensive-optimizations -fno-rtti -fno-exceptions -c ./Window/Widget/Misc/balloon_widget.cpp -o Objects/balloon_widget.o In file included from Window/event.hpp:15, from Window/widget.hpp:15, from Window/Widget/basic_widget.hpp:15, from ./Window/Widget/Misc/balloon_widget.cpp:13: Classes/Atomic/tree.hpp: In function ‘string as_string(tree)’: Classes/Atomic/tree.hpp:216: warning: deprecated conversion from string constant to ‘char*’ Classes/Atomic/tree.hpp: In function ‘tree as_tree(T) [with T = void*]’: Classes/Atomic/tree.hpp:219: warning: deprecated conversion from string constant to ‘char*’ In file included from Window/widget.hpp:16, from Window/Widget/basic_widget.hpp:15, from ./Window/Widget/Misc/balloon_widget.cpp:13: System/Classes/url.hpp: In function ‘url url_none()’: System/Classes/url.hpp:62: warning: deprecated conversion from string constant to ‘char*’ System/Classes/url.hpp: In function ‘url url_here()’: System/Classes/url.hpp:63: warning: deprecated conversion from string constant to ‘char*’ System/Classes/url.hpp: In function ‘url url_parent()’: System/Classes/url.hpp:64: warning: deprecated conversion from string constant to ‘char*’ System/Classes/url.hpp: In function ‘url url_pwd()’: System/Classes/url.hpp:65: warning: deprecated conversion from string constant to ‘char*’ System/Classes/url.hpp: In function ‘bool is_none(url)’: System/Classes/url.hpp:81: warning: deprecated conversion from string constant to ‘char*’ System/Classes/url.hpp: In function ‘bool is_here(url)’: System/Classes/url.hpp:82: warning: deprecated conversion from string constant to ‘char*’ System/Classes/url.hpp: In function ‘bool is_parent(url)’: System/Classes/url.hpp:83: warning: deprecated conversion from string constant to ‘char*’ System/Classes/url.hpp: In function ‘bool is_concat(url)’: System/Classes/url.hpp:85: warning: deprecated conversion from string constant to ‘char*’ System/Classes/url.hpp: In function ‘bool is_or(url)’: System/Classes/url.hpp:86: warning: deprecated conversion from string constant to ‘char*’ System/Classes/url.hpp: In function ‘bool is_root(url)’: System/Classes/url.hpp:88: warning: deprecated conversion from string constant to ‘char*’ System/Classes/url.hpp: In function ‘bool is_root_web(url)’: System/Classes/url.hpp:92: warning: deprecated conversion from string constant to ‘char*’ System/Classes/url.hpp:92: warning: deprecated conversion from string constant to ‘char*’ System/Classes/url.hpp: In function ‘bool is_wildcard(url)’: System/Classes/url.hpp:93: warning: deprecated conversion from string constant to ‘char*’ System/Classes/url.hpp: In function ‘bool is_wildcard(url, int)’: System/Classes/url.hpp:95: warning: deprecated conversion from string constant to ‘char*’ ./Window/Widget/Misc/balloon_widget.cpp: In member function ‘virtual balloon_widget_rep::operator tree()’: ./Window/Widget/Misc/balloon_widget.cpp:43: warning: deprecated conversion from string constant to ‘char*’ ./Window/Widget/Misc/balloon_widget.cpp: In member function ‘void balloon_widget_rep::balloon_handle_mouse(mouse_event)’: ./Window/Widget/Misc/balloon_widget.cpp:50: warning: deprecated conversion from string constant to ‘char*’ ./Window/Widget/Misc/balloon_widget.cpp:50: warning: deprecated conversion from string constant to ‘char*’ ./Window/Widget/Misc/balloon_widget.cpp: In member function ‘virtual balloon_decoration_widget_rep::operator tree()’: ./Window/Widget/Misc/balloon_widget.cpp:103: warning: deprecated conversion from string constant to ‘char*’ x86_64-pc-linux-gnu-g++ -ISystem -ISystem/Boot -ISystem/Classes -ISystem/Files -ISystem/Link -ISystem/Misc -IClasses/Abstract -IClasses/Atomic -IClasses/Compound -IData/Drd -IData/String -IData/Tree -IData/Convert -IGuile -I/usr/include/freetype2 -pthread -Wall -Wno-return-type -O3 -fexpensive-optimizations -fno-rtti -fno-exceptions -c ./Classes/Abstract/basic.cpp -o Objects/basic.o x86_64-pc-linux-gnu-g++ -ISystem -ISystem/Boot -ISystem/Classes -ISystem/Files -ISystem/Link -ISystem/Misc -IClasses/Abstract -IClasses/Atomic -IClasses/Compound -IData/Drd -IData/String -IData/Tree -IData/Convert -IGuile -IResource -IWindow -ITypeset -ITypeset/Bridge -ITypeset/Concat -ITypeset/Page -IEdit -I/usr/include/freetype2 -pthread -Wall -Wno-return-type -O3 -fexpensive-optimizations -fno-rtti -fno-exceptions -c ./Typeset/Boxes/Basic/basic_boxes.cpp -o Objects/basic_boxes.o In file included from Classes/Compound/list.hpp:15, from Classes/Atomic/rectangles.hpp:16, from Typeset/boxes.hpp:17, from ./Typeset/Boxes/Basic/basic_boxes.cpp:16: Classes/Atomic/tree.hpp: In function ‘string as_string(tree)’: Classes/Atomic/tree.hpp:216: warning: deprecated conversion from string constant to ‘char*’ Classes/Atomic/tree.hpp: In function ‘tree as_tree(T) [with T = void*]’: Classes/Atomic/tree.hpp:219: warning: deprecated conversion from string constant to ‘char*’ In file included from Window/ps_device.hpp:16, from Typeset/boxes.hpp:19, from ./Typeset/Boxes/Basic/basic_boxes.cpp:16: System/Classes/url.hpp: In function ‘url url_none()’: System/Classes/url.hpp:62: warning: deprecated conversion from string constant to ‘char*’ System/Classes/url.hpp: In function ‘url url_here()’: System/Classes/url.hpp:63: warning: deprecated conversion from string constant to ‘char*’ System/Classes/url.hpp: In function ‘url url_parent()’: System/Classes/url.hpp:64: warning: deprecated conversion from string constant to ‘char*’ System/Classes/url.hpp: In function ‘url url_pwd()’: System/Classes/url.hpp:65: warning: deprecated conversion from string constant to ‘char*’ System/Classes/url.hpp: In function ‘bool is_none(url)’: System/Classes/url.hpp:81: warning: deprecated conversion from string constant to ‘char*’ System/Classes/url.hpp: In function ‘bool is_here(url)’: System/Classes/url.hpp:82: warning: deprecated conversion from string constant to ‘char*’ System/Classes/url.hpp: In function ‘bool is_parent(url)’: System/Classes/url.hpp:83: warning: deprecated conversion from string constant to ‘char*’ System/Classes/url.hpp: In function ‘bool is_concat(url)’: System/Classes/url.hpp:85: warning: deprecated conversion from string constant to ‘char*’ System/Classes/url.hpp: In function ‘bool is_or(url)’: System/Classes/url.hpp:86: warning: deprecated conversion from string constant to ‘char*’ System/Classes/url.hpp: In function ‘bool is_root(url)’: System/Classes/url.hpp:88: warning: deprecated conversion from string constant to ‘char*’ System/Classes/url.hpp: In function ‘bool is_root_web(url)’: System/Classes/url.hpp:92: warning: deprecated conversion from string constant to ‘char*’ System/Classes/url.hpp:92: warning: deprecated conversion from string constant to ‘char*’ System/Classes/url.hpp: In function ‘bool is_wildcard(url)’: System/Classes/url.hpp:93: warning: deprecated conversion from string constant to ‘char*’ System/Classes/url.hpp: In function ‘bool is_wildcard(url, int)’: System/Classes/url.hpp:95: warning: deprecated conversion from string constant to ‘char*’ In file included from Typeset/formatter.hpp:18, from ./Typeset/Boxes/Basic/basic_boxes.cpp:17: Typeset/env.hpp: In member function ‘string edit_env_rep::get_string(string)’: Typeset/env.hpp:406: warning: deprecated conversion from string constant to ‘char*’ ./Typeset/Boxes/Basic/basic_boxes.cpp: In member function ‘virtual test_box_rep::operator tree()’: ./Typeset/Boxes/Basic/basic_boxes.cpp:26: warning: deprecated conversion from string constant to ‘char*’ ./Typeset/Boxes/Basic/basic_boxes.cpp: In member function ‘virtual line_box_rep::operator tree()’: ./Typeset/Boxes/Basic/basic_boxes.cpp:49: warning: deprecated conversion from string constant to ‘char*’ ./Typeset/Boxes/Basic/basic_boxes.cpp: In member function ‘virtual polygon_box_rep::operator tree()’: ./Typeset/Boxes/Basic/basic_boxes.cpp:86: warning: deprecated conversion from string constant to ‘char*’ ./Typeset/Boxes/Basic/basic_boxes.cpp: In member function ‘virtual arc_box_rep::operator tree()’: ./Typeset/Boxes/Basic/basic_boxes.cpp:129: warning: deprecated conversion from string constant to ‘char*’ ./Typeset/Boxes/Basic/basic_boxes.cpp: In member function ‘virtual image_box_rep::operator tree()’: ./Typeset/Boxes/Basic/basic_boxes.cpp:189: warning: deprecated conversion from string constant to ‘char*’ ./Typeset/Boxes/Basic/basic_boxes.cpp: In member function ‘virtual control_tree_box_rep::operator tree()’: ./Typeset/Boxes/Basic/basic_boxes.cpp:217: warning: deprecated conversion from string constant to ‘char*’ ./Typeset/Boxes/Basic/basic_boxes.cpp: In member function ‘virtual control_lazy_box_rep::operator tree()’: ./Typeset/Boxes/Basic/basic_boxes.cpp:226: warning: deprecated conversion from string constant to ‘char*’ x86_64-pc-linux-gnu-g++ -ISystem -ISystem/Boot -ISystem/Classes -ISystem/Files -ISystem/Link -ISystem/Misc -IClasses/Abstract -IClasses/Atomic -IClasses/Compound -IData/Drd -IData/String -IData/Tree -IData/Convert -IGuile -IResource -IWindow -IPlugins -I/usr/include/freetype2 -pthread -Wall -Wno-return-type -O3 -fexpensive-optimizations -fno-rtti -fno-exceptions -c ./Window/Event/basic_event.cpp -o Objects/basic_event.o In file included from Window/event.hpp:15, from Window/Event/basic_event.hpp:15, from ./Window/Event/basic_event.cpp:13: Classes/Atomic/tree.hpp: In function ‘string as_string(tree)’: Classes/Atomic/tree.hpp:216: warning: deprecated conversion from string constant to ‘char*’ Classes/Atomic/tree.hpp: In function ‘tree as_tree(T) [with T = void*]’: Classes/Atomic/tree.hpp:219: warning: deprecated conversion from string constant to ‘char*’ In file included from Window/widget.hpp:16, from Window/Event/basic_event.hpp:17, from ./Window/Event/basic_event.cpp:13: System/Classes/url.hpp: In function ‘url url_none()’: System/Classes/url.hpp:62: warning: deprecated conversion from string constant to ‘char*’ System/Classes/url.hpp: In function ‘url url_here()’: System/Classes/url.hpp:63: warning: deprecated conversion from string constant to ‘char*’ System/Classes/url.hpp: In function ‘url url_parent()’: System/Classes/url.hpp:64: warning: deprecated conversion from string constant to ‘char*’ System/Classes/url.hpp: In function ‘url url_pwd()’: System/Classes/url.hpp:65: warning: deprecated conversion from string constant to ‘char*’ System/Classes/url.hpp: In function ‘bool is_none(url)’: System/Classes/url.hpp:81: warning: deprecated conversion from string constant to ‘char*’ System/Classes/url.hpp: In function ‘bool is_here(url)’: System/Classes/url.hpp:82: warning: deprecated conversion from string constant to ‘char*’ System/Classes/url.hpp: In function ‘bool is_parent(url)’: System/Classes/url.hpp:83: warning: deprecated conversion from string constant to ‘char*’ System/Classes/url.hpp: In function ‘bool is_concat(url)’: System/Classes/url.hpp:85: warning: deprecated conversion from string constant to ‘char*’ System/Classes/url.hpp: In function ‘bool is_or(url)’: System/Classes/url.hpp:86: warning: deprecated conversion from string constant to ‘char*’ System/Classes/url.hpp: In function ‘bool is_root(url)’: System/Classes/url.hpp:88: warning: deprecated conversion from string constant to ‘char*’ System/Classes/url.hpp: In function ‘bool is_root_web(url)’: System/Classes/url.hpp:92: warning: deprecated conversion from string constant to ‘char*’ System/Classes/url.hpp:92: warning: deprecated conversion from string constant to ‘char*’ System/Classes/url.hpp: In function ‘bool is_wildcard(url)’: System/Classes/url.hpp:93: warning: deprecated conversion from string constant to ‘char*’ System/Classes/url.hpp: In function ‘bool is_wildcard(url, int)’: System/Classes/url.hpp:95: warning: deprecated conversion from string constant to ‘char*’ ./Window/Event/basic_event.cpp: In member function ‘virtual get_size_event_rep::operator tree()’: ./Window/Event/basic_event.cpp:23: warning: deprecated conversion from string constant to ‘char*’ ./Window/Event/basic_event.cpp:24: warning: deprecated conversion from string constant to ‘char*’ ./Window/Event/basic_event.cpp:25: warning: deprecated conversion from string constant to ‘char*’ ./Window/Event/basic_event.cpp: In member function ‘virtual get_widget_event_rep::operator tree()’: ./Window/Event/basic_event.cpp:32: warning: deprecated conversion from string constant to ‘char*’ ./Window/Event/basic_event.cpp: In member function ‘virtual set_widget_event_rep::operator tree()’: ./Window/Event/basic_event.cpp:39: warning: deprecated conversion from string constant to ‘char*’ ./Window/Event/basic_event.cpp: In member function ‘virtual set_language_event_rep::operator tree()’: ./Window/Event/basic_event.cpp:46: warning: deprecated conversion from string constant to ‘char*’ ./Window/Event/basic_event.cpp: In member function ‘virtual attach_window_event_rep::operator tree()’: ./Window/Event/basic_event.cpp:56: warning: deprecated conversion from string constant to ‘char*’ ./Window/Event/basic_event.cpp: In member function ‘virtual position_event_rep::operator tree()’: ./Window/Event/basic_event.cpp:67: warning: deprecated conversion from string constant to ‘char*’ ./Window/Event/basic_event.cpp:70: warning: deprecated conversion from string constant to ‘char*’ ./Window/Event/basic_event.cpp: In member function ‘virtual move_event_rep::operator tree()’: ./Window/Event/basic_event.cpp:78: warning: deprecated conversion from string constant to ‘char*’ ./Window/Event/basic_event.cpp: In member function ‘virtual resize_event_rep::operator tree()’: ./Window/Event/basic_event.cpp:84: warning: deprecated conversion from string constant to ‘char*’ ./Window/Event/basic_event.cpp: In member function ‘virtual destroy_event_rep::operator tree()’: ./Window/Event/basic_event.cpp:90: warning: deprecated conversion from string constant to ‘char*’ ./Window/Event/basic_event.cpp: In member function ‘virtual keypress_event_rep::operator tree()’: ./Window/Event/basic_event.cpp:101: warning: deprecated conversion from string constant to ‘char*’ ./Window/Event/basic_event.cpp: In member function ‘virtual keyboard_focus_event_rep::operator tree()’: ./Window/Event/basic_event.cpp:110: warning: deprecated conversion from string constant to ‘char*’ ./Window/Event/basic_event.cpp: In member function ‘virtual mouse_event_rep::operator tree()’: ./Window/Event/basic_event.cpp:119: warning: deprecated conversion from string constant to ‘char*’ ./Window/Event/basic_event.cpp: In member function ‘bool mouse_event_rep::pressed(string)’: ./Window/Event/basic_event.cpp:122: warning: deprecated conversion from string constant to ‘char*’ ./Window/Event/basic_event.cpp:123: warning: deprecated conversion from string constant to ‘char*’ ./Window/Event/basic_event.cpp:124: warning: deprecated conversion from string constant to ‘char*’ ./Window/Event/basic_event.cpp:125: warning: deprecated conversion from string constant to ‘char*’ ./Window/Event/basic_event.cpp:126: warning: deprecated conversion from string constant to ‘char*’ ./Window/Event/basic_event.cpp: In member function ‘virtual alarm_event_rep::operator tree()’: ./Window/Event/basic_event.cpp:136: warning: deprecated conversion from string constant to ‘char*’ ./Window/Event/basic_event.cpp: In member function ‘virtual clear_event_rep::operator tree()’: ./Window/Event/basic_event.cpp:149: warning: deprecated conversion from string constant to ‘char*’ ./Window/Event/basic_event.cpp: In member function ‘virtual repaint_event_rep::operator tree()’: ./Window/Event/basic_event.cpp:158: warning: deprecated conversion from string constant to ‘char*’ ./Window/Event/basic_event.cpp: In member function ‘virtual update_event_rep::operator tree()’: ./Window/Event/basic_event.cpp:168: warning: deprecated conversion from string constant to ‘char*’ ./Window/Event/basic_event.cpp: In member function ‘virtual invalidate_event_rep::operator tree()’: ./Window/Event/basic_event.cpp:179: warning: deprecated conversion from string constant to ‘char*’ ./Window/Event/basic_event.cpp:182: warning: deprecated conversion from string constant to ‘char*’ ./Window/Event/basic_event.cpp: In member function ‘virtual keyboard_grab_event_rep::operator tree()’: ./Window/Event/basic_event.cpp:191: warning: deprecated conversion from string constant to ‘char*’ ./Window/Event/basic_event.cpp: In member function ‘virtual mouse_grab_event_rep::operator tree()’: ./Window/Event/basic_event.cpp:198: warning: deprecated conversion from string constant to ‘char*’ ./Window/Event/basic_event.cpp: In member function ‘virtual request_alarm_event_rep::operator tree()’: ./Window/Event/basic_event.cpp:206: warning: deprecated conversion from string constant to ‘char*’ ./Window/Event/basic_event.cpp: In member function ‘virtual find_child_event_rep::operator tree()’: ./Window/Event/basic_event.cpp:218: warning: deprecated conversion from string constant to ‘char*’ ./Window/Event/basic_event.cpp: In function ‘tree as_tree(gravity)’: ./Window/Event/basic_event.cpp:234: warning: deprecated conversion from string constant to ‘char*’ ./Window/Event/basic_event.cpp:235: warning: deprecated conversion from string constant to ‘char*’ ./Window/Event/basic_event.cpp:236: warning: deprecated conversion from string constant to ‘char*’ ./Window/Event/basic_event.cpp:237: warning: deprecated conversion from string constant to ‘char*’ ./Window/Event/basic_event.cpp:238: warning: deprecated conversion from string constant to ‘char*’ ./Window/Event/basic_event.cpp:239: warning: deprecated conversion from string constant to ‘char*’ ./Window/Event/basic_event.cpp:240: warning: deprecated conversion from string constant to ‘char*’ ./Window/Event/basic_event.cpp:241: warning: deprecated conversion from string constant to ‘char*’ ./Window/Event/basic_event.cpp:242: warning: deprecated conversion from string constant to ‘char*’ ./Window/Event/basic_event.cpp:244: warning: deprecated conversion from string constant to ‘char*’ ./Window/Event/basic_event.cpp:244: warning: deprecated conversion from string constant to ‘char*’ ./Window/Event/basic_event.cpp:244: warning: deprecated conversion from string constant to ‘char*’ ./Window/Event/basic_event.cpp:245: warning: deprecated conversion from string constant to ‘char*’ x86_64-pc-linux-gnu-g++ -ISystem -ISystem/Boot -ISystem/Classes -ISystem/Files -ISystem/Link -ISystem/Misc -IClasses/Abstract -IClasses/Atomic -IClasses/Compound -IData/Drd -IData/String -IData/Tree -IData/Convert -IGuile -IResource -IWindow -IPlugins -I/usr/include/freetype2 -pthread -Wall -Wno-return-type -O3 -fexpensive-optimizations -fno-rtti -fno-exceptions -c ./Window/Widget/Basic/basic_widget.cpp -o Objects/basic_widget.o In file included from Window/event.hpp:15, from Window/widget.hpp:15, from Window/Widget/basic_widget.hpp:15, from ./Window/Widget/Basic/basic_widget.cpp:13: Classes/Atomic/tree.hpp: In function ‘string as_string(tree)’: Classes/Atomic/tree.hpp:216: warning: deprecated conversion from string constant to ‘char*’ Classes/Atomic/tree.hpp: In function ‘tree as_tree(T) [with T = void*]’: Classes/Atomic/tree.hpp:219: warning: deprecated conversion from string constant to ‘char*’ In file included from Window/widget.hpp:16, from Window/Widget/basic_widget.hpp:15, from ./Window/Widget/Basic/basic_widget.cpp:13: System/Classes/url.hpp: In function ‘url url_none()’: System/Classes/url.hpp:62: warning: deprecated conversion from string constant to ‘char*’ System/Classes/url.hpp: In function ‘url url_here()’: System/Classes/url.hpp:63: warning: deprecated conversion from string constant to ‘char*’ System/Classes/url.hpp: In function ‘url url_parent()’: System/Classes/url.hpp:64: warning: deprecated conversion from string constant to ‘char*’ System/Classes/url.hpp: In function ‘url url_pwd()’: System/Classes/url.hpp:65: warning: deprecated conversion from string constant to ‘char*’ System/Classes/url.hpp: In function ‘bool is_none(url)’: System/Classes/url.hpp:81: warning: deprecated conversion from string constant to ‘char*’ System/Classes/url.hpp: In function ‘bool is_here(url)’: System/Classes/url.hpp:82: warning: deprecated conversion from string constant to ‘char*’ System/Classes/url.hpp: In function ‘bool is_parent(url)’: System/Classes/url.hpp:83: warning: deprecated conversion from string constant to ‘char*’ System/Classes/url.hpp: In function ‘bool is_concat(url)’: System/Classes/url.hpp:85: warning: deprecated conversion from string constant to ‘char*’ System/Classes/url.hpp: In function ‘bool is_or(url)’: System/Classes/url.hpp:86: warning: deprecated conversion from string constant to ‘char*’ System/Classes/url.hpp: In function ‘bool is_root(url)’: System/Classes/url.hpp:88: warning: deprecated conversion from string constant to ‘char*’ System/Classes/url.hpp: In function ‘bool is_root_web(url)’: System/Classes/url.hpp:92: warning: deprecated conversion from string constant to ‘char*’ System/Classes/url.hpp:92: warning: deprecated conversion from string constant to ‘char*’ System/Classes/url.hpp: In function ‘bool is_wildcard(url)’: System/Classes/url.hpp:93: warning: deprecated conversion from string constant to ‘char*’ System/Classes/url.hpp: In function ‘bool is_wildcard(url, int)’: System/Classes/url.hpp:95: warning: deprecated conversion from string constant to ‘char*’ ./Window/Widget/Basic/basic_widget.cpp: In member function ‘virtual void basic_widget_rep::handle_get_widget(get_widget_event)’: ./Window/Widget/Basic/basic_widget.cpp:105: warning: deprecated conversion from string constant to ‘char*’ ./Window/Widget/Basic/basic_widget.cpp:105: warning: deprecated conversion from string constant to ‘char*’ ./Window/Widget/Basic/basic_widget.cpp:105: warning: deprecated conversion from string constant to ‘char*’ ./Window/Widget/Basic/basic_widget.cpp: In member function ‘virtual void basic_widget_rep::handle_set_widget(set_widget_event)’: ./Window/Widget/Basic/basic_widget.cpp:113: warning: deprecated conversion from string constant to ‘char*’ ./Window/Widget/Basic/basic_widget.cpp:113: warning: deprecated conversion from string constant to ‘char*’ ./Window/Widget/Basic/basic_widget.cpp:113: warning: deprecated conversion from string constant to ‘char*’ ./Window/Widget/Basic/basic_widget.cpp: In member function ‘virtual void basic_widget_rep::handle_attach_window(attach_window_event)’: ./Window/Widget/Basic/basic_widget.cpp:131: warning: deprecated conversion from string constant to ‘char*’ ./Window/Widget/Basic/basic_widget.cpp:131: warning: deprecated conversion from string constant to ‘char*’ ./Window/Widget/Basic/basic_widget.cpp:131: warning: deprecated conversion from string constant to ‘char*’ ./Window/Widget/Basic/basic_widget.cpp: In member function ‘virtual void basic_widget_rep::handle_mouse(mouse_event)’: ./Window/Widget/Basic/basic_widget.cpp:173: warning: deprecated conversion from string constant to ‘char*’ ./Window/Widget/Basic/basic_widget.cpp:176: warning: deprecated conversion from string constant to ‘char*’ ./Window/Widget/Basic/basic_widget.cpp:179: warning: deprecated conversion from string constant to ‘char*’ ./Window/Widget/Basic/basic_widget.cpp:180: warning: deprecated conversion from string constant to ‘char*’ ./Window/Widget/Basic/basic_widget.cpp:180: warning: deprecated conversion from string constant to ‘char*’ ./Window/Widget/Basic/basic_widget.cpp:180: warning: deprecated conversion from string constant to ‘char*’ ./Window/Widget/Basic/basic_widget.cpp: In function ‘void test_round(widget, string, SI)’: ./Window/Widget/Basic/basic_widget.cpp:254: warning: deprecated conversion from string constant to ‘char*’ ./Window/Widget/Basic/basic_widget.cpp:254: warning: deprecated conversion from string constant to ‘char*’ ./Window/Widget/Basic/basic_widget.cpp:255: warning: deprecated conversion from string constant to ‘char*’ ./Window/Widget/Basic/basic_widget.cpp:255: warning: deprecated conversion from string constant to ‘char*’ ./Window/Widget/Basic/basic_widget.cpp: In function ‘void test_window_attached(event, widget)’: ./Window/Widget/Basic/basic_widget.cpp:265: warning: deprecated conversion from string constant to ‘char*’ ./Window/Widget/Basic/basic_widget.cpp:265: warning: deprecated conversion from string constant to ‘char*’ ./Window/Widget/Basic/basic_widget.cpp:265: warning: deprecated conversion from string constant to ‘char*’ ./Window/Widget/Basic/basic_widget.cpp: In member function ‘virtual bool basic_widget_rep::handle(event)’: ./Window/Widget/Basic/basic_widget.cpp:294: warning: deprecated conversion from string constant to ‘char*’ ./Window/Widget/Basic/basic_widget.cpp:296: warning: deprecated conversion from string constant to ‘char*’ ./Window/Widget/Basic/basic_widget.cpp:297: warning: deprecated conversion from string constant to ‘char*’ ./Window/Widget/Basic/basic_widget.cpp:298: warning: deprecated conversion from string constant to ‘char*’ x86_64-pc-linux-gnu-g++ -ISystem -ISystem/Boot -ISystem/Classes -ISystem/Files -ISystem/Link -ISystem/Misc -IClasses/Abstract -IClasses/Atomic -IClasses/Compound -IData/Drd -IData/String -IData/Tree -IData/Convert -IGuile -IResource -IWindow -IPlugins -I/usr/include/freetype2 -pthread -Wall -Wno-return-type -O3 -fexpensive-optimizations -fno-rtti -fno-exceptions -c ./Plugins/Bibtex/bibtex.cpp -o Objects/bibtex.o In file included from Plugins/Bibtex/bibtex.hpp:15, from ./Plugins/Bibtex/bibtex.cpp:13: Classes/Atomic/tree.hpp: In function ‘string as_string(tree)’: Classes/Atomic/tree.hpp:216: warning: deprecated conversion from string constant to ‘char*’ Classes/Atomic/tree.hpp: In function ‘tree as_tree(T) [with T = void*]’: Classes/Atomic/tree.hpp:219: warning: deprecated conversion from string constant to ‘char*’ In file included from System/Files/file.hpp:15, from ./Plugins/Bibtex/bibtex.cpp:14: System/Classes/url.hpp: In function ‘url url_none()’: System/Classes/url.hpp:62: warning: deprecated conversion from string constant to ‘char*’ System/Classes/url.hpp: In function ‘url url_here()’: System/Classes/url.hpp:63: warning: deprecated conversion from string constant to ‘char*’ System/Classes/url.hpp: In function ‘url url_parent()’: System/Classes/url.hpp:64: warning: deprecated conversion from string constant to ‘char*’ System/Classes/url.hpp: In function ‘url url_pwd()’: System/Classes/url.hpp:65: warning: deprecated conversion from string constant to ‘char*’ System/Classes/url.hpp: In function ‘bool is_none(url)’: System/Classes/url.hpp:81: warning: deprecated conversion from string constant to ‘char*’ System/Classes/url.hpp: In function ‘bool is_here(url)’: System/Classes/url.hpp:82: warning: deprecated conversion from string constant to ‘char*’ System/Classes/url.hpp: In function ‘bool is_parent(url)’: System/Classes/url.hpp:83: warning: deprecated conversion from string constant to ‘char*’ System/Classes/url.hpp: In function ‘bool is_concat(url)’: System/Classes/url.hpp:85: warning: deprecated conversion from string constant to ‘char*’ System/Classes/url.hpp: In function ‘bool is_or(url)’: System/Classes/url.hpp:86: warning: deprecated conversion from string constant to ‘char*’ System/Classes/url.hpp: In function ‘bool is_root(url)’: System/Classes/url.hpp:88: warning: deprecated conversion from string constant to ‘char*’ System/Classes/url.hpp: In function ‘bool is_root_web(url)’: System/Classes/url.hpp:92: warning: deprecated conversion from string constant to ‘char*’ System/Classes/url.hpp:92: warning: deprecated conversion from string constant to ‘char*’ System/Classes/url.hpp: In function ‘bool is_wildcard(url)’: System/Classes/url.hpp:93: warning: deprecated conversion from string constant to ‘char*’ System/Classes/url.hpp: In function ‘bool is_wildcard(url, int)’: System/Classes/url.hpp:95: warning: deprecated conversion from string constant to ‘char*’ In file included from ./Plugins/Bibtex/bibtex.cpp:14: System/Files/file.hpp: In function ‘void system(string, url)’: System/Files/file.hpp:35: warning: deprecated conversion from string constant to ‘char*’ System/Files/file.hpp: In function ‘void system(string, url, url)’: System/Files/file.hpp:37: warning: deprecated conversion from string constant to ‘char*’ System/Files/file.hpp:37: warning: deprecated conversion from string constant to ‘char*’ System/Files/file.hpp: In function ‘void system(string, url, char*)’: System/Files/file.hpp:39: warning: deprecated conversion from string constant to ‘char*’ System/Files/file.hpp:39: warning: deprecated conversion from string constant to ‘char*’ System/Files/file.hpp: In function ‘void system(string, url, char*, url)’: System/Files/file.hpp:41: warning: deprecated conversion from string constant to ‘char*’ System/Files/file.hpp:41: warning: deprecated conversion from string constant to ‘char*’ System/Files/file.hpp:42: warning: deprecated conversion from string constant to ‘char*’ System/Files/file.hpp: In function ‘string eval_system(string, url)’: System/Files/file.hpp:44: warning: deprecated conversion from string constant to ‘char*’ System/Files/file.hpp: In function ‘string eval_system(string, url, url)’: System/Files/file.hpp:46: warning: deprecated conversion from string constant to ‘char*’ System/Files/file.hpp:46: warning: deprecated conversion from string constant to ‘char*’ System/Files/file.hpp: In function ‘void move(url, url)’: System/Files/file.hpp:47: warning: deprecated conversion from string constant to ‘char*’ System/Files/file.hpp: In function ‘void copy(url, url)’: System/Files/file.hpp:48: warning: deprecated conversion from string constant to ‘char*’ System/Files/file.hpp: In function ‘void append(url, url)’: System/Files/file.hpp:49: warning: deprecated conversion from string constant to ‘char*’ System/Files/file.hpp:49: warning: deprecated conversion from string constant to ‘char*’ System/Files/file.hpp: In function ‘void remove(url)’: System/Files/file.hpp:50: warning: deprecated conversion from string constant to ‘char*’ System/Files/file.hpp: In function ‘void mkdir(url)’: System/Files/file.hpp:54: warning: deprecated conversion from string constant to ‘char*’ ./Plugins/Bibtex/bibtex.cpp: At global scope: ./Plugins/Bibtex/bibtex.cpp:22: warning: deprecated conversion from string constant to ‘char*’ ./Plugins/Bibtex/bibtex.cpp: In function ‘tree bibtex_run(string, string, string, tree)’: ./Plugins/Bibtex/bibtex.cpp:42: warning: deprecated conversion from string constant to ‘char*’ ./Plugins/Bibtex/bibtex.cpp:42: warning: deprecated conversion from string constant to ‘char*’ ./Plugins/Bibtex/bibtex.cpp:44: warning: deprecated conversion from string constant to ‘char*’ ./Plugins/Bibtex/bibtex.cpp:44: warning: deprecated conversion from string constant to ‘char*’ ./Plugins/Bibtex/bibtex.cpp:47: warning: deprecated conversion from string constant to ‘char*’ ./Plugins/Bibtex/bibtex.cpp:49: warning: deprecated conversion from string constant to ‘char*’ ./Plugins/Bibtex/bibtex.cpp:49: warning: deprecated conversion from string constant to ‘char*’ ./Plugins/Bibtex/bibtex.cpp:50: warning: deprecated conversion from string constant to ‘char*’ ./Plugins/Bibtex/bibtex.cpp:57: warning: deprecated conversion from string constant to ‘char*’ ./Plugins/Bibtex/bibtex.cpp:58: warning: deprecated conversion from string constant to ‘char*’ ./Plugins/Bibtex/bibtex.cpp:58: warning: deprecated conversion from string constant to ‘char*’ ./Plugins/Bibtex/bibtex.cpp:59: warning: deprecated conversion from string constant to ‘char*’ ./Plugins/Bibtex/bibtex.cpp:59: warning: deprecated conversion from string constant to ‘char*’ ./Plugins/Bibtex/bibtex.cpp:60: warning: deprecated conversion from string constant to ‘char*’ ./Plugins/Bibtex/bibtex.cpp:66: warning: deprecated conversion from string constant to ‘char*’ ./Plugins/Bibtex/bibtex.cpp:67: warning: deprecated conversion from string constant to ‘char*’ ./Plugins/Bibtex/bibtex.cpp:70: warning: deprecated conversion from string constant to ‘char*’ ./Plugins/Bibtex/bibtex.cpp:73: warning: deprecated conversion from string constant to ‘char*’ ./Plugins/Bibtex/bibtex.cpp:74: warning: deprecated conversion from string constant to ‘char*’ ./Plugins/Bibtex/bibtex.cpp:75: warning: deprecated conversion from string constant to ‘char*’ ./Plugins/Bibtex/bibtex.cpp:81: warning: deprecated conversion from string constant to ‘char*’ ./Plugins/Bibtex/bibtex.cpp:82: warning: deprecated conversion from string constant to ‘char*’ ./Plugins/Bibtex/bibtex.cpp:85: warning: deprecated conversion from string constant to ‘char*’ ./Plugins/Bibtex/bibtex.cpp:86: warning: deprecated conversion from string constant to ‘char*’ ./Plugins/Bibtex/bibtex.cpp:88: warning: deprecated conversion from string constant to ‘char*’ ./Plugins/Bibtex/bibtex.cpp:89: warning: deprecated conversion from string constant to ‘char*’ ./Plugins/Bibtex/bibtex.cpp:97: warning: deprecated conversion from string constant to ‘char*’ ./Plugins/Bibtex/bibtex.cpp:98: warning: deprecated conversion from string constant to ‘char*’ x86_64-pc-linux-gnu-g++ -ISystem -ISystem/Boot -ISystem/Classes -ISystem/Files -ISystem/Link -ISystem/Misc -IClasses/Abstract -IClasses/Atomic -IClasses/Compound -IData/Drd -IData/String -IData/Tree -IData/Convert -IGuile -IResource -IWindow -I/usr/include/freetype2 -pthread -Wall -Wno-return-type -O3 -fexpensive-optimizations -fno-rtti -fno-exceptions -c ./Resource/Bitmap_fonts/bitmap_font.cpp -o Objects/bitmap_font.o In file included from Classes/Compound/list.hpp:15, from Classes/Compound/hashmap.hpp:15, from Resource/resource.hpp:15, from Resource/bitmap_font.hpp:15, from ./Resource/Bitmap_fonts/bitmap_font.cpp:13: Classes/Atomic/tree.hpp: In function ‘string as_string(tree)’: Classes/Atomic/tree.hpp:216: warning: deprecated conversion from string constant to ‘char*’ Classes/Atomic/tree.hpp: In function ‘tree as_tree(T) [with T = void*]’: Classes/Atomic/tree.hpp:219: warning: deprecated conversion from string constant to ‘char*’ ./Resource/Bitmap_fonts/bitmap_font.cpp: In destructor ‘virtual font_metric_rep::~font_metric_rep()’: ./Resource/Bitmap_fonts/bitmap_font.cpp:28: warning: deprecated conversion from string constant to ‘char*’ ./Resource/Bitmap_fonts/bitmap_font.cpp:28: warning: deprecated conversion from string constant to ‘char*’ ./Resource/Bitmap_fonts/bitmap_font.cpp:28: warning: deprecated conversion from string constant to ‘char*’ ./Resource/Bitmap_fonts/bitmap_font.cpp: In destructor ‘virtual font_glyphs_rep::~font_glyphs_rep()’: ./Resource/Bitmap_fonts/bitmap_font.cpp:77: warning: deprecated conversion from string constant to ‘char*’ ./Resource/Bitmap_fonts/bitmap_font.cpp:77: warning: deprecated conversion from string constant to ‘char*’ ./Resource/Bitmap_fonts/bitmap_font.cpp:77: warning: deprecated conversion from string constant to ‘char*’ x86_64-pc-linux-gnu-g++ -ISystem -ISystem/Boot -ISystem/Classes -ISystem/Files -ISystem/Link -ISystem/Misc -IClasses/Abstract -IClasses/Atomic -IClasses/Compound -IData/Drd -IData/String -IData/Tree -IData/Convert -IGuile -IResource -IWindow -ITypeset -ITypeset/Bridge -ITypeset/Concat -ITypeset/Page -IEdit -I/usr/include/freetype2 -pthread -Wall -Wno-return-type -O3 -fexpensive-optimizations -fno-rtti -fno-exceptions -c ./Typeset/Boxes/Basic/boxes.cpp -o Objects/boxes.o In file included from Classes/Compound/list.hpp:15, from Classes/Atomic/rectangles.hpp:16, from Typeset/boxes.hpp:17, from ./Typeset/Boxes/Basic/boxes.cpp:13: Classes/Atomic/tree.hpp: In function ‘string as_string(tree)’: Classes/Atomic/tree.hpp:216: warning: deprecated conversion from string constant to ‘char*’ Classes/Atomic/tree.hpp: In function ‘tree as_tree(T) [with T = void*]’: Classes/Atomic/tree.hpp:219: warning: deprecated conversion from string constant to ‘char*’ In file included from Window/ps_device.hpp:16, from Typeset/boxes.hpp:19, from ./Typeset/Boxes/Basic/boxes.cpp:13: System/Classes/url.hpp: In function ‘url url_none()’: System/Classes/url.hpp:62: warning: deprecated conversion from string constant to ‘char*’ System/Classes/url.hpp: In function ‘url url_here()’: System/Classes/url.hpp:63: warning: deprecated conversion from string constant to ‘char*’ System/Classes/url.hpp: In function ‘url url_parent()’: System/Classes/url.hpp:64: warning: deprecated conversion from string constant to ‘char*’ System/Classes/url.hpp: In function ‘url url_pwd()’: System/Classes/url.hpp:65: warning: deprecated conversion from string constant to ‘char*’ System/Classes/url.hpp: In function ‘bool is_none(url)’: System/Classes/url.hpp:81: warning: deprecated conversion from string constant to ‘char*’ System/Classes/url.hpp: In function ‘bool is_here(url)’: System/Classes/url.hpp:82: warning: deprecated conversion from string constant to ‘char*’ System/Classes/url.hpp: In function ‘bool is_parent(url)’: System/Classes/url.hpp:83: warning: deprecated conversion from string constant to ‘char*’ System/Classes/url.hpp: In function ‘bool is_concat(url)’: System/Classes/url.hpp:85: warning: deprecated conversion from string constant to ‘char*’ System/Classes/url.hpp: In function ‘bool is_or(url)’: System/Classes/url.hpp:86: warning: deprecated conversion from string constant to ‘char*’ System/Classes/url.hpp: In function ‘bool is_root(url)’: System/Classes/url.hpp:88: warning: deprecated conversion from string constant to ‘char*’ System/Classes/url.hpp: In function ‘bool is_root_web(url)’: System/Classes/url.hpp:92: warning: deprecated conversion from string constant to ‘char*’ System/Classes/url.hpp:92: warning: deprecated conversion from string constant to ‘char*’ System/Classes/url.hpp: In function ‘bool is_wildcard(url)’: System/Classes/url.hpp:93: warning: deprecated conversion from string constant to ‘char*’ System/Classes/url.hpp: In function ‘bool is_wildcard(url, int)’: System/Classes/url.hpp:95: warning: deprecated conversion from string constant to ‘char*’ In file included from Typeset/formatter.hpp:18, from ./Typeset/Boxes/Basic/boxes.cpp:14: Typeset/env.hpp: In member function ‘string edit_env_rep::get_string(string)’: Typeset/env.hpp:406: warning: deprecated conversion from string constant to ‘char*’ In file included from ./Typeset/Boxes/Basic/boxes.cpp:18: System/Files/file.hpp: In function ‘void system(string, url)’: System/Files/file.hpp:35: warning: deprecated conversion from string constant to ‘char*’ System/Files/file.hpp: In function ‘void system(string, url, url)’: System/Files/file.hpp:37: warning: deprecated conversion from string constant to ‘char*’ System/Files/file.hpp:37: warning: deprecated conversion from string constant to ‘char*’ System/Files/file.hpp: In function ‘void system(string, url, char*)’: System/Files/file.hpp:39: warning: deprecated conversion from string constant to ‘char*’ System/Files/file.hpp:39: warning: deprecated conversion from string constant to ‘char*’ System/Files/file.hpp: In function ‘void system(string, url, char*, url)’: System/Files/file.hpp:41: warning: deprecated conversion from string constant to ‘char*’ System/Files/file.hpp:41: warning: deprecated conversion from string constant to ‘char*’ System/Files/file.hpp:42: warning: deprecated conversion from string constant to ‘char*’ System/Files/file.hpp: In function ‘string eval_system(string, url)’: System/Files/file.hpp:44: warning: deprecated conversion from string constant to ‘char*’ System/Files/file.hpp: In function ‘string eval_system(string, url, url)’: System/Files/file.hpp:46: warning: deprecated conversion from string constant to ‘char*’ System/Files/file.hpp:46: warning: deprecated conversion from string constant to ‘char*’ System/Files/file.hpp: In function ‘void move(url, url)’: System/Files/file.hpp:47: warning: deprecated conversion from string constant to ‘char*’ System/Files/file.hpp: In function ‘void copy(url, url)’: System/Files/file.hpp:48: warning: deprecated conversion from string constant to ‘char*’ System/Files/file.hpp: In function ‘void append(url, url)’: System/Files/file.hpp:49: warning: deprecated conversion from string constant to ‘char*’ System/Files/file.hpp:49: warning: deprecated conversion from string constant to ‘char*’ System/Files/file.hpp: In function ‘void remove(url)’: System/Files/file.hpp:50: warning: deprecated conversion from string constant to ‘char*’ System/Files/file.hpp: In function ‘void mkdir(url)’: System/Files/file.hpp:54: warning: deprecated conversion from string constant to ‘char*’ ./Typeset/Boxes/Basic/boxes.cpp: In member function ‘virtual tree box_rep::get_info()’: ./Typeset/Boxes/Basic/boxes.cpp:307: warning: deprecated conversion from string constant to ‘char*’ ./Typeset/Boxes/Basic/boxes.cpp: In member function ‘virtual int box_rep::get_leaf_left_pos()’: ./Typeset/Boxes/Basic/boxes.cpp:313: warning: deprecated conversion from string constant to ‘char*’ ./Typeset/Boxes/Basic/boxes.cpp:313: warning: deprecated conversion from string constant to ‘char*’ ./Typeset/Boxes/Basic/boxes.cpp:313: warning: deprecated conversion from string constant to ‘char*’ ./Typeset/Boxes/Basic/boxes.cpp: In member function ‘virtual int box_rep::get_leaf_right_pos()’: ./Typeset/Boxes/Basic/boxes.cpp:320: warning: deprecated conversion from string constant to ‘char*’ ./Typeset/Boxes/Basic/boxes.cpp:320: warning: deprecated conversion from string constant to ‘char*’ ./Typeset/Boxes/Basic/boxes.cpp:320: warning: deprecated conversion from string constant to ‘char*’ ./Typeset/Boxes/Basic/boxes.cpp: In member function ‘virtual string box_rep::get_leaf_string()’: ./Typeset/Boxes/Basic/boxes.cpp:327: warning: deprecated conversion from string constant to ‘char*’ ./Typeset/Boxes/Basic/boxes.cpp:327: warning: deprecated conversion from string constant to ‘char*’ ./Typeset/Boxes/Basic/boxes.cpp:327: warning: deprecated conversion from string constant to ‘char*’ ./Typeset/Boxes/Basic/boxes.cpp:328: warning: deprecated conversion from string constant to ‘char*’ ./Typeset/Boxes/Basic/boxes.cpp: In member function ‘virtual font box_rep::get_leaf_font()’: ./Typeset/Boxes/Basic/boxes.cpp:334: warning: deprecated conversion from string constant to ‘char*’ ./Typeset/Boxes/Basic/boxes.cpp:334: warning: deprecated conversion from string constant to ‘char*’ ./Typeset/Boxes/Basic/boxes.cpp:334: warning: deprecated conversion from string constant to ‘char*’ ./Typeset/Boxes/Basic/boxes.cpp: In member function ‘virtual color box_rep::get_leaf_color()’: ./Typeset/Boxes/Basic/boxes.cpp:341: warning: deprecated conversion from string constant to ‘char*’ ./Typeset/Boxes/Basic/boxes.cpp:341: warning: deprecated conversion from string constant to ‘char*’ ./Typeset/Boxes/Basic/boxes.cpp:341: warning: deprecated conversion from string constant to ‘char*’ ./Typeset/Boxes/Basic/boxes.cpp: In member function ‘virtual language box_rep::get_leaf_language()’: ./Typeset/Boxes/Basic/boxes.cpp:348: warning: deprecated conversion from string constant to ‘char*’ ./Typeset/Boxes/Basic/boxes.cpp:348: warning: deprecated conversion from string constant to ‘char*’ ./Typeset/Boxes/Basic/boxes.cpp:348: warning: deprecated conversion from string constant to ‘char*’ ./Typeset/Boxes/Basic/boxes.cpp: In member function ‘virtual tree box_rep::get_leaf_tree()’: ./Typeset/Boxes/Basic/boxes.cpp:355: warning: deprecated conversion from string constant to ‘char*’ ./Typeset/Boxes/Basic/boxes.cpp:355: warning: deprecated conversion from string constant to ‘char*’ ./Typeset/Boxes/Basic/boxes.cpp:355: warning: deprecated conversion from string constant to ‘char*’ ./Typeset/Boxes/Basic/boxes.cpp:356: warning: deprecated conversion from string constant to ‘char*’ ./Typeset/Boxes/Basic/boxes.cpp: In member function ‘virtual lazy box_rep::get_leaf_lazy()’: ./Typeset/Boxes/Basic/boxes.cpp:362: warning: deprecated conversion from string constant to ‘char*’ ./Typeset/Boxes/Basic/boxes.cpp:362: warning: deprecated conversion from string constant to ‘char*’ ./Typeset/Boxes/Basic/boxes.cpp:362: warning: deprecated conversion from string constant to ‘char*’ ./Typeset/Boxes/Basic/boxes.cpp: In member function ‘virtual time_t box_rep::anim_next_update()’: ./Typeset/Boxes/Basic/boxes.cpp:603: warning: deprecated conversion from string constant to ‘char*’ ./Typeset/Boxes/Basic/boxes.cpp:603: warning: deprecated conversion from string constant to ‘char*’ ./Typeset/Boxes/Basic/boxes.cpp:603: warning: deprecated conversion from string constant to ‘char*’ ./Typeset/Boxes/Basic/boxes.cpp: In member function ‘virtual tree box_rep::action(tree, SI, SI, SI)’: ./Typeset/Boxes/Basic/boxes.cpp:650: warning: deprecated conversion from string constant to ‘char*’ ./Typeset/Boxes/Basic/boxes.cpp: In function ‘void make_eps(url, display_rep*, box, int)’: ./Typeset/Boxes/Basic/boxes.cpp:720: warning: deprecated conversion from string constant to ‘char*’ Classes/Compound/list.cpp: In function ‘T last_item(list) [with T = int]’: ./Typeset/Boxes/Basic/boxes.cpp:119: instantiated from here Classes/Compound/list.cpp:84: warning: deprecated conversion from string constant to ‘char*’ Classes/Compound/list.cpp:84: warning: deprecated conversion from string constant to ‘char*’ Classes/Compound/list.cpp:84: warning: deprecated conversion from string constant to ‘char*’ x86_64-pc-linux-gnu-g++ -ISystem -ISystem/Boot -ISystem/Classes -ISystem/Files -ISystem/Link -ISystem/Misc -IClasses/Abstract -IClasses/Atomic -IClasses/Compound -IData/Drd -IData/String -IData/Tree -IData/Convert -IGuile -IResource -IWindow -ITypeset -ITypeset/Bridge -ITypeset/Concat -ITypeset/Page -IEdit -I/usr/include/freetype2 -pthread -Wall -Wno-return-type -O3 -fexpensive-optimizations -fno-rtti -fno-exceptions -c ./Typeset/Bridge/bridge.cpp -o Objects/bridge.o In file included from Classes/Compound/list.hpp:15, from Classes/Atomic/rectangles.hpp:16, from Typeset/boxes.hpp:17, from Typeset/typesetter.hpp:16, from ./Typeset/Bridge/bridge.hpp:15, from ./Typeset/Bridge/bridge.cpp:13: Classes/Atomic/tree.hpp: In function ‘string as_string(tree)’: Classes/Atomic/tree.hpp:216: warning: deprecated conversion from string constant to ‘char*’ Classes/Atomic/tree.hpp: In function ‘tree as_tree(T) [with T = void*]’: Classes/Atomic/tree.hpp:219: warning: deprecated conversion from string constant to ‘char*’ In file included from Window/ps_device.hpp:16, from Typeset/boxes.hpp:19, from Typeset/typesetter.hpp:16, from ./Typeset/Bridge/bridge.hpp:15, from ./Typeset/Bridge/bridge.cpp:13: System/Classes/url.hpp: In function ‘url url_none()’: System/Classes/url.hpp:62: warning: deprecated conversion from string constant to ‘char*’ System/Classes/url.hpp: In function ‘url url_here()’: System/Classes/url.hpp:63: warning: deprecated conversion from string constant to ‘char*’ System/Classes/url.hpp: In function ‘url url_parent()’: System/Classes/url.hpp:64: warning: deprecated conversion from string constant to ‘char*’ System/Classes/url.hpp: In function ‘url url_pwd()’: System/Classes/url.hpp:65: warning: deprecated conversion from string constant to ‘char*’ System/Classes/url.hpp: In function ‘bool is_none(url)’: System/Classes/url.hpp:81: warning: deprecated conversion from string constant to ‘char*’ System/Classes/url.hpp: In function ‘bool is_here(url)’: System/Classes/url.hpp:82: warning: deprecated conversion from string constant to ‘char*’ System/Classes/url.hpp: In function ‘bool is_parent(url)’: System/Classes/url.hpp:83: warning: deprecated conversion from string constant to ‘char*’ System/Classes/url.hpp: In function ‘bool is_concat(url)’: System/Classes/url.hpp:85: warning: deprecated conversion from string constant to ‘char*’ System/Classes/url.hpp: In function ‘bool is_or(url)’: System/Classes/url.hpp:86: warning: deprecated conversion from string constant to ‘char*’ System/Classes/url.hpp: In function ‘bool is_root(url)’: System/Classes/url.hpp:88: warning: deprecated conversion from string constant to ‘char*’ System/Classes/url.hpp: In function ‘bool is_root_web(url)’: System/Classes/url.hpp:92: warning: deprecated conversion from string constant to ‘char*’ System/Classes/url.hpp:92: warning: deprecated conversion from string constant to ‘char*’ System/Classes/url.hpp: In function ‘bool is_wildcard(url)’: System/Classes/url.hpp:93: warning: deprecated conversion from string constant to ‘char*’ System/Classes/url.hpp: In function ‘bool is_wildcard(url, int)’: System/Classes/url.hpp:95: warning: deprecated conversion from string constant to ‘char*’ In file included from Typeset/typesetter.hpp:17, from ./Typeset/Bridge/bridge.hpp:15, from ./Typeset/Bridge/bridge.cpp:13: Typeset/env.hpp: In member function ‘string edit_env_rep::get_string(string)’: Typeset/env.hpp:406: warning: deprecated conversion from string constant to ‘char*’ ./Typeset/Bridge/bridge.cpp: At global scope: ./Typeset/Bridge/bridge.cpp:40: warning: deprecated conversion from string constant to ‘char*’ ./Typeset/Bridge/bridge.cpp:40: warning: deprecated conversion from string constant to ‘char*’ ./Typeset/Bridge/bridge.cpp:40: warning: deprecated conversion from string constant to ‘char*’ ./Typeset/Bridge/bridge.cpp:42: warning: deprecated conversion from string constant to ‘char*’ ./Typeset/Bridge/bridge.cpp:42: warning: deprecated conversion from string constant to ‘char*’ ./Typeset/Bridge/bridge.cpp:42: warning: deprecated conversion from string constant to ‘char*’ ./Typeset/Bridge/bridge.cpp:42: warning: deprecated conversion from string constant to ‘char*’ ./Typeset/Bridge/bridge.cpp:44: warning: deprecated conversion from string constant to ‘char*’ ./Typeset/Bridge/bridge.cpp:44: warning: deprecated conversion from string constant to ‘char*’ ./Typeset/Bridge/bridge.cpp:44: warning: deprecated conversion from string constant to ‘char*’ ./Typeset/Bridge/bridge.cpp:44: warning: deprecated conversion from string constant to ‘char*’ ./Typeset/Bridge/bridge.cpp:46: warning: deprecated conversion from string constant to ‘char*’ ./Typeset/Bridge/bridge.cpp:46: warning: deprecated conversion from string constant to ‘char*’ ./Typeset/Bridge/bridge.cpp:46: warning: deprecated conversion from string constant to ‘char*’ ./Typeset/Bridge/bridge.cpp:46: warning: deprecated conversion from string constant to ‘char*’ ./Typeset/Bridge/bridge.cpp: In member function ‘virtual void bridge_rep::notify_insert(path, tree)’: ./Typeset/Bridge/bridge.cpp:144: warning: deprecated conversion from string constant to ‘char*’ ./Typeset/Bridge/bridge.cpp:144: warning: deprecated conversion from string constant to ‘char*’ ./Typeset/Bridge/bridge.cpp:144: warning: deprecated conversion from string constant to ‘char*’ Classes/Compound/list.cpp: In function ‘T last_item(list) [with T = int]’: ./Typeset/Bridge/bridge.cpp:140: instantiated from here Classes/Compound/list.cpp:84: warning: deprecated conversion from string constant to ‘char*’ Classes/Compound/list.cpp:84: warning: deprecated conversion from string constant to ‘char*’ Classes/Compound/list.cpp:84: warning: deprecated conversion from string constant to ‘char*’ x86_64-pc-linux-gnu-g++ -ISystem -ISystem/Boot -ISystem/Classes -ISystem/Files -ISystem/Link -ISystem/Misc -IClasses/Abstract -IClasses/Atomic -IClasses/Compound -IData/Drd -IData/String -IData/Tree -IData/Convert -IGuile -IResource -IWindow -ITypeset -ITypeset/Bridge -ITypeset/Concat -ITypeset/Page -IEdit -I/usr/include/freetype2 -pthread -Wall -Wno-return-type -O3 -fexpensive-optimizations -fno-rtti -fno-exceptions -c ./Typeset/Bridge/bridge_argument.cpp -o Objects/bridge_argument.o In file included from Classes/Compound/list.hpp:15, from Classes/Atomic/rectangles.hpp:16, from Typeset/boxes.hpp:17, from Typeset/typesetter.hpp:16, from ./Typeset/Bridge/bridge.hpp:15, from ./Typeset/Bridge/bridge_argument.cpp:13: Classes/Atomic/tree.hpp: In function ‘string as_string(tree)’: Classes/Atomic/tree.hpp:216: warning: deprecated conversion from string constant to ‘char*’ Classes/Atomic/tree.hpp: In function ‘tree as_tree(T) [with T = void*]’: Classes/Atomic/tree.hpp:219: warning: deprecated conversion from string constant to ‘char*’ In file included from Window/ps_device.hpp:16, from Typeset/boxes.hpp:19, from Typeset/typesetter.hpp:16, from ./Typeset/Bridge/bridge.hpp:15, from ./Typeset/Bridge/bridge_argument.cpp:13: System/Classes/url.hpp: In function ‘url url_none()’: System/Classes/url.hpp:62: warning: deprecated conversion from string constant to ‘char*’ System/Classes/url.hpp: In function ‘url url_here()’: System/Classes/url.hpp:63: warning: deprecated conversion from string constant to ‘char*’ System/Classes/url.hpp: In function ‘url url_parent()’: System/Classes/url.hpp:64: warning: deprecated conversion from string constant to ‘char*’ System/Classes/url.hpp: In function ‘url url_pwd()’: System/Classes/url.hpp:65: warning: deprecated conversion from string constant to ‘char*’ System/Classes/url.hpp: In function ‘bool is_none(url)’: System/Classes/url.hpp:81: warning: deprecated conversion from string constant to ‘char*’ System/Classes/url.hpp: In function ‘bool is_here(url)’: System/Classes/url.hpp:82: warning: deprecated conversion from string constant to ‘char*’ System/Classes/url.hpp: In function ‘bool is_parent(url)’: System/Classes/url.hpp:83: warning: deprecated conversion from string constant to ‘char*’ System/Classes/url.hpp: In function ‘bool is_concat(url)’: System/Classes/url.hpp:85: warning: deprecated conversion from string constant to ‘char*’ System/Classes/url.hpp: In function ‘bool is_or(url)’: System/Classes/url.hpp:86: warning: deprecated conversion from string constant to ‘char*’ System/Classes/url.hpp: In function ‘bool is_root(url)’: System/Classes/url.hpp:88: warning: deprecated conversion from string constant to ‘char*’ System/Classes/url.hpp: In function ‘bool is_root_web(url)’: System/Classes/url.hpp:92: warning: deprecated conversion from string constant to ‘char*’ System/Classes/url.hpp:92: warning: deprecated conversion from string constant to ‘char*’ System/Classes/url.hpp: In function ‘bool is_wildcard(url)’: System/Classes/url.hpp:93: warning: deprecated conversion from string constant to ‘char*’ System/Classes/url.hpp: In function ‘bool is_wildcard(url, int)’: System/Classes/url.hpp:95: warning: deprecated conversion from string constant to ‘char*’ In file included from Typeset/typesetter.hpp:17, from ./Typeset/Bridge/bridge.hpp:15, from ./Typeset/Bridge/bridge_argument.cpp:13: Typeset/env.hpp: In member function ‘string edit_env_rep::get_string(string)’: Typeset/env.hpp:406: warning: deprecated conversion from string constant to ‘char*’ ./Typeset/Bridge/bridge_argument.cpp: In member function ‘virtual void bridge_argument_rep::my_typeset(int)’: ./Typeset/Bridge/bridge_argument.cpp:139: warning: deprecated conversion from string constant to ‘char*’ ./Typeset/Bridge/bridge_argument.cpp:149: warning: deprecated conversion from string constant to ‘char*’ Classes/Compound/list.cpp: In function ‘list head(list, int) [with T = int]’: ./Typeset/Bridge/bridge_argument.cpp:85: instantiated from here Classes/Compound/list.cpp:168: warning: deprecated conversion from string constant to ‘char*’ Classes/Compound/list.cpp:168: warning: deprecated conversion from string constant to ‘char*’ Classes/Compound/list.cpp:168: warning: deprecated conversion from string constant to ‘char*’ Classes/Compound/list.cpp: In function ‘list tail(list, int) [with T = int]’: ./Typeset/Bridge/bridge_argument.cpp:86: instantiated from here Classes/Compound/list.cpp:175: warning: deprecated conversion from string constant to ‘char*’ Classes/Compound/list.cpp:175: warning: deprecated conversion from string constant to ‘char*’ Classes/Compound/list.cpp:175: warning: deprecated conversion from string constant to ‘char*’ x86_64-pc-linux-gnu-g++ -ISystem -ISystem/Boot -ISystem/Classes -ISystem/Files -ISystem/Link -ISystem/Misc -IClasses/Abstract -IClasses/Atomic -IClasses/Compound -IData/Drd -IData/String -IData/Tree -IData/Convert -IGuile -IResource -IWindow -ITypeset -ITypeset/Bridge -ITypeset/Concat -ITypeset/Page -IEdit -I/usr/include/freetype2 -pthread -Wall -Wno-return-type -O3 -fexpensive-optimizations -fno-rtti -fno-exceptions -c ./Typeset/Bridge/bridge_auto.cpp -o Objects/bridge_auto.o In file included from Classes/Compound/list.hpp:15, from Classes/Atomic/rectangles.hpp:16, from Typeset/boxes.hpp:17, from Typeset/typesetter.hpp:16, from ./Typeset/Bridge/bridge.hpp:15, from ./Typeset/Bridge/bridge_auto.cpp:13: Classes/Atomic/tree.hpp: In function ‘string as_string(tree)’: Classes/Atomic/tree.hpp:216: warning: deprecated conversion from string constant to ‘char*’ Classes/Atomic/tree.hpp: In function ‘tree as_tree(T) [with T = void*]’: Classes/Atomic/tree.hpp:219: warning: deprecated conversion from string constant to ‘char*’ In file included from Window/ps_device.hpp:16, from Typeset/boxes.hpp:19, from Typeset/typesetter.hpp:16, from ./Typeset/Bridge/bridge.hpp:15, from ./Typeset/Bridge/bridge_auto.cpp:13: System/Classes/url.hpp: In function ‘url url_none()’: System/Classes/url.hpp:62: warning: deprecated conversion from string constant to ‘char*’ System/Classes/url.hpp: In function ‘url url_here()’: System/Classes/url.hpp:63: warning: deprecated conversion from string constant to ‘char*’ System/Classes/url.hpp: In function ‘url url_parent()’: System/Classes/url.hpp:64: warning: deprecated conversion from string constant to ‘char*’ System/Classes/url.hpp: In function ‘url url_pwd()’: System/Classes/url.hpp:65: warning: deprecated conversion from string constant to ‘char*’ System/Classes/url.hpp: In function ‘bool is_none(url)’: System/Classes/url.hpp:81: warning: deprecated conversion from string constant to ‘char*’ System/Classes/url.hpp: In function ‘bool is_here(url)’: System/Classes/url.hpp:82: warning: deprecated conversion from string constant to ‘char*’ System/Classes/url.hpp: In function ‘bool is_parent(url)’: System/Classes/url.hpp:83: warning: deprecated conversion from string constant to ‘char*’ System/Classes/url.hpp: In function ‘bool is_concat(url)’: System/Classes/url.hpp:85: warning: deprecated conversion from string constant to ‘char*’ System/Classes/url.hpp: In function ‘bool is_or(url)’: System/Classes/url.hpp:86: warning: deprecated conversion from string constant to ‘char*’ System/Classes/url.hpp: In function ‘bool is_root(url)’: System/Classes/url.hpp:88: warning: deprecated conversion from string constant to ‘char*’ System/Classes/url.hpp: In function ‘bool is_root_web(url)’: System/Classes/url.hpp:92: warning: deprecated conversion from string constant to ‘char*’ System/Classes/url.hpp:92: warning: deprecated conversion from string constant to ‘char*’ System/Classes/url.hpp: In function ‘bool is_wildcard(url)’: System/Classes/url.hpp:93: warning: deprecated conversion from string constant to ‘char*’ System/Classes/url.hpp: In function ‘bool is_wildcard(url, int)’: System/Classes/url.hpp:95: warning: deprecated conversion from string constant to ‘char*’ In file included from Typeset/typesetter.hpp:17, from ./Typeset/Bridge/bridge.hpp:15, from ./Typeset/Bridge/bridge_auto.cpp:13: Typeset/env.hpp: In member function ‘string edit_env_rep::get_string(string)’: Typeset/env.hpp:406: warning: deprecated conversion from string constant to ‘char*’ ./Typeset/Bridge/bridge_auto.cpp: In member function ‘virtual void bridge_auto_rep::my_typeset(int)’: ./Typeset/Bridge/bridge_auto.cpp:191: warning: deprecated conversion from string constant to ‘char*’ x86_64-pc-linux-gnu-g++ -ISystem -ISystem/Boot -ISystem/Classes -ISystem/Files -ISystem/Link -ISystem/Misc -IClasses/Abstract -IClasses/Atomic -IClasses/Compound -IData/Drd -IData/String -IData/Tree -IData/Convert -IGuile -IResource -IWindow -ITypeset -ITypeset/Bridge -ITypeset/Concat -ITypeset/Page -IEdit -I/usr/include/freetype2 -pthread -Wall -Wno-return-type -O3 -fexpensive-optimizations -fno-rtti -fno-exceptions -c ./Typeset/Bridge/bridge_compound.cpp -o Objects/bridge_compound.o In file included from Classes/Compound/list.hpp:15, from Classes/Atomic/rectangles.hpp:16, from Typeset/boxes.hpp:17, from Typeset/typesetter.hpp:16, from ./Typeset/Bridge/bridge.hpp:15, from ./Typeset/Bridge/bridge_compound.cpp:13: Classes/Atomic/tree.hpp: In function ‘string as_string(tree)’: Classes/Atomic/tree.hpp:216: warning: deprecated conversion from string constant to ‘char*’ Classes/Atomic/tree.hpp: In function ‘tree as_tree(T) [with T = void*]’: Classes/Atomic/tree.hpp:219: warning: deprecated conversion from string constant to ‘char*’ In file included from Window/ps_device.hpp:16, from Typeset/boxes.hpp:19, from Typeset/typesetter.hpp:16, from ./Typeset/Bridge/bridge.hpp:15, from ./Typeset/Bridge/bridge_compound.cpp:13: System/Classes/url.hpp: In function ‘url url_none()’: System/Classes/url.hpp:62: warning: deprecated conversion from string constant to ‘char*’ System/Classes/url.hpp: In function ‘url url_here()’: System/Classes/url.hpp:63: warning: deprecated conversion from string constant to ‘char*’ System/Classes/url.hpp: In function ‘url url_parent()’: System/Classes/url.hpp:64: warning: deprecated conversion from string constant to ‘char*’ System/Classes/url.hpp: In function ‘url url_pwd()’: System/Classes/url.hpp:65: warning: deprecated conversion from string constant to ‘char*’ System/Classes/url.hpp: In function ‘bool is_none(url)’: System/Classes/url.hpp:81: warning: deprecated conversion from string constant to ‘char*’ System/Classes/url.hpp: In function ‘bool is_here(url)’: System/Classes/url.hpp:82: warning: deprecated conversion from string constant to ‘char*’ System/Classes/url.hpp: In function ‘bool is_parent(url)’: System/Classes/url.hpp:83: warning: deprecated conversion from string constant to ‘char*’ System/Classes/url.hpp: In function ‘bool is_concat(url)’: System/Classes/url.hpp:85: warning: deprecated conversion from string constant to ‘char*’ System/Classes/url.hpp: In function ‘bool is_or(url)’: System/Classes/url.hpp:86: warning: deprecated conversion from string constant to ‘char*’ System/Classes/url.hpp: In function ‘bool is_root(url)’: System/Classes/url.hpp:88: warning: deprecated conversion from string constant to ‘char*’ System/Classes/url.hpp: In function ‘bool is_root_web(url)’: System/Classes/url.hpp:92: warning: deprecated conversion from string constant to ‘char*’ System/Classes/url.hpp:92: warning: deprecated conversion from string constant to ‘char*’ System/Classes/url.hpp: In function ‘bool is_wildcard(url)’: System/Classes/url.hpp:93: warning: deprecated conversion from string constant to ‘char*’ System/Classes/url.hpp: In function ‘bool is_wildcard(url, int)’: System/Classes/url.hpp:95: warning: deprecated conversion from string constant to ‘char*’ In file included from Typeset/typesetter.hpp:17, from ./Typeset/Bridge/bridge.hpp:15, from ./Typeset/Bridge/bridge_compound.cpp:13: Typeset/env.hpp: In member function ‘string edit_env_rep::get_string(string)’: Typeset/env.hpp:406: warning: deprecated conversion from string constant to ‘char*’ ./Typeset/Bridge/bridge_compound.cpp: In member function ‘virtual void bridge_compound_rep::notify_assign(path, tree)’: ./Typeset/Bridge/bridge_compound.cpp:70: warning: deprecated conversion from string constant to ‘char*’ ./Typeset/Bridge/bridge_compound.cpp:70: warning: deprecated conversion from string constant to ‘char*’ ./Typeset/Bridge/bridge_compound.cpp:70: warning: deprecated conversion from string constant to ‘char*’ ./Typeset/Bridge/bridge_compound.cpp: In member function ‘virtual void bridge_compound_rep::notify_insert(path, tree)’: ./Typeset/Bridge/bridge_compound.cpp:90: warning: deprecated conversion from string constant to ‘char*’ ./Typeset/Bridge/bridge_compound.cpp:90: warning: deprecated conversion from string constant to ‘char*’ ./Typeset/Bridge/bridge_compound.cpp:90: warning: deprecated conversion from string constant to ‘char*’ ./Typeset/Bridge/bridge_compound.cpp: In member function ‘virtual void bridge_compound_rep::notify_remove(path, int)’: ./Typeset/Bridge/bridge_compound.cpp:107: warning: deprecated conversion from string constant to ‘char*’ ./Typeset/Bridge/bridge_compound.cpp:107: warning: deprecated conversion from string constant to ‘char*’ ./Typeset/Bridge/bridge_compound.cpp:107: warning: deprecated conversion from string constant to ‘char*’ x86_64-pc-linux-gnu-g++ -ISystem -ISystem/Boot -ISystem/Classes -ISystem/Files -ISystem/Link -ISystem/Misc -IClasses/Abstract -IClasses/Atomic -IClasses/Compound -IData/Drd -IData/String -IData/Tree -IData/Convert -IGuile -IResource -IWindow -ITypeset -ITypeset/Bridge -ITypeset/Concat -ITypeset/Page -IEdit -I/usr/include/freetype2 -pthread -Wall -Wno-return-type -O3 -fexpensive-optimizations -fno-rtti -fno-exceptions -c ./Typeset/Bridge/bridge_default.cpp -o Objects/bridge_default.o In file included from Classes/Compound/list.hpp:15, from Classes/Atomic/rectangles.hpp:16, from Typeset/boxes.hpp:17, from Typeset/typesetter.hpp:16, from ./Typeset/Bridge/bridge.hpp:15, from ./Typeset/Bridge/bridge_default.cpp:13: Classes/Atomic/tree.hpp: In function ‘string as_string(tree)’: Classes/Atomic/tree.hpp:216: warning: deprecated conversion from string constant to ‘char*’ Classes/Atomic/tree.hpp: In function ‘tree as_tree(T) [with T = void*]’: Classes/Atomic/tree.hpp:219: warning: deprecated conversion from string constant to ‘char*’ In file included from Window/ps_device.hpp:16, from Typeset/boxes.hpp:19, from Typeset/typesetter.hpp:16, from ./Typeset/Bridge/bridge.hpp:15, from ./Typeset/Bridge/bridge_default.cpp:13: System/Classes/url.hpp: In function ‘url url_none()’: System/Classes/url.hpp:62: warning: deprecated conversion from string constant to ‘char*’ System/Classes/url.hpp: In function ‘url url_here()’: System/Classes/url.hpp:63: warning: deprecated conversion from string constant to ‘char*’ System/Classes/url.hpp: In function ‘url url_parent()’: System/Classes/url.hpp:64: warning: deprecated conversion from string constant to ‘char*’ System/Classes/url.hpp: In function ‘url url_pwd()’: System/Classes/url.hpp:65: warning: deprecated conversion from string constant to ‘char*’ System/Classes/url.hpp: In function ‘bool is_none(url)’: System/Classes/url.hpp:81: warning: deprecated conversion from string constant to ‘char*’ System/Classes/url.hpp: In function ‘bool is_here(url)’: System/Classes/url.hpp:82: warning: deprecated conversion from string constant to ‘char*’ System/Classes/url.hpp: In function ‘bool is_parent(url)’: System/Classes/url.hpp:83: warning: deprecated conversion from string constant to ‘char*’ System/Classes/url.hpp: In function ‘bool is_concat(url)’: System/Classes/url.hpp:85: warning: deprecated conversion from string constant to ‘char*’ System/Classes/url.hpp: In function ‘bool is_or(url)’: System/Classes/url.hpp:86: warning: deprecated conversion from string constant to ‘char*’ System/Classes/url.hpp: In function ‘bool is_root(url)’: System/Classes/url.hpp:88: warning: deprecated conversion from string constant to ‘char*’ System/Classes/url.hpp: In function ‘bool is_root_web(url)’: System/Classes/url.hpp:92: warning: deprecated conversion from string constant to ‘char*’ System/Classes/url.hpp:92: warning: deprecated conversion from string constant to ‘char*’ System/Classes/url.hpp: In function ‘bool is_wildcard(url)’: System/Classes/url.hpp:93: warning: deprecated conversion from string constant to ‘char*’ System/Classes/url.hpp: In function ‘bool is_wildcard(url, int)’: System/Classes/url.hpp:95: warning: deprecated conversion from string constant to ‘char*’ In file included from Typeset/typesetter.hpp:17, from ./Typeset/Bridge/bridge.hpp:15, from ./Typeset/Bridge/bridge_default.cpp:13: Typeset/env.hpp: In member function ‘string edit_env_rep::get_string(string)’: Typeset/env.hpp:406: warning: deprecated conversion from string constant to ‘char*’ ./Typeset/Bridge/bridge_default.cpp: In function ‘tree insert_at(tree, path, tree)’: ./Typeset/Bridge/bridge_default.cpp:52: warning: deprecated conversion from string constant to ‘char*’ ./Typeset/Bridge/bridge_default.cpp:52: warning: deprecated conversion from string constant to ‘char*’ ./Typeset/Bridge/bridge_default.cpp:52: warning: deprecated conversion from string constant to ‘char*’ x86_64-pc-linux-gnu-g++ -ISystem -ISystem/Boot -ISystem/Classes -ISystem/Files -ISystem/Link -ISystem/Misc -IClasses/Abstract -IClasses/Atomic -IClasses/Compound -IData/Drd -IData/String -IData/Tree -IData/Convert -IGuile -IResource -IWindow -ITypeset -ITypeset/Bridge -ITypeset/Concat -ITypeset/Page -IEdit -I/usr/include/freetype2 -pthread -Wall -Wno-return-type -O3 -fexpensive-optimizations -fno-rtti -fno-exceptions -c ./Typeset/Bridge/bridge_docrange.cpp -o Objects/bridge_docrange.o In file included from Classes/Compound/list.hpp:15, from Classes/Atomic/rectangles.hpp:16, from Typeset/boxes.hpp:17, from Typeset/typesetter.hpp:16, from ./Typeset/Bridge/bridge.hpp:15, from ./Typeset/Bridge/bridge_docrange.cpp:21: Classes/Atomic/tree.hpp: In function ‘string as_string(tree)’: Classes/Atomic/tree.hpp:216: warning: deprecated conversion from string constant to ‘char*’ Classes/Atomic/tree.hpp: In function ‘tree as_tree(T) [with T = void*]’: Classes/Atomic/tree.hpp:219: warning: deprecated conversion from string constant to ‘char*’ In file included from Window/ps_device.hpp:16, from Typeset/boxes.hpp:19, from Typeset/typesetter.hpp:16, from ./Typeset/Bridge/bridge.hpp:15, from ./Typeset/Bridge/bridge_docrange.cpp:21: System/Classes/url.hpp: In function ‘url url_none()’: System/Classes/url.hpp:62: warning: deprecated conversion from string constant to ‘char*’ System/Classes/url.hpp: In function ‘url url_here()’: System/Classes/url.hpp:63: warning: deprecated conversion from string constant to ‘char*’ System/Classes/url.hpp: In function ‘url url_parent()’: System/Classes/url.hpp:64: warning: deprecated conversion from string constant to ‘char*’ System/Classes/url.hpp: In function ‘url url_pwd()’: System/Classes/url.hpp:65: warning: deprecated conversion from string constant to ‘char*’ System/Classes/url.hpp: In function ‘bool is_none(url)’: System/Classes/url.hpp:81: warning: deprecated conversion from string constant to ‘char*’ System/Classes/url.hpp: In function ‘bool is_here(url)’: System/Classes/url.hpp:82: warning: deprecated conversion from string constant to ‘char*’ System/Classes/url.hpp: In function ‘bool is_parent(url)’: System/Classes/url.hpp:83: warning: deprecated conversion from string constant to ‘char*’ System/Classes/url.hpp: In function ‘bool is_concat(url)’: System/Classes/url.hpp:85: warning: deprecated conversion from string constant to ‘char*’ System/Classes/url.hpp: In function ‘bool is_or(url)’: System/Classes/url.hpp:86: warning: deprecated conversion from string constant to ‘char*’ System/Classes/url.hpp: In function ‘bool is_root(url)’: System/Classes/url.hpp:88: warning: deprecated conversion from string constant to ‘char*’ System/Classes/url.hpp: In function ‘bool is_root_web(url)’: System/Classes/url.hpp:92: warning: deprecated conversion from string constant to ‘char*’ System/Classes/url.hpp:92: warning: deprecated conversion from string constant to ‘char*’ System/Classes/url.hpp: In function ‘bool is_wildcard(url)’: System/Classes/url.hpp:93: warning: deprecated conversion from string constant to ‘char*’ System/Classes/url.hpp: In function ‘bool is_wildcard(url, int)’: System/Classes/url.hpp:95: warning: deprecated conversion from string constant to ‘char*’ In file included from Typeset/typesetter.hpp:17, from ./Typeset/Bridge/bridge.hpp:15, from ./Typeset/Bridge/bridge_docrange.cpp:21: Typeset/env.hpp: In member function ‘string edit_env_rep::get_string(string)’: Typeset/env.hpp:406: warning: deprecated conversion from string constant to ‘char*’ ./Typeset/Bridge/bridge_docrange.cpp: In member function ‘virtual void bridge_docrange_rep::notify_assign(path, tree)’: ./Typeset/Bridge/bridge_docrange.cpp:133: warning: deprecated conversion from string constant to ‘char*’ ./Typeset/Bridge/bridge_docrange.cpp:133: warning: deprecated conversion from string constant to ‘char*’ ./Typeset/Bridge/bridge_docrange.cpp:133: warning: deprecated conversion from string constant to ‘char*’ ./Typeset/Bridge/bridge_docrange.cpp: In member function ‘virtual void bridge_docrange_rep::notify_insert(path, tree)’: ./Typeset/Bridge/bridge_docrange.cpp:148: warning: deprecated conversion from string constant to ‘char*’ ./Typeset/Bridge/bridge_docrange.cpp:148: warning: deprecated conversion from string constant to ‘char*’ ./Typeset/Bridge/bridge_docrange.cpp:148: warning: deprecated conversion from string constant to ‘char*’ ./Typeset/Bridge/bridge_docrange.cpp:151: warning: deprecated conversion from string constant to ‘char*’ ./Typeset/Bridge/bridge_docrange.cpp:151: warning: deprecated conversion from string constant to ‘char*’ ./Typeset/Bridge/bridge_docrange.cpp:151: warning: deprecated conversion from string constant to ‘char*’ ./Typeset/Bridge/bridge_docrange.cpp: In member function ‘virtual void bridge_docrange_rep::notify_remove(path, int)’: ./Typeset/Bridge/bridge_docrange.cpp:178: warning: deprecated conversion from string constant to ‘char*’ ./Typeset/Bridge/bridge_docrange.cpp:178: warning: deprecated conversion from string constant to ‘char*’ ./Typeset/Bridge/bridge_docrange.cpp:178: warning: deprecated conversion from string constant to ‘char*’ ./Typeset/Bridge/bridge_docrange.cpp:180: warning: deprecated conversion from string constant to ‘char*’ ./Typeset/Bridge/bridge_docrange.cpp:180: warning: deprecated conversion from string constant to ‘char*’ ./Typeset/Bridge/bridge_docrange.cpp:180: warning: deprecated conversion from string constant to ‘char*’ ./Typeset/Bridge/bridge_docrange.cpp: In member function ‘virtual bool bridge_docrange_rep::notify_macro(int, string, int, path, tree)’: ./Typeset/Bridge/bridge_docrange.cpp:210: warning: deprecated conversion from string constant to ‘char*’ ./Typeset/Bridge/bridge_docrange.cpp:210: warning: deprecated conversion from string constant to ‘char*’ ./Typeset/Bridge/bridge_docrange.cpp:210: warning: deprecated conversion from string constant to ‘char*’ x86_64-pc-linux-gnu-g++ -ISystem -ISystem/Boot -ISystem/Classes -ISystem/Files -ISystem/Link -ISystem/Misc -IClasses/Abstract -IClasses/Atomic -IClasses/Compound -IData/Drd -IData/String -IData/Tree -IData/Convert -IGuile -IResource -IWindow -ITypeset -ITypeset/Bridge -ITypeset/Concat -ITypeset/Page -IEdit -I/usr/include/freetype2 -pthread -Wall -Wno-return-type -O3 -fexpensive-optimizations -fno-rtti -fno-exceptions -c ./Typeset/Bridge/bridge_document.cpp -o Objects/bridge_document.o In file included from Classes/Compound/list.hpp:15, from Classes/Atomic/rectangles.hpp:16, from Typeset/boxes.hpp:17, from Typeset/typesetter.hpp:16, from ./Typeset/Bridge/bridge.hpp:15, from ./Typeset/Bridge/bridge_document.cpp:13: Classes/Atomic/tree.hpp: In function ‘string as_string(tree)’: Classes/Atomic/tree.hpp:216: warning: deprecated conversion from string constant to ‘char*’ Classes/Atomic/tree.hpp: In function ‘tree as_tree(T) [with T = void*]’: Classes/Atomic/tree.hpp:219: warning: deprecated conversion from string constant to ‘char*’ In file included from Window/ps_device.hpp:16, from Typeset/boxes.hpp:19, from Typeset/typesetter.hpp:16, from ./Typeset/Bridge/bridge.hpp:15, from ./Typeset/Bridge/bridge_document.cpp:13: System/Classes/url.hpp: In function ‘url url_none()’: System/Classes/url.hpp:62: warning: deprecated conversion from string constant to ‘char*’ System/Classes/url.hpp: In function ‘url url_here()’: System/Classes/url.hpp:63: warning: deprecated conversion from string constant to ‘char*’ System/Classes/url.hpp: In function ‘url url_parent()’: System/Classes/url.hpp:64: warning: deprecated conversion from string constant to ‘char*’ System/Classes/url.hpp: In function ‘url url_pwd()’: System/Classes/url.hpp:65: warning: deprecated conversion from string constant to ‘char*’ System/Classes/url.hpp: In function ‘bool is_none(url)’: System/Classes/url.hpp:81: warning: deprecated conversion from string constant to ‘char*’ System/Classes/url.hpp: In function ‘bool is_here(url)’: System/Classes/url.hpp:82: warning: deprecated conversion from string constant to ‘char*’ System/Classes/url.hpp: In function ‘bool is_parent(url)’: System/Classes/url.hpp:83: warning: deprecated conversion from string constant to ‘char*’ System/Classes/url.hpp: In function ‘bool is_concat(url)’: System/Classes/url.hpp:85: warning: deprecated conversion from string constant to ‘char*’ System/Classes/url.hpp: In function ‘bool is_or(url)’: System/Classes/url.hpp:86: warning: deprecated conversion from string constant to ‘char*’ System/Classes/url.hpp: In function ‘bool is_root(url)’: System/Classes/url.hpp:88: warning: deprecated conversion from string constant to ‘char*’ System/Classes/url.hpp: In function ‘bool is_root_web(url)’: System/Classes/url.hpp:92: warning: deprecated conversion from string constant to ‘char*’ System/Classes/url.hpp:92: warning: deprecated conversion from string constant to ‘char*’ System/Classes/url.hpp: In function ‘bool is_wildcard(url)’: System/Classes/url.hpp:93: warning: deprecated conversion from string constant to ‘char*’ System/Classes/url.hpp: In function ‘bool is_wildcard(url, int)’: System/Classes/url.hpp:95: warning: deprecated conversion from string constant to ‘char*’ In file included from Typeset/typesetter.hpp:17, from ./Typeset/Bridge/bridge.hpp:15, from ./Typeset/Bridge/bridge_document.cpp:13: Typeset/env.hpp: In member function ‘string edit_env_rep::get_string(string)’: Typeset/env.hpp:406: warning: deprecated conversion from string constant to ‘char*’ ./Typeset/Bridge/bridge_document.cpp: In member function ‘virtual void bridge_document_rep::notify_assign(path, tree)’: ./Typeset/Bridge/bridge_document.cpp:73: warning: deprecated conversion from string constant to ‘char*’ ./Typeset/Bridge/bridge_document.cpp:73: warning: deprecated conversion from string constant to ‘char*’ ./Typeset/Bridge/bridge_document.cpp:73: warning: deprecated conversion from string constant to ‘char*’ ./Typeset/Bridge/bridge_document.cpp: In member function ‘virtual void bridge_document_rep::notify_insert(path, tree)’: ./Typeset/Bridge/bridge_document.cpp:92: warning: deprecated conversion from string constant to ‘char*’ ./Typeset/Bridge/bridge_document.cpp:92: warning: deprecated conversion from string constant to ‘char*’ ./Typeset/Bridge/bridge_document.cpp:92: warning: deprecated conversion from string constant to ‘char*’ ./Typeset/Bridge/bridge_document.cpp: In member function ‘virtual void bridge_document_rep::notify_remove(path, int)’: ./Typeset/Bridge/bridge_document.cpp:118: warning: deprecated conversion from string constant to ‘char*’ ./Typeset/Bridge/bridge_document.cpp:118: warning: deprecated conversion from string constant to ‘char*’ ./Typeset/Bridge/bridge_document.cpp:118: warning: deprecated conversion from string constant to ‘char*’ x86_64-pc-linux-gnu-g++ -ISystem -ISystem/Boot -ISystem/Classes -ISystem/Files -ISystem/Link -ISystem/Misc -IClasses/Abstract -IClasses/Atomic -IClasses/Compound -IData/Drd -IData/String -IData/Tree -IData/Convert -IGuile -IResource -IWindow -ITypeset -ITypeset/Bridge -ITypeset/Concat -ITypeset/Page -IEdit -I/usr/include/freetype2 -pthread -Wall -Wno-return-type -O3 -fexpensive-optimizations -fno-rtti -fno-exceptions -c ./Typeset/Bridge/bridge_eval.cpp -o Objects/bridge_eval.o In file included from Classes/Compound/list.hpp:15, from Classes/Atomic/rectangles.hpp:16, from Typeset/boxes.hpp:17, from Typeset/typesetter.hpp:16, from ./Typeset/Bridge/bridge.hpp:15, from ./Typeset/Bridge/bridge_eval.cpp:13: Classes/Atomic/tree.hpp: In function ‘string as_string(tree)’: Classes/Atomic/tree.hpp:216: warning: deprecated conversion from string constant to ‘char*’ Classes/Atomic/tree.hpp: In function ‘tree as_tree(T) [with T = void*]’: Classes/Atomic/tree.hpp:219: warning: deprecated conversion from string constant to ‘char*’ In file included from Window/ps_device.hpp:16, from Typeset/boxes.hpp:19, from Typeset/typesetter.hpp:16, from ./Typeset/Bridge/bridge.hpp:15, from ./Typeset/Bridge/bridge_eval.cpp:13: System/Classes/url.hpp: In function ‘url url_none()’: System/Classes/url.hpp:62: warning: deprecated conversion from string constant to ‘char*’ System/Classes/url.hpp: In function ‘url url_here()’: System/Classes/url.hpp:63: warning: deprecated conversion from string constant to ‘char*’ System/Classes/url.hpp: In function ‘url url_parent()’: System/Classes/url.hpp:64: warning: deprecated conversion from string constant to ‘char*’ System/Classes/url.hpp: In function ‘url url_pwd()’: System/Classes/url.hpp:65: warning: deprecated conversion from string constant to ‘char*’ System/Classes/url.hpp: In function ‘bool is_none(url)’: System/Classes/url.hpp:81: warning: deprecated conversion from string constant to ‘char*’ System/Classes/url.hpp: In function ‘bool is_here(url)’: System/Classes/url.hpp:82: warning: deprecated conversion from string constant to ‘char*’ System/Classes/url.hpp: In function ‘bool is_parent(url)’: System/Classes/url.hpp:83: warning: deprecated conversion from string constant to ‘char*’ System/Classes/url.hpp: In function ‘bool is_concat(url)’: System/Classes/url.hpp:85: warning: deprecated conversion from string constant to ‘char*’ System/Classes/url.hpp: In function ‘bool is_or(url)’: System/Classes/url.hpp:86: warning: deprecated conversion from string constant to ‘char*’ System/Classes/url.hpp: In function ‘bool is_root(url)’: System/Classes/url.hpp:88: warning: deprecated conversion from string constant to ‘char*’ System/Classes/url.hpp: In function ‘bool is_root_web(url)’: System/Classes/url.hpp:92: warning: deprecated conversion from string constant to ‘char*’ System/Classes/url.hpp:92: warning: deprecated conversion from string constant to ‘char*’ System/Classes/url.hpp: In function ‘bool is_wildcard(url)’: System/Classes/url.hpp:93: warning: deprecated conversion from string constant to ‘char*’ System/Classes/url.hpp: In function ‘bool is_wildcard(url, int)’: System/Classes/url.hpp:95: warning: deprecated conversion from string constant to ‘char*’ In file included from Typeset/typesetter.hpp:17, from ./Typeset/Bridge/bridge.hpp:15, from ./Typeset/Bridge/bridge_eval.cpp:13: Typeset/env.hpp: In member function ‘string edit_env_rep::get_string(string)’: Typeset/env.hpp:406: warning: deprecated conversion from string constant to ‘char*’ ./Typeset/Bridge/bridge_eval.cpp: In member function ‘virtual void bridge_eval_rep::my_typeset(int)’: ./Typeset/Bridge/bridge_eval.cpp:82: warning: deprecated conversion from string constant to ‘char*’ x86_64-pc-linux-gnu-g++ -ISystem -ISystem/Boot -ISystem/Classes -ISystem/Files -ISystem/Link -ISystem/Misc -IClasses/Abstract -IClasses/Atomic -IClasses/Compound -IData/Drd -IData/String -IData/Tree -IData/Convert -IGuile -IResource -IWindow -ITypeset -ITypeset/Bridge -ITypeset/Concat -ITypeset/Page -IEdit -I/usr/include/freetype2 -pthread -Wall -Wno-return-type -O3 -fexpensive-optimizations -fno-rtti -fno-exceptions -c ./Typeset/Bridge/bridge_formatting.cpp -o Objects/bridge_formatting.o In file included from Classes/Compound/list.hpp:15, from Classes/Atomic/rectangles.hpp:16, from Typeset/boxes.hpp:17, from Typeset/typesetter.hpp:16, from ./Typeset/Bridge/bridge.hpp:15, from ./Typeset/Bridge/bridge_formatting.cpp:13: Classes/Atomic/tree.hpp: In function ‘string as_string(tree)’: Classes/Atomic/tree.hpp:216: warning: deprecated conversion from string constant to ‘char*’ Classes/Atomic/tree.hpp: In function ‘tree as_tree(T) [with T = void*]’: Classes/Atomic/tree.hpp:219: warning: deprecated conversion from string constant to ‘char*’ In file included from Window/ps_device.hpp:16, from Typeset/boxes.hpp:19, from Typeset/typesetter.hpp:16, from ./Typeset/Bridge/bridge.hpp:15, from ./Typeset/Bridge/bridge_formatting.cpp:13: System/Classes/url.hpp: In function ‘url url_none()’: System/Classes/url.hpp:62: warning: deprecated conversion from string constant to ‘char*’ System/Classes/url.hpp: In function ‘url url_here()’: System/Classes/url.hpp:63: warning: deprecated conversion from string constant to ‘char*’ System/Classes/url.hpp: In function ‘url url_parent()’: System/Classes/url.hpp:64: warning: deprecated conversion from string constant to ‘char*’ System/Classes/url.hpp: In function ‘url url_pwd()’: System/Classes/url.hpp:65: warning: deprecated conversion from string constant to ‘char*’ System/Classes/url.hpp: In function ‘bool is_none(url)’: System/Classes/url.hpp:81: warning: deprecated conversion from string constant to ‘char*’ System/Classes/url.hpp: In function ‘bool is_here(url)’: System/Classes/url.hpp:82: warning: deprecated conversion from string constant to ‘char*’ System/Classes/url.hpp: In function ‘bool is_parent(url)’: System/Classes/url.hpp:83: warning: deprecated conversion from string constant to ‘char*’ System/Classes/url.hpp: In function ‘bool is_concat(url)’: System/Classes/url.hpp:85: warning: deprecated conversion from string constant to ‘char*’ System/Classes/url.hpp: In function ‘bool is_or(url)’: System/Classes/url.hpp:86: warning: deprecated conversion from string constant to ‘char*’ System/Classes/url.hpp: In function ‘bool is_root(url)’: System/Classes/url.hpp:88: warning: deprecated conversion from string constant to ‘char*’ System/Classes/url.hpp: In function ‘bool is_root_web(url)’: System/Classes/url.hpp:92: warning: deprecated conversion from string constant to ‘char*’ System/Classes/url.hpp:92: warning: deprecated conversion from string constant to ‘char*’ System/Classes/url.hpp: In function ‘bool is_wildcard(url)’: System/Classes/url.hpp:93: warning: deprecated conversion from string constant to ‘char*’ System/Classes/url.hpp: In function ‘bool is_wildcard(url, int)’: System/Classes/url.hpp:95: warning: deprecated conversion from string constant to ‘char*’ In file included from Typeset/typesetter.hpp:17, from ./Typeset/Bridge/bridge.hpp:15, from ./Typeset/Bridge/bridge_formatting.cpp:13: Typeset/env.hpp: In member function ‘string edit_env_rep::get_string(string)’: Typeset/env.hpp:406: warning: deprecated conversion from string constant to ‘char*’ ./Typeset/Bridge/bridge_formatting.cpp: In member function ‘virtual void bridge_formatting_rep::notify_assign(path, tree)’: ./Typeset/Bridge/bridge_formatting.cpp:63: warning: deprecated conversion from string constant to ‘char*’ ./Typeset/Bridge/bridge_formatting.cpp:63: warning: deprecated conversion from string constant to ‘char*’ ./Typeset/Bridge/bridge_formatting.cpp:63: warning: deprecated conversion from string constant to ‘char*’ ./Typeset/Bridge/bridge_formatting.cpp: In member function ‘virtual void bridge_formatting_rep::notify_insert(path, tree)’: ./Typeset/Bridge/bridge_formatting.cpp:85: warning: deprecated conversion from string constant to ‘char*’ ./Typeset/Bridge/bridge_formatting.cpp:85: warning: deprecated conversion from string constant to ‘char*’ ./Typeset/Bridge/bridge_formatting.cpp:85: warning: deprecated conversion from string constant to ‘char*’ ./Typeset/Bridge/bridge_formatting.cpp: In member function ‘virtual void bridge_formatting_rep::notify_remove(path, int)’: ./Typeset/Bridge/bridge_formatting.cpp:100: warning: deprecated conversion from string constant to ‘char*’ ./Typeset/Bridge/bridge_formatting.cpp:100: warning: deprecated conversion from string constant to ‘char*’ ./Typeset/Bridge/bridge_formatting.cpp:100: warning: deprecated conversion from string constant to ‘char*’ x86_64-pc-linux-gnu-g++ -ISystem -ISystem/Boot -ISystem/Classes -ISystem/Files -ISystem/Link -ISystem/Misc -IClasses/Abstract -IClasses/Atomic -IClasses/Compound -IData/Drd -IData/String -IData/Tree -IData/Convert -IGuile -IResource -IWindow -ITypeset -ITypeset/Bridge -ITypeset/Concat -ITypeset/Page -IEdit -I/usr/include/freetype2 -pthread -Wall -Wno-return-type -O3 -fexpensive-optimizations -fno-rtti -fno-exceptions -c ./Typeset/Bridge/bridge_hidden.cpp -o Objects/bridge_hidden.o In file included from Classes/Compound/list.hpp:15, from Classes/Atomic/rectangles.hpp:16, from Typeset/boxes.hpp:17, from Typeset/typesetter.hpp:16, from ./Typeset/Bridge/bridge.hpp:15, from ./Typeset/Bridge/bridge_hidden.cpp:13: Classes/Atomic/tree.hpp: In function ‘string as_string(tree)’: Classes/Atomic/tree.hpp:216: warning: deprecated conversion from string constant to ‘char*’ Classes/Atomic/tree.hpp: In function ‘tree as_tree(T) [with T = void*]’: Classes/Atomic/tree.hpp:219: warning: deprecated conversion from string constant to ‘char*’ In file included from Window/ps_device.hpp:16, from Typeset/boxes.hpp:19, from Typeset/typesetter.hpp:16, from ./Typeset/Bridge/bridge.hpp:15, from ./Typeset/Bridge/bridge_hidden.cpp:13: System/Classes/url.hpp: In function ‘url url_none()’: System/Classes/url.hpp:62: warning: deprecated conversion from string constant to ‘char*’ System/Classes/url.hpp: In function ‘url url_here()’: System/Classes/url.hpp:63: warning: deprecated conversion from string constant to ‘char*’ System/Classes/url.hpp: In function ‘url url_parent()’: System/Classes/url.hpp:64: warning: deprecated conversion from string constant to ‘char*’ System/Classes/url.hpp: In function ‘url url_pwd()’: System/Classes/url.hpp:65: warning: deprecated conversion from string constant to ‘char*’ System/Classes/url.hpp: In function ‘bool is_none(url)’: System/Classes/url.hpp:81: warning: deprecated conversion from string constant to ‘char*’ System/Classes/url.hpp: In function ‘bool is_here(url)’: System/Classes/url.hpp:82: warning: deprecated conversion from string constant to ‘char*’ System/Classes/url.hpp: In function ‘bool is_parent(url)’: System/Classes/url.hpp:83: warning: deprecated conversion from string constant to ‘char*’ System/Classes/url.hpp: In function ‘bool is_concat(url)’: System/Classes/url.hpp:85: warning: deprecated conversion from string constant to ‘char*’ System/Classes/url.hpp: In function ‘bool is_or(url)’: System/Classes/url.hpp:86: warning: deprecated conversion from string constant to ‘char*’ System/Classes/url.hpp: In function ‘bool is_root(url)’: System/Classes/url.hpp:88: warning: deprecated conversion from string constant to ‘char*’ System/Classes/url.hpp: In function ‘bool is_root_web(url)’: System/Classes/url.hpp:92: warning: deprecated conversion from string constant to ‘char*’ System/Classes/url.hpp:92: warning: deprecated conversion from string constant to ‘char*’ System/Classes/url.hpp: In function ‘bool is_wildcard(url)’: System/Classes/url.hpp:93: warning: deprecated conversion from string constant to ‘char*’ System/Classes/url.hpp: In function ‘bool is_wildcard(url, int)’: System/Classes/url.hpp:95: warning: deprecated conversion from string constant to ‘char*’ In file included from Typeset/typesetter.hpp:17, from ./Typeset/Bridge/bridge.hpp:15, from ./Typeset/Bridge/bridge_hidden.cpp:13: Typeset/env.hpp: In member function ‘string edit_env_rep::get_string(string)’: Typeset/env.hpp:406: warning: deprecated conversion from string constant to ‘char*’ x86_64-pc-linux-gnu-g++ -ISystem -ISystem/Boot -ISystem/Classes -ISystem/Files -ISystem/Link -ISystem/Misc -IClasses/Abstract -IClasses/Atomic -IClasses/Compound -IData/Drd -IData/String -IData/Tree -IData/Convert -IGuile -IResource -IWindow -ITypeset -ITypeset/Bridge -ITypeset/Concat -ITypeset/Page -IEdit -I/usr/include/freetype2 -pthread -Wall -Wno-return-type -O3 -fexpensive-optimizations -fno-rtti -fno-exceptions -c ./Typeset/Bridge/bridge_mark.cpp -o Objects/bridge_mark.o In file included from Classes/Compound/list.hpp:15, from Classes/Atomic/rectangles.hpp:16, from Typeset/boxes.hpp:17, from Typeset/typesetter.hpp:16, from ./Typeset/Bridge/bridge.hpp:15, from ./Typeset/Bridge/bridge_mark.cpp:13: Classes/Atomic/tree.hpp: In function ‘string as_string(tree)’: Classes/Atomic/tree.hpp:216: warning: deprecated conversion from string constant to ‘char*’ Classes/Atomic/tree.hpp: In function ‘tree as_tree(T) [with T = void*]’: Classes/Atomic/tree.hpp:219: warning: deprecated conversion from string constant to ‘char*’ In file included from Window/ps_device.hpp:16, from Typeset/boxes.hpp:19, from Typeset/typesetter.hpp:16, from ./Typeset/Bridge/bridge.hpp:15, from ./Typeset/Bridge/bridge_mark.cpp:13: System/Classes/url.hpp: In function ‘url url_none()’: System/Classes/url.hpp:62: warning: deprecated conversion from string constant to ‘char*’ System/Classes/url.hpp: In function ‘url url_here()’: System/Classes/url.hpp:63: warning: deprecated conversion from string constant to ‘char*’ System/Classes/url.hpp: In function ‘url url_parent()’: System/Classes/url.hpp:64: warning: deprecated conversion from string constant to ‘char*’ System/Classes/url.hpp: In function ‘url url_pwd()’: System/Classes/url.hpp:65: warning: deprecated conversion from string constant to ‘char*’ System/Classes/url.hpp: In function ‘bool is_none(url)’: System/Classes/url.hpp:81: warning: deprecated conversion from string constant to ‘char*’ System/Classes/url.hpp: In function ‘bool is_here(url)’: System/Classes/url.hpp:82: warning: deprecated conversion from string constant to ‘char*’ System/Classes/url.hpp: In function ‘bool is_parent(url)’: System/Classes/url.hpp:83: warning: deprecated conversion from string constant to ‘char*’ System/Classes/url.hpp: In function ‘bool is_concat(url)’: System/Classes/url.hpp:85: warning: deprecated conversion from string constant to ‘char*’ System/Classes/url.hpp: In function ‘bool is_or(url)’: System/Classes/url.hpp:86: warning: deprecated conversion from string constant to ‘char*’ System/Classes/url.hpp: In function ‘bool is_root(url)’: System/Classes/url.hpp:88: warning: deprecated conversion from string constant to ‘char*’ System/Classes/url.hpp: In function ‘bool is_root_web(url)’: System/Classes/url.hpp:92: warning: deprecated conversion from string constant to ‘char*’ System/Classes/url.hpp:92: warning: deprecated conversion from string constant to ‘char*’ System/Classes/url.hpp: In function ‘bool is_wildcard(url)’: System/Classes/url.hpp:93: warning: deprecated conversion from string constant to ‘char*’ System/Classes/url.hpp: In function ‘bool is_wildcard(url, int)’: System/Classes/url.hpp:95: warning: deprecated conversion from string constant to ‘char*’ In file included from Typeset/typesetter.hpp:17, from ./Typeset/Bridge/bridge.hpp:15, from ./Typeset/Bridge/bridge_mark.cpp:13: Typeset/env.hpp: In member function ‘string edit_env_rep::get_string(string)’: Typeset/env.hpp:406: warning: deprecated conversion from string constant to ‘char*’ ./Typeset/Bridge/bridge_mark.cpp: In member function ‘virtual void bridge_mark_rep::notify_assign(path, tree)’: ./Typeset/Bridge/bridge_mark.cpp:59: warning: deprecated conversion from string constant to ‘char*’ ./Typeset/Bridge/bridge_mark.cpp:59: warning: deprecated conversion from string constant to ‘char*’ ./Typeset/Bridge/bridge_mark.cpp:59: warning: deprecated conversion from string constant to ‘char*’ ./Typeset/Bridge/bridge_mark.cpp: In member function ‘virtual void bridge_mark_rep::notify_insert(path, tree)’: ./Typeset/Bridge/bridge_mark.cpp:82: warning: deprecated conversion from string constant to ‘char*’ ./Typeset/Bridge/bridge_mark.cpp:82: warning: deprecated conversion from string constant to ‘char*’ ./Typeset/Bridge/bridge_mark.cpp:82: warning: deprecated conversion from string constant to ‘char*’ ./Typeset/Bridge/bridge_mark.cpp: In member function ‘virtual void bridge_mark_rep::notify_remove(path, int)’: ./Typeset/Bridge/bridge_mark.cpp:96: warning: deprecated conversion from string constant to ‘char*’ ./Typeset/Bridge/bridge_mark.cpp:96: warning: deprecated conversion from string constant to ‘char*’ ./Typeset/Bridge/bridge_mark.cpp:96: warning: deprecated conversion from string constant to ‘char*’ x86_64-pc-linux-gnu-g++ -ISystem -ISystem/Boot -ISystem/Classes -ISystem/Files -ISystem/Link -ISystem/Misc -IClasses/Abstract -IClasses/Atomic -IClasses/Compound -IData/Drd -IData/String -IData/Tree -IData/Convert -IGuile -IResource -IWindow -ITypeset -ITypeset/Bridge -ITypeset/Concat -ITypeset/Page -IEdit -I/usr/include/freetype2 -pthread -Wall -Wno-return-type -O3 -fexpensive-optimizations -fno-rtti -fno-exceptions -c ./Typeset/Bridge/bridge_rewrite.cpp -o Objects/bridge_rewrite.o In file included from Classes/Compound/list.hpp:15, from Classes/Atomic/rectangles.hpp:16, from Typeset/boxes.hpp:17, from Typeset/typesetter.hpp:16, from ./Typeset/Bridge/bridge.hpp:15, from ./Typeset/Bridge/bridge_rewrite.cpp:13: Classes/Atomic/tree.hpp: In function ‘string as_string(tree)’: Classes/Atomic/tree.hpp:216: warning: deprecated conversion from string constant to ‘char*’ Classes/Atomic/tree.hpp: In function ‘tree as_tree(T) [with T = void*]’: Classes/Atomic/tree.hpp:219: warning: deprecated conversion from string constant to ‘char*’ In file included from Window/ps_device.hpp:16, from Typeset/boxes.hpp:19, from Typeset/typesetter.hpp:16, from ./Typeset/Bridge/bridge.hpp:15, from ./Typeset/Bridge/bridge_rewrite.cpp:13: System/Classes/url.hpp: In function ‘url url_none()’: System/Classes/url.hpp:62: warning: deprecated conversion from string constant to ‘char*’ System/Classes/url.hpp: In function ‘url url_here()’: System/Classes/url.hpp:63: warning: deprecated conversion from string constant to ‘char*’ System/Classes/url.hpp: In function ‘url url_parent()’: System/Classes/url.hpp:64: warning: deprecated conversion from string constant to ‘char*’ System/Classes/url.hpp: In function ‘url url_pwd()’: System/Classes/url.hpp:65: warning: deprecated conversion from string constant to ‘char*’ System/Classes/url.hpp: In function ‘bool is_none(url)’: System/Classes/url.hpp:81: warning: deprecated conversion from string constant to ‘char*’ System/Classes/url.hpp: In function ‘bool is_here(url)’: System/Classes/url.hpp:82: warning: deprecated conversion from string constant to ‘char*’ System/Classes/url.hpp: In function ‘bool is_parent(url)’: System/Classes/url.hpp:83: warning: deprecated conversion from string constant to ‘char*’ System/Classes/url.hpp: In function ‘bool is_concat(url)’: System/Classes/url.hpp:85: warning: deprecated conversion from string constant to ‘char*’ System/Classes/url.hpp: In function ‘bool is_or(url)’: System/Classes/url.hpp:86: warning: deprecated conversion from string constant to ‘char*’ System/Classes/url.hpp: In function ‘bool is_root(url)’: System/Classes/url.hpp:88: warning: deprecated conversion from string constant to ‘char*’ System/Classes/url.hpp: In function ‘bool is_root_web(url)’: System/Classes/url.hpp:92: warning: deprecated conversion from string constant to ‘char*’ System/Classes/url.hpp:92: warning: deprecated conversion from string constant to ‘char*’ System/Classes/url.hpp: In function ‘bool is_wildcard(url)’: System/Classes/url.hpp:93: warning: deprecated conversion from string constant to ‘char*’ System/Classes/url.hpp: In function ‘bool is_wildcard(url, int)’: System/Classes/url.hpp:95: warning: deprecated conversion from string constant to ‘char*’ In file included from Typeset/typesetter.hpp:17, from ./Typeset/Bridge/bridge.hpp:15, from ./Typeset/Bridge/bridge_rewrite.cpp:13: Typeset/env.hpp: In member function ‘string edit_env_rep::get_string(string)’: Typeset/env.hpp:406: warning: deprecated conversion from string constant to ‘char*’ x86_64-pc-linux-gnu-g++ -ISystem -ISystem/Boot -ISystem/Classes -ISystem/Files -ISystem/Link -ISystem/Misc -IClasses/Abstract -IClasses/Atomic -IClasses/Compound -IData/Drd -IData/String -IData/Tree -IData/Convert -IGuile -IResource -IWindow -ITypeset -ITypeset/Bridge -ITypeset/Concat -ITypeset/Page -IEdit -I/usr/include/freetype2 -pthread -Wall -Wno-return-type -O3 -fexpensive-optimizations -fno-rtti -fno-exceptions -c ./Typeset/Bridge/bridge_surround.cpp -o Objects/bridge_surround.o In file included from Classes/Compound/list.hpp:15, from Classes/Atomic/rectangles.hpp:16, from Typeset/boxes.hpp:17, from Typeset/typesetter.hpp:16, from ./Typeset/Bridge/bridge.hpp:15, from ./Typeset/Bridge/bridge_surround.cpp:13: Classes/Atomic/tree.hpp: In function ‘string as_string(tree)’: Classes/Atomic/tree.hpp:216: warning: deprecated conversion from string constant to ‘char*’ Classes/Atomic/tree.hpp: In function ‘tree as_tree(T) [with T = void*]’: Classes/Atomic/tree.hpp:219: warning: deprecated conversion from string constant to ‘char*’ In file included from Window/ps_device.hpp:16, from Typeset/boxes.hpp:19, from Typeset/typesetter.hpp:16, from ./Typeset/Bridge/bridge.hpp:15, from ./Typeset/Bridge/bridge_surround.cpp:13: System/Classes/url.hpp: In function ‘url url_none()’: System/Classes/url.hpp:62: warning: deprecated conversion from string constant to ‘char*’ System/Classes/url.hpp: In function ‘url url_here()’: System/Classes/url.hpp:63: warning: deprecated conversion from string constant to ‘char*’ System/Classes/url.hpp: In function ‘url url_parent()’: System/Classes/url.hpp:64: warning: deprecated conversion from string constant to ‘char*’ System/Classes/url.hpp: In function ‘url url_pwd()’: System/Classes/url.hpp:65: warning: deprecated conversion from string constant to ‘char*’ System/Classes/url.hpp: In function ‘bool is_none(url)’: System/Classes/url.hpp:81: warning: deprecated conversion from string constant to ‘char*’ System/Classes/url.hpp: In function ‘bool is_here(url)’: System/Classes/url.hpp:82: warning: deprecated conversion from string constant to ‘char*’ System/Classes/url.hpp: In function ‘bool is_parent(url)’: System/Classes/url.hpp:83: warning: deprecated conversion from string constant to ‘char*’ System/Classes/url.hpp: In function ‘bool is_concat(url)’: System/Classes/url.hpp:85: warning: deprecated conversion from string constant to ‘char*’ System/Classes/url.hpp: In function ‘bool is_or(url)’: System/Classes/url.hpp:86: warning: deprecated conversion from string constant to ‘char*’ System/Classes/url.hpp: In function ‘bool is_root(url)’: System/Classes/url.hpp:88: warning: deprecated conversion from string constant to ‘char*’ System/Classes/url.hpp: In function ‘bool is_root_web(url)’: System/Classes/url.hpp:92: warning: deprecated conversion from string constant to ‘char*’ System/Classes/url.hpp:92: warning: deprecated conversion from string constant to ‘char*’ System/Classes/url.hpp: In function ‘bool is_wildcard(url)’: System/Classes/url.hpp:93: warning: deprecated conversion from string constant to ‘char*’ System/Classes/url.hpp: In function ‘bool is_wildcard(url, int)’: System/Classes/url.hpp:95: warning: deprecated conversion from string constant to ‘char*’ In file included from Typeset/typesetter.hpp:17, from ./Typeset/Bridge/bridge.hpp:15, from ./Typeset/Bridge/bridge_surround.cpp:13: Typeset/env.hpp: In member function ‘string edit_env_rep::get_string(string)’: Typeset/env.hpp:406: warning: deprecated conversion from string constant to ‘char*’ ./Typeset/Bridge/bridge_surround.cpp: In member function ‘void bridge_surround_rep::initialize()’: ./Typeset/Bridge/bridge_surround.cpp:48: warning: deprecated conversion from string constant to ‘char*’ ./Typeset/Bridge/bridge_surround.cpp: In member function ‘virtual void bridge_surround_rep::notify_assign(path, tree)’: ./Typeset/Bridge/bridge_surround.cpp:68: warning: deprecated conversion from string constant to ‘char*’ ./Typeset/Bridge/bridge_surround.cpp:68: warning: deprecated conversion from string constant to ‘char*’ ./Typeset/Bridge/bridge_surround.cpp:68: warning: deprecated conversion from string constant to ‘char*’ ./Typeset/Bridge/bridge_surround.cpp: In member function ‘virtual void bridge_surround_rep::notify_insert(path, tree)’: ./Typeset/Bridge/bridge_surround.cpp:91: warning: deprecated conversion from string constant to ‘char*’ ./Typeset/Bridge/bridge_surround.cpp:91: warning: deprecated conversion from string constant to ‘char*’ ./Typeset/Bridge/bridge_surround.cpp:91: warning: deprecated conversion from string constant to ‘char*’ ./Typeset/Bridge/bridge_surround.cpp: In member function ‘virtual void bridge_surround_rep::notify_remove(path, int)’: ./Typeset/Bridge/bridge_surround.cpp:105: warning: deprecated conversion from string constant to ‘char*’ ./Typeset/Bridge/bridge_surround.cpp:105: warning: deprecated conversion from string constant to ‘char*’ ./Typeset/Bridge/bridge_surround.cpp:105: warning: deprecated conversion from string constant to ‘char*’ x86_64-pc-linux-gnu-g++ -ISystem -ISystem/Boot -ISystem/Classes -ISystem/Files -ISystem/Link -ISystem/Misc -IClasses/Abstract -IClasses/Atomic -IClasses/Compound -IData/Drd -IData/String -IData/Tree -IData/Convert -IGuile -IResource -IWindow -ITypeset -ITypeset/Bridge -ITypeset/Concat -ITypeset/Page -IEdit -I/usr/include/freetype2 -pthread -Wall -Wno-return-type -O3 -fexpensive-optimizations -fno-rtti -fno-exceptions -c ./Typeset/Bridge/bridge_with.cpp -o Objects/bridge_with.o In file included from Classes/Compound/list.hpp:15, from Classes/Atomic/rectangles.hpp:16, from Typeset/boxes.hpp:17, from Typeset/typesetter.hpp:16, from ./Typeset/Bridge/bridge.hpp:15, from ./Typeset/Bridge/bridge_with.cpp:13: Classes/Atomic/tree.hpp: In function ‘string as_string(tree)’: Classes/Atomic/tree.hpp:216: warning: deprecated conversion from string constant to ‘char*’ Classes/Atomic/tree.hpp: In function ‘tree as_tree(T) [with T = void*]’: Classes/Atomic/tree.hpp:219: warning: deprecated conversion from string constant to ‘char*’ In file included from Window/ps_device.hpp:16, from Typeset/boxes.hpp:19, from Typeset/typesetter.hpp:16, from ./Typeset/Bridge/bridge.hpp:15, from ./Typeset/Bridge/bridge_with.cpp:13: System/Classes/url.hpp: In function ‘url url_none()’: System/Classes/url.hpp:62: warning: deprecated conversion from string constant to ‘char*’ System/Classes/url.hpp: In function ‘url url_here()’: System/Classes/url.hpp:63: warning: deprecated conversion from string constant to ‘char*’ System/Classes/url.hpp: In function ‘url url_parent()’: System/Classes/url.hpp:64: warning: deprecated conversion from string constant to ‘char*’ System/Classes/url.hpp: In function ‘url url_pwd()’: System/Classes/url.hpp:65: warning: deprecated conversion from string constant to ‘char*’ System/Classes/url.hpp: In function ‘bool is_none(url)’: System/Classes/url.hpp:81: warning: deprecated conversion from string constant to ‘char*’ System/Classes/url.hpp: In function ‘bool is_here(url)’: System/Classes/url.hpp:82: warning: deprecated conversion from string constant to ‘char*’ System/Classes/url.hpp: In function ‘bool is_parent(url)’: System/Classes/url.hpp:83: warning: deprecated conversion from string constant to ‘char*’ System/Classes/url.hpp: In function ‘bool is_concat(url)’: System/Classes/url.hpp:85: warning: deprecated conversion from string constant to ‘char*’ System/Classes/url.hpp: In function ‘bool is_or(url)’: System/Classes/url.hpp:86: warning: deprecated conversion from string constant to ‘char*’ System/Classes/url.hpp: In function ‘bool is_root(url)’: System/Classes/url.hpp:88: warning: deprecated conversion from string constant to ‘char*’ System/Classes/url.hpp: In function ‘bool is_root_web(url)’: System/Classes/url.hpp:92: warning: deprecated conversion from string constant to ‘char*’ System/Classes/url.hpp:92: warning: deprecated conversion from string constant to ‘char*’ System/Classes/url.hpp: In function ‘bool is_wildcard(url)’: System/Classes/url.hpp:93: warning: deprecated conversion from string constant to ‘char*’ System/Classes/url.hpp: In function ‘bool is_wildcard(url, int)’: System/Classes/url.hpp:95: warning: deprecated conversion from string constant to ‘char*’ In file included from Typeset/typesetter.hpp:17, from ./Typeset/Bridge/bridge.hpp:15, from ./Typeset/Bridge/bridge_with.cpp:13: Typeset/env.hpp: In member function ‘string edit_env_rep::get_string(string)’: Typeset/env.hpp:406: warning: deprecated conversion from string constant to ‘char*’ ./Typeset/Bridge/bridge_with.cpp: In member function ‘virtual void bridge_with_rep::notify_assign(path, tree)’: ./Typeset/Bridge/bridge_with.cpp:61: warning: deprecated conversion from string constant to ‘char*’ ./Typeset/Bridge/bridge_with.cpp:61: warning: deprecated conversion from string constant to ‘char*’ ./Typeset/Bridge/bridge_with.cpp:61: warning: deprecated conversion from string constant to ‘char*’ ./Typeset/Bridge/bridge_with.cpp: In member function ‘virtual void bridge_with_rep::notify_insert(path, tree)’: ./Typeset/Bridge/bridge_with.cpp:85: warning: deprecated conversion from string constant to ‘char*’ ./Typeset/Bridge/bridge_with.cpp:85: warning: deprecated conversion from string constant to ‘char*’ ./Typeset/Bridge/bridge_with.cpp:85: warning: deprecated conversion from string constant to ‘char*’ ./Typeset/Bridge/bridge_with.cpp: In member function ‘virtual void bridge_with_rep::notify_remove(path, int)’: ./Typeset/Bridge/bridge_with.cpp:99: warning: deprecated conversion from string constant to ‘char*’ ./Typeset/Bridge/bridge_with.cpp:99: warning: deprecated conversion from string constant to ‘char*’ ./Typeset/Bridge/bridge_with.cpp:99: warning: deprecated conversion from string constant to ‘char*’ x86_64-pc-linux-gnu-g++ -ISystem -ISystem/Boot -ISystem/Classes -ISystem/Files -ISystem/Link -ISystem/Misc -IClasses/Abstract -IClasses/Atomic -IClasses/Compound -IData/Drd -IData/String -IData/Tree -IData/Convert -IGuile -IResource -IWindow -IPlugins -I/usr/include/freetype2 -pthread -Wall -Wno-return-type -O3 -fexpensive-optimizations -fno-rtti -fno-exceptions -c ./Window/Widget/Button/button_widget.cpp -o Objects/button_widget.o In file included from Window/event.hpp:15, from Window/widget.hpp:15, from Window/Widget/basic_widget.hpp:15, from Window/Widget/attribute_widget.hpp:15, from Window/Widget/Button/button_widget.hpp:15, from ./Window/Widget/Button/button_widget.cpp:13: Classes/Atomic/tree.hpp: In function ‘string as_string(tree)’: Classes/Atomic/tree.hpp:216: warning: deprecated conversion from string constant to ‘char*’ Classes/Atomic/tree.hpp: In function ‘tree as_tree(T) [with T = void*]’: Classes/Atomic/tree.hpp:219: warning: deprecated conversion from string constant to ‘char*’ In file included from Window/widget.hpp:16, from Window/Widget/basic_widget.hpp:15, from Window/Widget/attribute_widget.hpp:15, from Window/Widget/Button/button_widget.hpp:15, from ./Window/Widget/Button/button_widget.cpp:13: System/Classes/url.hpp: In function ‘url url_none()’: System/Classes/url.hpp:62: warning: deprecated conversion from string constant to ‘char*’ System/Classes/url.hpp: In function ‘url url_here()’: System/Classes/url.hpp:63: warning: deprecated conversion from string constant to ‘char*’ System/Classes/url.hpp: In function ‘url url_parent()’: System/Classes/url.hpp:64: warning: deprecated conversion from string constant to ‘char*’ System/Classes/url.hpp: In function ‘url url_pwd()’: System/Classes/url.hpp:65: warning: deprecated conversion from string constant to ‘char*’ System/Classes/url.hpp: In function ‘bool is_none(url)’: System/Classes/url.hpp:81: warning: deprecated conversion from string constant to ‘char*’ System/Classes/url.hpp: In function ‘bool is_here(url)’: System/Classes/url.hpp:82: warning: deprecated conversion from string constant to ‘char*’ System/Classes/url.hpp: In function ‘bool is_parent(url)’: System/Classes/url.hpp:83: warning: deprecated conversion from string constant to ‘char*’ System/Classes/url.hpp: In function ‘bool is_concat(url)’: System/Classes/url.hpp:85: warning: deprecated conversion from string constant to ‘char*’ System/Classes/url.hpp: In function ‘bool is_or(url)’: System/Classes/url.hpp:86: warning: deprecated conversion from string constant to ‘char*’ System/Classes/url.hpp: In function ‘bool is_root(url)’: System/Classes/url.hpp:88: warning: deprecated conversion from string constant to ‘char*’ System/Classes/url.hpp: In function ‘bool is_root_web(url)’: System/Classes/url.hpp:92: warning: deprecated conversion from string constant to ‘char*’ System/Classes/url.hpp:92: warning: deprecated conversion from string constant to ‘char*’ System/Classes/url.hpp: In function ‘bool is_wildcard(url)’: System/Classes/url.hpp:93: warning: deprecated conversion from string constant to ‘char*’ System/Classes/url.hpp: In function ‘bool is_wildcard(url, int)’: System/Classes/url.hpp:95: warning: deprecated conversion from string constant to ‘char*’ ./Window/Widget/Button/button_widget.cpp: In member function ‘virtual button_widget_rep::operator tree()’: ./Window/Widget/Button/button_widget.cpp:42: warning: deprecated conversion from string constant to ‘char*’ ./Window/Widget/Button/button_widget.cpp:43: warning: deprecated conversion from string constant to ‘char*’ ./Window/Widget/Button/button_widget.cpp:44: warning: deprecated conversion from string constant to ‘char*’ ./Window/Widget/Button/button_widget.cpp: In member function ‘virtual void button_widget_rep::handle_get_coord2(get_coord2_event)’: ./Window/Widget/Button/button_widget.cpp:120: warning: deprecated conversion from string constant to ‘char*’ ./Window/Widget/Button/button_widget.cpp: In member function ‘virtual void button_widget_rep::handle_set_coord2(set_coord2_event)’: ./Window/Widget/Button/button_widget.cpp:134: warning: deprecated conversion from string constant to ‘char*’ ./Window/Widget/Button/button_widget.cpp: In member function ‘virtual void command_button_rep::handle_mouse(mouse_event)’: ./Window/Widget/Button/button_widget.cpp:174: warning: deprecated conversion from string constant to ‘char*’ ./Window/Widget/Button/button_widget.cpp:174: warning: deprecated conversion from string constant to ‘char*’ ./Window/Widget/Button/button_widget.cpp:178: warning: deprecated conversion from string constant to ‘char*’ ./Window/Widget/Button/button_widget.cpp:178: warning: deprecated conversion from string constant to ‘char*’ x86_64-pc-linux-gnu-g++ -ISystem -ISystem/Boot -ISystem/Classes -ISystem/Files -ISystem/Link -ISystem/Misc -IClasses/Abstract -IClasses/Atomic -IClasses/Compound -IData/Drd -IData/String -IData/Tree -IData/Convert -IGuile -IResource -IWindow -IPlugins -I/usr/include/freetype2 -pthread -Wall -Wno-return-type -O3 -fexpensive-optimizations -fno-rtti -fno-exceptions -c ./Window/Widget/Scrollable/canvas_widget.cpp -o Objects/canvas_widget.o In file included from Window/event.hpp:15, from Window/widget.hpp:15, from Window/Widget/basic_widget.hpp:15, from ./Window/Widget/Scrollable/canvas_widget.cpp:14: Classes/Atomic/tree.hpp: In function ‘string as_string(tree)’: Classes/Atomic/tree.hpp:216: warning: deprecated conversion from string constant to ‘char*’ Classes/Atomic/tree.hpp: In function ‘tree as_tree(T) [with T = void*]’: Classes/Atomic/tree.hpp:219: warning: deprecated conversion from string constant to ‘char*’ In file included from Window/widget.hpp:16, from Window/Widget/basic_widget.hpp:15, from ./Window/Widget/Scrollable/canvas_widget.cpp:14: System/Classes/url.hpp: In function ‘url url_none()’: System/Classes/url.hpp:62: warning: deprecated conversion from string constant to ‘char*’ System/Classes/url.hpp: In function ‘url url_here()’: System/Classes/url.hpp:63: warning: deprecated conversion from string constant to ‘char*’ System/Classes/url.hpp: In function ‘url url_parent()’: System/Classes/url.hpp:64: warning: deprecated conversion from string constant to ‘char*’ System/Classes/url.hpp: In function ‘url url_pwd()’: System/Classes/url.hpp:65: warning: deprecated conversion from string constant to ‘char*’ System/Classes/url.hpp: In function ‘bool is_none(url)’: System/Classes/url.hpp:81: warning: deprecated conversion from string constant to ‘char*’ System/Classes/url.hpp: In function ‘bool is_here(url)’: System/Classes/url.hpp:82: warning: deprecated conversion from string constant to ‘char*’ System/Classes/url.hpp: In function ‘bool is_parent(url)’: System/Classes/url.hpp:83: warning: deprecated conversion from string constant to ‘char*’ System/Classes/url.hpp: In function ‘bool is_concat(url)’: System/Classes/url.hpp:85: warning: deprecated conversion from string constant to ‘char*’ System/Classes/url.hpp: In function ‘bool is_or(url)’: System/Classes/url.hpp:86: warning: deprecated conversion from string constant to ‘char*’ System/Classes/url.hpp: In function ‘bool is_root(url)’: System/Classes/url.hpp:88: warning: deprecated conversion from string constant to ‘char*’ System/Classes/url.hpp: In function ‘bool is_root_web(url)’: System/Classes/url.hpp:92: warning: deprecated conversion from string constant to ‘char*’ System/Classes/url.hpp:92: warning: deprecated conversion from string constant to ‘char*’ System/Classes/url.hpp: In function ‘bool is_wildcard(url)’: System/Classes/url.hpp:93: warning: deprecated conversion from string constant to ‘char*’ System/Classes/url.hpp: In function ‘bool is_wildcard(url, int)’: System/Classes/url.hpp:95: warning: deprecated conversion from string constant to ‘char*’ ./Window/Widget/Scrollable/canvas_widget.cpp: In member function ‘virtual canvas_widget_rep::operator tree()’: ./Window/Widget/Scrollable/canvas_widget.cpp:64: warning: deprecated conversion from string constant to ‘char*’ ./Window/Widget/Scrollable/canvas_widget.cpp: In member function ‘virtual void canvas_widget_rep::handle_set_widget(set_widget_event)’: ./Window/Widget/Scrollable/canvas_widget.cpp:137: warning: deprecated conversion from string constant to ‘char*’ ./Window/Widget/Scrollable/canvas_widget.cpp: In member function ‘void canvas_widget_rep::handle_set_integer(set_integer_event)’: ./Window/Widget/Scrollable/canvas_widget.cpp:197: warning: deprecated conversion from string constant to ‘char*’ ./Window/Widget/Scrollable/canvas_widget.cpp: In member function ‘void canvas_widget_rep::handle_set_coord4(set_coord4_event)’: ./Window/Widget/Scrollable/canvas_widget.cpp:209: warning: deprecated conversion from string constant to ‘char*’ ./Window/Widget/Scrollable/canvas_widget.cpp: In member function ‘void canvas_widget_rep::handle_set_string(set_string_event)’: ./Window/Widget/Scrollable/canvas_widget.cpp:215: warning: deprecated conversion from string constant to ‘char*’ ./Window/Widget/Scrollable/canvas_widget.cpp: In function ‘event set_scrollable(widget)’: ./Window/Widget/Scrollable/canvas_widget.cpp:264: warning: deprecated conversion from string constant to ‘char*’ x86_64-pc-linux-gnu-g++ -ISystem -ISystem/Boot -ISystem/Classes -ISystem/Files -ISystem/Link -ISystem/Misc -IClasses/Abstract -IClasses/Atomic -IClasses/Compound -IData/Drd -IData/String -IData/Tree -IData/Convert -IGuile -IResource -IWindow -ITypeset -ITypeset/Bridge -ITypeset/Concat -ITypeset/Page -IEdit -I/usr/include/freetype2 -pthread -Wall -Wno-return-type -O3 -fexpensive-optimizations -fno-rtti -fno-exceptions -c ./Typeset/Table/cell.cpp -o Objects/cell.o In file included from Classes/Compound/list.hpp:15, from Classes/Atomic/rectangles.hpp:16, from Typeset/boxes.hpp:17, from Typeset/formatter.hpp:17, from Typeset/Format/format.hpp:15, from ./Typeset/Table/cell.cpp:13: Classes/Atomic/tree.hpp: In function ‘string as_string(tree)’: Classes/Atomic/tree.hpp:216: warning: deprecated conversion from string constant to ‘char*’ Classes/Atomic/tree.hpp: In function ‘tree as_tree(T) [with T = void*]’: Classes/Atomic/tree.hpp:219: warning: deprecated conversion from string constant to ‘char*’ In file included from Window/ps_device.hpp:16, from Typeset/boxes.hpp:19, from Typeset/formatter.hpp:17, from Typeset/Format/format.hpp:15, from ./Typeset/Table/cell.cpp:13: System/Classes/url.hpp: In function ‘url url_none()’: System/Classes/url.hpp:62: warning: deprecated conversion from string constant to ‘char*’ System/Classes/url.hpp: In function ‘url url_here()’: System/Classes/url.hpp:63: warning: deprecated conversion from string constant to ‘char*’ System/Classes/url.hpp: In function ‘url url_parent()’: System/Classes/url.hpp:64: warning: deprecated conversion from string constant to ‘char*’ System/Classes/url.hpp: In function ‘url url_pwd()’: System/Classes/url.hpp:65: warning: deprecated conversion from string constant to ‘char*’ System/Classes/url.hpp: In function ‘bool is_none(url)’: System/Classes/url.hpp:81: warning: deprecated conversion from string constant to ‘char*’ System/Classes/url.hpp: In function ‘bool is_here(url)’: System/Classes/url.hpp:82: warning: deprecated conversion from string constant to ‘char*’ System/Classes/url.hpp: In function ‘bool is_parent(url)’: System/Classes/url.hpp:83: warning: deprecated conversion from string constant to ‘char*’ System/Classes/url.hpp: In function ‘bool is_concat(url)’: System/Classes/url.hpp:85: warning: deprecated conversion from string constant to ‘char*’ System/Classes/url.hpp: In function ‘bool is_or(url)’: System/Classes/url.hpp:86: warning: deprecated conversion from string constant to ‘char*’ System/Classes/url.hpp: In function ‘bool is_root(url)’: System/Classes/url.hpp:88: warning: deprecated conversion from string constant to ‘char*’ System/Classes/url.hpp: In function ‘bool is_root_web(url)’: System/Classes/url.hpp:92: warning: deprecated conversion from string constant to ‘char*’ System/Classes/url.hpp:92: warning: deprecated conversion from string constant to ‘char*’ System/Classes/url.hpp: In function ‘bool is_wildcard(url)’: System/Classes/url.hpp:93: warning: deprecated conversion from string constant to ‘char*’ System/Classes/url.hpp: In function ‘bool is_wildcard(url, int)’: System/Classes/url.hpp:95: warning: deprecated conversion from string constant to ‘char*’ In file included from Typeset/formatter.hpp:18, from Typeset/Format/format.hpp:15, from ./Typeset/Table/cell.cpp:13: Typeset/env.hpp: In member function ‘string edit_env_rep::get_string(string)’: Typeset/env.hpp:406: warning: deprecated conversion from string constant to ‘char*’ ./Typeset/Table/cell.cpp: In constructor ‘cell_rep::cell_rep(edit_env)’: ./Typeset/Table/cell.cpp:21: warning: deprecated conversion from string constant to ‘char*’ ./Typeset/Table/cell.cpp: In member function ‘void cell_rep::typeset(tree, tree, path)’: ./Typeset/Table/cell.cpp:38: warning: deprecated conversion from string constant to ‘char*’ ./Typeset/Table/cell.cpp:40: warning: deprecated conversion from string constant to ‘char*’ ./Typeset/Table/cell.cpp:43: warning: deprecated conversion from string constant to ‘char*’ ./Typeset/Table/cell.cpp:43: warning: deprecated conversion from string constant to ‘char*’ ./Typeset/Table/cell.cpp:44: warning: deprecated conversion from string constant to ‘char*’ ./Typeset/Table/cell.cpp:44: warning: deprecated conversion from string constant to ‘char*’ ./Typeset/Table/cell.cpp:51: warning: deprecated conversion from string constant to ‘char*’ ./Typeset/Table/cell.cpp:52: warning: deprecated conversion from string constant to ‘char*’ ./Typeset/Table/cell.cpp:53: warning: deprecated conversion from string constant to ‘char*’ ./Typeset/Table/cell.cpp:54: warning: deprecated conversion from string constant to ‘char*’ ./Typeset/Table/cell.cpp:55: warning: deprecated conversion from string constant to ‘char*’ ./Typeset/Table/cell.cpp:67: warning: deprecated conversion from string constant to ‘char*’ ./Typeset/Table/cell.cpp: In member function ‘void cell_rep::format_cell(tree)’: ./Typeset/Table/cell.cpp:127: warning: deprecated conversion from string constant to ‘char*’ ./Typeset/Table/cell.cpp:130: warning: deprecated conversion from string constant to ‘char*’ ./Typeset/Table/cell.cpp:132: warning: deprecated conversion from string constant to ‘char*’ ./Typeset/Table/cell.cpp:137: warning: deprecated conversion from string constant to ‘char*’ ./Typeset/Table/cell.cpp:141: warning: deprecated conversion from string constant to ‘char*’ ./Typeset/Table/cell.cpp:147: warning: deprecated conversion from string constant to ‘char*’ ./Typeset/Table/cell.cpp:151: warning: deprecated conversion from string constant to ‘char*’ ./Typeset/Table/cell.cpp:185: warning: deprecated conversion from string constant to ‘char*’ ./Typeset/Table/cell.cpp:188: warning: deprecated conversion from string constant to ‘char*’ ./Typeset/Table/cell.cpp:191: warning: deprecated conversion from string constant to ‘char*’ ./Typeset/Table/cell.cpp:194: warning: deprecated conversion from string constant to ‘char*’ ./Typeset/Table/cell.cpp: In member function ‘void cell_rep::compute_width(SI&, SI&, SI&, bool)’: ./Typeset/Table/cell.cpp:217: warning: deprecated conversion from string constant to ‘char*’ ./Typeset/Table/cell.cpp:217: warning: deprecated conversion from string constant to ‘char*’ ./Typeset/Table/cell.cpp:218: warning: deprecated conversion from string constant to ‘char*’ ./Typeset/Table/cell.cpp:218: warning: deprecated conversion from string constant to ‘char*’ ./Typeset/Table/cell.cpp:226: warning: deprecated conversion from string constant to ‘char*’ ./Typeset/Table/cell.cpp:235: warning: deprecated conversion from string constant to ‘char*’ ./Typeset/Table/cell.cpp:235: warning: deprecated conversion from string constant to ‘char*’ ./Typeset/Table/cell.cpp:235: warning: deprecated conversion from string constant to ‘char*’ ./Typeset/Table/cell.cpp:240: warning: deprecated conversion from string constant to ‘char*’ ./Typeset/Table/cell.cpp:240: warning: deprecated conversion from string constant to ‘char*’ ./Typeset/Table/cell.cpp:249: warning: deprecated conversion from string constant to ‘char*’ ./Typeset/Table/cell.cpp:253: warning: deprecated conversion from string constant to ‘char*’ ./Typeset/Table/cell.cpp:254: warning: deprecated conversion from string constant to ‘char*’ ./Typeset/Table/cell.cpp: In member function ‘void cell_rep::compute_height(SI&, SI&, SI&)’: ./Typeset/Table/cell.cpp:264: warning: deprecated conversion from string constant to ‘char*’ ./Typeset/Table/cell.cpp:264: warning: deprecated conversion from string constant to ‘char*’ ./Typeset/Table/cell.cpp:264: warning: deprecated conversion from string constant to ‘char*’ ./Typeset/Table/cell.cpp:273: warning: deprecated conversion from string constant to ‘char*’ ./Typeset/Table/cell.cpp:273: warning: deprecated conversion from string constant to ‘char*’ ./Typeset/Table/cell.cpp:274: warning: deprecated conversion from string constant to ‘char*’ ./Typeset/Table/cell.cpp:274: warning: deprecated conversion from string constant to ‘char*’ ./Typeset/Table/cell.cpp:283: warning: deprecated conversion from string constant to ‘char*’ ./Typeset/Table/cell.cpp:287: warning: deprecated conversion from string constant to ‘char*’ ./Typeset/Table/cell.cpp:288: warning: deprecated conversion from string constant to ‘char*’ ./Typeset/Table/cell.cpp: In member function ‘void cell_rep::fit_horizontally()’: ./Typeset/Table/cell.cpp:297: warning: deprecated conversion from string constant to ‘char*’ ./Typeset/Table/cell.cpp:297: warning: deprecated conversion from string constant to ‘char*’ ./Typeset/Table/cell.cpp:298: warning: deprecated conversion from string constant to ‘char*’ ./Typeset/Table/cell.cpp:298: warning: deprecated conversion from string constant to ‘char*’ ./Typeset/Table/cell.cpp:299: warning: deprecated conversion from string constant to ‘char*’ ./Typeset/Table/cell.cpp:299: warning: deprecated conversion from string constant to ‘char*’ ./Typeset/Table/cell.cpp: In member function ‘void cell_rep::position_horizontally(SI, SI, SI, SI)’: ./Typeset/Table/cell.cpp:308: warning: deprecated conversion from string constant to ‘char*’ ./Typeset/Table/cell.cpp:309: warning: deprecated conversion from string constant to ‘char*’ ./Typeset/Table/cell.cpp:310: warning: deprecated conversion from string constant to ‘char*’ ./Typeset/Table/cell.cpp:311: warning: deprecated conversion from string constant to ‘char*’ ./Typeset/Table/cell.cpp:312: warning: deprecated conversion from string constant to ‘char*’ ./Typeset/Table/cell.cpp:313: warning: deprecated conversion from string constant to ‘char*’ ./Typeset/Table/cell.cpp:314: warning: deprecated conversion from string constant to ‘char*’ ./Typeset/Table/cell.cpp:315: warning: deprecated conversion from string constant to ‘char*’ ./Typeset/Table/cell.cpp: In member function ‘void cell_rep::position_vertically(SI, SI, SI, SI)’: ./Typeset/Table/cell.cpp:326: warning: deprecated conversion from string constant to ‘char*’ ./Typeset/Table/cell.cpp:327: warning: deprecated conversion from string constant to ‘char*’ ./Typeset/Table/cell.cpp:328: warning: deprecated conversion from string constant to ‘char*’ ./Typeset/Table/cell.cpp:329: warning: deprecated conversion from string constant to ‘char*’ ./Typeset/Table/cell.cpp:330: warning: deprecated conversion from string constant to ‘char*’ ./Typeset/Table/cell.cpp:331: warning: deprecated conversion from string constant to ‘char*’ ./Typeset/Table/cell.cpp: In member function ‘void cell_rep::finish()’: ./Typeset/Table/cell.cpp:349: warning: deprecated conversion from string constant to ‘char*’ x86_64-pc-linux-gnu-g++ -ISystem -ISystem/Boot -ISystem/Classes -ISystem/Files -ISystem/Link -ISystem/Misc -IClasses/Abstract -IClasses/Atomic -IClasses/Compound -IData/Drd -IData/String -IData/Tree -IData/Convert -IGuile -IResource -IWindow -ITypeset -ITypeset/Bridge -ITypeset/Concat -ITypeset/Page -IEdit -I/usr/include/freetype2 -pthread -Wall -Wno-return-type -O3 -fexpensive-optimizations -fno-rtti -fno-exceptions -c ./Typeset/Boxes/Modifier/change_boxes.cpp -o Objects/change_boxes.o In file included from Classes/Compound/list.hpp:15, from Classes/Atomic/rectangles.hpp:16, from Typeset/boxes.hpp:17, from Typeset/Boxes/composite.hpp:15, from ./Typeset/Boxes/Modifier/change_boxes.cpp:13: Classes/Atomic/tree.hpp: In function ‘string as_string(tree)’: Classes/Atomic/tree.hpp:216: warning: deprecated conversion from string constant to ‘char*’ Classes/Atomic/tree.hpp: In function ‘tree as_tree(T) [with T = void*]’: Classes/Atomic/tree.hpp:219: warning: deprecated conversion from string constant to ‘char*’ In file included from Window/ps_device.hpp:16, from Typeset/boxes.hpp:19, from Typeset/Boxes/composite.hpp:15, from ./Typeset/Boxes/Modifier/change_boxes.cpp:13: System/Classes/url.hpp: In function ‘url url_none()’: System/Classes/url.hpp:62: warning: deprecated conversion from string constant to ‘char*’ System/Classes/url.hpp: In function ‘url url_here()’: System/Classes/url.hpp:63: warning: deprecated conversion from string constant to ‘char*’ System/Classes/url.hpp: In function ‘url url_parent()’: System/Classes/url.hpp:64: warning: deprecated conversion from string constant to ‘char*’ System/Classes/url.hpp: In function ‘url url_pwd()’: System/Classes/url.hpp:65: warning: deprecated conversion from string constant to ‘char*’ System/Classes/url.hpp: In function ‘bool is_none(url)’: System/Classes/url.hpp:81: warning: deprecated conversion from string constant to ‘char*’ System/Classes/url.hpp: In function ‘bool is_here(url)’: System/Classes/url.hpp:82: warning: deprecated conversion from string constant to ‘char*’ System/Classes/url.hpp: In function ‘bool is_parent(url)’: System/Classes/url.hpp:83: warning: deprecated conversion from string constant to ‘char*’ System/Classes/url.hpp: In function ‘bool is_concat(url)’: System/Classes/url.hpp:85: warning: deprecated conversion from string constant to ‘char*’ System/Classes/url.hpp: In function ‘bool is_or(url)’: System/Classes/url.hpp:86: warning: deprecated conversion from string constant to ‘char*’ System/Classes/url.hpp: In function ‘bool is_root(url)’: System/Classes/url.hpp:88: warning: deprecated conversion from string constant to ‘char*’ System/Classes/url.hpp: In function ‘bool is_root_web(url)’: System/Classes/url.hpp:92: warning: deprecated conversion from string constant to ‘char*’ System/Classes/url.hpp:92: warning: deprecated conversion from string constant to ‘char*’ System/Classes/url.hpp: In function ‘bool is_wildcard(url)’: System/Classes/url.hpp:93: warning: deprecated conversion from string constant to ‘char*’ System/Classes/url.hpp: In function ‘bool is_wildcard(url, int)’: System/Classes/url.hpp:95: warning: deprecated conversion from string constant to ‘char*’ In file included from ./Typeset/Boxes/Modifier/change_boxes.cpp:13: Typeset/Boxes/composite.hpp: In member function ‘virtual concrete_composite_box_rep::operator tree()’: Typeset/Boxes/composite.hpp:67: warning: deprecated conversion from string constant to ‘char*’ ./Typeset/Boxes/Modifier/change_boxes.cpp: In member function ‘virtual change_box_rep::operator tree()’: ./Typeset/Boxes/Modifier/change_boxes.cpp:24: warning: deprecated conversion from string constant to ‘char*’ ./Typeset/Boxes/Modifier/change_boxes.cpp: In member function ‘virtual move_box_rep::operator tree()’: ./Typeset/Boxes/Modifier/change_boxes.cpp:104: warning: deprecated conversion from string constant to ‘char*’ ./Typeset/Boxes/Modifier/change_boxes.cpp: In member function ‘virtual resize_box_rep::operator tree()’: ./Typeset/Boxes/Modifier/change_boxes.cpp:118: warning: deprecated conversion from string constant to ‘char*’ ./Typeset/Boxes/Modifier/change_boxes.cpp: In member function ‘virtual vcorrect_box_rep::operator tree()’: ./Typeset/Boxes/Modifier/change_boxes.cpp:135: warning: deprecated conversion from string constant to ‘char*’ ./Typeset/Boxes/Modifier/change_boxes.cpp: In member function ‘virtual repeat_box_rep::operator tree()’: ./Typeset/Boxes/Modifier/change_boxes.cpp:154: warning: deprecated conversion from string constant to ‘char*’ ./Typeset/Boxes/Modifier/change_boxes.cpp: In member function ‘virtual cell_box_rep::operator tree()’: ./Typeset/Boxes/Modifier/change_boxes.cpp:191: warning: deprecated conversion from string constant to ‘char*’ ./Typeset/Boxes/Modifier/change_boxes.cpp: In member function ‘virtual action_box_rep::operator tree()’: ./Typeset/Boxes/Modifier/change_boxes.cpp:262: warning: deprecated conversion from string constant to ‘char*’ ./Typeset/Boxes/Modifier/change_boxes.cpp: In member function ‘virtual tree action_box_rep::action(tree, SI, SI, SI)’: ./Typeset/Boxes/Modifier/change_boxes.cpp:279: warning: deprecated conversion from string constant to ‘char*’ ./Typeset/Boxes/Modifier/change_boxes.cpp:282: warning: deprecated conversion from string constant to ‘char*’ ./Typeset/Boxes/Modifier/change_boxes.cpp: In member function ‘virtual tag_box_rep::operator tree()’: ./Typeset/Boxes/Modifier/change_boxes.cpp:294: warning: deprecated conversion from string constant to ‘char*’ x86_64-pc-linux-gnu-g++ -ISystem -ISystem/Boot -ISystem/Classes -ISystem/Files -ISystem/Link -ISystem/Misc -IClasses/Abstract -IClasses/Atomic -IClasses/Compound -IData/Drd -IData/String -IData/Tree -IData/Convert -IGuile -I/usr/include/freetype2 -pthread -Wall -Wno-return-type -O3 -fexpensive-optimizations -fno-rtti -fno-exceptions -c ./Classes/Abstract/command.cpp -o Objects/command.o In file included from ./Classes/Abstract/command.hpp:15, from ./Classes/Abstract/command.cpp:13: Classes/Atomic/tree.hpp: In function ‘string as_string(tree)’: Classes/Atomic/tree.hpp:216: warning: deprecated conversion from string constant to ‘char*’ Classes/Atomic/tree.hpp: In function ‘tree as_tree(T) [with T = void*]’: Classes/Atomic/tree.hpp:219: warning: deprecated conversion from string constant to ‘char*’ x86_64-pc-linux-gnu-g++ -ISystem -ISystem/Boot -ISystem/Classes -ISystem/Files -ISystem/Link -ISystem/Misc -IClasses/Abstract -IClasses/Atomic -IClasses/Compound -IData/Drd -IData/String -IData/Tree -IData/Convert -IGuile -IResource -IWindow -ITypeset -ITypeset/Bridge -ITypeset/Concat -ITypeset/Page -IEdit -I/usr/include/freetype2 -pthread -Wall -Wno-return-type -O3 -fexpensive-optimizations -fno-rtti -fno-exceptions -c ./Typeset/Boxes/Composite/composite_boxes.cpp -o Objects/composite_boxes.o In file included from Classes/Compound/list.hpp:15, from Classes/Atomic/rectangles.hpp:16, from Typeset/boxes.hpp:17, from Typeset/Boxes/composite.hpp:15, from ./Typeset/Boxes/Composite/composite_boxes.cpp:13: Classes/Atomic/tree.hpp: In function ‘string as_string(tree)’: Classes/Atomic/tree.hpp:216: warning: deprecated conversion from string constant to ‘char*’ Classes/Atomic/tree.hpp: In function ‘tree as_tree(T) [with T = void*]’: Classes/Atomic/tree.hpp:219: warning: deprecated conversion from string constant to ‘char*’ In file included from Window/ps_device.hpp:16, from Typeset/boxes.hpp:19, from Typeset/Boxes/composite.hpp:15, from ./Typeset/Boxes/Composite/composite_boxes.cpp:13: System/Classes/url.hpp: In function ‘url url_none()’: System/Classes/url.hpp:62: warning: deprecated conversion from string constant to ‘char*’ System/Classes/url.hpp: In function ‘url url_here()’: System/Classes/url.hpp:63: warning: deprecated conversion from string constant to ‘char*’ System/Classes/url.hpp: In function ‘url url_parent()’: System/Classes/url.hpp:64: warning: deprecated conversion from string constant to ‘char*’ System/Classes/url.hpp: In function ‘url url_pwd()’: System/Classes/url.hpp:65: warning: deprecated conversion from string constant to ‘char*’ System/Classes/url.hpp: In function ‘bool is_none(url)’: System/Classes/url.hpp:81: warning: deprecated conversion from string constant to ‘char*’ System/Classes/url.hpp: In function ‘bool is_here(url)’: System/Classes/url.hpp:82: warning: deprecated conversion from string constant to ‘char*’ System/Classes/url.hpp: In function ‘bool is_parent(url)’: System/Classes/url.hpp:83: warning: deprecated conversion from string constant to ‘char*’ System/Classes/url.hpp: In function ‘bool is_concat(url)’: System/Classes/url.hpp:85: warning: deprecated conversion from string constant to ‘char*’ System/Classes/url.hpp: In function ‘bool is_or(url)’: System/Classes/url.hpp:86: warning: deprecated conversion from string constant to ‘char*’ System/Classes/url.hpp: In function ‘bool is_root(url)’: System/Classes/url.hpp:88: warning: deprecated conversion from string constant to ‘char*’ System/Classes/url.hpp: In function ‘bool is_root_web(url)’: System/Classes/url.hpp:92: warning: deprecated conversion from string constant to ‘char*’ System/Classes/url.hpp:92: warning: deprecated conversion from string constant to ‘char*’ System/Classes/url.hpp: In function ‘bool is_wildcard(url)’: System/Classes/url.hpp:93: warning: deprecated conversion from string constant to ‘char*’ System/Classes/url.hpp: In function ‘bool is_wildcard(url, int)’: System/Classes/url.hpp:95: warning: deprecated conversion from string constant to ‘char*’ In file included from ./Typeset/Boxes/Composite/composite_boxes.cpp:13: Typeset/Boxes/composite.hpp: In member function ‘virtual concrete_composite_box_rep::operator tree()’: Typeset/Boxes/composite.hpp:67: warning: deprecated conversion from string constant to ‘char*’ ./Typeset/Boxes/Composite/composite_boxes.cpp: In member function ‘void composite_box_rep::position()’: ./Typeset/Boxes/Composite/composite_boxes.cpp:71: warning: deprecated conversion from string constant to ‘char*’ ./Typeset/Boxes/Composite/composite_boxes.cpp:71: warning: deprecated conversion from string constant to ‘char*’ ./Typeset/Boxes/Composite/composite_boxes.cpp:71: warning: deprecated conversion from string constant to ‘char*’ ./Typeset/Boxes/Composite/composite_boxes.cpp: In member function ‘virtual tree composite_box_rep::action(tree, SI, SI, SI)’: ./Typeset/Boxes/Composite/composite_boxes.cpp:119: warning: deprecated conversion from string constant to ‘char*’ x86_64-pc-linux-gnu-g++ -ISystem -ISystem/Boot -ISystem/Classes -ISystem/Files -ISystem/Link -ISystem/Misc -IClasses/Abstract -IClasses/Atomic -IClasses/Compound -IData/Drd -IData/String -IData/Tree -IData/Convert -IGuile -IResource -IWindow -IPlugins -I/usr/include/freetype2 -pthread -Wall -Wno-return-type -O3 -fexpensive-optimizations -fno-rtti -fno-exceptions -c ./Window/Event/composite_event.cpp -o Objects/composite_event.o In file included from Window/event.hpp:15, from Window/Event/composite_event.hpp:15, from ./Window/Event/composite_event.cpp:13: Classes/Atomic/tree.hpp: In function ‘string as_string(tree)’: Classes/Atomic/tree.hpp:216: warning: deprecated conversion from string constant to ‘char*’ Classes/Atomic/tree.hpp: In function ‘tree as_tree(T) [with T = void*]’: Classes/Atomic/tree.hpp:219: warning: deprecated conversion from string constant to ‘char*’ In file included from Window/widget.hpp:16, from Window/Event/composite_event.hpp:17, from ./Window/Event/composite_event.cpp:13: System/Classes/url.hpp: In function ‘url url_none()’: System/Classes/url.hpp:62: warning: deprecated conversion from string constant to ‘char*’ System/Classes/url.hpp: In function ‘url url_here()’: System/Classes/url.hpp:63: warning: deprecated conversion from string constant to ‘char*’ System/Classes/url.hpp: In function ‘url url_parent()’: System/Classes/url.hpp:64: warning: deprecated conversion from string constant to ‘char*’ System/Classes/url.hpp: In function ‘url url_pwd()’: System/Classes/url.hpp:65: warning: deprecated conversion from string constant to ‘char*’ System/Classes/url.hpp: In function ‘bool is_none(url)’: System/Classes/url.hpp:81: warning: deprecated conversion from string constant to ‘char*’ System/Classes/url.hpp: In function ‘bool is_here(url)’: System/Classes/url.hpp:82: warning: deprecated conversion from string constant to ‘char*’ System/Classes/url.hpp: In function ‘bool is_parent(url)’: System/Classes/url.hpp:83: warning: deprecated conversion from string constant to ‘char*’ System/Classes/url.hpp: In function ‘bool is_concat(url)’: System/Classes/url.hpp:85: warning: deprecated conversion from string constant to ‘char*’ System/Classes/url.hpp: In function ‘bool is_or(url)’: System/Classes/url.hpp:86: warning: deprecated conversion from string constant to ‘char*’ System/Classes/url.hpp: In function ‘bool is_root(url)’: System/Classes/url.hpp:88: warning: deprecated conversion from string constant to ‘char*’ System/Classes/url.hpp: In function ‘bool is_root_web(url)’: System/Classes/url.hpp:92: warning: deprecated conversion from string constant to ‘char*’ System/Classes/url.hpp:92: warning: deprecated conversion from string constant to ‘char*’ System/Classes/url.hpp: In function ‘bool is_wildcard(url)’: System/Classes/url.hpp:93: warning: deprecated conversion from string constant to ‘char*’ System/Classes/url.hpp: In function ‘bool is_wildcard(url, int)’: System/Classes/url.hpp:95: warning: deprecated conversion from string constant to ‘char*’ ./Window/Event/composite_event.cpp: In member function ‘virtual clean_event_rep::operator tree()’: ./Window/Event/composite_event.cpp:21: warning: deprecated conversion from string constant to ‘char*’ ./Window/Event/composite_event.cpp: In member function ‘virtual insert_event_rep::operator tree()’: ./Window/Event/composite_event.cpp:28: warning: deprecated conversion from string constant to ‘char*’ ./Window/Event/composite_event.cpp: In member function ‘virtual remove_event_rep::operator tree()’: ./Window/Event/composite_event.cpp:35: warning: deprecated conversion from string constant to ‘char*’ x86_64-pc-linux-gnu-g++ -ISystem -ISystem/Boot -ISystem/Classes -ISystem/Files -ISystem/Link -ISystem/Misc -IClasses/Abstract -IClasses/Atomic -IClasses/Compound -IData/Drd -IData/String -IData/Tree -IData/Convert -IGuile -IResource -IWindow -IPlugins -I/usr/include/freetype2 -pthread -Wall -Wno-return-type -O3 -fexpensive-optimizations -fno-rtti -fno-exceptions -c ./Window/Widget/Composite/composite_widget.cpp -o Objects/composite_widget.o In file included from Classes/Compound/list.hpp:15, from Classes/Compound/hashmap.hpp:15, from Resource/resource.hpp:15, from Resource/bitmap_font.hpp:15, from Window/ps_device.hpp:15, from Window/window.hpp:15, from Window/Widget/layout.hpp:15, from ./Window/Widget/Composite/composite_widget.cpp:14: Classes/Atomic/tree.hpp: In function ‘string as_string(tree)’: Classes/Atomic/tree.hpp:216: warning: deprecated conversion from string constant to ‘char*’ Classes/Atomic/tree.hpp: In function ‘tree as_tree(T) [with T = void*]’: Classes/Atomic/tree.hpp:219: warning: deprecated conversion from string constant to ‘char*’ In file included from Window/ps_device.hpp:16, from Window/window.hpp:15, from Window/Widget/layout.hpp:15, from ./Window/Widget/Composite/composite_widget.cpp:14: System/Classes/url.hpp: In function ‘url url_none()’: System/Classes/url.hpp:62: warning: deprecated conversion from string constant to ‘char*’ System/Classes/url.hpp: In function ‘url url_here()’: System/Classes/url.hpp:63: warning: deprecated conversion from string constant to ‘char*’ System/Classes/url.hpp: In function ‘url url_parent()’: System/Classes/url.hpp:64: warning: deprecated conversion from string constant to ‘char*’ System/Classes/url.hpp: In function ‘url url_pwd()’: System/Classes/url.hpp:65: warning: deprecated conversion from string constant to ‘char*’ System/Classes/url.hpp: In function ‘bool is_none(url)’: System/Classes/url.hpp:81: warning: deprecated conversion from string constant to ‘char*’ System/Classes/url.hpp: In function ‘bool is_here(url)’: System/Classes/url.hpp:82: warning: deprecated conversion from string constant to ‘char*’ System/Classes/url.hpp: In function ‘bool is_parent(url)’: System/Classes/url.hpp:83: warning: deprecated conversion from string constant to ‘char*’ System/Classes/url.hpp: In function ‘bool is_concat(url)’: System/Classes/url.hpp:85: warning: deprecated conversion from string constant to ‘char*’ System/Classes/url.hpp: In function ‘bool is_or(url)’: System/Classes/url.hpp:86: warning: deprecated conversion from string constant to ‘char*’ System/Classes/url.hpp: In function ‘bool is_root(url)’: System/Classes/url.hpp:88: warning: deprecated conversion from string constant to ‘char*’ System/Classes/url.hpp: In function ‘bool is_root_web(url)’: System/Classes/url.hpp:92: warning: deprecated conversion from string constant to ‘char*’ System/Classes/url.hpp:92: warning: deprecated conversion from string constant to ‘char*’ System/Classes/url.hpp: In function ‘bool is_wildcard(url)’: System/Classes/url.hpp:93: warning: deprecated conversion from string constant to ‘char*’ System/Classes/url.hpp: In function ‘bool is_wildcard(url, int)’: System/Classes/url.hpp:95: warning: deprecated conversion from string constant to ‘char*’ x86_64-pc-linux-gnu-g++ -ISystem -ISystem/Boot -ISystem/Classes -ISystem/Files -ISystem/Link -ISystem/Misc -IClasses/Abstract -IClasses/Atomic -IClasses/Compound -IData/Drd -IData/String -IData/Tree -IData/Convert -IGuile -IResource -IWindow -I/usr/include/freetype2 -pthread -Wall -Wno-return-type -O3 -fexpensive-optimizations -fno-rtti -fno-exceptions -c ./Resource/Fonts/compound_font.cpp -o Objects/compound_font.o In file included from Classes/Atomic/space.hpp:15, from Resource/font.hpp:15, from ./Resource/Fonts/compound_font.cpp:13: Classes/Atomic/tree.hpp: In function ‘string as_string(tree)’: Classes/Atomic/tree.hpp:216: warning: deprecated conversion from string constant to ‘char*’ Classes/Atomic/tree.hpp: In function ‘tree as_tree(T) [with T = void*]’: Classes/Atomic/tree.hpp:219: warning: deprecated conversion from string constant to ‘char*’ In file included from Window/ps_device.hpp:16, from Resource/font.hpp:18, from ./Resource/Fonts/compound_font.cpp:13: System/Classes/url.hpp: In function ‘url url_none()’: System/Classes/url.hpp:62: warning: deprecated conversion from string constant to ‘char*’ System/Classes/url.hpp: In function ‘url url_here()’: System/Classes/url.hpp:63: warning: deprecated conversion from string constant to ‘char*’ System/Classes/url.hpp: In function ‘url url_parent()’: System/Classes/url.hpp:64: warning: deprecated conversion from string constant to ‘char*’ System/Classes/url.hpp: In function ‘url url_pwd()’: System/Classes/url.hpp:65: warning: deprecated conversion from string constant to ‘char*’ System/Classes/url.hpp: In function ‘bool is_none(url)’: System/Classes/url.hpp:81: warning: deprecated conversion from string constant to ‘char*’ System/Classes/url.hpp: In function ‘bool is_here(url)’: System/Classes/url.hpp:82: warning: deprecated conversion from string constant to ‘char*’ System/Classes/url.hpp: In function ‘bool is_parent(url)’: System/Classes/url.hpp:83: warning: deprecated conversion from string constant to ‘char*’ System/Classes/url.hpp: In function ‘bool is_concat(url)’: System/Classes/url.hpp:85: warning: deprecated conversion from string constant to ‘char*’ System/Classes/url.hpp: In function ‘bool is_or(url)’: System/Classes/url.hpp:86: warning: deprecated conversion from string constant to ‘char*’ System/Classes/url.hpp: In function ‘bool is_root(url)’: System/Classes/url.hpp:88: warning: deprecated conversion from string constant to ‘char*’ System/Classes/url.hpp: In function ‘bool is_root_web(url)’: System/Classes/url.hpp:92: warning: deprecated conversion from string constant to ‘char*’ System/Classes/url.hpp:92: warning: deprecated conversion from string constant to ‘char*’ System/Classes/url.hpp: In function ‘bool is_wildcard(url)’: System/Classes/url.hpp:93: warning: deprecated conversion from string constant to ‘char*’ System/Classes/url.hpp: In function ‘bool is_wildcard(url, int)’: System/Classes/url.hpp:95: warning: deprecated conversion from string constant to ‘char*’ In file included from ./Resource/Fonts/compound_font.cpp:17: System/Files/file.hpp: In function ‘void system(string, url)’: System/Files/file.hpp:35: warning: deprecated conversion from string constant to ‘char*’ System/Files/file.hpp: In function ‘void system(string, url, url)’: System/Files/file.hpp:37: warning: deprecated conversion from string constant to ‘char*’ System/Files/file.hpp:37: warning: deprecated conversion from string constant to ‘char*’ System/Files/file.hpp: In function ‘void system(string, url, char*)’: System/Files/file.hpp:39: warning: deprecated conversion from string constant to ‘char*’ System/Files/file.hpp:39: warning: deprecated conversion from string constant to ‘char*’ System/Files/file.hpp: In function ‘void system(string, url, char*, url)’: System/Files/file.hpp:41: warning: deprecated conversion from string constant to ‘char*’ System/Files/file.hpp:41: warning: deprecated conversion from string constant to ‘char*’ System/Files/file.hpp:42: warning: deprecated conversion from string constant to ‘char*’ System/Files/file.hpp: In function ‘string eval_system(string, url)’: System/Files/file.hpp:44: warning: deprecated conversion from string constant to ‘char*’ System/Files/file.hpp: In function ‘string eval_system(string, url, url)’: System/Files/file.hpp:46: warning: deprecated conversion from string constant to ‘char*’ System/Files/file.hpp:46: warning: deprecated conversion from string constant to ‘char*’ System/Files/file.hpp: In function ‘void move(url, url)’: System/Files/file.hpp:47: warning: deprecated conversion from string constant to ‘char*’ System/Files/file.hpp: In function ‘void copy(url, url)’: System/Files/file.hpp:48: warning: deprecated conversion from string constant to ‘char*’ System/Files/file.hpp: In function ‘void append(url, url)’: System/Files/file.hpp:49: warning: deprecated conversion from string constant to ‘char*’ System/Files/file.hpp:49: warning: deprecated conversion from string constant to ‘char*’ System/Files/file.hpp: In function ‘void remove(url)’: System/Files/file.hpp:50: warning: deprecated conversion from string constant to ‘char*’ System/Files/file.hpp: In function ‘void mkdir(url)’: System/Files/file.hpp:54: warning: deprecated conversion from string constant to ‘char*’ ./Resource/Fonts/compound_font.cpp: In constructor ‘compound_encoding_rep::compound_encoding_rep(string, tree)’: ./Resource/Fonts/compound_font.cpp:35: warning: deprecated conversion from string constant to ‘char*’ ./Resource/Fonts/compound_font.cpp:43: warning: deprecated conversion from string constant to ‘char*’ ./Resource/Fonts/compound_font.cpp:45: warning: deprecated conversion from string constant to ‘char*’ ./Resource/Fonts/compound_font.cpp: At global scope: ./Resource/Fonts/compound_font.cpp:152: warning: deprecated conversion from string constant to ‘char*’ x86_64-pc-linux-gnu-g++ -ISystem -ISystem/Boot -ISystem/Classes -ISystem/Files -ISystem/Link -ISystem/Misc -IClasses/Abstract -IClasses/Atomic -IClasses/Compound -IData/Drd -IData/String -IData/Tree -IData/Convert -IGuile -IResource -IWindow -ITypeset -ITypeset/Bridge -ITypeset/Concat -ITypeset/Page -IEdit -I/usr/include/freetype2 -pthread -Wall -Wno-return-type -O3 -fexpensive-optimizations -fno-rtti -fno-exceptions -c ./Typeset/Concat/concat_active.cpp -o Objects/concat_active.o In file included from Classes/Compound/list.hpp:15, from Classes/Atomic/rectangles.hpp:16, from Typeset/boxes.hpp:17, from Typeset/typesetter.hpp:16, from ./Typeset/Concat/concater.hpp:17, from ./Typeset/Concat/concat_active.cpp:13: Classes/Atomic/tree.hpp: In function ‘string as_string(tree)’: Classes/Atomic/tree.hpp:216: warning: deprecated conversion from string constant to ‘char*’ Classes/Atomic/tree.hpp: In function ‘tree as_tree(T) [with T = void*]’: Classes/Atomic/tree.hpp:219: warning: deprecated conversion from string constant to ‘char*’ In file included from Window/ps_device.hpp:16, from Typeset/boxes.hpp:19, from Typeset/typesetter.hpp:16, from ./Typeset/Concat/concater.hpp:17, from ./Typeset/Concat/concat_active.cpp:13: System/Classes/url.hpp: In function ‘url url_none()’: System/Classes/url.hpp:62: warning: deprecated conversion from string constant to ‘char*’ System/Classes/url.hpp: In function ‘url url_here()’: System/Classes/url.hpp:63: warning: deprecated conversion from string constant to ‘char*’ System/Classes/url.hpp: In function ‘url url_parent()’: System/Classes/url.hpp:64: warning: deprecated conversion from string constant to ‘char*’ System/Classes/url.hpp: In function ‘url url_pwd()’: System/Classes/url.hpp:65: warning: deprecated conversion from string constant to ‘char*’ System/Classes/url.hpp: In function ‘bool is_none(url)’: System/Classes/url.hpp:81: warning: deprecated conversion from string constant to ‘char*’ System/Classes/url.hpp: In function ‘bool is_here(url)’: System/Classes/url.hpp:82: warning: deprecated conversion from string constant to ‘char*’ System/Classes/url.hpp: In function ‘bool is_parent(url)’: System/Classes/url.hpp:83: warning: deprecated conversion from string constant to ‘char*’ System/Classes/url.hpp: In function ‘bool is_concat(url)’: System/Classes/url.hpp:85: warning: deprecated conversion from string constant to ‘char*’ System/Classes/url.hpp: In function ‘bool is_or(url)’: System/Classes/url.hpp:86: warning: deprecated conversion from string constant to ‘char*’ System/Classes/url.hpp: In function ‘bool is_root(url)’: System/Classes/url.hpp:88: warning: deprecated conversion from string constant to ‘char*’ System/Classes/url.hpp: In function ‘bool is_root_web(url)’: System/Classes/url.hpp:92: warning: deprecated conversion from string constant to ‘char*’ System/Classes/url.hpp:92: warning: deprecated conversion from string constant to ‘char*’ System/Classes/url.hpp: In function ‘bool is_wildcard(url)’: System/Classes/url.hpp:93: warning: deprecated conversion from string constant to ‘char*’ System/Classes/url.hpp: In function ‘bool is_wildcard(url, int)’: System/Classes/url.hpp:95: warning: deprecated conversion from string constant to ‘char*’ In file included from Typeset/typesetter.hpp:17, from ./Typeset/Concat/concater.hpp:17, from ./Typeset/Concat/concat_active.cpp:13: Typeset/env.hpp: In member function ‘string edit_env_rep::get_string(string)’: Typeset/env.hpp:406: warning: deprecated conversion from string constant to ‘char*’ In file included from ./Typeset/Concat/concat_active.cpp:14: System/Files/file.hpp: In function ‘void system(string, url)’: System/Files/file.hpp:35: warning: deprecated conversion from string constant to ‘char*’ System/Files/file.hpp: In function ‘void system(string, url, url)’: System/Files/file.hpp:37: warning: deprecated conversion from string constant to ‘char*’ System/Files/file.hpp:37: warning: deprecated conversion from string constant to ‘char*’ System/Files/file.hpp: In function ‘void system(string, url, char*)’: System/Files/file.hpp:39: warning: deprecated conversion from string constant to ‘char*’ System/Files/file.hpp:39: warning: deprecated conversion from string constant to ‘char*’ System/Files/file.hpp: In function ‘void system(string, url, char*, url)’: System/Files/file.hpp:41: warning: deprecated conversion from string constant to ‘char*’ System/Files/file.hpp:41: warning: deprecated conversion from string constant to ‘char*’ System/Files/file.hpp:42: warning: deprecated conversion from string constant to ‘char*’ System/Files/file.hpp: In function ‘string eval_system(string, url)’: System/Files/file.hpp:44: warning: deprecated conversion from string constant to ‘char*’ System/Files/file.hpp: In function ‘string eval_system(string, url, url)’: System/Files/file.hpp:46: warning: deprecated conversion from string constant to ‘char*’ System/Files/file.hpp:46: warning: deprecated conversion from string constant to ‘char*’ System/Files/file.hpp: In function ‘void move(url, url)’: System/Files/file.hpp:47: warning: deprecated conversion from string constant to ‘char*’ System/Files/file.hpp: In function ‘void copy(url, url)’: System/Files/file.hpp:48: warning: deprecated conversion from string constant to ‘char*’ System/Files/file.hpp: In function ‘void append(url, url)’: System/Files/file.hpp:49: warning: deprecated conversion from string constant to ‘char*’ System/Files/file.hpp:49: warning: deprecated conversion from string constant to ‘char*’ System/Files/file.hpp: In function ‘void remove(url)’: System/Files/file.hpp:50: warning: deprecated conversion from string constant to ‘char*’ System/Files/file.hpp: In function ‘void mkdir(url)’: System/Files/file.hpp:54: warning: deprecated conversion from string constant to ‘char*’ ./Typeset/Concat/concat_active.cpp: In member function ‘void concater_rep::typeset_var_if(tree, path)’: ./Typeset/Concat/concat_active.cpp:48: warning: deprecated conversion from string constant to ‘char*’ ./Typeset/Concat/concat_active.cpp: In member function ‘virtual void guile_command_rep::apply()’: ./Typeset/Concat/concat_active.cpp:89: warning: deprecated conversion from string constant to ‘char*’ ./Typeset/Concat/concat_active.cpp:89: warning: deprecated conversion from string constant to ‘char*’ ./Typeset/Concat/concat_active.cpp:92: warning: deprecated conversion from string constant to ‘char*’ ./Typeset/Concat/concat_active.cpp:95: warning: deprecated conversion from string constant to ‘char*’ ./Typeset/Concat/concat_active.cpp:95: warning: deprecated conversion from string constant to ‘char*’ ./Typeset/Concat/concat_active.cpp:96: warning: deprecated conversion from string constant to ‘char*’ ./Typeset/Concat/concat_active.cpp:96: warning: deprecated conversion from string constant to ‘char*’ ./Typeset/Concat/concat_active.cpp: In member function ‘void concater_rep::typeset_specific(tree, path)’: ./Typeset/Concat/concat_active.cpp:108: warning: deprecated conversion from string constant to ‘char*’ ./Typeset/Concat/concat_active.cpp:108: warning: deprecated conversion from string constant to ‘char*’ ./Typeset/Concat/concat_active.cpp:114: warning: deprecated conversion from string constant to ‘char*’ ./Typeset/Concat/concat_active.cpp:114: warning: deprecated conversion from string constant to ‘char*’ ./Typeset/Concat/concat_active.cpp:115: warning: deprecated conversion from string constant to ‘char*’ ./Typeset/Concat/concat_active.cpp:122: warning: deprecated conversion from string constant to ‘char*’ ./Typeset/Concat/concat_active.cpp: In member function ‘void concater_rep::typeset_label(tree, path)’: ./Typeset/Concat/concat_active.cpp:128: warning: deprecated conversion from string constant to ‘char*’ ./Typeset/Concat/concat_active.cpp:132: warning: deprecated conversion from string constant to ‘char*’ ./Typeset/Concat/concat_active.cpp:141: warning: deprecated conversion from string constant to ‘char*’ ./Typeset/Concat/concat_active.cpp: In member function ‘void concater_rep::typeset_reference(tree, path, int)’: ./Typeset/Concat/concat_active.cpp:152: warning: deprecated conversion from string constant to ‘char*’ ./Typeset/Concat/concat_active.cpp:152: warning: deprecated conversion from string constant to ‘char*’ ./Typeset/Concat/concat_active.cpp:156: warning: deprecated conversion from string constant to ‘char*’ ./Typeset/Concat/concat_active.cpp:156: warning: deprecated conversion from string constant to ‘char*’ ./Typeset/Concat/concat_active.cpp:156: warning: deprecated conversion from string constant to ‘char*’ ./Typeset/Concat/concat_active.cpp:159: warning: deprecated conversion from string constant to ‘char*’ ./Typeset/Concat/concat_active.cpp:163: warning: deprecated conversion from string constant to ‘char*’ ./Typeset/Concat/concat_active.cpp:163: warning: deprecated conversion from string constant to ‘char*’ ./Typeset/Concat/concat_active.cpp: In member function ‘void concater_rep::typeset_write(tree, path)’: ./Typeset/Concat/concat_active.cpp:179: warning: deprecated conversion from string constant to ‘char*’ ./Typeset/Concat/concat_active.cpp: In member function ‘void concater_rep::typeset_hyperlink(tree, path)’: ./Typeset/Concat/concat_active.cpp:187: warning: deprecated conversion from string constant to ‘char*’ ./Typeset/Concat/concat_active.cpp:197: warning: deprecated conversion from string constant to ‘char*’ ./Typeset/Concat/concat_active.cpp:197: warning: deprecated conversion from string constant to ‘char*’ ./Typeset/Concat/concat_active.cpp:197: warning: deprecated conversion from string constant to ‘char*’ ./Typeset/Concat/concat_active.cpp:200: warning: deprecated conversion from string constant to ‘char*’ ./Typeset/Concat/concat_active.cpp:200: warning: deprecated conversion from string constant to ‘char*’ ./Typeset/Concat/concat_active.cpp:201: warning: deprecated conversion from string constant to ‘char*’ ./Typeset/Concat/concat_active.cpp:202: warning: deprecated conversion from string constant to ‘char*’ ./Typeset/Concat/concat_active.cpp:202: warning: deprecated conversion from string constant to ‘char*’ ./Typeset/Concat/concat_active.cpp:202: warning: deprecated conversion from string constant to ‘char*’ ./Typeset/Concat/concat_active.cpp:205: warning: deprecated conversion from string constant to ‘char*’ ./Typeset/Concat/concat_active.cpp:208: warning: deprecated conversion from string constant to ‘char*’ ./Typeset/Concat/concat_active.cpp:208: warning: deprecated conversion from string constant to ‘char*’ ./Typeset/Concat/concat_active.cpp: In member function ‘void concater_rep::typeset_action(tree, path)’: ./Typeset/Concat/concat_active.cpp:217: warning: deprecated conversion from string constant to ‘char*’ ./Typeset/Concat/concat_active.cpp:224: warning: deprecated conversion from string constant to ‘char*’ ./Typeset/Concat/concat_active.cpp:229: warning: deprecated conversion from string constant to ‘char*’ ./Typeset/Concat/concat_active.cpp:229: warning: deprecated conversion from string constant to ‘char*’ ./Typeset/Concat/concat_active.cpp: In member function ‘void concater_rep::typeset_postscript(tree, path)’: ./Typeset/Concat/concat_active.cpp:298: warning: deprecated conversion from string constant to ‘char*’ ./Typeset/Concat/concat_active.cpp:298: warning: deprecated conversion from string constant to ‘char*’ ./Typeset/Concat/concat_active.cpp:303: warning: deprecated conversion from string constant to ‘char*’ ./Typeset/Concat/concat_active.cpp:303: warning: deprecated conversion from string constant to ‘char*’ ./Typeset/Concat/concat_active.cpp:303: warning: deprecated conversion from string constant to ‘char*’ ./Typeset/Concat/concat_active.cpp:303: warning: deprecated conversion from string constant to ‘char*’ ./Typeset/Concat/concat_active.cpp:305: warning: deprecated conversion from string constant to ‘char*’ ./Typeset/Concat/concat_active.cpp:306: warning: deprecated conversion from string constant to ‘char*’ ./Typeset/Concat/concat_active.cpp:311: warning: deprecated conversion from string constant to ‘char*’ ./Typeset/Concat/concat_active.cpp:312: warning: deprecated conversion from string constant to ‘char*’ ./Typeset/Concat/concat_active.cpp:324: warning: deprecated conversion from string constant to ‘char*’ ./Typeset/Concat/concat_active.cpp:325: warning: deprecated conversion from string constant to ‘char*’ ./Typeset/Concat/concat_active.cpp:326: warning: deprecated conversion from string constant to ‘char*’ ./Typeset/Concat/concat_active.cpp:327: warning: deprecated conversion from string constant to ‘char*’ ./Typeset/Concat/concat_active.cpp:333: warning: deprecated conversion from string constant to ‘char*’ ./Typeset/Concat/concat_active.cpp:333: warning: deprecated conversion from string constant to ‘char*’ ./Typeset/Concat/concat_active.cpp:334: warning: deprecated conversion from string constant to ‘char*’ ./Typeset/Concat/concat_active.cpp:334: warning: deprecated conversion from string constant to ‘char*’ ./Typeset/Concat/concat_active.cpp:335: warning: deprecated conversion from string constant to ‘char*’ ./Typeset/Concat/concat_active.cpp:335: warning: deprecated conversion from string constant to ‘char*’ ./Typeset/Concat/concat_active.cpp:336: warning: deprecated conversion from string constant to ‘char*’ ./Typeset/Concat/concat_active.cpp:336: warning: deprecated conversion from string constant to ‘char*’ ./Typeset/Concat/concat_active.cpp:339: warning: deprecated conversion from string constant to ‘char*’ ./Typeset/Concat/concat_active.cpp:341: warning: deprecated conversion from string constant to ‘char*’ ./Typeset/Concat/concat_active.cpp:343: warning: deprecated conversion from string constant to ‘char*’ ./Typeset/Concat/concat_active.cpp:345: warning: deprecated conversion from string constant to ‘char*’ ./Typeset/Concat/concat_active.cpp:348: warning: deprecated conversion from string constant to ‘char*’ ./Typeset/Concat/concat_active.cpp:348: warning: deprecated conversion from string constant to ‘char*’ ./Typeset/Concat/concat_active.cpp:348: warning: deprecated conversion from string constant to ‘char*’ ./Typeset/Concat/concat_active.cpp:348: warning: deprecated conversion from string constant to ‘char*’ ./Typeset/Concat/concat_active.cpp:358: warning: deprecated conversion from string constant to ‘char*’ ./Typeset/Concat/concat_active.cpp:359: warning: deprecated conversion from string constant to ‘char*’ ./Typeset/Concat/concat_active.cpp:363: warning: deprecated conversion from string constant to ‘char*’ ./Typeset/Concat/concat_active.cpp:365: warning: deprecated conversion from string constant to ‘char*’ ./Typeset/Concat/concat_active.cpp:387: warning: deprecated conversion from string constant to ‘char*’ ./Typeset/Concat/concat_active.cpp:387: warning: deprecated conversion from string constant to ‘char*’ ./Typeset/Concat/concat_active.cpp:387: warning: deprecated conversion from string constant to ‘char*’ ./Typeset/Concat/concat_active.cpp:387: warning: deprecated conversion from string constant to ‘char*’ x86_64-pc-linux-gnu-g++ -ISystem -ISystem/Boot -ISystem/Classes -ISystem/Files -ISystem/Link -ISystem/Misc -IClasses/Abstract -IClasses/Atomic -IClasses/Compound -IData/Drd -IData/String -IData/Tree -IData/Convert -IGuile -IResource -IWindow -ITypeset -ITypeset/Bridge -ITypeset/Concat -ITypeset/Page -IEdit -I/usr/include/freetype2 -pthread -Wall -Wno-return-type -O3 -fexpensive-optimizations -fno-rtti -fno-exceptions -c ./Typeset/Concat/concat_animate.cpp -o Objects/concat_animate.o In file included from Classes/Compound/list.hpp:15, from Classes/Atomic/rectangles.hpp:16, from Typeset/boxes.hpp:17, from Typeset/typesetter.hpp:16, from ./Typeset/Concat/concater.hpp:17, from ./Typeset/Concat/concat_animate.cpp:13: Classes/Atomic/tree.hpp: In function ‘string as_string(tree)’: Classes/Atomic/tree.hpp:216: warning: deprecated conversion from string constant to ‘char*’ Classes/Atomic/tree.hpp: In function ‘tree as_tree(T) [with T = void*]’: Classes/Atomic/tree.hpp:219: warning: deprecated conversion from string constant to ‘char*’ In file included from Window/ps_device.hpp:16, from Typeset/boxes.hpp:19, from Typeset/typesetter.hpp:16, from ./Typeset/Concat/concater.hpp:17, from ./Typeset/Concat/concat_animate.cpp:13: System/Classes/url.hpp: In function ‘url url_none()’: System/Classes/url.hpp:62: warning: deprecated conversion from string constant to ‘char*’ System/Classes/url.hpp: In function ‘url url_here()’: System/Classes/url.hpp:63: warning: deprecated conversion from string constant to ‘char*’ System/Classes/url.hpp: In function ‘url url_parent()’: System/Classes/url.hpp:64: warning: deprecated conversion from string constant to ‘char*’ System/Classes/url.hpp: In function ‘url url_pwd()’: System/Classes/url.hpp:65: warning: deprecated conversion from string constant to ‘char*’ System/Classes/url.hpp: In function ‘bool is_none(url)’: System/Classes/url.hpp:81: warning: deprecated conversion from string constant to ‘char*’ System/Classes/url.hpp: In function ‘bool is_here(url)’: System/Classes/url.hpp:82: warning: deprecated conversion from string constant to ‘char*’ System/Classes/url.hpp: In function ‘bool is_parent(url)’: System/Classes/url.hpp:83: warning: deprecated conversion from string constant to ‘char*’ System/Classes/url.hpp: In function ‘bool is_concat(url)’: System/Classes/url.hpp:85: warning: deprecated conversion from string constant to ‘char*’ System/Classes/url.hpp: In function ‘bool is_or(url)’: System/Classes/url.hpp:86: warning: deprecated conversion from string constant to ‘char*’ System/Classes/url.hpp: In function ‘bool is_root(url)’: System/Classes/url.hpp:88: warning: deprecated conversion from string constant to ‘char*’ System/Classes/url.hpp: In function ‘bool is_root_web(url)’: System/Classes/url.hpp:92: warning: deprecated conversion from string constant to ‘char*’ System/Classes/url.hpp:92: warning: deprecated conversion from string constant to ‘char*’ System/Classes/url.hpp: In function ‘bool is_wildcard(url)’: System/Classes/url.hpp:93: warning: deprecated conversion from string constant to ‘char*’ System/Classes/url.hpp: In function ‘bool is_wildcard(url, int)’: System/Classes/url.hpp:95: warning: deprecated conversion from string constant to ‘char*’ In file included from Typeset/typesetter.hpp:17, from ./Typeset/Concat/concater.hpp:17, from ./Typeset/Concat/concat_animate.cpp:13: Typeset/env.hpp: In member function ‘string edit_env_rep::get_string(string)’: Typeset/env.hpp:406: warning: deprecated conversion from string constant to ‘char*’ ./Typeset/Concat/concat_animate.cpp: In member function ‘void concater_rep::typeset_sound(tree, path)’: ./Typeset/Concat/concat_animate.cpp:89: warning: deprecated conversion from string constant to ‘char*’ ./Typeset/Concat/concat_animate.cpp:93: warning: deprecated conversion from string constant to ‘char*’ ./Typeset/Concat/concat_animate.cpp:95: warning: deprecated conversion from string constant to ‘char*’ ./Typeset/Concat/concat_animate.cpp:97: warning: deprecated conversion from string constant to ‘char*’ ./Typeset/Concat/concat_animate.cpp: In member function ‘void concater_rep::typeset_video(tree, path)’: ./Typeset/Concat/concat_animate.cpp:110: warning: deprecated conversion from string constant to ‘char*’ ./Typeset/Concat/concat_animate.cpp:116: warning: deprecated conversion from string constant to ‘char*’ ./Typeset/Concat/concat_animate.cpp:119: warning: deprecated conversion from string constant to ‘char*’ x86_64-pc-linux-gnu-g++ -ISystem -ISystem/Boot -ISystem/Classes -ISystem/Files -ISystem/Link -ISystem/Misc -IClasses/Abstract -IClasses/Atomic -IClasses/Compound -IData/Drd -IData/String -IData/Tree -IData/Convert -IGuile -IResource -IWindow -ITypeset -ITypeset/Bridge -ITypeset/Concat -ITypeset/Page -IEdit -I/usr/include/freetype2 -pthread -Wall -Wno-return-type -O3 -fexpensive-optimizations -fno-rtti -fno-exceptions -c ./Typeset/Boxes/Composite/concat_boxes.cpp -o Objects/concat_boxes.o In file included from Classes/Compound/list.hpp:15, from Classes/Atomic/rectangles.hpp:16, from Typeset/boxes.hpp:17, from Typeset/Boxes/composite.hpp:15, from ./Typeset/Boxes/Composite/concat_boxes.cpp:13: Classes/Atomic/tree.hpp: In function ‘string as_string(tree)’: Classes/Atomic/tree.hpp:216: warning: deprecated conversion from string constant to ‘char*’ Classes/Atomic/tree.hpp: In function ‘tree as_tree(T) [with T = void*]’: Classes/Atomic/tree.hpp:219: warning: deprecated conversion from string constant to ‘char*’ In file included from Window/ps_device.hpp:16, from Typeset/boxes.hpp:19, from Typeset/Boxes/composite.hpp:15, from ./Typeset/Boxes/Composite/concat_boxes.cpp:13: System/Classes/url.hpp: In function ‘url url_none()’: System/Classes/url.hpp:62: warning: deprecated conversion from string constant to ‘char*’ System/Classes/url.hpp: In function ‘url url_here()’: System/Classes/url.hpp:63: warning: deprecated conversion from string constant to ‘char*’ System/Classes/url.hpp: In function ‘url url_parent()’: System/Classes/url.hpp:64: warning: deprecated conversion from string constant to ‘char*’ System/Classes/url.hpp: In function ‘url url_pwd()’: System/Classes/url.hpp:65: warning: deprecated conversion from string constant to ‘char*’ System/Classes/url.hpp: In function ‘bool is_none(url)’: System/Classes/url.hpp:81: warning: deprecated conversion from string constant to ‘char*’ System/Classes/url.hpp: In function ‘bool is_here(url)’: System/Classes/url.hpp:82: warning: deprecated conversion from string constant to ‘char*’ System/Classes/url.hpp: In function ‘bool is_parent(url)’: System/Classes/url.hpp:83: warning: deprecated conversion from string constant to ‘char*’ System/Classes/url.hpp: In function ‘bool is_concat(url)’: System/Classes/url.hpp:85: warning: deprecated conversion from string constant to ‘char*’ System/Classes/url.hpp: In function ‘bool is_or(url)’: System/Classes/url.hpp:86: warning: deprecated conversion from string constant to ‘char*’ System/Classes/url.hpp: In function ‘bool is_root(url)’: System/Classes/url.hpp:88: warning: deprecated conversion from string constant to ‘char*’ System/Classes/url.hpp: In function ‘bool is_root_web(url)’: System/Classes/url.hpp:92: warning: deprecated conversion from string constant to ‘char*’ System/Classes/url.hpp:92: warning: deprecated conversion from string constant to ‘char*’ System/Classes/url.hpp: In function ‘bool is_wildcard(url)’: System/Classes/url.hpp:93: warning: deprecated conversion from string constant to ‘char*’ System/Classes/url.hpp: In function ‘bool is_wildcard(url, int)’: System/Classes/url.hpp:95: warning: deprecated conversion from string constant to ‘char*’ In file included from ./Typeset/Boxes/Composite/concat_boxes.cpp:13: Typeset/Boxes/composite.hpp: In member function ‘virtual concrete_composite_box_rep::operator tree()’: Typeset/Boxes/composite.hpp:67: warning: deprecated conversion from string constant to ‘char*’ ./Typeset/Boxes/Composite/concat_boxes.cpp: In member function ‘virtual concat_box_rep::operator tree()’: ./Typeset/Boxes/Composite/concat_boxes.cpp:64: warning: deprecated conversion from string constant to ‘char*’ ./Typeset/Boxes/Composite/concat_boxes.cpp: In member function ‘void concat_box_rep::position(array)’: ./Typeset/Boxes/Composite/concat_boxes.cpp:77: warning: deprecated conversion from string constant to ‘char*’ ./Typeset/Boxes/Composite/concat_boxes.cpp:77: warning: deprecated conversion from string constant to ‘char*’ ./Typeset/Boxes/Composite/concat_boxes.cpp:77: warning: deprecated conversion from string constant to ‘char*’ ./Typeset/Boxes/Composite/concat_boxes.cpp: In member function ‘virtual tree concat_box_rep::action(tree, SI, SI, SI)’: ./Typeset/Boxes/Composite/concat_boxes.cpp:471: warning: deprecated conversion from string constant to ‘char*’ x86_64-pc-linux-gnu-g++ -ISystem -ISystem/Boot -ISystem/Classes -ISystem/Files -ISystem/Link -ISystem/Misc -IClasses/Abstract -IClasses/Atomic -IClasses/Compound -IData/Drd -IData/String -IData/Tree -IData/Convert -IGuile -IResource -IWindow -ITypeset -ITypeset/Bridge -ITypeset/Concat -ITypeset/Page -IEdit -I/usr/include/freetype2 -pthread -Wall -Wno-return-type -O3 -fexpensive-optimizations -fno-rtti -fno-exceptions -c ./Typeset/Concat/concat_graphics.cpp -o Objects/concat_graphics.o In file included from Classes/Compound/list.hpp:15, from Classes/Atomic/rectangles.hpp:16, from Typeset/boxes.hpp:17, from Typeset/typesetter.hpp:16, from ./Typeset/Concat/concater.hpp:17, from ./Typeset/Concat/concat_graphics.cpp:13: Classes/Atomic/tree.hpp: In function ‘string as_string(tree)’: Classes/Atomic/tree.hpp:216: warning: deprecated conversion from string constant to ‘char*’ Classes/Atomic/tree.hpp: In function ‘tree as_tree(T) [with T = void*]’: Classes/Atomic/tree.hpp:219: warning: deprecated conversion from string constant to ‘char*’ In file included from Window/ps_device.hpp:16, from Typeset/boxes.hpp:19, from Typeset/typesetter.hpp:16, from ./Typeset/Concat/concater.hpp:17, from ./Typeset/Concat/concat_graphics.cpp:13: System/Classes/url.hpp: In function ‘url url_none()’: System/Classes/url.hpp:62: warning: deprecated conversion from string constant to ‘char*’ System/Classes/url.hpp: In function ‘url url_here()’: System/Classes/url.hpp:63: warning: deprecated conversion from string constant to ‘char*’ System/Classes/url.hpp: In function ‘url url_parent()’: System/Classes/url.hpp:64: warning: deprecated conversion from string constant to ‘char*’ System/Classes/url.hpp: In function ‘url url_pwd()’: System/Classes/url.hpp:65: warning: deprecated conversion from string constant to ‘char*’ System/Classes/url.hpp: In function ‘bool is_none(url)’: System/Classes/url.hpp:81: warning: deprecated conversion from string constant to ‘char*’ System/Classes/url.hpp: In function ‘bool is_here(url)’: System/Classes/url.hpp:82: warning: deprecated conversion from string constant to ‘char*’ System/Classes/url.hpp: In function ‘bool is_parent(url)’: System/Classes/url.hpp:83: warning: deprecated conversion from string constant to ‘char*’ System/Classes/url.hpp: In function ‘bool is_concat(url)’: System/Classes/url.hpp:85: warning: deprecated conversion from string constant to ‘char*’ System/Classes/url.hpp: In function ‘bool is_or(url)’: System/Classes/url.hpp:86: warning: deprecated conversion from string constant to ‘char*’ System/Classes/url.hpp: In function ‘bool is_root(url)’: System/Classes/url.hpp:88: warning: deprecated conversion from string constant to ‘char*’ System/Classes/url.hpp: In function ‘bool is_root_web(url)’: System/Classes/url.hpp:92: warning: deprecated conversion from string constant to ‘char*’ System/Classes/url.hpp:92: warning: deprecated conversion from string constant to ‘char*’ System/Classes/url.hpp: In function ‘bool is_wildcard(url)’: System/Classes/url.hpp:93: warning: deprecated conversion from string constant to ‘char*’ System/Classes/url.hpp: In function ‘bool is_wildcard(url, int)’: System/Classes/url.hpp:95: warning: deprecated conversion from string constant to ‘char*’ In file included from Typeset/typesetter.hpp:17, from ./Typeset/Concat/concater.hpp:17, from ./Typeset/Concat/concat_graphics.cpp:13: Typeset/env.hpp: In member function ‘string edit_env_rep::get_string(string)’: Typeset/env.hpp:406: warning: deprecated conversion from string constant to ‘char*’ ./Typeset/Concat/concat_graphics.cpp: In member function ‘void concater_rep::typeset_graphics(tree, path)’: ./Typeset/Concat/concat_graphics.cpp:33: warning: deprecated conversion from string constant to ‘char*’ ./Typeset/Concat/concat_graphics.cpp: In member function ‘void concater_rep::typeset_gr_group(tree, path)’: ./Typeset/Concat/concat_graphics.cpp:67: warning: deprecated conversion from string constant to ‘char*’ ./Typeset/Concat/concat_graphics.cpp:72: warning: deprecated conversion from string constant to ‘char*’ ./Typeset/Concat/concat_graphics.cpp: In member function ‘void concater_rep::typeset_gr_linear_transform(tree, path)’: ./Typeset/Concat/concat_graphics.cpp:85: warning: deprecated conversion from string constant to ‘char*’ ./Typeset/Concat/concat_graphics.cpp: In member function ‘void concater_rep::typeset_text_at(tree, path)’: ./Typeset/Concat/concat_graphics.cpp:100: warning: deprecated conversion from string constant to ‘char*’ ./Typeset/Concat/concat_graphics.cpp:103: warning: deprecated conversion from string constant to ‘char*’ ./Typeset/Concat/concat_graphics.cpp:104: warning: deprecated conversion from string constant to ‘char*’ ./Typeset/Concat/concat_graphics.cpp:105: warning: deprecated conversion from string constant to ‘char*’ ./Typeset/Concat/concat_graphics.cpp:106: warning: deprecated conversion from string constant to ‘char*’ ./Typeset/Concat/concat_graphics.cpp:107: warning: deprecated conversion from string constant to ‘char*’ ./Typeset/Concat/concat_graphics.cpp:108: warning: deprecated conversion from string constant to ‘char*’ ./Typeset/Concat/concat_graphics.cpp: In member function ‘void concater_rep::typeset_point(tree, path)’: ./Typeset/Concat/concat_graphics.cpp:120: warning: deprecated conversion from string constant to ‘char*’ ./Typeset/Concat/concat_graphics.cpp: In member function ‘void concater_rep::typeset_line(tree, path, bool)’: ./Typeset/Concat/concat_graphics.cpp:143: warning: deprecated conversion from string constant to ‘char*’ ./Typeset/Concat/concat_graphics.cpp: In member function ‘void concater_rep::typeset_arc(tree, path, bool)’: ./Typeset/Concat/concat_graphics.cpp:167: warning: deprecated conversion from string constant to ‘char*’ ./Typeset/Concat/concat_graphics.cpp: In member function ‘void concater_rep::typeset_spline(tree, path, bool)’: ./Typeset/Concat/concat_graphics.cpp:192: warning: deprecated conversion from string constant to ‘char*’ x86_64-pc-linux-gnu-g++ -ISystem -ISystem/Boot -ISystem/Classes -ISystem/Files -ISystem/Link -ISystem/Misc -IClasses/Abstract -IClasses/Atomic -IClasses/Compound -IData/Drd -IData/String -IData/Tree -IData/Convert -IGuile -IResource -IWindow -ITypeset -ITypeset/Bridge -ITypeset/Concat -ITypeset/Page -IEdit -I/usr/include/freetype2 -pthread -Wall -Wno-return-type -O3 -fexpensive-optimizations -fno-rtti -fno-exceptions -c ./Typeset/Concat/concat_inactive.cpp -o Objects/concat_inactive.o In file included from Classes/Compound/list.hpp:15, from Classes/Atomic/rectangles.hpp:16, from Typeset/boxes.hpp:17, from Typeset/typesetter.hpp:16, from ./Typeset/Concat/concater.hpp:17, from ./Typeset/Concat/concat_inactive.cpp:13: Classes/Atomic/tree.hpp: In function ‘string as_string(tree)’: Classes/Atomic/tree.hpp:216: warning: deprecated conversion from string constant to ‘char*’ Classes/Atomic/tree.hpp: In function ‘tree as_tree(T) [with T = void*]’: Classes/Atomic/tree.hpp:219: warning: deprecated conversion from string constant to ‘char*’ In file included from Window/ps_device.hpp:16, from Typeset/boxes.hpp:19, from Typeset/typesetter.hpp:16, from ./Typeset/Concat/concater.hpp:17, from ./Typeset/Concat/concat_inactive.cpp:13: System/Classes/url.hpp: In function ‘url url_none()’: System/Classes/url.hpp:62: warning: deprecated conversion from string constant to ‘char*’ System/Classes/url.hpp: In function ‘url url_here()’: System/Classes/url.hpp:63: warning: deprecated conversion from string constant to ‘char*’ System/Classes/url.hpp: In function ‘url url_parent()’: System/Classes/url.hpp:64: warning: deprecated conversion from string constant to ‘char*’ System/Classes/url.hpp: In function ‘url url_pwd()’: System/Classes/url.hpp:65: warning: deprecated conversion from string constant to ‘char*’ System/Classes/url.hpp: In function ‘bool is_none(url)’: System/Classes/url.hpp:81: warning: deprecated conversion from string constant to ‘char*’ System/Classes/url.hpp: In function ‘bool is_here(url)’: System/Classes/url.hpp:82: warning: deprecated conversion from string constant to ‘char*’ System/Classes/url.hpp: In function ‘bool is_parent(url)’: System/Classes/url.hpp:83: warning: deprecated conversion from string constant to ‘char*’ System/Classes/url.hpp: In function ‘bool is_concat(url)’: System/Classes/url.hpp:85: warning: deprecated conversion from string constant to ‘char*’ System/Classes/url.hpp: In function ‘bool is_or(url)’: System/Classes/url.hpp:86: warning: deprecated conversion from string constant to ‘char*’ System/Classes/url.hpp: In function ‘bool is_root(url)’: System/Classes/url.hpp:88: warning: deprecated conversion from string constant to ‘char*’ System/Classes/url.hpp: In function ‘bool is_root_web(url)’: System/Classes/url.hpp:92: warning: deprecated conversion from string constant to ‘char*’ System/Classes/url.hpp:92: warning: deprecated conversion from string constant to ‘char*’ System/Classes/url.hpp: In function ‘bool is_wildcard(url)’: System/Classes/url.hpp:93: warning: deprecated conversion from string constant to ‘char*’ System/Classes/url.hpp: In function ‘bool is_wildcard(url, int)’: System/Classes/url.hpp:95: warning: deprecated conversion from string constant to ‘char*’ In file included from Typeset/typesetter.hpp:17, from ./Typeset/Concat/concater.hpp:17, from ./Typeset/Concat/concat_inactive.cpp:13: Typeset/env.hpp: In member function ‘string edit_env_rep::get_string(string)’: Typeset/env.hpp:406: warning: deprecated conversion from string constant to ‘char*’ ./Typeset/Concat/concat_inactive.cpp: In member function ‘void concater_rep::typeset_blue(tree, path)’: ./Typeset/Concat/concat_inactive.cpp:22: warning: deprecated conversion from string constant to ‘char*’ ./Typeset/Concat/concat_inactive.cpp:23: warning: deprecated conversion from string constant to ‘char*’ ./Typeset/Concat/concat_inactive.cpp: In member function ‘void concater_rep::typeset_src_open(tree, path, string)’: ./Typeset/Concat/concat_inactive.cpp:59: warning: deprecated conversion from string constant to ‘char*’ ./Typeset/Concat/concat_inactive.cpp:64: warning: deprecated conversion from string constant to ‘char*’ ./Typeset/Concat/concat_inactive.cpp:92: warning: deprecated conversion from string constant to ‘char*’ ./Typeset/Concat/concat_inactive.cpp:95: warning: deprecated conversion from string constant to ‘char*’ ./Typeset/Concat/concat_inactive.cpp: In member function ‘void concater_rep::typeset_src_middle(tree, path, int)’: ./Typeset/Concat/concat_inactive.cpp:110: warning: deprecated conversion from string constant to ‘char*’ ./Typeset/Concat/concat_inactive.cpp:120: warning: deprecated conversion from string constant to ‘char*’ ./Typeset/Concat/concat_inactive.cpp:125: warning: deprecated conversion from string constant to ‘char*’ ./Typeset/Concat/concat_inactive.cpp:127: warning: deprecated conversion from string constant to ‘char*’ ./Typeset/Concat/concat_inactive.cpp:131: warning: deprecated conversion from string constant to ‘char*’ ./Typeset/Concat/concat_inactive.cpp: In member function ‘void concater_rep::typeset_src_close(tree, path)’: ./Typeset/Concat/concat_inactive.cpp:143: warning: deprecated conversion from string constant to ‘char*’ ./Typeset/Concat/concat_inactive.cpp:146: warning: deprecated conversion from string constant to ‘char*’ ./Typeset/Concat/concat_inactive.cpp:149: warning: deprecated conversion from string constant to ‘char*’ ./Typeset/Concat/concat_inactive.cpp:152: warning: deprecated conversion from string constant to ‘char*’ ./Typeset/Concat/concat_inactive.cpp: In member function ‘void concater_rep::typeset_src_tag(tree, path)’: ./Typeset/Concat/concat_inactive.cpp:172: warning: deprecated conversion from string constant to ‘char*’ ./Typeset/Concat/concat_inactive.cpp:173: warning: deprecated conversion from string constant to ‘char*’ ./Typeset/Concat/concat_inactive.cpp:174: warning: deprecated conversion from string constant to ‘char*’ ./Typeset/Concat/concat_inactive.cpp:182: warning: deprecated conversion from string constant to ‘char*’ ./Typeset/Concat/concat_inactive.cpp: In member function ‘void concater_rep::typeset_inactive(tree, path)’: ./Typeset/Concat/concat_inactive.cpp:199: warning: deprecated conversion from string constant to ‘char*’ ./Typeset/Concat/concat_inactive.cpp:199: warning: deprecated conversion from string constant to ‘char*’ ./Typeset/Concat/concat_inactive.cpp:199: warning: deprecated conversion from string constant to ‘char*’ ./Typeset/Concat/concat_inactive.cpp: In member function ‘void concater_rep::typeset_error(tree, path)’: ./Typeset/Concat/concat_inactive.cpp:205: warning: deprecated conversion from string constant to ‘char*’ ./Typeset/Concat/concat_inactive.cpp:205: warning: deprecated conversion from string constant to ‘char*’ ./Typeset/Concat/concat_inactive.cpp:205: warning: deprecated conversion from string constant to ‘char*’ x86_64-pc-linux-gnu-g++ -ISystem -ISystem/Boot -ISystem/Classes -ISystem/Files -ISystem/Link -ISystem/Misc -IClasses/Abstract -IClasses/Atomic -IClasses/Compound -IData/Drd -IData/String -IData/Tree -IData/Convert -IGuile -IResource -IWindow -ITypeset -ITypeset/Bridge -ITypeset/Concat -ITypeset/Page -IEdit -I/usr/include/freetype2 -pthread -Wall -Wno-return-type -O3 -fexpensive-optimizations -fno-rtti -fno-exceptions -c ./Typeset/Concat/concat_macro.cpp -o Objects/concat_macro.o In file included from Classes/Compound/list.hpp:15, from Classes/Atomic/rectangles.hpp:16, from Typeset/boxes.hpp:17, from Typeset/typesetter.hpp:16, from ./Typeset/Concat/concater.hpp:17, from ./Typeset/Concat/concat_macro.cpp:13: Classes/Atomic/tree.hpp: In function ‘string as_string(tree)’: Classes/Atomic/tree.hpp:216: warning: deprecated conversion from string constant to ‘char*’ Classes/Atomic/tree.hpp: In function ‘tree as_tree(T) [with T = void*]’: Classes/Atomic/tree.hpp:219: warning: deprecated conversion from string constant to ‘char*’ In file included from Window/ps_device.hpp:16, from Typeset/boxes.hpp:19, from Typeset/typesetter.hpp:16, from ./Typeset/Concat/concater.hpp:17, from ./Typeset/Concat/concat_macro.cpp:13: System/Classes/url.hpp: In function ‘url url_none()’: System/Classes/url.hpp:62: warning: deprecated conversion from string constant to ‘char*’ System/Classes/url.hpp: In function ‘url url_here()’: System/Classes/url.hpp:63: warning: deprecated conversion from string constant to ‘char*’ System/Classes/url.hpp: In function ‘url url_parent()’: System/Classes/url.hpp:64: warning: deprecated conversion from string constant to ‘char*’ System/Classes/url.hpp: In function ‘url url_pwd()’: System/Classes/url.hpp:65: warning: deprecated conversion from string constant to ‘char*’ System/Classes/url.hpp: In function ‘bool is_none(url)’: System/Classes/url.hpp:81: warning: deprecated conversion from string constant to ‘char*’ System/Classes/url.hpp: In function ‘bool is_here(url)’: System/Classes/url.hpp:82: warning: deprecated conversion from string constant to ‘char*’ System/Classes/url.hpp: In function ‘bool is_parent(url)’: System/Classes/url.hpp:83: warning: deprecated conversion from string constant to ‘char*’ System/Classes/url.hpp: In function ‘bool is_concat(url)’: System/Classes/url.hpp:85: warning: deprecated conversion from string constant to ‘char*’ System/Classes/url.hpp: In function ‘bool is_or(url)’: System/Classes/url.hpp:86: warning: deprecated conversion from string constant to ‘char*’ System/Classes/url.hpp: In function ‘bool is_root(url)’: System/Classes/url.hpp:88: warning: deprecated conversion from string constant to ‘char*’ System/Classes/url.hpp: In function ‘bool is_root_web(url)’: System/Classes/url.hpp:92: warning: deprecated conversion from string constant to ‘char*’ System/Classes/url.hpp:92: warning: deprecated conversion from string constant to ‘char*’ System/Classes/url.hpp: In function ‘bool is_wildcard(url)’: System/Classes/url.hpp:93: warning: deprecated conversion from string constant to ‘char*’ System/Classes/url.hpp: In function ‘bool is_wildcard(url, int)’: System/Classes/url.hpp:95: warning: deprecated conversion from string constant to ‘char*’ In file included from Typeset/typesetter.hpp:17, from ./Typeset/Concat/concater.hpp:17, from ./Typeset/Concat/concat_macro.cpp:13: Typeset/env.hpp: In member function ‘string edit_env_rep::get_string(string)’: Typeset/env.hpp:406: warning: deprecated conversion from string constant to ‘char*’ ./Typeset/Concat/concat_macro.cpp: In member function ‘void concater_rep::typeset_assign(tree, path)’: ./Typeset/Concat/concat_macro.cpp:26: warning: deprecated conversion from string constant to ‘char*’ ./Typeset/Concat/concat_macro.cpp:28: warning: deprecated conversion from string constant to ‘char*’ ./Typeset/Concat/concat_macro.cpp: In member function ‘void concater_rep::typeset_drd_props(tree, path)’: ./Typeset/Concat/concat_macro.cpp:161: warning: deprecated conversion from string constant to ‘char*’ x86_64-pc-linux-gnu-g++ -ISystem -ISystem/Boot -ISystem/Classes -ISystem/Files -ISystem/Link -ISystem/Misc -IClasses/Abstract -IClasses/Atomic -IClasses/Compound -IData/Drd -IData/String -IData/Tree -IData/Convert -IGuile -IResource -IWindow -ITypeset -ITypeset/Bridge -ITypeset/Concat -ITypeset/Page -IEdit -I/usr/include/freetype2 -pthread -Wall -Wno-return-type -O3 -fexpensive-optimizations -fno-rtti -fno-exceptions -c ./Typeset/Concat/concat_math.cpp -o Objects/concat_math.o In file included from Classes/Compound/list.hpp:15, from Classes/Atomic/rectangles.hpp:16, from Typeset/boxes.hpp:17, from Typeset/typesetter.hpp:16, from ./Typeset/Concat/concater.hpp:17, from ./Typeset/Concat/concat_math.cpp:13: Classes/Atomic/tree.hpp: In function ‘string as_string(tree)’: Classes/Atomic/tree.hpp:216: warning: deprecated conversion from string constant to ‘char*’ Classes/Atomic/tree.hpp: In function ‘tree as_tree(T) [with T = void*]’: Classes/Atomic/tree.hpp:219: warning: deprecated conversion from string constant to ‘char*’ In file included from Window/ps_device.hpp:16, from Typeset/boxes.hpp:19, from Typeset/typesetter.hpp:16, from ./Typeset/Concat/concater.hpp:17, from ./Typeset/Concat/concat_math.cpp:13: System/Classes/url.hpp: In function ‘url url_none()’: System/Classes/url.hpp:62: warning: deprecated conversion from string constant to ‘char*’ System/Classes/url.hpp: In function ‘url url_here()’: System/Classes/url.hpp:63: warning: deprecated conversion from string constant to ‘char*’ System/Classes/url.hpp: In function ‘url url_parent()’: System/Classes/url.hpp:64: warning: deprecated conversion from string constant to ‘char*’ System/Classes/url.hpp: In function ‘url url_pwd()’: System/Classes/url.hpp:65: warning: deprecated conversion from string constant to ‘char*’ System/Classes/url.hpp: In function ‘bool is_none(url)’: System/Classes/url.hpp:81: warning: deprecated conversion from string constant to ‘char*’ System/Classes/url.hpp: In function ‘bool is_here(url)’: System/Classes/url.hpp:82: warning: deprecated conversion from string constant to ‘char*’ System/Classes/url.hpp: In function ‘bool is_parent(url)’: System/Classes/url.hpp:83: warning: deprecated conversion from string constant to ‘char*’ System/Classes/url.hpp: In function ‘bool is_concat(url)’: System/Classes/url.hpp:85: warning: deprecated conversion from string constant to ‘char*’ System/Classes/url.hpp: In function ‘bool is_or(url)’: System/Classes/url.hpp:86: warning: deprecated conversion from string constant to ‘char*’ System/Classes/url.hpp: In function ‘bool is_root(url)’: System/Classes/url.hpp:88: warning: deprecated conversion from string constant to ‘char*’ System/Classes/url.hpp: In function ‘bool is_root_web(url)’: System/Classes/url.hpp:92: warning: deprecated conversion from string constant to ‘char*’ System/Classes/url.hpp:92: warning: deprecated conversion from string constant to ‘char*’ System/Classes/url.hpp: In function ‘bool is_wildcard(url)’: System/Classes/url.hpp:93: warning: deprecated conversion from string constant to ‘char*’ System/Classes/url.hpp: In function ‘bool is_wildcard(url, int)’: System/Classes/url.hpp:95: warning: deprecated conversion from string constant to ‘char*’ In file included from Typeset/typesetter.hpp:17, from ./Typeset/Concat/concater.hpp:17, from ./Typeset/Concat/concat_math.cpp:13: Typeset/env.hpp: In member function ‘string edit_env_rep::get_string(string)’: Typeset/env.hpp:406: warning: deprecated conversion from string constant to ‘char*’ ./Typeset/Concat/concat_math.cpp: In member function ‘void concater_rep::typeset_large(tree, path, int, string)’: ./Typeset/Concat/concat_math.cpp:33: warning: deprecated conversion from string constant to ‘char*’ ./Typeset/Concat/concat_math.cpp:40: warning: deprecated conversion from string constant to ‘char*’ ./Typeset/Concat/concat_math.cpp:40: warning: deprecated conversion from string constant to ‘char*’ ./Typeset/Concat/concat_math.cpp:57: warning: deprecated conversion from string constant to ‘char*’ ./Typeset/Concat/concat_math.cpp: In member function ‘void concater_rep::typeset_bigop(tree, path)’: ./Typeset/Concat/concat_math.cpp:68: warning: deprecated conversion from string constant to ‘char*’ ./Typeset/Concat/concat_math.cpp:68: warning: deprecated conversion from string constant to ‘char*’ ./Typeset/Concat/concat_math.cpp:69: warning: deprecated conversion from string constant to ‘char*’ ./Typeset/Concat/concat_math.cpp:75: warning: deprecated conversion from string constant to ‘char*’ ./Typeset/Concat/concat_math.cpp:75: warning: deprecated conversion from string constant to ‘char*’ ./Typeset/Concat/concat_math.cpp: In member function ‘void concater_rep::typeset_lprime(tree, path)’: ./Typeset/Concat/concat_math.cpp:88: warning: deprecated conversion from string constant to ‘char*’ ./Typeset/Concat/concat_math.cpp: In member function ‘void concater_rep::typeset_rprime(tree, path)’: ./Typeset/Concat/concat_math.cpp:102: warning: deprecated conversion from string constant to ‘char*’ ./Typeset/Concat/concat_math.cpp: In member function ‘void concater_rep::typeset_below(tree, path)’: ./Typeset/Concat/concat_math.cpp:117: warning: deprecated conversion from string constant to ‘char*’ ./Typeset/Concat/concat_math.cpp:118: warning: deprecated conversion from string constant to ‘char*’ ./Typeset/Concat/concat_math.cpp: In member function ‘void concater_rep::typeset_above(tree, path)’: ./Typeset/Concat/concat_math.cpp:130: warning: deprecated conversion from string constant to ‘char*’ ./Typeset/Concat/concat_math.cpp:131: warning: deprecated conversion from string constant to ‘char*’ ./Typeset/Concat/concat_math.cpp: In member function ‘void concater_rep::typeset_script(tree, path, bool)’: ./Typeset/Concat/concat_math.cpp:144: warning: deprecated conversion from string constant to ‘char*’ ./Typeset/Concat/concat_math.cpp:145: warning: deprecated conversion from string constant to ‘char*’ ./Typeset/Concat/concat_math.cpp:148: warning: deprecated conversion from string constant to ‘char*’ ./Typeset/Concat/concat_math.cpp:154: warning: deprecated conversion from string constant to ‘char*’ ./Typeset/Concat/concat_math.cpp: In member function ‘void concater_rep::typeset_frac(tree, path)’: ./Typeset/Concat/concat_math.cpp:176: warning: deprecated conversion from string constant to ‘char*’ ./Typeset/Concat/concat_math.cpp:178: warning: deprecated conversion from string constant to ‘char*’ ./Typeset/Concat/concat_math.cpp:180: warning: deprecated conversion from string constant to ‘char*’ ./Typeset/Concat/concat_math.cpp: In member function ‘void concater_rep::typeset_sqrt(tree, path)’: ./Typeset/Concat/concat_math.cpp:197: warning: deprecated conversion from string constant to ‘char*’ ./Typeset/Concat/concat_math.cpp:205: warning: deprecated conversion from string constant to ‘char*’ ./Typeset/Concat/concat_math.cpp: In member function ‘void concater_rep::typeset_wide(tree, path, bool)’: ./Typeset/Concat/concat_math.cpp:215: warning: deprecated conversion from string constant to ‘char*’ ./Typeset/Concat/concat_math.cpp:220: warning: deprecated conversion from string constant to ‘char*’ ./Typeset/Concat/concat_math.cpp:221: warning: deprecated conversion from string constant to ‘char*’ ./Typeset/Concat/concat_math.cpp:221: warning: deprecated conversion from string constant to ‘char*’ ./Typeset/Concat/concat_math.cpp:227: warning: deprecated conversion from string constant to ‘char*’ ./Typeset/Concat/concat_math.cpp:227: warning: deprecated conversion from string constant to ‘char*’ ./Typeset/Concat/concat_math.cpp:229: warning: deprecated conversion from string constant to ‘char*’ ./Typeset/Concat/concat_math.cpp:229: warning: deprecated conversion from string constant to ‘char*’ ./Typeset/Concat/concat_math.cpp:231: warning: deprecated conversion from string constant to ‘char*’ ./Typeset/Concat/concat_math.cpp:233: warning: deprecated conversion from string constant to ‘char*’ ./Typeset/Concat/concat_math.cpp:235: warning: deprecated conversion from string constant to ‘char*’ ./Typeset/Concat/concat_math.cpp:237: warning: deprecated conversion from string constant to ‘char*’ ./Typeset/Concat/concat_math.cpp:239: warning: deprecated conversion from string constant to ‘char*’ ./Typeset/Concat/concat_math.cpp:239: warning: deprecated conversion from string constant to ‘char*’ ./Typeset/Concat/concat_math.cpp:241: warning: deprecated conversion from string constant to ‘char*’ ./Typeset/Concat/concat_math.cpp:241: warning: deprecated conversion from string constant to ‘char*’ ./Typeset/Concat/concat_math.cpp:244: warning: deprecated conversion from string constant to ‘char*’ ./Typeset/Concat/concat_math.cpp:244: warning: deprecated conversion from string constant to ‘char*’ ./Typeset/Concat/concat_math.cpp:247: warning: deprecated conversion from string constant to ‘char*’ ./Typeset/Concat/concat_math.cpp:247: warning: deprecated conversion from string constant to ‘char*’ ./Typeset/Concat/concat_math.cpp:248: warning: deprecated conversion from string constant to ‘char*’ ./Typeset/Concat/concat_math.cpp:248: warning: deprecated conversion from string constant to ‘char*’ x86_64-pc-linux-gnu-g++ -ISystem -ISystem/Boot -ISystem/Classes -ISystem/Files -ISystem/Link -ISystem/Misc -IClasses/Abstract -IClasses/Atomic -IClasses/Compound -IData/Drd -IData/String -IData/Tree -IData/Convert -IGuile -IResource -IWindow -ITypeset -ITypeset/Bridge -ITypeset/Concat -ITypeset/Page -IEdit -I/usr/include/freetype2 -pthread -Wall -Wno-return-type -O3 -fexpensive-optimizations -fno-rtti -fno-exceptions -c ./Typeset/Concat/concat_post.cpp -o Objects/concat_post.o In file included from Classes/Compound/list.hpp:15, from Classes/Atomic/rectangles.hpp:16, from Typeset/boxes.hpp:17, from Typeset/typesetter.hpp:16, from ./Typeset/Concat/concater.hpp:17, from ./Typeset/Concat/concat_post.cpp:15: Classes/Atomic/tree.hpp: In function ‘string as_string(tree)’: Classes/Atomic/tree.hpp:216: warning: deprecated conversion from string constant to ‘char*’ Classes/Atomic/tree.hpp: In function ‘tree as_tree(T) [with T = void*]’: Classes/Atomic/tree.hpp:219: warning: deprecated conversion from string constant to ‘char*’ In file included from Window/ps_device.hpp:16, from Typeset/boxes.hpp:19, from Typeset/typesetter.hpp:16, from ./Typeset/Concat/concater.hpp:17, from ./Typeset/Concat/concat_post.cpp:15: System/Classes/url.hpp: In function ‘url url_none()’: System/Classes/url.hpp:62: warning: deprecated conversion from string constant to ‘char*’ System/Classes/url.hpp: In function ‘url url_here()’: System/Classes/url.hpp:63: warning: deprecated conversion from string constant to ‘char*’ System/Classes/url.hpp: In function ‘url url_parent()’: System/Classes/url.hpp:64: warning: deprecated conversion from string constant to ‘char*’ System/Classes/url.hpp: In function ‘url url_pwd()’: System/Classes/url.hpp:65: warning: deprecated conversion from string constant to ‘char*’ System/Classes/url.hpp: In function ‘bool is_none(url)’: System/Classes/url.hpp:81: warning: deprecated conversion from string constant to ‘char*’ System/Classes/url.hpp: In function ‘bool is_here(url)’: System/Classes/url.hpp:82: warning: deprecated conversion from string constant to ‘char*’ System/Classes/url.hpp: In function ‘bool is_parent(url)’: System/Classes/url.hpp:83: warning: deprecated conversion from string constant to ‘char*’ System/Classes/url.hpp: In function ‘bool is_concat(url)’: System/Classes/url.hpp:85: warning: deprecated conversion from string constant to ‘char*’ System/Classes/url.hpp: In function ‘bool is_or(url)’: System/Classes/url.hpp:86: warning: deprecated conversion from string constant to ‘char*’ System/Classes/url.hpp: In function ‘bool is_root(url)’: System/Classes/url.hpp:88: warning: deprecated conversion from string constant to ‘char*’ System/Classes/url.hpp: In function ‘bool is_root_web(url)’: System/Classes/url.hpp:92: warning: deprecated conversion from string constant to ‘char*’ System/Classes/url.hpp:92: warning: deprecated conversion from string constant to ‘char*’ System/Classes/url.hpp: In function ‘bool is_wildcard(url)’: System/Classes/url.hpp:93: warning: deprecated conversion from string constant to ‘char*’ System/Classes/url.hpp: In function ‘bool is_wildcard(url, int)’: System/Classes/url.hpp:95: warning: deprecated conversion from string constant to ‘char*’ In file included from Typeset/typesetter.hpp:17, from ./Typeset/Concat/concater.hpp:17, from ./Typeset/Concat/concat_post.cpp:15: Typeset/env.hpp: In member function ‘string edit_env_rep::get_string(string)’: Typeset/env.hpp:406: warning: deprecated conversion from string constant to ‘char*’ ./Typeset/Concat/concat_post.cpp: In member function ‘void concater_rep::kill_spaces()’: ./Typeset/Concat/concat_post.cpp:267: warning: deprecated conversion from string constant to ‘char*’ ./Typeset/Concat/concat_post.cpp:268: warning: deprecated conversion from string constant to ‘char*’ x86_64-pc-linux-gnu-g++ -ISystem -ISystem/Boot -ISystem/Classes -ISystem/Files -ISystem/Link -ISystem/Misc -IClasses/Abstract -IClasses/Atomic -IClasses/Compound -IData/Drd -IData/String -IData/Tree -IData/Convert -IGuile -IResource -IWindow -ITypeset -ITypeset/Bridge -ITypeset/Concat -ITypeset/Page -IEdit -I/usr/include/freetype2 -pthread -Wall -Wno-return-type -O3 -fexpensive-optimizations -fno-rtti -fno-exceptions -c ./Typeset/Concat/concat_text.cpp -o Objects/concat_text.o In file included from Classes/Compound/list.hpp:15, from Classes/Atomic/rectangles.hpp:16, from Typeset/boxes.hpp:17, from Typeset/typesetter.hpp:16, from ./Typeset/Concat/concater.hpp:17, from ./Typeset/Concat/concat_text.cpp:13: Classes/Atomic/tree.hpp: In function ‘string as_string(tree)’: Classes/Atomic/tree.hpp:216: warning: deprecated conversion from string constant to ‘char*’ Classes/Atomic/tree.hpp: In function ‘tree as_tree(T) [with T = void*]’: Classes/Atomic/tree.hpp:219: warning: deprecated conversion from string constant to ‘char*’ In file included from Window/ps_device.hpp:16, from Typeset/boxes.hpp:19, from Typeset/typesetter.hpp:16, from ./Typeset/Concat/concater.hpp:17, from ./Typeset/Concat/concat_text.cpp:13: System/Classes/url.hpp: In function ‘url url_none()’: System/Classes/url.hpp:62: warning: deprecated conversion from string constant to ‘char*’ System/Classes/url.hpp: In function ‘url url_here()’: System/Classes/url.hpp:63: warning: deprecated conversion from string constant to ‘char*’ System/Classes/url.hpp: In function ‘url url_parent()’: System/Classes/url.hpp:64: warning: deprecated conversion from string constant to ‘char*’ System/Classes/url.hpp: In function ‘url url_pwd()’: System/Classes/url.hpp:65: warning: deprecated conversion from string constant to ‘char*’ System/Classes/url.hpp: In function ‘bool is_none(url)’: System/Classes/url.hpp:81: warning: deprecated conversion from string constant to ‘char*’ System/Classes/url.hpp: In function ‘bool is_here(url)’: System/Classes/url.hpp:82: warning: deprecated conversion from string constant to ‘char*’ System/Classes/url.hpp: In function ‘bool is_parent(url)’: System/Classes/url.hpp:83: warning: deprecated conversion from string constant to ‘char*’ System/Classes/url.hpp: In function ‘bool is_concat(url)’: System/Classes/url.hpp:85: warning: deprecated conversion from string constant to ‘char*’ System/Classes/url.hpp: In function ‘bool is_or(url)’: System/Classes/url.hpp:86: warning: deprecated conversion from string constant to ‘char*’ System/Classes/url.hpp: In function ‘bool is_root(url)’: System/Classes/url.hpp:88: warning: deprecated conversion from string constant to ‘char*’ System/Classes/url.hpp: In function ‘bool is_root_web(url)’: System/Classes/url.hpp:92: warning: deprecated conversion from string constant to ‘char*’ System/Classes/url.hpp:92: warning: deprecated conversion from string constant to ‘char*’ System/Classes/url.hpp: In function ‘bool is_wildcard(url)’: System/Classes/url.hpp:93: warning: deprecated conversion from string constant to ‘char*’ System/Classes/url.hpp: In function ‘bool is_wildcard(url, int)’: System/Classes/url.hpp:95: warning: deprecated conversion from string constant to ‘char*’ In file included from Typeset/typesetter.hpp:17, from ./Typeset/Concat/concater.hpp:17, from ./Typeset/Concat/concat_text.cpp:13: Typeset/env.hpp: In member function ‘string edit_env_rep::get_string(string)’: Typeset/env.hpp:406: warning: deprecated conversion from string constant to ‘char*’ ./Typeset/Concat/concat_text.cpp: In member function ‘void concater_rep::typeset_string(string, path)’: ./Typeset/Concat/concat_text.cpp:81: warning: deprecated conversion from string constant to ‘char*’ ./Typeset/Concat/concat_text.cpp:86: warning: deprecated conversion from string constant to ‘char*’ x86_64-pc-linux-gnu-g++ -ISystem -ISystem/Boot -ISystem/Classes -ISystem/Files -ISystem/Link -ISystem/Misc -IClasses/Abstract -IClasses/Atomic -IClasses/Compound -IData/Drd -IData/String -IData/Tree -IData/Convert -IGuile -IResource -IWindow -ITypeset -ITypeset/Bridge -ITypeset/Concat -ITypeset/Page -IEdit -I/usr/include/freetype2 -pthread -Wall -Wno-return-type -O3 -fexpensive-optimizations -fno-rtti -fno-exceptions -c ./Typeset/Concat/concater.cpp -o Objects/concater.o In file included from Classes/Compound/list.hpp:15, from Classes/Atomic/rectangles.hpp:16, from Typeset/boxes.hpp:17, from Typeset/typesetter.hpp:16, from ./Typeset/Concat/concater.hpp:17, from ./Typeset/Concat/concater.cpp:14: Classes/Atomic/tree.hpp: In function ‘string as_string(tree)’: Classes/Atomic/tree.hpp:216: warning: deprecated conversion from string constant to ‘char*’ Classes/Atomic/tree.hpp: In function ‘tree as_tree(T) [with T = void*]’: Classes/Atomic/tree.hpp:219: warning: deprecated conversion from string constant to ‘char*’ In file included from Window/ps_device.hpp:16, from Typeset/boxes.hpp:19, from Typeset/typesetter.hpp:16, from ./Typeset/Concat/concater.hpp:17, from ./Typeset/Concat/concater.cpp:14: System/Classes/url.hpp: In function ‘url url_none()’: System/Classes/url.hpp:62: warning: deprecated conversion from string constant to ‘char*’ System/Classes/url.hpp: In function ‘url url_here()’: System/Classes/url.hpp:63: warning: deprecated conversion from string constant to ‘char*’ System/Classes/url.hpp: In function ‘url url_parent()’: System/Classes/url.hpp:64: warning: deprecated conversion from string constant to ‘char*’ System/Classes/url.hpp: In function ‘url url_pwd()’: System/Classes/url.hpp:65: warning: deprecated conversion from string constant to ‘char*’ System/Classes/url.hpp: In function ‘bool is_none(url)’: System/Classes/url.hpp:81: warning: deprecated conversion from string constant to ‘char*’ System/Classes/url.hpp: In function ‘bool is_here(url)’: System/Classes/url.hpp:82: warning: deprecated conversion from string constant to ‘char*’ System/Classes/url.hpp: In function ‘bool is_parent(url)’: System/Classes/url.hpp:83: warning: deprecated conversion from string constant to ‘char*’ System/Classes/url.hpp: In function ‘bool is_concat(url)’: System/Classes/url.hpp:85: warning: deprecated conversion from string constant to ‘char*’ System/Classes/url.hpp: In function ‘bool is_or(url)’: System/Classes/url.hpp:86: warning: deprecated conversion from string constant to ‘char*’ System/Classes/url.hpp: In function ‘bool is_root(url)’: System/Classes/url.hpp:88: warning: deprecated conversion from string constant to ‘char*’ System/Classes/url.hpp: In function ‘bool is_root_web(url)’: System/Classes/url.hpp:92: warning: deprecated conversion from string constant to ‘char*’ System/Classes/url.hpp:92: warning: deprecated conversion from string constant to ‘char*’ System/Classes/url.hpp: In function ‘bool is_wildcard(url)’: System/Classes/url.hpp:93: warning: deprecated conversion from string constant to ‘char*’ System/Classes/url.hpp: In function ‘bool is_wildcard(url, int)’: System/Classes/url.hpp:95: warning: deprecated conversion from string constant to ‘char*’ In file included from Typeset/typesetter.hpp:17, from ./Typeset/Concat/concater.hpp:17, from ./Typeset/Concat/concater.cpp:14: Typeset/env.hpp: In member function ‘string edit_env_rep::get_string(string)’: Typeset/env.hpp:406: warning: deprecated conversion from string constant to ‘char*’ In file included from ./Typeset/Concat/concater.cpp:16: System/Files/file.hpp: In function ‘void system(string, url)’: System/Files/file.hpp:35: warning: deprecated conversion from string constant to ‘char*’ System/Files/file.hpp: In function ‘void system(string, url, url)’: System/Files/file.hpp:37: warning: deprecated conversion from string constant to ‘char*’ System/Files/file.hpp:37: warning: deprecated conversion from string constant to ‘char*’ System/Files/file.hpp: In function ‘void system(string, url, char*)’: System/Files/file.hpp:39: warning: deprecated conversion from string constant to ‘char*’ System/Files/file.hpp:39: warning: deprecated conversion from string constant to ‘char*’ System/Files/file.hpp: In function ‘void system(string, url, char*, url)’: System/Files/file.hpp:41: warning: deprecated conversion from string constant to ‘char*’ System/Files/file.hpp:41: warning: deprecated conversion from string constant to ‘char*’ System/Files/file.hpp:42: warning: deprecated conversion from string constant to ‘char*’ System/Files/file.hpp: In function ‘string eval_system(string, url)’: System/Files/file.hpp:44: warning: deprecated conversion from string constant to ‘char*’ System/Files/file.hpp: In function ‘string eval_system(string, url, url)’: System/Files/file.hpp:46: warning: deprecated conversion from string constant to ‘char*’ System/Files/file.hpp:46: warning: deprecated conversion from string constant to ‘char*’ System/Files/file.hpp: In function ‘void move(url, url)’: System/Files/file.hpp:47: warning: deprecated conversion from string constant to ‘char*’ System/Files/file.hpp: In function ‘void copy(url, url)’: System/Files/file.hpp:48: warning: deprecated conversion from string constant to ‘char*’ System/Files/file.hpp: In function ‘void append(url, url)’: System/Files/file.hpp:49: warning: deprecated conversion from string constant to ‘char*’ System/Files/file.hpp:49: warning: deprecated conversion from string constant to ‘char*’ System/Files/file.hpp: In function ‘void remove(url)’: System/Files/file.hpp:50: warning: deprecated conversion from string constant to ‘char*’ System/Files/file.hpp: In function ‘void mkdir(url)’: System/Files/file.hpp:54: warning: deprecated conversion from string constant to ‘char*’ ./Typeset/Concat/concater.cpp: In member function ‘void concater_rep::marker(path)’: ./Typeset/Concat/concater.cpp:38: warning: deprecated conversion from string constant to ‘char*’ ./Typeset/Concat/concater.cpp:41: warning: deprecated conversion from string constant to ‘char*’ ./Typeset/Concat/concater.cpp: In member function ‘void concater_rep::ghost(string, path, color)’: ./Typeset/Concat/concater.cpp:53: warning: deprecated conversion from string constant to ‘char*’ ./Typeset/Concat/concater.cpp:55: warning: deprecated conversion from string constant to ‘char*’ ./Typeset/Concat/concater.cpp:59: warning: deprecated conversion from string constant to ‘char*’ ./Typeset/Concat/concater.cpp:61: warning: deprecated conversion from string constant to ‘char*’ ./Typeset/Concat/concater.cpp:61: warning: deprecated conversion from string constant to ‘char*’ ./Typeset/Concat/concater.cpp:62: warning: deprecated conversion from string constant to ‘char*’ ./Typeset/Concat/concater.cpp:62: warning: deprecated conversion from string constant to ‘char*’ ./Typeset/Concat/concater.cpp:63: warning: deprecated conversion from string constant to ‘char*’ ./Typeset/Concat/concater.cpp:63: warning: deprecated conversion from string constant to ‘char*’ ./Typeset/Concat/concater.cpp:64: warning: deprecated conversion from string constant to ‘char*’ ./Typeset/Concat/concater.cpp:64: warning: deprecated conversion from string constant to ‘char*’ ./Typeset/Concat/concater.cpp:65: warning: deprecated conversion from string constant to ‘char*’ ./Typeset/Concat/concater.cpp:65: warning: deprecated conversion from string constant to ‘char*’ ./Typeset/Concat/concater.cpp:66: warning: deprecated conversion from string constant to ‘char*’ ./Typeset/Concat/concater.cpp:66: warning: deprecated conversion from string constant to ‘char*’ ./Typeset/Concat/concater.cpp: In member function ‘void concater_rep::flag_ok(string, path, color)’: ./Typeset/Concat/concater.cpp:87: warning: deprecated conversion from string constant to ‘char*’ ./Typeset/Concat/concater.cpp:92: warning: deprecated conversion from string constant to ‘char*’ ./Typeset/Concat/concater.cpp:92: warning: deprecated conversion from string constant to ‘char*’ ./Typeset/Concat/concater.cpp:94: warning: deprecated conversion from string constant to ‘char*’ ./Typeset/Concat/concater.cpp:97: warning: deprecated conversion from string constant to ‘char*’ ./Typeset/Concat/concater.cpp: In member function ‘void concater_rep::typeset(tree, path)’: ./Typeset/Concat/concater.cpp:245: warning: deprecated conversion from string constant to ‘char*’ ./Typeset/Concat/concater.cpp:250: warning: deprecated conversion from string constant to ‘char*’ ./Typeset/Concat/concater.cpp:265: warning: deprecated conversion from string constant to ‘char*’ ./Typeset/Concat/concater.cpp:267: warning: deprecated conversion from string constant to ‘char*’ ./Typeset/Concat/concater.cpp:271: warning: deprecated conversion from string constant to ‘char*’ ./Typeset/Concat/concater.cpp:272: warning: deprecated conversion from string constant to ‘char*’ ./Typeset/Concat/concater.cpp:275: warning: deprecated conversion from string constant to ‘char*’ ./Typeset/Concat/concater.cpp:276: warning: deprecated conversion from string constant to ‘char*’ ./Typeset/Concat/concater.cpp:276: warning: deprecated conversion from string constant to ‘char*’ ./Typeset/Concat/concater.cpp:279: warning: deprecated conversion from string constant to ‘char*’ ./Typeset/Concat/concater.cpp:280: warning: deprecated conversion from string constant to ‘char*’ ./Typeset/Concat/concater.cpp:280: warning: deprecated conversion from string constant to ‘char*’ ./Typeset/Concat/concater.cpp:283: warning: deprecated conversion from string constant to ‘char*’ ./Typeset/Concat/concater.cpp:284: warning: deprecated conversion from string constant to ‘char*’ ./Typeset/Concat/concater.cpp:284: warning: deprecated conversion from string constant to ‘char*’ ./Typeset/Concat/concater.cpp:302: warning: deprecated conversion from string constant to ‘char*’ ./Typeset/Concat/concater.cpp:305: warning: deprecated conversion from string constant to ‘char*’ ./Typeset/Concat/concater.cpp:308: warning: deprecated conversion from string constant to ‘char*’ ./Typeset/Concat/concater.cpp: In function ‘tree box_info(edit_env, tree, string)’: ./Typeset/Concat/concater.cpp:729: warning: deprecated conversion from string constant to ‘char*’ ./Typeset/Concat/concater.cpp:733: warning: deprecated conversion from string constant to ‘char*’ ./Typeset/Concat/concater.cpp:760: warning: deprecated conversion from string constant to ‘char*’ ./Typeset/Concat/concater.cpp:761: warning: deprecated conversion from string constant to ‘char*’ ./Typeset/Concat/concater.cpp:762: warning: deprecated conversion from string constant to ‘char*’ x86_64-pc-linux-gnu-g++ -ISystem -ISystem/Boot -ISystem/Classes -ISystem/Files -ISystem/Link -ISystem/Misc -IClasses/Abstract -IClasses/Atomic -IClasses/Compound -IData/Drd -IData/String -IData/Tree -IData/Convert -IGuile -IResource -IWindow -I/usr/include/freetype2 -pthread -Wall -Wno-return-type -O3 -fexpensive-optimizations -fno-rtti -fno-exceptions -c ./Resource/Connections/connection.cpp -o Objects/connection.o In file included from System/Link/tm_link.hpp:15, from System/Link/pipe_link.hpp:15, from Resource/connect.hpp:15, from ./Resource/Connections/connection.cpp:20: Classes/Atomic/tree.hpp: In function ‘string as_string(tree)’: Classes/Atomic/tree.hpp:216: warning: deprecated conversion from string constant to ‘char*’ Classes/Atomic/tree.hpp: In function ‘tree as_tree(T) [with T = void*]’: Classes/Atomic/tree.hpp:219: warning: deprecated conversion from string constant to ‘char*’ In file included from Guile/Scheme/object.hpp:18, from Guile/scheme.hpp:22, from ./Resource/Connections/connection.cpp:24: System/Classes/url.hpp: In function ‘url url_none()’: System/Classes/url.hpp:62: warning: deprecated conversion from string constant to ‘char*’ System/Classes/url.hpp: In function ‘url url_here()’: System/Classes/url.hpp:63: warning: deprecated conversion from string constant to ‘char*’ System/Classes/url.hpp: In function ‘url url_parent()’: System/Classes/url.hpp:64: warning: deprecated conversion from string constant to ‘char*’ System/Classes/url.hpp: In function ‘url url_pwd()’: System/Classes/url.hpp:65: warning: deprecated conversion from string constant to ‘char*’ System/Classes/url.hpp: In function ‘bool is_none(url)’: System/Classes/url.hpp:81: warning: deprecated conversion from string constant to ‘char*’ System/Classes/url.hpp: In function ‘bool is_here(url)’: System/Classes/url.hpp:82: warning: deprecated conversion from string constant to ‘char*’ System/Classes/url.hpp: In function ‘bool is_parent(url)’: System/Classes/url.hpp:83: warning: deprecated conversion from string constant to ‘char*’ System/Classes/url.hpp: In function ‘bool is_concat(url)’: System/Classes/url.hpp:85: warning: deprecated conversion from string constant to ‘char*’ System/Classes/url.hpp: In function ‘bool is_or(url)’: System/Classes/url.hpp:86: warning: deprecated conversion from string constant to ‘char*’ System/Classes/url.hpp: In function ‘bool is_root(url)’: System/Classes/url.hpp:88: warning: deprecated conversion from string constant to ‘char*’ System/Classes/url.hpp: In function ‘bool is_root_web(url)’: System/Classes/url.hpp:92: warning: deprecated conversion from string constant to ‘char*’ System/Classes/url.hpp:92: warning: deprecated conversion from string constant to ‘char*’ System/Classes/url.hpp: In function ‘bool is_wildcard(url)’: System/Classes/url.hpp:93: warning: deprecated conversion from string constant to ‘char*’ System/Classes/url.hpp: In function ‘bool is_wildcard(url, int)’: System/Classes/url.hpp:95: warning: deprecated conversion from string constant to ‘char*’ ./Resource/Connections/connection.cpp: In constructor ‘connection_rep::connection_rep(string, string, tm_link)’: ./Resource/Connections/connection.cpp:59: warning: deprecated conversion from string constant to ‘char*’ ./Resource/Connections/connection.cpp:61: warning: deprecated conversion from string constant to ‘char*’ ./Resource/Connections/connection.cpp:61: warning: deprecated conversion from string constant to ‘char*’ ./Resource/Connections/connection.cpp: In member function ‘string connection_rep::start(bool)’: ./Resource/Connections/connection.cpp:67: warning: deprecated conversion from string constant to ‘char*’ ./Resource/Connections/connection.cpp:67: warning: deprecated conversion from string constant to ‘char*’ ./Resource/Connections/connection.cpp:72: warning: deprecated conversion from string constant to ‘char*’ ./Resource/Connections/connection.cpp:73: warning: deprecated conversion from string constant to ‘char*’ ./Resource/Connections/connection.cpp:75: warning: deprecated conversion from string constant to ‘char*’ ./Resource/Connections/connection.cpp: In function ‘void listen_to_connections()’: ./Resource/Connections/connection.cpp:155: warning: deprecated conversion from string constant to ‘char*’ ./Resource/Connections/connection.cpp: In function ‘bool connection_declared(string)’: ./Resource/Connections/connection.cpp:167: warning: deprecated conversion from string constant to ‘char*’ ./Resource/Connections/connection.cpp: In function ‘tree connection_info(string, string)’: ./Resource/Connections/connection.cpp:172: warning: deprecated conversion from string constant to ‘char*’ ./Resource/Connections/connection.cpp: In function ‘tree connection_handlers(string)’: ./Resource/Connections/connection.cpp:179: warning: deprecated conversion from string constant to ‘char*’ ./Resource/Connections/connection.cpp: In function ‘string connection_start(string, string, bool)’: ./Resource/Connections/connection.cpp:191: warning: deprecated conversion from string constant to ‘char*’ ./Resource/Connections/connection.cpp:191: warning: deprecated conversion from string constant to ‘char*’ ./Resource/Connections/connection.cpp:193: warning: deprecated conversion from string constant to ‘char*’ ./Resource/Connections/connection.cpp:198: warning: deprecated conversion from string constant to ‘char*’ ./Resource/Connections/connection.cpp:202: warning: deprecated conversion from string constant to ‘char*’ ./Resource/Connections/connection.cpp:206: warning: deprecated conversion from string constant to ‘char*’ ./Resource/Connections/connection.cpp: In function ‘void connection_write(string, string, string)’: ./Resource/Connections/connection.cpp:219: warning: deprecated conversion from string constant to ‘char*’ ./Resource/Connections/connection.cpp: In function ‘void connection_write(string, string, tree)’: ./Resource/Connections/connection.cpp:227: warning: deprecated conversion from string constant to ‘char*’ ./Resource/Connections/connection.cpp: In function ‘tree connection_read(string, string, string)’: ./Resource/Connections/connection.cpp:234: warning: deprecated conversion from string constant to ‘char*’ ./Resource/Connections/connection.cpp:235: warning: deprecated conversion from string constant to ‘char*’ ./Resource/Connections/connection.cpp:238: warning: deprecated conversion from string constant to ‘char*’ ./Resource/Connections/connection.cpp: In function ‘void connection_interrupt(string, string)’: ./Resource/Connections/connection.cpp:249: warning: deprecated conversion from string constant to ‘char*’ ./Resource/Connections/connection.cpp: In function ‘void connection_stop(string, string)’: ./Resource/Connections/connection.cpp:257: warning: deprecated conversion from string constant to ‘char*’ ./Resource/Connections/connection.cpp: In function ‘int connection_status(string, string)’: ./Resource/Connections/connection.cpp:265: warning: deprecated conversion from string constant to ‘char*’ ./Resource/Connections/connection.cpp: In function ‘connection connection_get(string, string)’: ./Resource/Connections/connection.cpp:279: warning: deprecated conversion from string constant to ‘char*’ ./Resource/Connections/connection.cpp:281: warning: deprecated conversion from string constant to ‘char*’ ./Resource/Connections/connection.cpp:282: warning: deprecated conversion from string constant to ‘char*’ ./Resource/Connections/connection.cpp: In function ‘tree connection_retrieve(string, string)’: ./Resource/Connections/connection.cpp:290: warning: deprecated conversion from string constant to ‘char*’ ./Resource/Connections/connection.cpp:291: warning: deprecated conversion from string constant to ‘char*’ ./Resource/Connections/connection.cpp:295: warning: deprecated conversion from string constant to ‘char*’ ./Resource/Connections/connection.cpp:296: warning: deprecated conversion from string constant to ‘char*’ ./Resource/Connections/connection.cpp:301: warning: deprecated conversion from string constant to ‘char*’ ./Resource/Connections/connection.cpp: In function ‘tree connection_eval(string, string, tree)’: ./Resource/Connections/connection.cpp:310: warning: deprecated conversion from string constant to ‘char*’ ./Resource/Connections/connection.cpp: In function ‘tree connection_eval(string, string, string)’: ./Resource/Connections/connection.cpp:319: warning: deprecated conversion from string constant to ‘char*’ ./Resource/Connections/connection.cpp: In function ‘tree connection_cmd(string, string, string)’: ./Resource/Connections/connection.cpp:327: warning: deprecated conversion from string constant to ‘char*’ Classes/Compound/iterator.cpp: In member function ‘T hashmap_iterator_rep::next() [with T = string, U = void*]’: ./Resource/Connections/connection.cpp:330: instantiated from here Classes/Compound/iterator.cpp:130: warning: deprecated conversion from string constant to ‘char*’ Classes/Compound/iterator.cpp:130: warning: deprecated conversion from string constant to ‘char*’ Classes/Compound/iterator.cpp:130: warning: deprecated conversion from string constant to ‘char*’ x86_64-pc-linux-gnu-g++ -ISystem -ISystem/Boot -ISystem/Classes -ISystem/Files -ISystem/Link -ISystem/Misc -IClasses/Abstract -IClasses/Atomic -IClasses/Compound -IData/Drd -IData/String -IData/Tree -IData/Convert -IGuile -IResource -IWindow -I/usr/include/freetype2 -pthread -Wall -Wno-return-type -O3 -fexpensive-optimizations -fno-rtti -fno-exceptions -c ./Resource/Converters/converter.cpp -o Objects/converter.o In file included from Classes/Compound/list.hpp:15, from Classes/Compound/hashmap.hpp:15, from Resource/resource.hpp:15, from Resource/converter.hpp:15, from ./Resource/Converters/converter.cpp:13: Classes/Atomic/tree.hpp: In function ‘string as_string(tree)’: Classes/Atomic/tree.hpp:216: warning: deprecated conversion from string constant to ‘char*’ Classes/Atomic/tree.hpp: In function ‘tree as_tree(T) [with T = void*]’: Classes/Atomic/tree.hpp:219: warning: deprecated conversion from string constant to ‘char*’ In file included from System/Files/file.hpp:15, from Resource/converter.hpp:17, from ./Resource/Converters/converter.cpp:13: System/Classes/url.hpp: In function ‘url url_none()’: System/Classes/url.hpp:62: warning: deprecated conversion from string constant to ‘char*’ System/Classes/url.hpp: In function ‘url url_here()’: System/Classes/url.hpp:63: warning: deprecated conversion from string constant to ‘char*’ System/Classes/url.hpp: In function ‘url url_parent()’: System/Classes/url.hpp:64: warning: deprecated conversion from string constant to ‘char*’ System/Classes/url.hpp: In function ‘url url_pwd()’: System/Classes/url.hpp:65: warning: deprecated conversion from string constant to ‘char*’ System/Classes/url.hpp: In function ‘bool is_none(url)’: System/Classes/url.hpp:81: warning: deprecated conversion from string constant to ‘char*’ System/Classes/url.hpp: In function ‘bool is_here(url)’: System/Classes/url.hpp:82: warning: deprecated conversion from string constant to ‘char*’ System/Classes/url.hpp: In function ‘bool is_parent(url)’: System/Classes/url.hpp:83: warning: deprecated conversion from string constant to ‘char*’ System/Classes/url.hpp: In function ‘bool is_concat(url)’: System/Classes/url.hpp:85: warning: deprecated conversion from string constant to ‘char*’ System/Classes/url.hpp: In function ‘bool is_or(url)’: System/Classes/url.hpp:86: warning: deprecated conversion from string constant to ‘char*’ System/Classes/url.hpp: In function ‘bool is_root(url)’: System/Classes/url.hpp:88: warning: deprecated conversion from string constant to ‘char*’ System/Classes/url.hpp: In function ‘bool is_root_web(url)’: System/Classes/url.hpp:92: warning: deprecated conversion from string constant to ‘char*’ System/Classes/url.hpp:92: warning: deprecated conversion from string constant to ‘char*’ System/Classes/url.hpp: In function ‘bool is_wildcard(url)’: System/Classes/url.hpp:93: warning: deprecated conversion from string constant to ‘char*’ System/Classes/url.hpp: In function ‘bool is_wildcard(url, int)’: System/Classes/url.hpp:95: warning: deprecated conversion from string constant to ‘char*’ In file included from Resource/converter.hpp:17, from ./Resource/Converters/converter.cpp:13: System/Files/file.hpp: In function ‘void system(string, url)’: System/Files/file.hpp:35: warning: deprecated conversion from string constant to ‘char*’ System/Files/file.hpp: In function ‘void system(string, url, url)’: System/Files/file.hpp:37: warning: deprecated conversion from string constant to ‘char*’ System/Files/file.hpp:37: warning: deprecated conversion from string constant to ‘char*’ System/Files/file.hpp: In function ‘void system(string, url, char*)’: System/Files/file.hpp:39: warning: deprecated conversion from string constant to ‘char*’ System/Files/file.hpp:39: warning: deprecated conversion from string constant to ‘char*’ System/Files/file.hpp: In function ‘void system(string, url, char*, url)’: System/Files/file.hpp:41: warning: deprecated conversion from string constant to ‘char*’ System/Files/file.hpp:41: warning: deprecated conversion from string constant to ‘char*’ System/Files/file.hpp:42: warning: deprecated conversion from string constant to ‘char*’ System/Files/file.hpp: In function ‘string eval_system(string, url)’: System/Files/file.hpp:44: warning: deprecated conversion from string constant to ‘char*’ System/Files/file.hpp: In function ‘string eval_system(string, url, url)’: System/Files/file.hpp:46: warning: deprecated conversion from string constant to ‘char*’ System/Files/file.hpp:46: warning: deprecated conversion from string constant to ‘char*’ System/Files/file.hpp: In function ‘void move(url, url)’: System/Files/file.hpp:47: warning: deprecated conversion from string constant to ‘char*’ System/Files/file.hpp: In function ‘void copy(url, url)’: System/Files/file.hpp:48: warning: deprecated conversion from string constant to ‘char*’ System/Files/file.hpp: In function ‘void append(url, url)’: System/Files/file.hpp:49: warning: deprecated conversion from string constant to ‘char*’ System/Files/file.hpp:49: warning: deprecated conversion from string constant to ‘char*’ System/Files/file.hpp: In function ‘void remove(url)’: System/Files/file.hpp:50: warning: deprecated conversion from string constant to ‘char*’ System/Files/file.hpp: In function ‘void mkdir(url)’: System/Files/file.hpp:54: warning: deprecated conversion from string constant to ‘char*’ In file included from ./Resource/Converters/converter.cpp:13: Resource/converter.hpp: In constructor ‘converter_rep::converter_rep(string, string)’: Resource/converter.hpp:39: warning: deprecated conversion from string constant to ‘char*’ ./Resource/Converters/converter.cpp: In function ‘converter load_converter(string, string)’: ./Resource/Converters/converter.cpp:53: warning: deprecated conversion from string constant to ‘char*’ ./Resource/Converters/converter.cpp: In member function ‘void converter_rep::match(string&, int&)’: ./Resource/Converters/converter.cpp:73: warning: deprecated conversion from string constant to ‘char*’ ./Resource/Converters/converter.cpp: In member function ‘void converter_rep::load()’: ./Resource/Converters/converter.cpp:107: warning: deprecated conversion from string constant to ‘char*’ ./Resource/Converters/converter.cpp:107: warning: deprecated conversion from string constant to ‘char*’ ./Resource/Converters/converter.cpp:109: warning: deprecated conversion from string constant to ‘char*’ ./Resource/Converters/converter.cpp:110: warning: deprecated conversion from string constant to ‘char*’ ./Resource/Converters/converter.cpp:111: warning: deprecated conversion from string constant to ‘char*’ ./Resource/Converters/converter.cpp:112: warning: deprecated conversion from string constant to ‘char*’ ./Resource/Converters/converter.cpp:113: warning: deprecated conversion from string constant to ‘char*’ ./Resource/Converters/converter.cpp:116: warning: deprecated conversion from string constant to ‘char*’ ./Resource/Converters/converter.cpp:116: warning: deprecated conversion from string constant to ‘char*’ ./Resource/Converters/converter.cpp:118: warning: deprecated conversion from string constant to ‘char*’ ./Resource/Converters/converter.cpp:119: warning: deprecated conversion from string constant to ‘char*’ ./Resource/Converters/converter.cpp:120: warning: deprecated conversion from string constant to ‘char*’ ./Resource/Converters/converter.cpp:121: warning: deprecated conversion from string constant to ‘char*’ ./Resource/Converters/converter.cpp:124: warning: deprecated conversion from string constant to ‘char*’ ./Resource/Converters/converter.cpp:124: warning: deprecated conversion from string constant to ‘char*’ ./Resource/Converters/converter.cpp:126: warning: deprecated conversion from string constant to ‘char*’ ./Resource/Converters/converter.cpp:127: warning: deprecated conversion from string constant to ‘char*’ ./Resource/Converters/converter.cpp:128: warning: deprecated conversion from string constant to ‘char*’ ./Resource/Converters/converter.cpp: In function ‘bool check_encoding(string, string)’: ./Resource/Converters/converter.cpp:139: warning: deprecated conversion from string constant to ‘char*’ ./Resource/Converters/converter.cpp: In function ‘string convert(string, string, string)’: ./Resource/Converters/converter.cpp:145: warning: deprecated conversion from string constant to ‘char*’ ./Resource/Converters/converter.cpp:147: warning: deprecated conversion from string constant to ‘char*’ ./Resource/Converters/converter.cpp: In function ‘string convert_to_cork(string, string)’: ./Resource/Converters/converter.cpp:156: warning: deprecated conversion from string constant to ‘char*’ ./Resource/Converters/converter.cpp:157: warning: deprecated conversion from string constant to ‘char*’ ./Resource/Converters/converter.cpp: In function ‘string convert_from_cork(string, string)’: ./Resource/Converters/converter.cpp:164: warning: deprecated conversion from string constant to ‘char*’ ./Resource/Converters/converter.cpp:165: warning: deprecated conversion from string constant to ‘char*’ ./Resource/Converters/converter.cpp: In function ‘string utf8_to_cork(string)’: ./Resource/Converters/converter.cpp:171: warning: deprecated conversion from string constant to ‘char*’ ./Resource/Converters/converter.cpp:171: warning: deprecated conversion from string constant to ‘char*’ ./Resource/Converters/converter.cpp: In function ‘string cork_to_utf8(string)’: ./Resource/Converters/converter.cpp:177: warning: deprecated conversion from string constant to ‘char*’ ./Resource/Converters/converter.cpp:177: warning: deprecated conversion from string constant to ‘char*’ ./Resource/Converters/converter.cpp: In function ‘string utf8_to_html(string)’: ./Resource/Converters/converter.cpp:183: warning: deprecated conversion from string constant to ‘char*’ ./Resource/Converters/converter.cpp:183: warning: deprecated conversion from string constant to ‘char*’ ./Resource/Converters/converter.cpp: In constructor ‘iconv_converter::iconv_converter(string, string, bool)’: ./Resource/Converters/converter.cpp:218: warning: deprecated conversion from string constant to ‘char*’ ./Resource/Converters/converter.cpp:218: warning: deprecated conversion from string constant to ‘char*’ ./Resource/Converters/converter.cpp: In function ‘string apply(iconv_converter&, string)’: ./Resource/Converters/converter.cpp:239: warning: deprecated conversion from string constant to ‘char*’ ./Resource/Converters/converter.cpp:255: warning: deprecated conversion from string constant to ‘char*’ ./Resource/Converters/converter.cpp:255: warning: deprecated conversion from string constant to ‘char*’ ./Resource/Converters/converter.cpp:257: warning: deprecated conversion from string constant to ‘char*’ ./Resource/Converters/converter.cpp: In function ‘void put_prefix_code(string, string, hashtree)’: ./Resource/Converters/converter.cpp:305: warning: deprecated conversion from string constant to ‘char*’ ./Resource/Converters/converter.cpp: In function ‘void hashtree_from_dictionary(hashtree, string, escape_type, escape_type, bool)’: ./Resource/Converters/converter.cpp:324: warning: deprecated conversion from string constant to ‘char*’ ./Resource/Converters/converter.cpp:326: warning: deprecated conversion from string constant to ‘char*’ ./Resource/Converters/converter.cpp:327: warning: deprecated conversion from string constant to ‘char*’ ./Resource/Converters/converter.cpp:328: warning: deprecated conversion from string constant to ‘char*’ ./Resource/Converters/converter.cpp:333: warning: deprecated conversion from string constant to ‘char*’ ./Resource/Converters/converter.cpp:357: warning: deprecated conversion from string constant to ‘char*’ ./Resource/Converters/converter.cpp:357: warning: deprecated conversion from string constant to ‘char*’ ./Resource/Converters/converter.cpp: In function ‘string convert_char_entities(string)’: ./Resource/Converters/converter.cpp:420: warning: deprecated conversion from string constant to ‘char*’ ./Resource/Converters/converter.cpp: In function ‘string convert_char_entity(string, int&, bool&)’: ./Resource/Converters/converter.cpp:449: warning: deprecated conversion from string constant to ‘char*’ ./Resource/Converters/converter.cpp:475: warning: deprecated conversion from string constant to ‘char*’ ./Resource/Converters/converter.cpp: In function ‘string encode_as_utf8(unsigned int)’: ./Resource/Converters/converter.cpp:508: warning: deprecated conversion from string constant to ‘char*’ ./Resource/Converters/converter.cpp: In function ‘string utf8_to_hex_entities(string)’: ./Resource/Converters/converter.cpp:554: warning: deprecated conversion from string constant to ‘char*’ ./Resource/Converters/converter.cpp:556: warning: deprecated conversion from string constant to ‘char*’ ./Resource/Converters/converter.cpp:556: warning: deprecated conversion from string constant to ‘char*’ x86_64-pc-linux-gnu-g++ -ISystem -ISystem/Boot -ISystem/Classes -ISystem/Files -ISystem/Link -ISystem/Misc -IClasses/Abstract -IClasses/Atomic -IClasses/Compound -IData/Drd -IData/String -IData/Tree -IData/Convert -IGuile -IResource -IWindow -ITypeset -ITypeset/Bridge -ITypeset/Concat -ITypeset/Page -IEdit -I/usr/include/freetype2 -pthread -Wall -Wno-return-type -O3 -fexpensive-optimizations -fno-rtti -fno-exceptions -c ./Typeset/Graphics/curve.cpp -o Objects/curve.o In file included from Classes/Compound/list.hpp:15, from Classes/Atomic/path.hpp:16, from ./Typeset/Graphics/curve.cpp:13: Classes/Atomic/tree.hpp: In function ‘string as_string(tree)’: Classes/Atomic/tree.hpp:216: warning: deprecated conversion from string constant to ‘char*’ Classes/Atomic/tree.hpp: In function ‘tree as_tree(T) [with T = void*]’: Classes/Atomic/tree.hpp:219: warning: deprecated conversion from string constant to ‘char*’ ./Typeset/Graphics/curve.cpp: In member function ‘double spline_rep::S(array, array, array, int, double)’: ./Typeset/Graphics/curve.cpp:344: warning: deprecated conversion from string constant to ‘char*’ ./Typeset/Graphics/curve.cpp:344: warning: deprecated conversion from string constant to ‘char*’ ./Typeset/Graphics/curve.cpp:344: warning: deprecated conversion from string constant to ‘char*’ ./Typeset/Graphics/curve.cpp: In member function ‘virtual int spline_rep::get_control_points(array&, array >&, array >&)’: ./Typeset/Graphics/curve.cpp:489: warning: deprecated conversion from string constant to ‘char*’ ./Typeset/Graphics/curve.cpp:489: warning: deprecated conversion from string constant to ‘char*’ ./Typeset/Graphics/curve.cpp:489: warning: deprecated conversion from string constant to ‘char*’ ./Typeset/Graphics/curve.cpp: In member function ‘virtual double transformed_curve_rep::curvature(double, double)’: ./Typeset/Graphics/curve.cpp:732: warning: deprecated conversion from string constant to ‘char*’ ./Typeset/Graphics/curve.cpp:732: warning: deprecated conversion from string constant to ‘char*’ ./Typeset/Graphics/curve.cpp:732: warning: deprecated conversion from string constant to ‘char*’ ./Typeset/Graphics/curve.cpp: In member function ‘virtual void transformed_curve_rep::rectify_cumul(array >&, double)’: ./Typeset/Graphics/curve.cpp:748: warning: deprecated conversion from string constant to ‘char*’ ./Typeset/Graphics/curve.cpp:748: warning: deprecated conversion from string constant to ‘char*’ ./Typeset/Graphics/curve.cpp:748: warning: deprecated conversion from string constant to ‘char*’ x86_64-pc-linux-gnu-g++ -ISystem -ISystem/Boot -ISystem/Classes -ISystem/Files -ISystem/Link -ISystem/Misc -IClasses/Abstract -IClasses/Atomic -IClasses/Compound -IData/Drd -IData/String -IData/Tree -IData/Convert -IGuile -I/var/tmp/portage/app-office/texmacs-1.0.6-r1/work/TeXmacs-1.0.6-src/TeXmacs/include -I/usr/include/freetype2 -pthread -Wall -Wno-return-type -O3 -fexpensive-optimizations -fno-rtti -fno-exceptions -c ./System/Misc/data_cache.cpp -o Objects/data_cache.o In file included from ./System/Misc/data_cache.hpp:15, from ./System/Misc/data_cache.cpp:13: Classes/Atomic/tree.hpp: In function ‘string as_string(tree)’: Classes/Atomic/tree.hpp:216: warning: deprecated conversion from string constant to ‘char*’ Classes/Atomic/tree.hpp: In function ‘tree as_tree(T) [with T = void*]’: Classes/Atomic/tree.hpp:219: warning: deprecated conversion from string constant to ‘char*’ In file included from ./System/Misc/data_cache.cpp:14: System/Classes/url.hpp: In function ‘url url_none()’: System/Classes/url.hpp:62: warning: deprecated conversion from string constant to ‘char*’ System/Classes/url.hpp: In function ‘url url_here()’: System/Classes/url.hpp:63: warning: deprecated conversion from string constant to ‘char*’ System/Classes/url.hpp: In function ‘url url_parent()’: System/Classes/url.hpp:64: warning: deprecated conversion from string constant to ‘char*’ System/Classes/url.hpp: In function ‘url url_pwd()’: System/Classes/url.hpp:65: warning: deprecated conversion from string constant to ‘char*’ System/Classes/url.hpp: In function ‘bool is_none(url)’: System/Classes/url.hpp:81: warning: deprecated conversion from string constant to ‘char*’ System/Classes/url.hpp: In function ‘bool is_here(url)’: System/Classes/url.hpp:82: warning: deprecated conversion from string constant to ‘char*’ System/Classes/url.hpp: In function ‘bool is_parent(url)’: System/Classes/url.hpp:83: warning: deprecated conversion from string constant to ‘char*’ System/Classes/url.hpp: In function ‘bool is_concat(url)’: System/Classes/url.hpp:85: warning: deprecated conversion from string constant to ‘char*’ System/Classes/url.hpp: In function ‘bool is_or(url)’: System/Classes/url.hpp:86: warning: deprecated conversion from string constant to ‘char*’ System/Classes/url.hpp: In function ‘bool is_root(url)’: System/Classes/url.hpp:88: warning: deprecated conversion from string constant to ‘char*’ System/Classes/url.hpp: In function ‘bool is_root_web(url)’: System/Classes/url.hpp:92: warning: deprecated conversion from string constant to ‘char*’ System/Classes/url.hpp:92: warning: deprecated conversion from string constant to ‘char*’ System/Classes/url.hpp: In function ‘bool is_wildcard(url)’: System/Classes/url.hpp:93: warning: deprecated conversion from string constant to ‘char*’ System/Classes/url.hpp: In function ‘bool is_wildcard(url, int)’: System/Classes/url.hpp:95: warning: deprecated conversion from string constant to ‘char*’ In file included from ./System/Misc/data_cache.cpp:15: System/Files/file.hpp: In function ‘void system(string, url)’: System/Files/file.hpp:35: warning: deprecated conversion from string constant to ‘char*’ System/Files/file.hpp: In function ‘void system(string, url, url)’: System/Files/file.hpp:37: warning: deprecated conversion from string constant to ‘char*’ System/Files/file.hpp:37: warning: deprecated conversion from string constant to ‘char*’ System/Files/file.hpp: In function ‘void system(string, url, char*)’: System/Files/file.hpp:39: warning: deprecated conversion from string constant to ‘char*’ System/Files/file.hpp:39: warning: deprecated conversion from string constant to ‘char*’ System/Files/file.hpp: In function ‘void system(string, url, char*, url)’: System/Files/file.hpp:41: warning: deprecated conversion from string constant to ‘char*’ System/Files/file.hpp:41: warning: deprecated conversion from string constant to ‘char*’ System/Files/file.hpp:42: warning: deprecated conversion from string constant to ‘char*’ System/Files/file.hpp: In function ‘string eval_system(string, url)’: System/Files/file.hpp:44: warning: deprecated conversion from string constant to ‘char*’ System/Files/file.hpp: In function ‘string eval_system(string, url, url)’: System/Files/file.hpp:46: warning: deprecated conversion from string constant to ‘char*’ System/Files/file.hpp:46: warning: deprecated conversion from string constant to ‘char*’ System/Files/file.hpp: In function ‘void move(url, url)’: System/Files/file.hpp:47: warning: deprecated conversion from string constant to ‘char*’ System/Files/file.hpp: In function ‘void copy(url, url)’: System/Files/file.hpp:48: warning: deprecated conversion from string constant to ‘char*’ System/Files/file.hpp: In function ‘void append(url, url)’: System/Files/file.hpp:49: warning: deprecated conversion from string constant to ‘char*’ System/Files/file.hpp:49: warning: deprecated conversion from string constant to ‘char*’ System/Files/file.hpp: In function ‘void remove(url)’: System/Files/file.hpp:50: warning: deprecated conversion from string constant to ‘char*’ System/Files/file.hpp: In function ‘void mkdir(url)’: System/Files/file.hpp:54: warning: deprecated conversion from string constant to ‘char*’ ./System/Misc/data_cache.cpp: At global scope: ./System/Misc/data_cache.cpp:23: warning: deprecated conversion from string constant to ‘char*’ ./System/Misc/data_cache.cpp: In function ‘bool do_cache_stat(string)’: ./System/Misc/data_cache.cpp:74: warning: deprecated conversion from string constant to ‘char*’ ./System/Misc/data_cache.cpp: In function ‘bool do_cache_file(string)’: ./System/Misc/data_cache.cpp:89: warning: deprecated conversion from string constant to ‘char*’ ./System/Misc/data_cache.cpp: In function ‘void cache_save(string)’: ./System/Misc/data_cache.cpp:104: warning: deprecated conversion from string constant to ‘char*’ ./System/Misc/data_cache.cpp:107: warning: deprecated conversion from string constant to ‘char*’ ./System/Misc/data_cache.cpp:107: warning: deprecated conversion from string constant to ‘char*’ ./System/Misc/data_cache.cpp:111: warning: deprecated conversion from string constant to ‘char*’ ./System/Misc/data_cache.cpp:112: warning: deprecated conversion from string constant to ‘char*’ ./System/Misc/data_cache.cpp:113: warning: deprecated conversion from string constant to ‘char*’ ./System/Misc/data_cache.cpp:118: warning: deprecated conversion from string constant to ‘char*’ ./System/Misc/data_cache.cpp:122: warning: deprecated conversion from string constant to ‘char*’ ./System/Misc/data_cache.cpp:123: warning: deprecated conversion from string constant to ‘char*’ ./System/Misc/data_cache.cpp:126: warning: deprecated conversion from string constant to ‘char*’ ./System/Misc/data_cache.cpp: In function ‘void cache_load(string)’: ./System/Misc/data_cache.cpp:136: warning: deprecated conversion from string constant to ‘char*’ ./System/Misc/data_cache.cpp:139: warning: deprecated conversion from string constant to ‘char*’ ./System/Misc/data_cache.cpp:139: warning: deprecated conversion from string constant to ‘char*’ ./System/Misc/data_cache.cpp: In function ‘void cache_memorize()’: ./System/Misc/data_cache.cpp:169: warning: deprecated conversion from string constant to ‘char*’ ./System/Misc/data_cache.cpp:170: warning: deprecated conversion from string constant to ‘char*’ ./System/Misc/data_cache.cpp:171: warning: deprecated conversion from string constant to ‘char*’ ./System/Misc/data_cache.cpp:172: warning: deprecated conversion from string constant to ‘char*’ ./System/Misc/data_cache.cpp:173: warning: deprecated conversion from string constant to ‘char*’ ./System/Misc/data_cache.cpp: In function ‘void cache_refresh()’: ./System/Misc/data_cache.cpp:178: warning: deprecated conversion from string constant to ‘char*’ ./System/Misc/data_cache.cpp:181: warning: deprecated conversion from string constant to ‘char*’ ./System/Misc/data_cache.cpp:182: warning: deprecated conversion from string constant to ‘char*’ ./System/Misc/data_cache.cpp:183: warning: deprecated conversion from string constant to ‘char*’ ./System/Misc/data_cache.cpp:184: warning: deprecated conversion from string constant to ‘char*’ ./System/Misc/data_cache.cpp: In function ‘void cache_initialize()’: ./System/Misc/data_cache.cpp:189: warning: deprecated conversion from string constant to ‘char*’ ./System/Misc/data_cache.cpp:190: warning: deprecated conversion from string constant to ‘char*’ ./System/Misc/data_cache.cpp:190: warning: deprecated conversion from string constant to ‘char*’ ./System/Misc/data_cache.cpp:191: warning: deprecated conversion from string constant to ‘char*’ ./System/Misc/data_cache.cpp:192: warning: deprecated conversion from string constant to ‘char*’ ./System/Misc/data_cache.cpp:193: warning: deprecated conversion from string constant to ‘char*’ ./System/Misc/data_cache.cpp:193: warning: deprecated conversion from string constant to ‘char*’ ./System/Misc/data_cache.cpp:194: warning: deprecated conversion from string constant to ‘char*’ ./System/Misc/data_cache.cpp:195: warning: deprecated conversion from string constant to ‘char*’ Classes/Compound/iterator.cpp: In member function ‘T hashmap_iterator_rep::next() [with T = tree, U = tree]’: ./System/Misc/data_cache.cpp:196: instantiated from here Classes/Compound/iterator.cpp:130: warning: deprecated conversion from string constant to ‘char*’ Classes/Compound/iterator.cpp:130: warning: deprecated conversion from string constant to ‘char*’ Classes/Compound/iterator.cpp:130: warning: deprecated conversion from string constant to ‘char*’ x86_64-pc-linux-gnu-g++ -ISystem -ISystem/Boot -ISystem/Classes -ISystem/Files -ISystem/Link -ISystem/Misc -IClasses/Abstract -IClasses/Atomic -IClasses/Compound -IData/Drd -IData/String -IData/Tree -IData/Convert -IGuile -IResource -IWindow -ITypeset -ITypeset/Bridge -ITypeset/Concat -ITypeset/Page -IEdit -I/usr/include/freetype2 -pthread -Wall -Wno-return-type -O3 -fexpensive-optimizations -fno-rtti -fno-exceptions -c ./Typeset/Boxes/Composite/decoration_boxes.cpp -o Objects/decoration_boxes.o In file included from Classes/Compound/list.hpp:15, from Classes/Atomic/rectangles.hpp:16, from Typeset/boxes.hpp:17, from Typeset/Boxes/composite.hpp:15, from ./Typeset/Boxes/Composite/decoration_boxes.cpp:13: Classes/Atomic/tree.hpp: In function ‘string as_string(tree)’: Classes/Atomic/tree.hpp:216: warning: deprecated conversion from string constant to ‘char*’ Classes/Atomic/tree.hpp: In function ‘tree as_tree(T) [with T = void*]’: Classes/Atomic/tree.hpp:219: warning: deprecated conversion from string constant to ‘char*’ In file included from Window/ps_device.hpp:16, from Typeset/boxes.hpp:19, from Typeset/Boxes/composite.hpp:15, from ./Typeset/Boxes/Composite/decoration_boxes.cpp:13: System/Classes/url.hpp: In function ‘url url_none()’: System/Classes/url.hpp:62: warning: deprecated conversion from string constant to ‘char*’ System/Classes/url.hpp: In function ‘url url_here()’: System/Classes/url.hpp:63: warning: deprecated conversion from string constant to ‘char*’ System/Classes/url.hpp: In function ‘url url_parent()’: System/Classes/url.hpp:64: warning: deprecated conversion from string constant to ‘char*’ System/Classes/url.hpp: In function ‘url url_pwd()’: System/Classes/url.hpp:65: warning: deprecated conversion from string constant to ‘char*’ System/Classes/url.hpp: In function ‘bool is_none(url)’: System/Classes/url.hpp:81: warning: deprecated conversion from string constant to ‘char*’ System/Classes/url.hpp: In function ‘bool is_here(url)’: System/Classes/url.hpp:82: warning: deprecated conversion from string constant to ‘char*’ System/Classes/url.hpp: In function ‘bool is_parent(url)’: System/Classes/url.hpp:83: warning: deprecated conversion from string constant to ‘char*’ System/Classes/url.hpp: In function ‘bool is_concat(url)’: System/Classes/url.hpp:85: warning: deprecated conversion from string constant to ‘char*’ System/Classes/url.hpp: In function ‘bool is_or(url)’: System/Classes/url.hpp:86: warning: deprecated conversion from string constant to ‘char*’ System/Classes/url.hpp: In function ‘bool is_root(url)’: System/Classes/url.hpp:88: warning: deprecated conversion from string constant to ‘char*’ System/Classes/url.hpp: In function ‘bool is_root_web(url)’: System/Classes/url.hpp:92: warning: deprecated conversion from string constant to ‘char*’ System/Classes/url.hpp:92: warning: deprecated conversion from string constant to ‘char*’ System/Classes/url.hpp: In function ‘bool is_wildcard(url)’: System/Classes/url.hpp:93: warning: deprecated conversion from string constant to ‘char*’ System/Classes/url.hpp: In function ‘bool is_wildcard(url, int)’: System/Classes/url.hpp:95: warning: deprecated conversion from string constant to ‘char*’ In file included from ./Typeset/Boxes/Composite/decoration_boxes.cpp:13: Typeset/Boxes/composite.hpp: In member function ‘virtual concrete_composite_box_rep::operator tree()’: Typeset/Boxes/composite.hpp:67: warning: deprecated conversion from string constant to ‘char*’ ./Typeset/Boxes/Composite/decoration_boxes.cpp: In member function ‘virtual specific_box_rep::operator tree()’: ./Typeset/Boxes/Composite/decoration_boxes.cpp:31: warning: deprecated conversion from string constant to ‘char*’ ./Typeset/Boxes/Composite/decoration_boxes.cpp: In member function ‘virtual flag_box_rep::operator tree()’: ./Typeset/Boxes/Composite/decoration_boxes.cpp:47: warning: deprecated conversion from string constant to ‘char*’ ./Typeset/Boxes/Composite/decoration_boxes.cpp: In member function ‘virtual info_box_rep::operator tree()’: ./Typeset/Boxes/Composite/decoration_boxes.cpp:88: warning: deprecated conversion from string constant to ‘char*’ x86_64-pc-linux-gnu-g++ -ISystem -ISystem/Boot -ISystem/Classes -ISystem/Files -ISystem/Link -ISystem/Misc -IClasses/Abstract -IClasses/Atomic -IClasses/Compound -IData/Drd -IData/String -IData/Tree -IData/Convert -IGuile -IResource -IWindow -I/usr/include/freetype2 -pthread -Wall -Wno-return-type -O3 -fexpensive-optimizations -fno-rtti -fno-exceptions -c ./Resource/Dictionaries/dictionary.cpp -o Objects/dictionary.o In file included from Classes/Compound/list.hpp:15, from Classes/Compound/hashmap.hpp:15, from Resource/resource.hpp:15, from Resource/dictionary.hpp:15, from ./Resource/Dictionaries/dictionary.cpp:13: Classes/Atomic/tree.hpp: In function ‘string as_string(tree)’: Classes/Atomic/tree.hpp:216: warning: deprecated conversion from string constant to ‘char*’ Classes/Atomic/tree.hpp: In function ‘tree as_tree(T) [with T = void*]’: Classes/Atomic/tree.hpp:219: warning: deprecated conversion from string constant to ‘char*’ In file included from Resource/dictionary.hpp:16, from ./Resource/Dictionaries/dictionary.cpp:13: System/Classes/url.hpp: In function ‘url url_none()’: System/Classes/url.hpp:62: warning: deprecated conversion from string constant to ‘char*’ System/Classes/url.hpp: In function ‘url url_here()’: System/Classes/url.hpp:63: warning: deprecated conversion from string constant to ‘char*’ System/Classes/url.hpp: In function ‘url url_parent()’: System/Classes/url.hpp:64: warning: deprecated conversion from string constant to ‘char*’ System/Classes/url.hpp: In function ‘url url_pwd()’: System/Classes/url.hpp:65: warning: deprecated conversion from string constant to ‘char*’ System/Classes/url.hpp: In function ‘bool is_none(url)’: System/Classes/url.hpp:81: warning: deprecated conversion from string constant to ‘char*’ System/Classes/url.hpp: In function ‘bool is_here(url)’: System/Classes/url.hpp:82: warning: deprecated conversion from string constant to ‘char*’ System/Classes/url.hpp: In function ‘bool is_parent(url)’: System/Classes/url.hpp:83: warning: deprecated conversion from string constant to ‘char*’ System/Classes/url.hpp: In function ‘bool is_concat(url)’: System/Classes/url.hpp:85: warning: deprecated conversion from string constant to ‘char*’ System/Classes/url.hpp: In function ‘bool is_or(url)’: System/Classes/url.hpp:86: warning: deprecated conversion from string constant to ‘char*’ System/Classes/url.hpp: In function ‘bool is_root(url)’: System/Classes/url.hpp:88: warning: deprecated conversion from string constant to ‘char*’ System/Classes/url.hpp: In function ‘bool is_root_web(url)’: System/Classes/url.hpp:92: warning: deprecated conversion from string constant to ‘char*’ System/Classes/url.hpp:92: warning: deprecated conversion from string constant to ‘char*’ System/Classes/url.hpp: In function ‘bool is_wildcard(url)’: System/Classes/url.hpp:93: warning: deprecated conversion from string constant to ‘char*’ System/Classes/url.hpp: In function ‘bool is_wildcard(url, int)’: System/Classes/url.hpp:95: warning: deprecated conversion from string constant to ‘char*’ In file included from ./Resource/Dictionaries/dictionary.cpp:14: System/Files/file.hpp: In function ‘void system(string, url)’: System/Files/file.hpp:35: warning: deprecated conversion from string constant to ‘char*’ System/Files/file.hpp: In function ‘void system(string, url, url)’: System/Files/file.hpp:37: warning: deprecated conversion from string constant to ‘char*’ System/Files/file.hpp:37: warning: deprecated conversion from string constant to ‘char*’ System/Files/file.hpp: In function ‘void system(string, url, char*)’: System/Files/file.hpp:39: warning: deprecated conversion from string constant to ‘char*’ System/Files/file.hpp:39: warning: deprecated conversion from string constant to ‘char*’ System/Files/file.hpp: In function ‘void system(string, url, char*, url)’: System/Files/file.hpp:41: warning: deprecated conversion from string constant to ‘char*’ System/Files/file.hpp:41: warning: deprecated conversion from string constant to ‘char*’ System/Files/file.hpp:42: warning: deprecated conversion from string constant to ‘char*’ System/Files/file.hpp: In function ‘string eval_system(string, url)’: System/Files/file.hpp:44: warning: deprecated conversion from string constant to ‘char*’ System/Files/file.hpp: In function ‘string eval_system(string, url, url)’: System/Files/file.hpp:46: warning: deprecated conversion from string constant to ‘char*’ System/Files/file.hpp:46: warning: deprecated conversion from string constant to ‘char*’ System/Files/file.hpp: In function ‘void move(url, url)’: System/Files/file.hpp:47: warning: deprecated conversion from string constant to ‘char*’ System/Files/file.hpp: In function ‘void copy(url, url)’: System/Files/file.hpp:48: warning: deprecated conversion from string constant to ‘char*’ System/Files/file.hpp: In function ‘void append(url, url)’: System/Files/file.hpp:49: warning: deprecated conversion from string constant to ‘char*’ System/Files/file.hpp:49: warning: deprecated conversion from string constant to ‘char*’ System/Files/file.hpp: In function ‘void remove(url)’: System/Files/file.hpp:50: warning: deprecated conversion from string constant to ‘char*’ System/Files/file.hpp: In function ‘void mkdir(url)’: System/Files/file.hpp:54: warning: deprecated conversion from string constant to ‘char*’ ./Resource/Dictionaries/dictionary.cpp: In constructor ‘dictionary_rep::dictionary_rep(string, string)’: ./Resource/Dictionaries/dictionary.cpp:24: warning: deprecated conversion from string constant to ‘char*’ ./Resource/Dictionaries/dictionary.cpp:24: warning: deprecated conversion from string constant to ‘char*’ ./Resource/Dictionaries/dictionary.cpp: In member function ‘void dictionary_rep::load(string)’: ./Resource/Dictionaries/dictionary.cpp:53: warning: deprecated conversion from string constant to ‘char*’ ./Resource/Dictionaries/dictionary.cpp:55: warning: deprecated conversion from string constant to ‘char*’ ./Resource/Dictionaries/dictionary.cpp:55: warning: deprecated conversion from string constant to ‘char*’ ./Resource/Dictionaries/dictionary.cpp:56: warning: deprecated conversion from string constant to ‘char*’ ./Resource/Dictionaries/dictionary.cpp: In function ‘dictionary load_dictionary(string, string)’: ./Resource/Dictionaries/dictionary.cpp:61: warning: deprecated conversion from string constant to ‘char*’ ./Resource/Dictionaries/dictionary.cpp: In member function ‘string dictionary_rep::translate(string)’: ./Resource/Dictionaries/dictionary.cpp:81: warning: deprecated conversion from string constant to ‘char*’ ./Resource/Dictionaries/dictionary.cpp:82: warning: deprecated conversion from string constant to ‘char*’ ./Resource/Dictionaries/dictionary.cpp:83: warning: deprecated conversion from string constant to ‘char*’ ./Resource/Dictionaries/dictionary.cpp:85: warning: deprecated conversion from string constant to ‘char*’ ./Resource/Dictionaries/dictionary.cpp:103: warning: deprecated conversion from string constant to ‘char*’ ./Resource/Dictionaries/dictionary.cpp:106: warning: deprecated conversion from string constant to ‘char*’ x86_64-pc-linux-gnu-g++ -ISystem -ISystem/Boot -ISystem/Classes -ISystem/Files -ISystem/Link -ISystem/Misc -IClasses/Abstract -IClasses/Atomic -IClasses/Compound -IData/Drd -IData/String -IData/Tree -IData/Convert -IGuile -IResource -I/var/tmp/portage/app-office/texmacs-1.0.6-r1/work/TeXmacs-1.0.6-src/TeXmacs/include -I/usr/include/freetype2 -pthread -Wall -Wno-return-type -O3 -fexpensive-optimizations -fno-rtti -fno-exceptions -c ./Data/Drd/drd_info.cpp -o Objects/drd_info.o In file included from ./Data/Drd/drd_info.hpp:15, from ./Data/Drd/drd_info.cpp:14: Classes/Atomic/tree.hpp: In function ‘string as_string(tree)’: Classes/Atomic/tree.hpp:216: warning: deprecated conversion from string constant to ‘char*’ Classes/Atomic/tree.hpp: In function ‘tree as_tree(T) [with T = void*]’: Classes/Atomic/tree.hpp:219: warning: deprecated conversion from string constant to ‘char*’ ./Data/Drd/drd_info.cpp: In member function ‘tree drd_info_rep::get_attribute(tree_label, string)’: ./Data/Drd/drd_info.cpp:227: warning: deprecated conversion from string constant to ‘char*’ ./Data/Drd/drd_info.cpp:227: warning: deprecated conversion from string constant to ‘char*’ ./Data/Drd/drd_info.cpp: In member function ‘void drd_info_rep::set_name(tree_label, string)’: ./Data/Drd/drd_info.cpp:234: warning: deprecated conversion from string constant to ‘char*’ ./Data/Drd/drd_info.cpp: In member function ‘string drd_info_rep::get_name(tree_label)’: ./Data/Drd/drd_info.cpp:239: warning: deprecated conversion from string constant to ‘char*’ ./Data/Drd/drd_info.cpp: In function ‘int arg_access_mode(drd_info_rep*, tree, tree, int)’: ./Data/Drd/drd_info.cpp:359: warning: deprecated conversion from string constant to ‘char*’ ./Data/Drd/drd_info.cpp:360: warning: deprecated conversion from string constant to ‘char*’ ./Data/Drd/drd_info.cpp:361: warning: deprecated conversion from string constant to ‘char*’ ./Data/Drd/drd_info.cpp:362: warning: deprecated conversion from string constant to ‘char*’ Classes/Compound/rel_hashmap.cpp: In member function ‘U& rel_hashmap::operator()(T) [with T = tree_label, U = tag_info]’: ./Data/Drd/drd_info.cpp:52: instantiated from here Classes/Compound/rel_hashmap.cpp:31: warning: deprecated conversion from string constant to ‘char*’ Classes/Compound/rel_hashmap.cpp:31: warning: deprecated conversion from string constant to ‘char*’ Classes/Compound/rel_hashmap.cpp:31: warning: deprecated conversion from string constant to ‘char*’ Classes/Compound/rel_hashmap.cpp: In member function ‘U rel_hashmap::operator[](T) [with T = tree_label, U = tag_info]’: ./Data/Drd/drd_info.cpp:72: instantiated from here Classes/Compound/rel_hashmap.cpp:24: warning: deprecated conversion from string constant to ‘char*’ Classes/Compound/rel_hashmap.cpp:24: warning: deprecated conversion from string constant to ‘char*’ Classes/Compound/rel_hashmap.cpp:24: warning: deprecated conversion from string constant to ‘char*’ Classes/Compound/iterator.cpp: In member function ‘T hashmap_iterator_rep::next() [with T = string, U = tree]’: ./Data/Drd/drd_info.cpp:453: instantiated from here Classes/Compound/iterator.cpp:130: warning: deprecated conversion from string constant to ‘char*’ Classes/Compound/iterator.cpp:130: warning: deprecated conversion from string constant to ‘char*’ Classes/Compound/iterator.cpp:130: warning: deprecated conversion from string constant to ‘char*’ Classes/Compound/iterator.cpp: In member function ‘T hashmap_iterator_rep::next() [with T = tree_label, U = tag_info]’: ./Data/Drd/drd_info.cpp:453: instantiated from here Classes/Compound/iterator.cpp:130: warning: deprecated conversion from string constant to ‘char*’ Classes/Compound/iterator.cpp:130: warning: deprecated conversion from string constant to ‘char*’ Classes/Compound/iterator.cpp:130: warning: deprecated conversion from string constant to ‘char*’ x86_64-pc-linux-gnu-g++ -ISystem -ISystem/Boot -ISystem/Classes -ISystem/Files -ISystem/Link -ISystem/Misc -IClasses/Abstract -IClasses/Atomic -IClasses/Compound -IData/Drd -IData/String -IData/Tree -IData/Convert -IGuile -IResource -I/var/tmp/portage/app-office/texmacs-1.0.6-r1/work/TeXmacs-1.0.6-src/TeXmacs/include -I/usr/include/freetype2 -pthread -Wall -Wno-return-type -O3 -fexpensive-optimizations -fno-rtti -fno-exceptions -c ./Data/Drd/drd_mode.cpp -o Objects/drd_mode.o x86_64-pc-linux-gnu-g++ -ISystem -ISystem/Boot -ISystem/Classes -ISystem/Files -ISystem/Link -ISystem/Misc -IClasses/Abstract -IClasses/Atomic -IClasses/Compound -IData/Drd -IData/String -IData/Tree -IData/Convert -IGuile -IResource -I/var/tmp/portage/app-office/texmacs-1.0.6-r1/work/TeXmacs-1.0.6-src/TeXmacs/include -I/usr/include/freetype2 -pthread -Wall -Wno-return-type -O3 -fexpensive-optimizations -fno-rtti -fno-exceptions -c ./Data/Drd/drd_std.cpp -o Objects/drd_std.o In file included from ./Data/Drd/drd_info.hpp:15, from ./Data/Drd/drd_std.hpp:15, from ./Data/Drd/drd_std.cpp:13: Classes/Atomic/tree.hpp: In function ‘string as_string(tree)’: Classes/Atomic/tree.hpp:216: warning: deprecated conversion from string constant to ‘char*’ Classes/Atomic/tree.hpp: In function ‘tree as_tree(T) [with T = void*]’: Classes/Atomic/tree.hpp:219: warning: deprecated conversion from string constant to ‘char*’ ./Data/Drd/drd_std.cpp: At global scope: ./Data/Drd/drd_std.cpp:15: warning: deprecated conversion from string constant to ‘char*’ ./Data/Drd/drd_std.cpp: In function ‘void init_std_drd()’: ./Data/Drd/drd_std.cpp:60: warning: deprecated conversion from string constant to ‘char*’ ./Data/Drd/drd_std.cpp:61: warning: deprecated conversion from string constant to ‘char*’ ./Data/Drd/drd_std.cpp:62: warning: deprecated conversion from string constant to ‘char*’ ./Data/Drd/drd_std.cpp:63: warning: deprecated conversion from string constant to ‘char*’ ./Data/Drd/drd_std.cpp:64: warning: deprecated conversion from string constant to ‘char*’ ./Data/Drd/drd_std.cpp:66: warning: deprecated conversion from string constant to ‘char*’ ./Data/Drd/drd_std.cpp:68: warning: deprecated conversion from string constant to ‘char*’ ./Data/Drd/drd_std.cpp:68: warning: deprecated conversion from string constant to ‘char*’ ./Data/Drd/drd_std.cpp:69: warning: deprecated conversion from string constant to ‘char*’ ./Data/Drd/drd_std.cpp:70: warning: deprecated conversion from string constant to ‘char*’ ./Data/Drd/drd_std.cpp:71: warning: deprecated conversion from string constant to ‘char*’ ./Data/Drd/drd_std.cpp:72: warning: deprecated conversion from string constant to ‘char*’ ./Data/Drd/drd_std.cpp:73: warning: deprecated conversion from string constant to ‘char*’ ./Data/Drd/drd_std.cpp:74: warning: deprecated conversion from string constant to ‘char*’ ./Data/Drd/drd_std.cpp:74: warning: deprecated conversion from string constant to ‘char*’ ./Data/Drd/drd_std.cpp:76: warning: deprecated conversion from string constant to ‘char*’ ./Data/Drd/drd_std.cpp:76: warning: deprecated conversion from string constant to ‘char*’ ./Data/Drd/drd_std.cpp:77: warning: deprecated conversion from string constant to ‘char*’ ./Data/Drd/drd_std.cpp:77: warning: deprecated conversion from string constant to ‘char*’ ./Data/Drd/drd_std.cpp:78: warning: deprecated conversion from string constant to ‘char*’ ./Data/Drd/drd_std.cpp:80: warning: deprecated conversion from string constant to ‘char*’ ./Data/Drd/drd_std.cpp:80: warning: deprecated conversion from string constant to ‘char*’ ./Data/Drd/drd_std.cpp:81: warning: deprecated conversion from string constant to ‘char*’ ./Data/Drd/drd_std.cpp:82: warning: deprecated conversion from string constant to ‘char*’ ./Data/Drd/drd_std.cpp:83: warning: deprecated conversion from string constant to ‘char*’ ./Data/Drd/drd_std.cpp:84: warning: deprecated conversion from string constant to ‘char*’ ./Data/Drd/drd_std.cpp:87: warning: deprecated conversion from string constant to ‘char*’ ./Data/Drd/drd_std.cpp:87: warning: deprecated conversion from string constant to ‘char*’ ./Data/Drd/drd_std.cpp:91: warning: deprecated conversion from string constant to ‘char*’ ./Data/Drd/drd_std.cpp:91: warning: deprecated conversion from string constant to ‘char*’ ./Data/Drd/drd_std.cpp:94: warning: deprecated conversion from string constant to ‘char*’ ./Data/Drd/drd_std.cpp:94: warning: deprecated conversion from string constant to ‘char*’ ./Data/Drd/drd_std.cpp:95: warning: deprecated conversion from string constant to ‘char*’ ./Data/Drd/drd_std.cpp:95: warning: deprecated conversion from string constant to ‘char*’ ./Data/Drd/drd_std.cpp:97: warning: deprecated conversion from string constant to ‘char*’ ./Data/Drd/drd_std.cpp:97: warning: deprecated conversion from string constant to ‘char*’ ./Data/Drd/drd_std.cpp:98: warning: deprecated conversion from string constant to ‘char*’ ./Data/Drd/drd_std.cpp:98: warning: deprecated conversion from string constant to ‘char*’ ./Data/Drd/drd_std.cpp:99: warning: deprecated conversion from string constant to ‘char*’ ./Data/Drd/drd_std.cpp:99: warning: deprecated conversion from string constant to ‘char*’ ./Data/Drd/drd_std.cpp:100: warning: deprecated conversion from string constant to ‘char*’ ./Data/Drd/drd_std.cpp:100: warning: deprecated conversion from string constant to ‘char*’ ./Data/Drd/drd_std.cpp:101: warning: deprecated conversion from string constant to ‘char*’ ./Data/Drd/drd_std.cpp:101: warning: deprecated conversion from string constant to ‘char*’ ./Data/Drd/drd_std.cpp:102: warning: deprecated conversion from string constant to ‘char*’ ./Data/Drd/drd_std.cpp:102: warning: deprecated conversion from string constant to ‘char*’ ./Data/Drd/drd_std.cpp:103: warning: deprecated conversion from string constant to ‘char*’ ./Data/Drd/drd_std.cpp:103: warning: deprecated conversion from string constant to ‘char*’ ./Data/Drd/drd_std.cpp:104: warning: deprecated conversion from string constant to ‘char*’ ./Data/Drd/drd_std.cpp:104: warning: deprecated conversion from string constant to ‘char*’ ./Data/Drd/drd_std.cpp:105: warning: deprecated conversion from string constant to ‘char*’ ./Data/Drd/drd_std.cpp:105: warning: deprecated conversion from string constant to ‘char*’ ./Data/Drd/drd_std.cpp:107: warning: deprecated conversion from string constant to ‘char*’ ./Data/Drd/drd_std.cpp:107: warning: deprecated conversion from string constant to ‘char*’ ./Data/Drd/drd_std.cpp:108: warning: deprecated conversion from string constant to ‘char*’ ./Data/Drd/drd_std.cpp:108: warning: deprecated conversion from string constant to ‘char*’ ./Data/Drd/drd_std.cpp:110: warning: deprecated conversion from string constant to ‘char*’ ./Data/Drd/drd_std.cpp:110: warning: deprecated conversion from string constant to ‘char*’ ./Data/Drd/drd_std.cpp:111: warning: deprecated conversion from string constant to ‘char*’ ./Data/Drd/drd_std.cpp:111: warning: deprecated conversion from string constant to ‘char*’ ./Data/Drd/drd_std.cpp:112: warning: deprecated conversion from string constant to ‘char*’ ./Data/Drd/drd_std.cpp:112: warning: deprecated conversion from string constant to ‘char*’ ./Data/Drd/drd_std.cpp:113: warning: deprecated conversion from string constant to ‘char*’ ./Data/Drd/drd_std.cpp:113: warning: deprecated conversion from string constant to ‘char*’ ./Data/Drd/drd_std.cpp:115: warning: deprecated conversion from string constant to ‘char*’ ./Data/Drd/drd_std.cpp:115: warning: deprecated conversion from string constant to ‘char*’ ./Data/Drd/drd_std.cpp:116: warning: deprecated conversion from string constant to ‘char*’ ./Data/Drd/drd_std.cpp:116: warning: deprecated conversion from string constant to ‘char*’ ./Data/Drd/drd_std.cpp:118: warning: deprecated conversion from string constant to ‘char*’ ./Data/Drd/drd_std.cpp:119: warning: deprecated conversion from string constant to ‘char*’ ./Data/Drd/drd_std.cpp:120: warning: deprecated conversion from string constant to ‘char*’ ./Data/Drd/drd_std.cpp:121: warning: deprecated conversion from string constant to ‘char*’ ./Data/Drd/drd_std.cpp:122: warning: deprecated conversion from string constant to ‘char*’ ./Data/Drd/drd_std.cpp:122: warning: deprecated conversion from string constant to ‘char*’ ./Data/Drd/drd_std.cpp:123: warning: deprecated conversion from string constant to ‘char*’ ./Data/Drd/drd_std.cpp:123: warning: deprecated conversion from string constant to ‘char*’ ./Data/Drd/drd_std.cpp:124: warning: deprecated conversion from string constant to ‘char*’ ./Data/Drd/drd_std.cpp:125: warning: deprecated conversion from string constant to ‘char*’ ./Data/Drd/drd_std.cpp:127: warning: deprecated conversion from string constant to ‘char*’ ./Data/Drd/drd_std.cpp:127: warning: deprecated conversion from string constant to ‘char*’ ./Data/Drd/drd_std.cpp:129: warning: deprecated conversion from string constant to ‘char*’ ./Data/Drd/drd_std.cpp:129: warning: deprecated conversion from string constant to ‘char*’ ./Data/Drd/drd_std.cpp:131: warning: deprecated conversion from string constant to ‘char*’ ./Data/Drd/drd_std.cpp:131: warning: deprecated conversion from string constant to ‘char*’ ./Data/Drd/drd_std.cpp:133: warning: deprecated conversion from string constant to ‘char*’ ./Data/Drd/drd_std.cpp:133: warning: deprecated conversion from string constant to ‘char*’ ./Data/Drd/drd_std.cpp:134: warning: deprecated conversion from string constant to ‘char*’ ./Data/Drd/drd_std.cpp:134: warning: deprecated conversion from string constant to ‘char*’ ./Data/Drd/drd_std.cpp:135: warning: deprecated conversion from string constant to ‘char*’ ./Data/Drd/drd_std.cpp:135: warning: deprecated conversion from string constant to ‘char*’ ./Data/Drd/drd_std.cpp:136: warning: deprecated conversion from string constant to ‘char*’ ./Data/Drd/drd_std.cpp:138: warning: deprecated conversion from string constant to ‘char*’ ./Data/Drd/drd_std.cpp:138: warning: deprecated conversion from string constant to ‘char*’ ./Data/Drd/drd_std.cpp:139: warning: deprecated conversion from string constant to ‘char*’ ./Data/Drd/drd_std.cpp:139: warning: deprecated conversion from string constant to ‘char*’ ./Data/Drd/drd_std.cpp:140: warning: deprecated conversion from string constant to ‘char*’ ./Data/Drd/drd_std.cpp:144: warning: deprecated conversion from string constant to ‘char*’ ./Data/Drd/drd_std.cpp:144: warning: deprecated conversion from string constant to ‘char*’ ./Data/Drd/drd_std.cpp:146: warning: deprecated conversion from string constant to ‘char*’ ./Data/Drd/drd_std.cpp:146: warning: deprecated conversion from string constant to ‘char*’ ./Data/Drd/drd_std.cpp:148: warning: deprecated conversion from string constant to ‘char*’ ./Data/Drd/drd_std.cpp:148: warning: deprecated conversion from string constant to ‘char*’ ./Data/Drd/drd_std.cpp:149: warning: deprecated conversion from string constant to ‘char*’ ./Data/Drd/drd_std.cpp:149: warning: deprecated conversion from string constant to ‘char*’ ./Data/Drd/drd_std.cpp:150: warning: deprecated conversion from string constant to ‘char*’ ./Data/Drd/drd_std.cpp:151: warning: deprecated conversion from string constant to ‘char*’ ./Data/Drd/drd_std.cpp:152: warning: deprecated conversion from string constant to ‘char*’ ./Data/Drd/drd_std.cpp:153: warning: deprecated conversion from string constant to ‘char*’ ./Data/Drd/drd_std.cpp:155: warning: deprecated conversion from string constant to ‘char*’ ./Data/Drd/drd_std.cpp:156: warning: deprecated conversion from string constant to ‘char*’ ./Data/Drd/drd_std.cpp:157: warning: deprecated conversion from string constant to ‘char*’ ./Data/Drd/drd_std.cpp:158: warning: deprecated conversion from string constant to ‘char*’ ./Data/Drd/drd_std.cpp:159: warning: deprecated conversion from string constant to ‘char*’ ./Data/Drd/drd_std.cpp:159: warning: deprecated conversion from string constant to ‘char*’ ./Data/Drd/drd_std.cpp:160: warning: deprecated conversion from string constant to ‘char*’ ./Data/Drd/drd_std.cpp:161: warning: deprecated conversion from string constant to ‘char*’ ./Data/Drd/drd_std.cpp:161: warning: deprecated conversion from string constant to ‘char*’ ./Data/Drd/drd_std.cpp:162: warning: deprecated conversion from string constant to ‘char*’ ./Data/Drd/drd_std.cpp:162: warning: deprecated conversion from string constant to ‘char*’ ./Data/Drd/drd_std.cpp:163: warning: deprecated conversion from string constant to ‘char*’ ./Data/Drd/drd_std.cpp:163: warning: deprecated conversion from string constant to ‘char*’ ./Data/Drd/drd_std.cpp:164: warning: deprecated conversion from string constant to ‘char*’ ./Data/Drd/drd_std.cpp:166: warning: deprecated conversion from string constant to ‘char*’ ./Data/Drd/drd_std.cpp:167: warning: deprecated conversion from string constant to ‘char*’ ./Data/Drd/drd_std.cpp:168: warning: deprecated conversion from string constant to ‘char*’ ./Data/Drd/drd_std.cpp:169: warning: deprecated conversion from string constant to ‘char*’ ./Data/Drd/drd_std.cpp:169: warning: deprecated conversion from string constant to ‘char*’ ./Data/Drd/drd_std.cpp:170: warning: deprecated conversion from string constant to ‘char*’ ./Data/Drd/drd_std.cpp:170: warning: deprecated conversion from string constant to ‘char*’ ./Data/Drd/drd_std.cpp:171: warning: deprecated conversion from string constant to ‘char*’ ./Data/Drd/drd_std.cpp:172: warning: deprecated conversion from string constant to ‘char*’ ./Data/Drd/drd_std.cpp:172: warning: deprecated conversion from string constant to ‘char*’ ./Data/Drd/drd_std.cpp:173: warning: deprecated conversion from string constant to ‘char*’ ./Data/Drd/drd_std.cpp:174: warning: deprecated conversion from string constant to ‘char*’ ./Data/Drd/drd_std.cpp:175: warning: deprecated conversion from string constant to ‘char*’ ./Data/Drd/drd_std.cpp:176: warning: deprecated conversion from string constant to ‘char*’ ./Data/Drd/drd_std.cpp:177: warning: deprecated conversion from string constant to ‘char*’ ./Data/Drd/drd_std.cpp:178: warning: deprecated conversion from string constant to ‘char*’ ./Data/Drd/drd_std.cpp:179: warning: deprecated conversion from string constant to ‘char*’ ./Data/Drd/drd_std.cpp:180: warning: deprecated conversion from string constant to ‘char*’ ./Data/Drd/drd_std.cpp:181: warning: deprecated conversion from string constant to ‘char*’ ./Data/Drd/drd_std.cpp:182: warning: deprecated conversion from string constant to ‘char*’ ./Data/Drd/drd_std.cpp:183: warning: deprecated conversion from string constant to ‘char*’ ./Data/Drd/drd_std.cpp:184: warning: deprecated conversion from string constant to ‘char*’ ./Data/Drd/drd_std.cpp:185: warning: deprecated conversion from string constant to ‘char*’ ./Data/Drd/drd_std.cpp:186: warning: deprecated conversion from string constant to ‘char*’ ./Data/Drd/drd_std.cpp:188: warning: deprecated conversion from string constant to ‘char*’ ./Data/Drd/drd_std.cpp:189: warning: deprecated conversion from string constant to ‘char*’ ./Data/Drd/drd_std.cpp:190: warning: deprecated conversion from string constant to ‘char*’ ./Data/Drd/drd_std.cpp:191: warning: deprecated conversion from string constant to ‘char*’ ./Data/Drd/drd_std.cpp:192: warning: deprecated conversion from string constant to ‘char*’ ./Data/Drd/drd_std.cpp:193: warning: deprecated conversion from string constant to ‘char*’ ./Data/Drd/drd_std.cpp:194: warning: deprecated conversion from string constant to ‘char*’ ./Data/Drd/drd_std.cpp:195: warning: deprecated conversion from string constant to ‘char*’ ./Data/Drd/drd_std.cpp:196: warning: deprecated conversion from string constant to ‘char*’ ./Data/Drd/drd_std.cpp:196: warning: deprecated conversion from string constant to ‘char*’ ./Data/Drd/drd_std.cpp:197: warning: deprecated conversion from string constant to ‘char*’ ./Data/Drd/drd_std.cpp:197: warning: deprecated conversion from string constant to ‘char*’ ./Data/Drd/drd_std.cpp:198: warning: deprecated conversion from string constant to ‘char*’ ./Data/Drd/drd_std.cpp:199: warning: deprecated conversion from string constant to ‘char*’ ./Data/Drd/drd_std.cpp:200: warning: deprecated conversion from string constant to ‘char*’ ./Data/Drd/drd_std.cpp:201: warning: deprecated conversion from string constant to ‘char*’ ./Data/Drd/drd_std.cpp:202: warning: deprecated conversion from string constant to ‘char*’ ./Data/Drd/drd_std.cpp:203: warning: deprecated conversion from string constant to ‘char*’ ./Data/Drd/drd_std.cpp:204: warning: deprecated conversion from string constant to ‘char*’ ./Data/Drd/drd_std.cpp:205: warning: deprecated conversion from string constant to ‘char*’ ./Data/Drd/drd_std.cpp:206: warning: deprecated conversion from string constant to ‘char*’ ./Data/Drd/drd_std.cpp:206: warning: deprecated conversion from string constant to ‘char*’ ./Data/Drd/drd_std.cpp:207: warning: deprecated conversion from string constant to ‘char*’ ./Data/Drd/drd_std.cpp:208: warning: deprecated conversion from string constant to ‘char*’ ./Data/Drd/drd_std.cpp:209: warning: deprecated conversion from string constant to ‘char*’ ./Data/Drd/drd_std.cpp:209: warning: deprecated conversion from string constant to ‘char*’ ./Data/Drd/drd_std.cpp:210: warning: deprecated conversion from string constant to ‘char*’ ./Data/Drd/drd_std.cpp:211: warning: deprecated conversion from string constant to ‘char*’ ./Data/Drd/drd_std.cpp:211: warning: deprecated conversion from string constant to ‘char*’ ./Data/Drd/drd_std.cpp:212: warning: deprecated conversion from string constant to ‘char*’ ./Data/Drd/drd_std.cpp:213: warning: deprecated conversion from string constant to ‘char*’ ./Data/Drd/drd_std.cpp:213: warning: deprecated conversion from string constant to ‘char*’ ./Data/Drd/drd_std.cpp:215: warning: deprecated conversion from string constant to ‘char*’ ./Data/Drd/drd_std.cpp:216: warning: deprecated conversion from string constant to ‘char*’ ./Data/Drd/drd_std.cpp:217: warning: deprecated conversion from string constant to ‘char*’ ./Data/Drd/drd_std.cpp:218: warning: deprecated conversion from string constant to ‘char*’ ./Data/Drd/drd_std.cpp:219: warning: deprecated conversion from string constant to ‘char*’ ./Data/Drd/drd_std.cpp:220: warning: deprecated conversion from string constant to ‘char*’ ./Data/Drd/drd_std.cpp:221: warning: deprecated conversion from string constant to ‘char*’ ./Data/Drd/drd_std.cpp:222: warning: deprecated conversion from string constant to ‘char*’ ./Data/Drd/drd_std.cpp:223: warning: deprecated conversion from string constant to ‘char*’ ./Data/Drd/drd_std.cpp:224: warning: deprecated conversion from string constant to ‘char*’ ./Data/Drd/drd_std.cpp:225: warning: deprecated conversion from string constant to ‘char*’ ./Data/Drd/drd_std.cpp:226: warning: deprecated conversion from string constant to ‘char*’ ./Data/Drd/drd_std.cpp:227: warning: deprecated conversion from string constant to ‘char*’ ./Data/Drd/drd_std.cpp:228: warning: deprecated conversion from string constant to ‘char*’ ./Data/Drd/drd_std.cpp:229: warning: deprecated conversion from string constant to ‘char*’ ./Data/Drd/drd_std.cpp:230: warning: deprecated conversion from string constant to ‘char*’ ./Data/Drd/drd_std.cpp:231: warning: deprecated conversion from string constant to ‘char*’ ./Data/Drd/drd_std.cpp:232: warning: deprecated conversion from string constant to ‘char*’ ./Data/Drd/drd_std.cpp:233: warning: deprecated conversion from string constant to ‘char*’ ./Data/Drd/drd_std.cpp:234: warning: deprecated conversion from string constant to ‘char*’ ./Data/Drd/drd_std.cpp:235: warning: deprecated conversion from string constant to ‘char*’ ./Data/Drd/drd_std.cpp:236: warning: deprecated conversion from string constant to ‘char*’ ./Data/Drd/drd_std.cpp:237: warning: deprecated conversion from string constant to ‘char*’ ./Data/Drd/drd_std.cpp:238: warning: deprecated conversion from string constant to ‘char*’ ./Data/Drd/drd_std.cpp:239: warning: deprecated conversion from string constant to ‘char*’ ./Data/Drd/drd_std.cpp:240: warning: deprecated conversion from string constant to ‘char*’ ./Data/Drd/drd_std.cpp:241: warning: deprecated conversion from string constant to ‘char*’ ./Data/Drd/drd_std.cpp:242: warning: deprecated conversion from string constant to ‘char*’ ./Data/Drd/drd_std.cpp:243: warning: deprecated conversion from string constant to ‘char*’ ./Data/Drd/drd_std.cpp:244: warning: deprecated conversion from string constant to ‘char*’ ./Data/Drd/drd_std.cpp:247: warning: deprecated conversion from string constant to ‘char*’ ./Data/Drd/drd_std.cpp:249: warning: deprecated conversion from string constant to ‘char*’ ./Data/Drd/drd_std.cpp:250: warning: deprecated conversion from string constant to ‘char*’ ./Data/Drd/drd_std.cpp:251: warning: deprecated conversion from string constant to ‘char*’ ./Data/Drd/drd_std.cpp:252: warning: deprecated conversion from string constant to ‘char*’ ./Data/Drd/drd_std.cpp:253: warning: deprecated conversion from string constant to ‘char*’ ./Data/Drd/drd_std.cpp:254: warning: deprecated conversion from string constant to ‘char*’ ./Data/Drd/drd_std.cpp:255: warning: deprecated conversion from string constant to ‘char*’ ./Data/Drd/drd_std.cpp:256: warning: deprecated conversion from string constant to ‘char*’ ./Data/Drd/drd_std.cpp:257: warning: deprecated conversion from string constant to ‘char*’ ./Data/Drd/drd_std.cpp:258: warning: deprecated conversion from string constant to ‘char*’ ./Data/Drd/drd_std.cpp:259: warning: deprecated conversion from string constant to ‘char*’ ./Data/Drd/drd_std.cpp:260: warning: deprecated conversion from string constant to ‘char*’ ./Data/Drd/drd_std.cpp:261: warning: deprecated conversion from string constant to ‘char*’ ./Data/Drd/drd_std.cpp:262: warning: deprecated conversion from string constant to ‘char*’ ./Data/Drd/drd_std.cpp:263: warning: deprecated conversion from string constant to ‘char*’ ./Data/Drd/drd_std.cpp:265: warning: deprecated conversion from string constant to ‘char*’ ./Data/Drd/drd_std.cpp:266: warning: deprecated conversion from string constant to ‘char*’ ./Data/Drd/drd_std.cpp:266: warning: deprecated conversion from string constant to ‘char*’ ./Data/Drd/drd_std.cpp:267: warning: deprecated conversion from string constant to ‘char*’ ./Data/Drd/drd_std.cpp:267: warning: deprecated conversion from string constant to ‘char*’ ./Data/Drd/drd_std.cpp:268: warning: deprecated conversion from string constant to ‘char*’ ./Data/Drd/drd_std.cpp:269: warning: deprecated conversion from string constant to ‘char*’ ./Data/Drd/drd_std.cpp:270: warning: deprecated conversion from string constant to ‘char*’ ./Data/Drd/drd_std.cpp:271: warning: deprecated conversion from string constant to ‘char*’ ./Data/Drd/drd_std.cpp:272: warning: deprecated conversion from string constant to ‘char*’ ./Data/Drd/drd_std.cpp:273: warning: deprecated conversion from string constant to ‘char*’ ./Data/Drd/drd_std.cpp:273: warning: deprecated conversion from string constant to ‘char*’ ./Data/Drd/drd_std.cpp:274: warning: deprecated conversion from string constant to ‘char*’ ./Data/Drd/drd_std.cpp:275: warning: deprecated conversion from string constant to ‘char*’ ./Data/Drd/drd_std.cpp:277: warning: deprecated conversion from string constant to ‘char*’ ./Data/Drd/drd_std.cpp:277: warning: deprecated conversion from string constant to ‘char*’ ./Data/Drd/drd_std.cpp:278: warning: deprecated conversion from string constant to ‘char*’ ./Data/Drd/drd_std.cpp:279: warning: deprecated conversion from string constant to ‘char*’ ./Data/Drd/drd_std.cpp:280: warning: deprecated conversion from string constant to ‘char*’ ./Data/Drd/drd_std.cpp:281: warning: deprecated conversion from string constant to ‘char*’ ./Data/Drd/drd_std.cpp:283: warning: deprecated conversion from string constant to ‘char*’ ./Data/Drd/drd_std.cpp:284: warning: deprecated conversion from string constant to ‘char*’ ./Data/Drd/drd_std.cpp:286: warning: deprecated conversion from string constant to ‘char*’ ./Data/Drd/drd_std.cpp:288: warning: deprecated conversion from string constant to ‘char*’ ./Data/Drd/drd_std.cpp:290: warning: deprecated conversion from string constant to ‘char*’ ./Data/Drd/drd_std.cpp:291: warning: deprecated conversion from string constant to ‘char*’ ./Data/Drd/drd_std.cpp:292: warning: deprecated conversion from string constant to ‘char*’ ./Data/Drd/drd_std.cpp:294: warning: deprecated conversion from string constant to ‘char*’ ./Data/Drd/drd_std.cpp:295: warning: deprecated conversion from string constant to ‘char*’ ./Data/Drd/drd_std.cpp:296: warning: deprecated conversion from string constant to ‘char*’ ./Data/Drd/drd_std.cpp:297: warning: deprecated conversion from string constant to ‘char*’ ./Data/Drd/drd_std.cpp:298: warning: deprecated conversion from string constant to ‘char*’ ./Data/Drd/drd_std.cpp:299: warning: deprecated conversion from string constant to ‘char*’ ./Data/Drd/drd_std.cpp:300: warning: deprecated conversion from string constant to ‘char*’ ./Data/Drd/drd_std.cpp:301: warning: deprecated conversion from string constant to ‘char*’ ./Data/Drd/drd_std.cpp:302: warning: deprecated conversion from string constant to ‘char*’ ./Data/Drd/drd_std.cpp:303: warning: deprecated conversion from string constant to ‘char*’ ./Data/Drd/drd_std.cpp:304: warning: deprecated conversion from string constant to ‘char*’ ./Data/Drd/drd_std.cpp:305: warning: deprecated conversion from string constant to ‘char*’ ./Data/Drd/drd_std.cpp:306: warning: deprecated conversion from string constant to ‘char*’ ./Data/Drd/drd_std.cpp:307: warning: deprecated conversion from string constant to ‘char*’ ./Data/Drd/drd_std.cpp:308: warning: deprecated conversion from string constant to ‘char*’ ./Data/Drd/drd_std.cpp:309: warning: deprecated conversion from string constant to ‘char*’ ./Data/Drd/drd_std.cpp:310: warning: deprecated conversion from string constant to ‘char*’ ./Data/Drd/drd_std.cpp:311: warning: deprecated conversion from string constant to ‘char*’ ./Data/Drd/drd_std.cpp:313: warning: deprecated conversion from string constant to ‘char*’ ./Data/Drd/drd_std.cpp:314: warning: deprecated conversion from string constant to ‘char*’ ./Data/Drd/drd_std.cpp:314: warning: deprecated conversion from string constant to ‘char*’ ./Data/Drd/drd_std.cpp:315: warning: deprecated conversion from string constant to ‘char*’ ./Data/Drd/drd_std.cpp:316: warning: deprecated conversion from string constant to ‘char*’ ./Data/Drd/drd_std.cpp:317: warning: deprecated conversion from string constant to ‘char*’ ./Data/Drd/drd_std.cpp:318: warning: deprecated conversion from string constant to ‘char*’ ./Data/Drd/drd_std.cpp:319: warning: deprecated conversion from string constant to ‘char*’ ./Data/Drd/drd_std.cpp:320: warning: deprecated conversion from string constant to ‘char*’ ./Data/Drd/drd_std.cpp:321: warning: deprecated conversion from string constant to ‘char*’ ./Data/Drd/drd_std.cpp:322: warning: deprecated conversion from string constant to ‘char*’ ./Data/Drd/drd_std.cpp:323: warning: deprecated conversion from string constant to ‘char*’ ./Data/Drd/drd_std.cpp:324: warning: deprecated conversion from string constant to ‘char*’ ./Data/Drd/drd_std.cpp:325: warning: deprecated conversion from string constant to ‘char*’ ./Data/Drd/drd_std.cpp:327: warning: deprecated conversion from string constant to ‘char*’ ./Data/Drd/drd_std.cpp:328: warning: deprecated conversion from string constant to ‘char*’ ./Data/Drd/drd_std.cpp:329: warning: deprecated conversion from string constant to ‘char*’ ./Data/Drd/drd_std.cpp:330: warning: deprecated conversion from string constant to ‘char*’ ./Data/Drd/drd_std.cpp:331: warning: deprecated conversion from string constant to ‘char*’ ./Data/Drd/drd_std.cpp:332: warning: deprecated conversion from string constant to ‘char*’ ./Data/Drd/drd_std.cpp:333: warning: deprecated conversion from string constant to ‘char*’ ./Data/Drd/drd_std.cpp:334: warning: deprecated conversion from string constant to ‘char*’ ./Data/Drd/drd_std.cpp:336: warning: deprecated conversion from string constant to ‘char*’ ./Data/Drd/drd_std.cpp:337: warning: deprecated conversion from string constant to ‘char*’ ./Data/Drd/drd_std.cpp:338: warning: deprecated conversion from string constant to ‘char*’ ./Data/Drd/drd_std.cpp:338: warning: deprecated conversion from string constant to ‘char*’ Classes/Compound/rel_hashmap.cpp: In member function ‘U& rel_hashmap::operator()(T) [with T = tree_label, U = tag_info]’: ./Data/Drd/drd_std.cpp:46: instantiated from here Classes/Compound/rel_hashmap.cpp:31: warning: deprecated conversion from string constant to ‘char*’ Classes/Compound/rel_hashmap.cpp:31: warning: deprecated conversion from string constant to ‘char*’ Classes/Compound/rel_hashmap.cpp:31: warning: deprecated conversion from string constant to ‘char*’ Classes/Compound/rel_hashmap.cpp: In member function ‘U rel_hashmap::operator[](T) [with T = tree_label, U = tag_info]’: Classes/Compound/rel_hashmap.cpp:34: instantiated from ‘U& rel_hashmap::operator()(T) [with T = tree_label, U = tag_info]’ ./Data/Drd/drd_std.cpp:46: instantiated from here Classes/Compound/rel_hashmap.cpp:24: warning: deprecated conversion from string constant to ‘char*’ Classes/Compound/rel_hashmap.cpp:24: warning: deprecated conversion from string constant to ‘char*’ Classes/Compound/rel_hashmap.cpp:24: warning: deprecated conversion from string constant to ‘char*’ x86_64-pc-linux-gnu-g++ -ISystem -ISystem/Boot -ISystem/Classes -ISystem/Files -ISystem/Link -ISystem/Misc -IClasses/Abstract -IClasses/Atomic -IClasses/Compound -IData/Drd -IData/String -IData/Tree -IData/Convert -IGuile -I/var/tmp/portage/app-office/texmacs-1.0.6-r1/work/TeXmacs-1.0.6-src/TeXmacs/include -I/usr/include/freetype2 -pthread -Wall -Wno-return-type -O3 -fexpensive-optimizations -fno-rtti -fno-exceptions -c ./System/Link/dyn_link.cpp -o Objects/dyn_link.o In file included from ./System/Link/tm_link.hpp:15, from ./System/Link/dyn_link.hpp:15, from ./System/Link/dyn_link.cpp:13: Classes/Atomic/tree.hpp: In function ‘string as_string(tree)’: Classes/Atomic/tree.hpp:216: warning: deprecated conversion from string constant to ‘char*’ Classes/Atomic/tree.hpp: In function ‘tree as_tree(T) [with T = void*]’: Classes/Atomic/tree.hpp:219: warning: deprecated conversion from string constant to ‘char*’ In file included from ./System/Link/dyn_link.cpp:14: System/Classes/url.hpp: In function ‘url url_none()’: System/Classes/url.hpp:62: warning: deprecated conversion from string constant to ‘char*’ System/Classes/url.hpp: In function ‘url url_here()’: System/Classes/url.hpp:63: warning: deprecated conversion from string constant to ‘char*’ System/Classes/url.hpp: In function ‘url url_parent()’: System/Classes/url.hpp:64: warning: deprecated conversion from string constant to ‘char*’ System/Classes/url.hpp: In function ‘url url_pwd()’: System/Classes/url.hpp:65: warning: deprecated conversion from string constant to ‘char*’ System/Classes/url.hpp: In function ‘bool is_none(url)’: System/Classes/url.hpp:81: warning: deprecated conversion from string constant to ‘char*’ System/Classes/url.hpp: In function ‘bool is_here(url)’: System/Classes/url.hpp:82: warning: deprecated conversion from string constant to ‘char*’ System/Classes/url.hpp: In function ‘bool is_parent(url)’: System/Classes/url.hpp:83: warning: deprecated conversion from string constant to ‘char*’ System/Classes/url.hpp: In function ‘bool is_concat(url)’: System/Classes/url.hpp:85: warning: deprecated conversion from string constant to ‘char*’ System/Classes/url.hpp: In function ‘bool is_or(url)’: System/Classes/url.hpp:86: warning: deprecated conversion from string constant to ‘char*’ System/Classes/url.hpp: In function ‘bool is_root(url)’: System/Classes/url.hpp:88: warning: deprecated conversion from string constant to ‘char*’ System/Classes/url.hpp: In function ‘bool is_root_web(url)’: System/Classes/url.hpp:92: warning: deprecated conversion from string constant to ‘char*’ System/Classes/url.hpp:92: warning: deprecated conversion from string constant to ‘char*’ System/Classes/url.hpp: In function ‘bool is_wildcard(url)’: System/Classes/url.hpp:93: warning: deprecated conversion from string constant to ‘char*’ System/Classes/url.hpp: In function ‘bool is_wildcard(url, int)’: System/Classes/url.hpp:95: warning: deprecated conversion from string constant to ‘char*’ ./System/Link/dyn_link.cpp: In function ‘string symbol_install(string, string, void*&)’: ./System/Link/dyn_link.cpp:32: warning: deprecated conversion from string constant to ‘char*’ ./System/Link/dyn_link.cpp:32: warning: deprecated conversion from string constant to ‘char*’ ./System/Link/dyn_link.cpp:33: warning: deprecated conversion from string constant to ‘char*’ ./System/Link/dyn_link.cpp:33: warning: deprecated conversion from string constant to ‘char*’ ./System/Link/dyn_link.cpp:49: warning: deprecated conversion from string constant to ‘char*’ ./System/Link/dyn_link.cpp:53: warning: deprecated conversion from string constant to ‘char*’ ./System/Link/dyn_link.cpp:53: warning: deprecated conversion from string constant to ‘char*’ ./System/Link/dyn_link.cpp:54: warning: deprecated conversion from string constant to ‘char*’ ./System/Link/dyn_link.cpp:54: warning: deprecated conversion from string constant to ‘char*’ ./System/Link/dyn_link.cpp:54: warning: deprecated conversion from string constant to ‘char*’ ./System/Link/dyn_link.cpp:59: warning: deprecated conversion from string constant to ‘char*’ ./System/Link/dyn_link.cpp:59: warning: deprecated conversion from string constant to ‘char*’ ./System/Link/dyn_link.cpp:59: warning: deprecated conversion from string constant to ‘char*’ ./System/Link/dyn_link.cpp: In function ‘string symbols_install(string, string*, void**, int)’: ./System/Link/dyn_link.cpp:74: warning: deprecated conversion from string constant to ‘char*’ ./System/Link/dyn_link.cpp:74: warning: deprecated conversion from string constant to ‘char*’ ./System/Link/dyn_link.cpp: At global scope: ./System/Link/dyn_link.cpp:99: warning: deprecated conversion from string constant to ‘char*’ ./System/Link/dyn_link.cpp:99: warning: deprecated conversion from string constant to ‘char*’ ./System/Link/dyn_link.cpp: In member function ‘virtual string dyn_link_rep::start()’: ./System/Link/dyn_link.cpp:103: warning: deprecated conversion from string constant to ‘char*’ ./System/Link/dyn_link.cpp:103: warning: deprecated conversion from string constant to ‘char*’ ./System/Link/dyn_link.cpp:107: warning: deprecated conversion from string constant to ‘char*’ ./System/Link/dyn_link.cpp:107: warning: deprecated conversion from string constant to ‘char*’ ./System/Link/dyn_link.cpp:120: warning: deprecated conversion from string constant to ‘char*’ ./System/Link/dyn_link.cpp: In member function ‘virtual void dyn_link_rep::write(string, int)’: ./System/Link/dyn_link.cpp:136: warning: deprecated conversion from string constant to ‘char*’ ./System/Link/dyn_link.cpp:136: warning: deprecated conversion from string constant to ‘char*’ ./System/Link/dyn_link.cpp:136: warning: deprecated conversion from string constant to ‘char*’ ./System/Link/dyn_link.cpp:136: warning: deprecated conversion from string constant to ‘char*’ ./System/Link/dyn_link.cpp: In member function ‘virtual string dyn_link_rep::read(int)’: ./System/Link/dyn_link.cpp:152: warning: deprecated conversion from string constant to ‘char*’ ./System/Link/dyn_link.cpp:155: warning: deprecated conversion from string constant to ‘char*’ x86_64-pc-linux-gnu-g++ -ISystem -ISystem/Boot -ISystem/Classes -ISystem/Files -ISystem/Link -ISystem/Misc -IClasses/Abstract -IClasses/Atomic -IClasses/Compound -IData/Drd -IData/String -IData/Tree -IData/Convert -IGuile -IResource -IWindow -ITypeset -ITypeset/Bridge -ITypeset/Concat -ITypeset/Page -IEdit -IPlugins -ITexmacs -IEdit/Editor -IEdit/Interface -IEdit/Modify -I/usr/include/freetype2 -pthread -Wall -Wno-return-type -O3 -fexpensive-optimizations -fno-rtti -fno-exceptions -c ./Edit/Process/edit_aux.cpp -o Objects/edit_aux.o In file included from Classes/Compound/list.hpp:15, from Classes/Atomic/rectangles.hpp:16, from Typeset/boxes.hpp:17, from Typeset/typesetter.hpp:16, from Edit/editor.hpp:15, from Edit/Process/edit_process.hpp:15, from ./Edit/Process/edit_aux.cpp:13: Classes/Atomic/tree.hpp: In function ‘string as_string(tree)’: Classes/Atomic/tree.hpp:216: warning: deprecated conversion from string constant to ‘char*’ Classes/Atomic/tree.hpp: In function ‘tree as_tree(T) [with T = void*]’: Classes/Atomic/tree.hpp:219: warning: deprecated conversion from string constant to ‘char*’ In file included from Window/ps_device.hpp:16, from Typeset/boxes.hpp:19, from Typeset/typesetter.hpp:16, from Edit/editor.hpp:15, from Edit/Process/edit_process.hpp:15, from ./Edit/Process/edit_aux.cpp:13: System/Classes/url.hpp: In function ‘url url_none()’: System/Classes/url.hpp:62: warning: deprecated conversion from string constant to ‘char*’ System/Classes/url.hpp: In function ‘url url_here()’: System/Classes/url.hpp:63: warning: deprecated conversion from string constant to ‘char*’ System/Classes/url.hpp: In function ‘url url_parent()’: System/Classes/url.hpp:64: warning: deprecated conversion from string constant to ‘char*’ System/Classes/url.hpp: In function ‘url url_pwd()’: System/Classes/url.hpp:65: warning: deprecated conversion from string constant to ‘char*’ System/Classes/url.hpp: In function ‘bool is_none(url)’: System/Classes/url.hpp:81: warning: deprecated conversion from string constant to ‘char*’ System/Classes/url.hpp: In function ‘bool is_here(url)’: System/Classes/url.hpp:82: warning: deprecated conversion from string constant to ‘char*’ System/Classes/url.hpp: In function ‘bool is_parent(url)’: System/Classes/url.hpp:83: warning: deprecated conversion from string constant to ‘char*’ System/Classes/url.hpp: In function ‘bool is_concat(url)’: System/Classes/url.hpp:85: warning: deprecated conversion from string constant to ‘char*’ System/Classes/url.hpp: In function ‘bool is_or(url)’: System/Classes/url.hpp:86: warning: deprecated conversion from string constant to ‘char*’ System/Classes/url.hpp: In function ‘bool is_root(url)’: System/Classes/url.hpp:88: warning: deprecated conversion from string constant to ‘char*’ System/Classes/url.hpp: In function ‘bool is_root_web(url)’: System/Classes/url.hpp:92: warning: deprecated conversion from string constant to ‘char*’ System/Classes/url.hpp:92: warning: deprecated conversion from string constant to ‘char*’ System/Classes/url.hpp: In function ‘bool is_wildcard(url)’: System/Classes/url.hpp:93: warning: deprecated conversion from string constant to ‘char*’ System/Classes/url.hpp: In function ‘bool is_wildcard(url, int)’: System/Classes/url.hpp:95: warning: deprecated conversion from string constant to ‘char*’ In file included from Typeset/typesetter.hpp:17, from Edit/editor.hpp:15, from Edit/Process/edit_process.hpp:15, from ./Edit/Process/edit_aux.cpp:13: Typeset/env.hpp: In member function ‘string edit_env_rep::get_string(string)’: Typeset/env.hpp:406: warning: deprecated conversion from string constant to ‘char*’ In file included from Edit/Process/edit_process.hpp:15, from ./Edit/Process/edit_aux.cpp:13: Edit/editor.hpp: At global scope: Edit/editor.hpp:60: warning: deprecated conversion from string constant to ‘char*’ In file included from ./Edit/Process/edit_aux.cpp:15: Texmacs/tm_buffer.hpp: In constructor ‘tm_buffer_rep::tm_buffer_rep(url)’: Texmacs/tm_buffer.hpp:59: warning: deprecated conversion from string constant to ‘char*’ Texmacs/tm_buffer.hpp:59: warning: deprecated conversion from string constant to ‘char*’ Texmacs/tm_buffer.hpp:59: warning: deprecated conversion from string constant to ‘char*’ Texmacs/tm_buffer.hpp:59: warning: deprecated conversion from string constant to ‘char*’ Texmacs/tm_buffer.hpp:59: warning: deprecated conversion from string constant to ‘char*’ Texmacs/tm_buffer.hpp:59: warning: deprecated conversion from string constant to ‘char*’ Texmacs/tm_buffer.hpp:59: warning: deprecated conversion from string constant to ‘char*’ Texmacs/tm_buffer.hpp:59: warning: deprecated conversion from string constant to ‘char*’ Texmacs/tm_buffer.hpp:59: warning: deprecated conversion from string constant to ‘char*’ Texmacs/tm_buffer.hpp:59: warning: deprecated conversion from string constant to ‘char*’ ./Edit/Process/edit_aux.cpp: In member function ‘virtual void edit_process_rep::generate_bibliography(string, string, string)’: ./Edit/Process/edit_aux.cpp:37: warning: deprecated conversion from string constant to ‘char*’ ./Edit/Process/edit_aux.cpp: In function ‘string index_name_sub(tree, bool)’: ./Edit/Process/edit_aux.cpp:82: warning: deprecated conversion from string constant to ‘char*’ ./Edit/Process/edit_aux.cpp:84: warning: deprecated conversion from string constant to ‘char*’ ./Edit/Process/edit_aux.cpp:90: warning: deprecated conversion from string constant to ‘char*’ ./Edit/Process/edit_aux.cpp:96: warning: deprecated conversion from string constant to ‘char*’ ./Edit/Process/edit_aux.cpp: In function ‘string index_name(tree)’: ./Edit/Process/edit_aux.cpp:104: warning: deprecated conversion from string constant to ‘char*’ ./Edit/Process/edit_aux.cpp: In function ‘tree index_value(tree)’: ./Edit/Process/edit_aux.cpp:118: warning: deprecated conversion from string constant to ‘char*’ ./Edit/Process/edit_aux.cpp:118: warning: deprecated conversion from string constant to ‘char*’ ./Edit/Process/edit_aux.cpp:119: warning: deprecated conversion from string constant to ‘char*’ ./Edit/Process/edit_aux.cpp:119: warning: deprecated conversion from string constant to ‘char*’ ./Edit/Process/edit_aux.cpp:122: warning: deprecated conversion from string constant to ‘char*’ ./Edit/Process/edit_aux.cpp: In function ‘void insert_recursively(array&, string, hashmap&)’: ./Edit/Process/edit_aux.cpp:128: warning: deprecated conversion from string constant to ‘char*’ ./Edit/Process/edit_aux.cpp:133: warning: deprecated conversion from string constant to ‘char*’ ./Edit/Process/edit_aux.cpp: In function ‘void make_entry(tree&, tree)’: ./Edit/Process/edit_aux.cpp:154: warning: deprecated conversion from string constant to ‘char*’ ./Edit/Process/edit_aux.cpp:157: warning: deprecated conversion from string constant to ‘char*’ ./Edit/Process/edit_aux.cpp:159: warning: deprecated conversion from string constant to ‘char*’ ./Edit/Process/edit_aux.cpp:160: warning: deprecated conversion from string constant to ‘char*’ ./Edit/Process/edit_aux.cpp:164: warning: deprecated conversion from string constant to ‘char*’ ./Edit/Process/edit_aux.cpp:167: warning: deprecated conversion from string constant to ‘char*’ ./Edit/Process/edit_aux.cpp:174: warning: deprecated conversion from string constant to ‘char*’ ./Edit/Process/edit_aux.cpp:175: warning: deprecated conversion from string constant to ‘char*’ ./Edit/Process/edit_aux.cpp:177: warning: deprecated conversion from string constant to ‘char*’ ./Edit/Process/edit_aux.cpp:188: warning: deprecated conversion from string constant to ‘char*’ ./Edit/Process/edit_aux.cpp:189: warning: deprecated conversion from string constant to ‘char*’ ./Edit/Process/edit_aux.cpp:190: warning: deprecated conversion from string constant to ‘char*’ ./Edit/Process/edit_aux.cpp:190: warning: deprecated conversion from string constant to ‘char*’ ./Edit/Process/edit_aux.cpp: In member function ‘virtual void edit_process_rep::generate_glossary(string)’: ./Edit/Process/edit_aux.cpp:249: warning: deprecated conversion from string constant to ‘char*’ ./Edit/Process/edit_aux.cpp:250: warning: deprecated conversion from string constant to ‘char*’ ./Edit/Process/edit_aux.cpp:253: warning: deprecated conversion from string constant to ‘char*’ ./Edit/Process/edit_aux.cpp:254: warning: deprecated conversion from string constant to ‘char*’ ./Edit/Process/edit_aux.cpp:257: warning: deprecated conversion from string constant to ‘char*’ ./Edit/Process/edit_aux.cpp:260: warning: deprecated conversion from string constant to ‘char*’ ./Edit/Process/edit_aux.cpp:261: warning: deprecated conversion from string constant to ‘char*’ ./Edit/Process/edit_aux.cpp:266: warning: deprecated conversion from string constant to ‘char*’ ./Edit/Process/edit_aux.cpp: In function ‘bool is_aux(tree)’: ./Edit/Process/edit_aux.cpp:282: warning: deprecated conversion from string constant to ‘char*’ ./Edit/Process/edit_aux.cpp:283: warning: deprecated conversion from string constant to ‘char*’ ./Edit/Process/edit_aux.cpp:284: warning: deprecated conversion from string constant to ‘char*’ ./Edit/Process/edit_aux.cpp:285: warning: deprecated conversion from string constant to ‘char*’ ./Edit/Process/edit_aux.cpp:286: warning: deprecated conversion from string constant to ‘char*’ ./Edit/Process/edit_aux.cpp:287: warning: deprecated conversion from string constant to ‘char*’ ./Edit/Process/edit_aux.cpp:288: warning: deprecated conversion from string constant to ‘char*’ ./Edit/Process/edit_aux.cpp:289: warning: deprecated conversion from string constant to ‘char*’ ./Edit/Process/edit_aux.cpp:290: warning: deprecated conversion from string constant to ‘char*’ ./Edit/Process/edit_aux.cpp:291: warning: deprecated conversion from string constant to ‘char*’ ./Edit/Process/edit_aux.cpp: In member function ‘void edit_process_rep::generate_aux_recursively(string, tree, path)’: ./Edit/Process/edit_aux.cpp:305: warning: deprecated conversion from string constant to ‘char*’ ./Edit/Process/edit_aux.cpp:315: warning: deprecated conversion from string constant to ‘char*’ ./Edit/Process/edit_aux.cpp:316: warning: deprecated conversion from string constant to ‘char*’ ./Edit/Process/edit_aux.cpp:317: warning: deprecated conversion from string constant to ‘char*’ ./Edit/Process/edit_aux.cpp:317: warning: deprecated conversion from string constant to ‘char*’ ./Edit/Process/edit_aux.cpp:320: warning: deprecated conversion from string constant to ‘char*’ ./Edit/Process/edit_aux.cpp:321: warning: deprecated conversion from string constant to ‘char*’ ./Edit/Process/edit_aux.cpp:322: warning: deprecated conversion from string constant to ‘char*’ ./Edit/Process/edit_aux.cpp:322: warning: deprecated conversion from string constant to ‘char*’ ./Edit/Process/edit_aux.cpp:324: warning: deprecated conversion from string constant to ‘char*’ ./Edit/Process/edit_aux.cpp:324: warning: deprecated conversion from string constant to ‘char*’ ./Edit/Process/edit_aux.cpp:325: warning: deprecated conversion from string constant to ‘char*’ ./Edit/Process/edit_aux.cpp:325: warning: deprecated conversion from string constant to ‘char*’ ./Edit/Process/edit_aux.cpp:327: warning: deprecated conversion from string constant to ‘char*’ ./Edit/Process/edit_aux.cpp:328: warning: deprecated conversion from string constant to ‘char*’ ./Edit/Process/edit_aux.cpp:329: warning: deprecated conversion from string constant to ‘char*’ ./Edit/Process/edit_aux.cpp:329: warning: deprecated conversion from string constant to ‘char*’ ./Edit/Process/edit_aux.cpp:331: warning: deprecated conversion from string constant to ‘char*’ ./Edit/Process/edit_aux.cpp:332: warning: deprecated conversion from string constant to ‘char*’ ./Edit/Process/edit_aux.cpp:332: warning: deprecated conversion from string constant to ‘char*’ ./Edit/Process/edit_aux.cpp:334: warning: deprecated conversion from string constant to ‘char*’ ./Edit/Process/edit_aux.cpp:335: warning: deprecated conversion from string constant to ‘char*’ ./Edit/Process/edit_aux.cpp:335: warning: deprecated conversion from string constant to ‘char*’ x86_64-pc-linux-gnu-g++ -ISystem -ISystem/Boot -ISystem/Classes -ISystem/Files -ISystem/Link -ISystem/Misc -IClasses/Abstract -IClasses/Atomic -IClasses/Compound -IData/Drd -IData/String -IData/Tree -IData/Convert -IGuile -IResource -IWindow -ITypeset -ITypeset/Bridge -ITypeset/Concat -ITypeset/Page -IEdit -IPlugins -ITexmacs -IEdit/Editor -IEdit/Interface -IEdit/Modify -I/usr/include/freetype2 -pthread -Wall -Wno-return-type -O3 -fexpensive-optimizations -fno-rtti -fno-exceptions -c ./Edit/Interface/edit_complete.cpp -o Objects/edit_complete.o In file included from Classes/Compound/list.hpp:15, from Classes/Atomic/rectangles.hpp:16, from Typeset/boxes.hpp:17, from Typeset/typesetter.hpp:16, from Edit/editor.hpp:15, from ./Edit/Interface/edit_interface.hpp:15, from ./Edit/Interface/edit_complete.cpp:13: Classes/Atomic/tree.hpp: In function ‘string as_string(tree)’: Classes/Atomic/tree.hpp:216: warning: deprecated conversion from string constant to ‘char*’ Classes/Atomic/tree.hpp: In function ‘tree as_tree(T) [with T = void*]’: Classes/Atomic/tree.hpp:219: warning: deprecated conversion from string constant to ‘char*’ In file included from Window/ps_device.hpp:16, from Typeset/boxes.hpp:19, from Typeset/typesetter.hpp:16, from Edit/editor.hpp:15, from ./Edit/Interface/edit_interface.hpp:15, from ./Edit/Interface/edit_complete.cpp:13: System/Classes/url.hpp: In function ‘url url_none()’: System/Classes/url.hpp:62: warning: deprecated conversion from string constant to ‘char*’ System/Classes/url.hpp: In function ‘url url_here()’: System/Classes/url.hpp:63: warning: deprecated conversion from string constant to ‘char*’ System/Classes/url.hpp: In function ‘url url_parent()’: System/Classes/url.hpp:64: warning: deprecated conversion from string constant to ‘char*’ System/Classes/url.hpp: In function ‘url url_pwd()’: System/Classes/url.hpp:65: warning: deprecated conversion from string constant to ‘char*’ System/Classes/url.hpp: In function ‘bool is_none(url)’: System/Classes/url.hpp:81: warning: deprecated conversion from string constant to ‘char*’ System/Classes/url.hpp: In function ‘bool is_here(url)’: System/Classes/url.hpp:82: warning: deprecated conversion from string constant to ‘char*’ System/Classes/url.hpp: In function ‘bool is_parent(url)’: System/Classes/url.hpp:83: warning: deprecated conversion from string constant to ‘char*’ System/Classes/url.hpp: In function ‘bool is_concat(url)’: System/Classes/url.hpp:85: warning: deprecated conversion from string constant to ‘char*’ System/Classes/url.hpp: In function ‘bool is_or(url)’: System/Classes/url.hpp:86: warning: deprecated conversion from string constant to ‘char*’ System/Classes/url.hpp: In function ‘bool is_root(url)’: System/Classes/url.hpp:88: warning: deprecated conversion from string constant to ‘char*’ System/Classes/url.hpp: In function ‘bool is_root_web(url)’: System/Classes/url.hpp:92: warning: deprecated conversion from string constant to ‘char*’ System/Classes/url.hpp:92: warning: deprecated conversion from string constant to ‘char*’ System/Classes/url.hpp: In function ‘bool is_wildcard(url)’: System/Classes/url.hpp:93: warning: deprecated conversion from string constant to ‘char*’ System/Classes/url.hpp: In function ‘bool is_wildcard(url, int)’: System/Classes/url.hpp:95: warning: deprecated conversion from string constant to ‘char*’ In file included from Typeset/typesetter.hpp:17, from Edit/editor.hpp:15, from ./Edit/Interface/edit_interface.hpp:15, from ./Edit/Interface/edit_complete.cpp:13: Typeset/env.hpp: In member function ‘string edit_env_rep::get_string(string)’: Typeset/env.hpp:406: warning: deprecated conversion from string constant to ‘char*’ In file included from ./Edit/Interface/edit_interface.hpp:15, from ./Edit/Interface/edit_complete.cpp:13: Edit/editor.hpp: At global scope: Edit/editor.hpp:60: warning: deprecated conversion from string constant to ‘char*’ ./Edit/Interface/edit_complete.cpp: In member function ‘void edit_interface_rep::complete_message()’: ./Edit/Interface/edit_complete.cpp:90: warning: deprecated conversion from string constant to ‘char*’ ./Edit/Interface/edit_complete.cpp:93: warning: deprecated conversion from string constant to ‘char*’ ./Edit/Interface/edit_complete.cpp:96: warning: deprecated conversion from string constant to ‘char*’ ./Edit/Interface/edit_complete.cpp: In member function ‘virtual bool edit_interface_rep::complete_keypress(string)’: ./Edit/Interface/edit_complete.cpp:129: warning: deprecated conversion from string constant to ‘char*’ ./Edit/Interface/edit_complete.cpp:129: warning: deprecated conversion from string constant to ‘char*’ ./Edit/Interface/edit_complete.cpp:138: warning: deprecated conversion from string constant to ‘char*’ Classes/Compound/list.cpp: In function ‘T last_item(list) [with T = int]’: ./Edit/Interface/edit_complete.cpp:63: instantiated from here Classes/Compound/list.cpp:84: warning: deprecated conversion from string constant to ‘char*’ Classes/Compound/list.cpp:84: warning: deprecated conversion from string constant to ‘char*’ Classes/Compound/list.cpp:84: warning: deprecated conversion from string constant to ‘char*’ x86_64-pc-linux-gnu-g++ -ISystem -ISystem/Boot -ISystem/Classes -ISystem/Files -ISystem/Link -ISystem/Misc -IClasses/Abstract -IClasses/Atomic -IClasses/Compound -IData/Drd -IData/String -IData/Tree -IData/Convert -IGuile -IResource -IWindow -ITypeset -ITypeset/Bridge -ITypeset/Concat -ITypeset/Page -IEdit -IPlugins -ITexmacs -IEdit/Editor -IEdit/Interface -IEdit/Modify -I/usr/include/freetype2 -pthread -Wall -Wno-return-type -O3 -fexpensive-optimizations -fno-rtti -fno-exceptions -c ./Edit/Interface/edit_cursor.cpp -o Objects/edit_cursor.o In file included from Classes/Compound/list.hpp:15, from Classes/Atomic/rectangles.hpp:16, from Typeset/boxes.hpp:17, from Typeset/typesetter.hpp:16, from Edit/editor.hpp:15, from ./Edit/Interface/edit_cursor.hpp:15, from ./Edit/Interface/edit_cursor.cpp:13: Classes/Atomic/tree.hpp: In function ‘string as_string(tree)’: Classes/Atomic/tree.hpp:216: warning: deprecated conversion from string constant to ‘char*’ Classes/Atomic/tree.hpp: In function ‘tree as_tree(T) [with T = void*]’: Classes/Atomic/tree.hpp:219: warning: deprecated conversion from string constant to ‘char*’ In file included from Window/ps_device.hpp:16, from Typeset/boxes.hpp:19, from Typeset/typesetter.hpp:16, from Edit/editor.hpp:15, from ./Edit/Interface/edit_cursor.hpp:15, from ./Edit/Interface/edit_cursor.cpp:13: System/Classes/url.hpp: In function ‘url url_none()’: System/Classes/url.hpp:62: warning: deprecated conversion from string constant to ‘char*’ System/Classes/url.hpp: In function ‘url url_here()’: System/Classes/url.hpp:63: warning: deprecated conversion from string constant to ‘char*’ System/Classes/url.hpp: In function ‘url url_parent()’: System/Classes/url.hpp:64: warning: deprecated conversion from string constant to ‘char*’ System/Classes/url.hpp: In function ‘url url_pwd()’: System/Classes/url.hpp:65: warning: deprecated conversion from string constant to ‘char*’ System/Classes/url.hpp: In function ‘bool is_none(url)’: System/Classes/url.hpp:81: warning: deprecated conversion from string constant to ‘char*’ System/Classes/url.hpp: In function ‘bool is_here(url)’: System/Classes/url.hpp:82: warning: deprecated conversion from string constant to ‘char*’ System/Classes/url.hpp: In function ‘bool is_parent(url)’: System/Classes/url.hpp:83: warning: deprecated conversion from string constant to ‘char*’ System/Classes/url.hpp: In function ‘bool is_concat(url)’: System/Classes/url.hpp:85: warning: deprecated conversion from string constant to ‘char*’ System/Classes/url.hpp: In function ‘bool is_or(url)’: System/Classes/url.hpp:86: warning: deprecated conversion from string constant to ‘char*’ System/Classes/url.hpp: In function ‘bool is_root(url)’: System/Classes/url.hpp:88: warning: deprecated conversion from string constant to ‘char*’ System/Classes/url.hpp: In function ‘bool is_root_web(url)’: System/Classes/url.hpp:92: warning: deprecated conversion from string constant to ‘char*’ System/Classes/url.hpp:92: warning: deprecated conversion from string constant to ‘char*’ System/Classes/url.hpp: In function ‘bool is_wildcard(url)’: System/Classes/url.hpp:93: warning: deprecated conversion from string constant to ‘char*’ System/Classes/url.hpp: In function ‘bool is_wildcard(url, int)’: System/Classes/url.hpp:95: warning: deprecated conversion from string constant to ‘char*’ In file included from Typeset/typesetter.hpp:17, from Edit/editor.hpp:15, from ./Edit/Interface/edit_cursor.hpp:15, from ./Edit/Interface/edit_cursor.cpp:13: Typeset/env.hpp: In member function ‘string edit_env_rep::get_string(string)’: Typeset/env.hpp:406: warning: deprecated conversion from string constant to ‘char*’ In file included from ./Edit/Interface/edit_cursor.hpp:15, from ./Edit/Interface/edit_cursor.cpp:13: Edit/editor.hpp: At global scope: Edit/editor.hpp:60: warning: deprecated conversion from string constant to ‘char*’ In file included from ./Edit/Interface/edit_cursor.cpp:15: Texmacs/tm_buffer.hpp: In constructor ‘tm_buffer_rep::tm_buffer_rep(url)’: Texmacs/tm_buffer.hpp:59: warning: deprecated conversion from string constant to ‘char*’ Texmacs/tm_buffer.hpp:59: warning: deprecated conversion from string constant to ‘char*’ Texmacs/tm_buffer.hpp:59: warning: deprecated conversion from string constant to ‘char*’ Texmacs/tm_buffer.hpp:59: warning: deprecated conversion from string constant to ‘char*’ Texmacs/tm_buffer.hpp:59: warning: deprecated conversion from string constant to ‘char*’ Texmacs/tm_buffer.hpp:59: warning: deprecated conversion from string constant to ‘char*’ Texmacs/tm_buffer.hpp:59: warning: deprecated conversion from string constant to ‘char*’ Texmacs/tm_buffer.hpp:59: warning: deprecated conversion from string constant to ‘char*’ Texmacs/tm_buffer.hpp:59: warning: deprecated conversion from string constant to ‘char*’ Texmacs/tm_buffer.hpp:59: warning: deprecated conversion from string constant to ‘char*’ ./Edit/Interface/edit_cursor.cpp: In member function ‘virtual path edit_cursor_rep::make_cursor_accessible(path, bool)’: ./Edit/Interface/edit_cursor.cpp:41: warning: deprecated conversion from string constant to ‘char*’ ./Edit/Interface/edit_cursor.cpp: In member function ‘bool edit_cursor_rep::cursor_move_sub(SI&, SI&, SI&, SI, SI)’: ./Edit/Interface/edit_cursor.cpp:94: warning: deprecated conversion from string constant to ‘char*’ ./Edit/Interface/edit_cursor.cpp:94: warning: deprecated conversion from string constant to ‘char*’ ./Edit/Interface/edit_cursor.cpp:94: warning: deprecated conversion from string constant to ‘char*’ ./Edit/Interface/edit_cursor.cpp: In member function ‘virtual void edit_cursor_rep::show_cursor_if_hidden()’: ./Edit/Interface/edit_cursor.cpp:449: warning: deprecated conversion from string constant to ‘char*’ ./Edit/Interface/edit_cursor.cpp:450: warning: deprecated conversion from string constant to ‘char*’ Classes/Compound/iterator.cpp: In member function ‘T hashmap_iterator_rep::next() [with T = string, U = tree]’: ./Edit/Interface/edit_cursor.cpp:462: instantiated from here Classes/Compound/iterator.cpp:130: warning: deprecated conversion from string constant to ‘char*’ Classes/Compound/iterator.cpp:130: warning: deprecated conversion from string constant to ‘char*’ Classes/Compound/iterator.cpp:130: warning: deprecated conversion from string constant to ‘char*’ x86_64-pc-linux-gnu-g++ -ISystem -ISystem/Boot -ISystem/Classes -ISystem/Files -ISystem/Link -ISystem/Misc -IClasses/Abstract -IClasses/Atomic -IClasses/Compound -IData/Drd -IData/String -IData/Tree -IData/Convert -IGuile -IResource -IWindow -ITypeset -ITypeset/Bridge -ITypeset/Concat -ITypeset/Page -IEdit -IPlugins -ITexmacs -IEdit/Editor -IEdit/Interface -IEdit/Modify -I/usr/include/freetype2 -pthread -Wall -Wno-return-type -O3 -fexpensive-optimizations -fno-rtti -fno-exceptions -c ./Edit/Modify/edit_delete.cpp -o Objects/edit_delete.o In file included from Classes/Compound/list.hpp:15, from Classes/Atomic/rectangles.hpp:16, from Typeset/boxes.hpp:17, from Typeset/typesetter.hpp:16, from Edit/editor.hpp:15, from ./Edit/Modify/edit_text.hpp:15, from ./Edit/Modify/edit_delete.cpp:13: Classes/Atomic/tree.hpp: In function ‘string as_string(tree)’: Classes/Atomic/tree.hpp:216: warning: deprecated conversion from string constant to ‘char*’ Classes/Atomic/tree.hpp: In function ‘tree as_tree(T) [with T = void*]’: Classes/Atomic/tree.hpp:219: warning: deprecated conversion from string constant to ‘char*’ In file included from Window/ps_device.hpp:16, from Typeset/boxes.hpp:19, from Typeset/typesetter.hpp:16, from Edit/editor.hpp:15, from ./Edit/Modify/edit_text.hpp:15, from ./Edit/Modify/edit_delete.cpp:13: System/Classes/url.hpp: In function ‘url url_none()’: System/Classes/url.hpp:62: warning: deprecated conversion from string constant to ‘char*’ System/Classes/url.hpp: In function ‘url url_here()’: System/Classes/url.hpp:63: warning: deprecated conversion from string constant to ‘char*’ System/Classes/url.hpp: In function ‘url url_parent()’: System/Classes/url.hpp:64: warning: deprecated conversion from string constant to ‘char*’ System/Classes/url.hpp: In function ‘url url_pwd()’: System/Classes/url.hpp:65: warning: deprecated conversion from string constant to ‘char*’ System/Classes/url.hpp: In function ‘bool is_none(url)’: System/Classes/url.hpp:81: warning: deprecated conversion from string constant to ‘char*’ System/Classes/url.hpp: In function ‘bool is_here(url)’: System/Classes/url.hpp:82: warning: deprecated conversion from string constant to ‘char*’ System/Classes/url.hpp: In function ‘bool is_parent(url)’: System/Classes/url.hpp:83: warning: deprecated conversion from string constant to ‘char*’ System/Classes/url.hpp: In function ‘bool is_concat(url)’: System/Classes/url.hpp:85: warning: deprecated conversion from string constant to ‘char*’ System/Classes/url.hpp: In function ‘bool is_or(url)’: System/Classes/url.hpp:86: warning: deprecated conversion from string constant to ‘char*’ System/Classes/url.hpp: In function ‘bool is_root(url)’: System/Classes/url.hpp:88: warning: deprecated conversion from string constant to ‘char*’ System/Classes/url.hpp: In function ‘bool is_root_web(url)’: System/Classes/url.hpp:92: warning: deprecated conversion from string constant to ‘char*’ System/Classes/url.hpp:92: warning: deprecated conversion from string constant to ‘char*’ System/Classes/url.hpp: In function ‘bool is_wildcard(url)’: System/Classes/url.hpp:93: warning: deprecated conversion from string constant to ‘char*’ System/Classes/url.hpp: In function ‘bool is_wildcard(url, int)’: System/Classes/url.hpp:95: warning: deprecated conversion from string constant to ‘char*’ In file included from Typeset/typesetter.hpp:17, from Edit/editor.hpp:15, from ./Edit/Modify/edit_text.hpp:15, from ./Edit/Modify/edit_delete.cpp:13: Typeset/env.hpp: In member function ‘string edit_env_rep::get_string(string)’: Typeset/env.hpp:406: warning: deprecated conversion from string constant to ‘char*’ In file included from ./Edit/Modify/edit_text.hpp:15, from ./Edit/Modify/edit_delete.cpp:13: Edit/editor.hpp: At global scope: Edit/editor.hpp:60: warning: deprecated conversion from string constant to ‘char*’ ./Edit/Modify/edit_delete.cpp: In function ‘bool is_multi_paragraph_or_sectional(tree)’: ./Edit/Modify/edit_delete.cpp:69: warning: deprecated conversion from string constant to ‘char*’ ./Edit/Modify/edit_delete.cpp:70: warning: deprecated conversion from string constant to ‘char*’ ./Edit/Modify/edit_delete.cpp:70: warning: deprecated conversion from string constant to ‘char*’ ./Edit/Modify/edit_delete.cpp: In member function ‘virtual void edit_text_rep::remove_text(bool)’: ./Edit/Modify/edit_delete.cpp:93: warning: deprecated conversion from string constant to ‘char*’ ./Edit/Modify/edit_delete.cpp:93: warning: deprecated conversion from string constant to ‘char*’ ./Edit/Modify/edit_delete.cpp:100: warning: deprecated conversion from string constant to ‘char*’ ./Edit/Modify/edit_delete.cpp:101: warning: deprecated conversion from string constant to ‘char*’ ./Edit/Modify/edit_delete.cpp:102: warning: deprecated conversion from string constant to ‘char*’ ./Edit/Modify/edit_delete.cpp:106: warning: deprecated conversion from string constant to ‘char*’ ./Edit/Modify/edit_delete.cpp:107: warning: deprecated conversion from string constant to ‘char*’ ./Edit/Modify/edit_delete.cpp:120: warning: deprecated conversion from string constant to ‘char*’ ./Edit/Modify/edit_delete.cpp:122: warning: deprecated conversion from string constant to ‘char*’ ./Edit/Modify/edit_delete.cpp:138: warning: deprecated conversion from string constant to ‘char*’ ./Edit/Modify/edit_delete.cpp:138: warning: deprecated conversion from string constant to ‘char*’ ./Edit/Modify/edit_delete.cpp:138: warning: deprecated conversion from string constant to ‘char*’ ./Edit/Modify/edit_delete.cpp:149: warning: deprecated conversion from string constant to ‘char*’ ./Edit/Modify/edit_delete.cpp:149: warning: deprecated conversion from string constant to ‘char*’ ./Edit/Modify/edit_delete.cpp:149: warning: deprecated conversion from string constant to ‘char*’ ./Edit/Modify/edit_delete.cpp: In member function ‘virtual void edit_text_rep::remove_structure(bool)’: ./Edit/Modify/edit_delete.cpp:294: warning: deprecated conversion from string constant to ‘char*’ ./Edit/Modify/edit_delete.cpp:301: warning: deprecated conversion from string constant to ‘char*’ Classes/Compound/list.cpp: In function ‘T last_item(list) [with T = int]’: ./Edit/Modify/edit_delete.cpp:30: instantiated from here Classes/Compound/list.cpp:84: warning: deprecated conversion from string constant to ‘char*’ Classes/Compound/list.cpp:84: warning: deprecated conversion from string constant to ‘char*’ Classes/Compound/list.cpp:84: warning: deprecated conversion from string constant to ‘char*’ Classes/Compound/list.cpp: In member function ‘T& list::operator[](int) [with T = int]’: ./Edit/Modify/edit_delete.cpp:337: instantiated from here Classes/Compound/list.cpp:38: warning: deprecated conversion from string constant to ‘char*’ Classes/Compound/list.cpp:38: warning: deprecated conversion from string constant to ‘char*’ Classes/Compound/list.cpp:38: warning: deprecated conversion from string constant to ‘char*’ x86_64-pc-linux-gnu-g++ -ISystem -ISystem/Boot -ISystem/Classes -ISystem/Files -ISystem/Link -ISystem/Misc -IClasses/Abstract -IClasses/Atomic -IClasses/Compound -IData/Drd -IData/String -IData/Tree -IData/Convert -IGuile -IResource -IWindow -ITypeset -ITypeset/Bridge -ITypeset/Concat -ITypeset/Page -IEdit -IPlugins -ITexmacs -IEdit/Editor -IEdit/Interface -IEdit/Modify -I/usr/include/freetype2 -pthread -Wall -Wno-return-type -O3 -fexpensive-optimizations -fno-rtti -fno-exceptions -c ./Edit/Modify/edit_dynamic.cpp -o Objects/edit_dynamic.o In file included from Classes/Compound/list.hpp:15, from Classes/Atomic/rectangles.hpp:16, from Typeset/boxes.hpp:17, from Typeset/typesetter.hpp:16, from Edit/editor.hpp:15, from ./Edit/Modify/edit_dynamic.hpp:15, from ./Edit/Modify/edit_dynamic.cpp:13: Classes/Atomic/tree.hpp: In function ‘string as_string(tree)’: Classes/Atomic/tree.hpp:216: warning: deprecated conversion from string constant to ‘char*’ Classes/Atomic/tree.hpp: In function ‘tree as_tree(T) [with T = void*]’: Classes/Atomic/tree.hpp:219: warning: deprecated conversion from string constant to ‘char*’ In file included from Window/ps_device.hpp:16, from Typeset/boxes.hpp:19, from Typeset/typesetter.hpp:16, from Edit/editor.hpp:15, from ./Edit/Modify/edit_dynamic.hpp:15, from ./Edit/Modify/edit_dynamic.cpp:13: System/Classes/url.hpp: In function ‘url url_none()’: System/Classes/url.hpp:62: warning: deprecated conversion from string constant to ‘char*’ System/Classes/url.hpp: In function ‘url url_here()’: System/Classes/url.hpp:63: warning: deprecated conversion from string constant to ‘char*’ System/Classes/url.hpp: In function ‘url url_parent()’: System/Classes/url.hpp:64: warning: deprecated conversion from string constant to ‘char*’ System/Classes/url.hpp: In function ‘url url_pwd()’: System/Classes/url.hpp:65: warning: deprecated conversion from string constant to ‘char*’ System/Classes/url.hpp: In function ‘bool is_none(url)’: System/Classes/url.hpp:81: warning: deprecated conversion from string constant to ‘char*’ System/Classes/url.hpp: In function ‘bool is_here(url)’: System/Classes/url.hpp:82: warning: deprecated conversion from string constant to ‘char*’ System/Classes/url.hpp: In function ‘bool is_parent(url)’: System/Classes/url.hpp:83: warning: deprecated conversion from string constant to ‘char*’ System/Classes/url.hpp: In function ‘bool is_concat(url)’: System/Classes/url.hpp:85: warning: deprecated conversion from string constant to ‘char*’ System/Classes/url.hpp: In function ‘bool is_or(url)’: System/Classes/url.hpp:86: warning: deprecated conversion from string constant to ‘char*’ System/Classes/url.hpp: In function ‘bool is_root(url)’: System/Classes/url.hpp:88: warning: deprecated conversion from string constant to ‘char*’ System/Classes/url.hpp: In function ‘bool is_root_web(url)’: System/Classes/url.hpp:92: warning: deprecated conversion from string constant to ‘char*’ System/Classes/url.hpp:92: warning: deprecated conversion from string constant to ‘char*’ System/Classes/url.hpp: In function ‘bool is_wildcard(url)’: System/Classes/url.hpp:93: warning: deprecated conversion from string constant to ‘char*’ System/Classes/url.hpp: In function ‘bool is_wildcard(url, int)’: System/Classes/url.hpp:95: warning: deprecated conversion from string constant to ‘char*’ In file included from Typeset/typesetter.hpp:17, from Edit/editor.hpp:15, from ./Edit/Modify/edit_dynamic.hpp:15, from ./Edit/Modify/edit_dynamic.cpp:13: Typeset/env.hpp: In member function ‘string edit_env_rep::get_string(string)’: Typeset/env.hpp:406: warning: deprecated conversion from string constant to ‘char*’ In file included from ./Edit/Modify/edit_dynamic.hpp:15, from ./Edit/Modify/edit_dynamic.cpp:13: Edit/editor.hpp: At global scope: Edit/editor.hpp:60: warning: deprecated conversion from string constant to ‘char*’ ./Edit/Modify/edit_dynamic.cpp: In member function ‘virtual bool edit_dynamic_rep::in_source()’: ./Edit/Modify/edit_dynamic.cpp:36: warning: deprecated conversion from string constant to ‘char*’ ./Edit/Modify/edit_dynamic.cpp: In member function ‘bool edit_dynamic_rep::is_multi_paragraph_macro(tree)’: ./Edit/Modify/edit_dynamic.cpp:59: warning: deprecated conversion from string constant to ‘char*’ ./Edit/Modify/edit_dynamic.cpp: In member function ‘virtual void edit_dynamic_rep::make_compound(tree_label, int)’: ./Edit/Modify/edit_dynamic.cpp:102: warning: deprecated conversion from string constant to ‘char*’ ./Edit/Modify/edit_dynamic.cpp:107: warning: deprecated conversion from string constant to ‘char*’ ./Edit/Modify/edit_dynamic.cpp:109: warning: deprecated conversion from string constant to ‘char*’ ./Edit/Modify/edit_dynamic.cpp:118: warning: deprecated conversion from string constant to ‘char*’ ./Edit/Modify/edit_dynamic.cpp:122: warning: deprecated conversion from string constant to ‘char*’ ./Edit/Modify/edit_dynamic.cpp:124: warning: deprecated conversion from string constant to ‘char*’ ./Edit/Modify/edit_dynamic.cpp:124: warning: deprecated conversion from string constant to ‘char*’ ./Edit/Modify/edit_dynamic.cpp:125: warning: deprecated conversion from string constant to ‘char*’ ./Edit/Modify/edit_dynamic.cpp:127: warning: deprecated conversion from string constant to ‘char*’ ./Edit/Modify/edit_dynamic.cpp:127: warning: deprecated conversion from string constant to ‘char*’ ./Edit/Modify/edit_dynamic.cpp: In member function ‘virtual void edit_dynamic_rep::remove_argument(path, bool)’: ./Edit/Modify/edit_dynamic.cpp:232: warning: deprecated conversion from string constant to ‘char*’ ./Edit/Modify/edit_dynamic.cpp:234: warning: deprecated conversion from string constant to ‘char*’ ./Edit/Modify/edit_dynamic.cpp:235: warning: deprecated conversion from string constant to ‘char*’ ./Edit/Modify/edit_dynamic.cpp:236: warning: deprecated conversion from string constant to ‘char*’ ./Edit/Modify/edit_dynamic.cpp:240: warning: deprecated conversion from string constant to ‘char*’ ./Edit/Modify/edit_dynamic.cpp:241: warning: deprecated conversion from string constant to ‘char*’ ./Edit/Modify/edit_dynamic.cpp:243: warning: deprecated conversion from string constant to ‘char*’ ./Edit/Modify/edit_dynamic.cpp: In member function ‘virtual void edit_dynamic_rep::back_monolithic(path)’: ./Edit/Modify/edit_dynamic.cpp:292: warning: deprecated conversion from string constant to ‘char*’ ./Edit/Modify/edit_dynamic.cpp: In member function ‘virtual void edit_dynamic_rep::make_with(string, string)’: ./Edit/Modify/edit_dynamic.cpp:365: warning: deprecated conversion from string constant to ‘char*’ ./Edit/Modify/edit_dynamic.cpp:368: warning: deprecated conversion from string constant to ‘char*’ ./Edit/Modify/edit_dynamic.cpp: In member function ‘virtual void edit_dynamic_rep::back_in_with(tree, path, bool)’: ./Edit/Modify/edit_dynamic.cpp:409: warning: deprecated conversion from string constant to ‘char*’ ./Edit/Modify/edit_dynamic.cpp:410: warning: deprecated conversion from string constant to ‘char*’ ./Edit/Modify/edit_dynamic.cpp: In member function ‘virtual void edit_dynamic_rep::make_mod_active(tree_label)’: ./Edit/Modify/edit_dynamic.cpp:424: warning: deprecated conversion from string constant to ‘char*’ ./Edit/Modify/edit_dynamic.cpp:428: warning: deprecated conversion from string constant to ‘char*’ ./Edit/Modify/edit_dynamic.cpp: In member function ‘virtual void edit_dynamic_rep::make_style_with(string, string)’: ./Edit/Modify/edit_dynamic.cpp:456: warning: deprecated conversion from string constant to ‘char*’ ./Edit/Modify/edit_dynamic.cpp:457: warning: deprecated conversion from string constant to ‘char*’ ./Edit/Modify/edit_dynamic.cpp: In member function ‘virtual void edit_dynamic_rep::make_hybrid()’: ./Edit/Modify/edit_dynamic.cpp:472: warning: deprecated conversion from string constant to ‘char*’ ./Edit/Modify/edit_dynamic.cpp:475: warning: deprecated conversion from string constant to ‘char*’ ./Edit/Modify/edit_dynamic.cpp:477: warning: deprecated conversion from string constant to ‘char*’ ./Edit/Modify/edit_dynamic.cpp:481: warning: deprecated conversion from string constant to ‘char*’ ./Edit/Modify/edit_dynamic.cpp:481: warning: deprecated conversion from string constant to ‘char*’ ./Edit/Modify/edit_dynamic.cpp: In member function ‘virtual bool edit_dynamic_rep::activate_latex()’: ./Edit/Modify/edit_dynamic.cpp:501: warning: deprecated conversion from string constant to ‘char*’ ./Edit/Modify/edit_dynamic.cpp:501: warning: deprecated conversion from string constant to ‘char*’ ./Edit/Modify/edit_dynamic.cpp: In member function ‘virtual void edit_dynamic_rep::activate_hybrid(bool)’: ./Edit/Modify/edit_dynamic.cpp:510: warning: deprecated conversion from string constant to ‘char*’ ./Edit/Modify/edit_dynamic.cpp:510: warning: deprecated conversion from string constant to ‘char*’ ./Edit/Modify/edit_dynamic.cpp:538: warning: deprecated conversion from string constant to ‘char*’ ./Edit/Modify/edit_dynamic.cpp:549: warning: deprecated conversion from string constant to ‘char*’ ./Edit/Modify/edit_dynamic.cpp:554: warning: deprecated conversion from string constant to ‘char*’ ./Edit/Modify/edit_dynamic.cpp:554: warning: deprecated conversion from string constant to ‘char*’ ./Edit/Modify/edit_dynamic.cpp: In member function ‘virtual void edit_dynamic_rep::activate_symbol()’: ./Edit/Modify/edit_dynamic.cpp:576: warning: deprecated conversion from string constant to ‘char*’ ./Edit/Modify/edit_dynamic.cpp:577: warning: deprecated conversion from string constant to ‘char*’ ./Edit/Modify/edit_dynamic.cpp:577: warning: deprecated conversion from string constant to ‘char*’ ./Edit/Modify/edit_dynamic.cpp: In member function ‘virtual void edit_dynamic_rep::temp_proof_fix()’: ./Edit/Modify/edit_dynamic.cpp:626: warning: deprecated conversion from string constant to ‘char*’ ./Edit/Modify/edit_dynamic.cpp:631: warning: deprecated conversion from string constant to ‘char*’ Classes/Compound/list.cpp: In function ‘T last_item(list) [with T = int]’: ./Edit/Modify/edit_dynamic.cpp:157: instantiated from here Classes/Compound/list.cpp:84: warning: deprecated conversion from string constant to ‘char*’ Classes/Compound/list.cpp:84: warning: deprecated conversion from string constant to ‘char*’ Classes/Compound/list.cpp:84: warning: deprecated conversion from string constant to ‘char*’ Classes/Compound/list.cpp: In function ‘list head(list, int) [with T = int]’: ./Edit/Modify/edit_dynamic.cpp:628: instantiated from here Classes/Compound/list.cpp:168: warning: deprecated conversion from string constant to ‘char*’ Classes/Compound/list.cpp:168: warning: deprecated conversion from string constant to ‘char*’ Classes/Compound/list.cpp:168: warning: deprecated conversion from string constant to ‘char*’ x86_64-pc-linux-gnu-g++ -ISystem -ISystem/Boot -ISystem/Classes -ISystem/Files -ISystem/Link -ISystem/Misc -IClasses/Abstract -IClasses/Atomic -IClasses/Compound -IData/Drd -IData/String -IData/Tree -IData/Convert -IGuile -IResource -IWindow -ITypeset -ITypeset/Bridge -ITypeset/Concat -ITypeset/Page -IEdit -IPlugins -ITexmacs -IEdit/Editor -IEdit/Interface -IEdit/Modify -I/usr/include/freetype2 -pthread -Wall -Wno-return-type -O3 -fexpensive-optimizations -fno-rtti -fno-exceptions -c ./Edit/Interface/edit_footer.cpp -o Objects/edit_footer.o In file included from Classes/Compound/list.hpp:15, from Classes/Atomic/rectangles.hpp:16, from Typeset/boxes.hpp:17, from Typeset/typesetter.hpp:16, from Edit/editor.hpp:15, from ./Edit/Interface/edit_interface.hpp:15, from ./Edit/Interface/edit_footer.cpp:13: Classes/Atomic/tree.hpp: In function ‘string as_string(tree)’: Classes/Atomic/tree.hpp:216: warning: deprecated conversion from string constant to ‘char*’ Classes/Atomic/tree.hpp: In function ‘tree as_tree(T) [with T = void*]’: Classes/Atomic/tree.hpp:219: warning: deprecated conversion from string constant to ‘char*’ In file included from Window/ps_device.hpp:16, from Typeset/boxes.hpp:19, from Typeset/typesetter.hpp:16, from Edit/editor.hpp:15, from ./Edit/Interface/edit_interface.hpp:15, from ./Edit/Interface/edit_footer.cpp:13: System/Classes/url.hpp: In function ‘url url_none()’: System/Classes/url.hpp:62: warning: deprecated conversion from string constant to ‘char*’ System/Classes/url.hpp: In function ‘url url_here()’: System/Classes/url.hpp:63: warning: deprecated conversion from string constant to ‘char*’ System/Classes/url.hpp: In function ‘url url_parent()’: System/Classes/url.hpp:64: warning: deprecated conversion from string constant to ‘char*’ System/Classes/url.hpp: In function ‘url url_pwd()’: System/Classes/url.hpp:65: warning: deprecated conversion from string constant to ‘char*’ System/Classes/url.hpp: In function ‘bool is_none(url)’: System/Classes/url.hpp:81: warning: deprecated conversion from string constant to ‘char*’ System/Classes/url.hpp: In function ‘bool is_here(url)’: System/Classes/url.hpp:82: warning: deprecated conversion from string constant to ‘char*’ System/Classes/url.hpp: In function ‘bool is_parent(url)’: System/Classes/url.hpp:83: warning: deprecated conversion from string constant to ‘char*’ System/Classes/url.hpp: In function ‘bool is_concat(url)’: System/Classes/url.hpp:85: warning: deprecated conversion from string constant to ‘char*’ System/Classes/url.hpp: In function ‘bool is_or(url)’: System/Classes/url.hpp:86: warning: deprecated conversion from string constant to ‘char*’ System/Classes/url.hpp: In function ‘bool is_root(url)’: System/Classes/url.hpp:88: warning: deprecated conversion from string constant to ‘char*’ System/Classes/url.hpp: In function ‘bool is_root_web(url)’: System/Classes/url.hpp:92: warning: deprecated conversion from string constant to ‘char*’ System/Classes/url.hpp:92: warning: deprecated conversion from string constant to ‘char*’ System/Classes/url.hpp: In function ‘bool is_wildcard(url)’: System/Classes/url.hpp:93: warning: deprecated conversion from string constant to ‘char*’ System/Classes/url.hpp: In function ‘bool is_wildcard(url, int)’: System/Classes/url.hpp:95: warning: deprecated conversion from string constant to ‘char*’ In file included from Typeset/typesetter.hpp:17, from Edit/editor.hpp:15, from ./Edit/Interface/edit_interface.hpp:15, from ./Edit/Interface/edit_footer.cpp:13: Typeset/env.hpp: In member function ‘string edit_env_rep::get_string(string)’: Typeset/env.hpp:406: warning: deprecated conversion from string constant to ‘char*’ In file included from ./Edit/Interface/edit_interface.hpp:15, from ./Edit/Interface/edit_footer.cpp:13: Edit/editor.hpp: At global scope: Edit/editor.hpp:60: warning: deprecated conversion from string constant to ‘char*’ ./Edit/Interface/edit_footer.cpp: In member function ‘void edit_interface_rep::append_left_footer(string&, string)’: ./Edit/Interface/edit_footer.cpp:30: warning: deprecated conversion from string constant to ‘char*’ ./Edit/Interface/edit_footer.cpp: In member function ‘void edit_interface_rep::set_left_footer()’: ./Edit/Interface/edit_footer.cpp:41: warning: deprecated conversion from string constant to ‘char*’ ./Edit/Interface/edit_footer.cpp:44: warning: deprecated conversion from string constant to ‘char*’ ./Edit/Interface/edit_footer.cpp:44: warning: deprecated conversion from string constant to ‘char*’ ./Edit/Interface/edit_footer.cpp:46: warning: deprecated conversion from string constant to ‘char*’ ./Edit/Interface/edit_footer.cpp:47: warning: deprecated conversion from string constant to ‘char*’ ./Edit/Interface/edit_footer.cpp:48: warning: deprecated conversion from string constant to ‘char*’ ./Edit/Interface/edit_footer.cpp:48: warning: deprecated conversion from string constant to ‘char*’ ./Edit/Interface/edit_footer.cpp:49: warning: deprecated conversion from string constant to ‘char*’ ./Edit/Interface/edit_footer.cpp:51: warning: deprecated conversion from string constant to ‘char*’ ./Edit/Interface/edit_footer.cpp:55: warning: deprecated conversion from string constant to ‘char*’ ./Edit/Interface/edit_footer.cpp:56: warning: deprecated conversion from string constant to ‘char*’ ./Edit/Interface/edit_footer.cpp:58: warning: deprecated conversion from string constant to ‘char*’ ./Edit/Interface/edit_footer.cpp:62: warning: deprecated conversion from string constant to ‘char*’ ./Edit/Interface/edit_footer.cpp:64: warning: deprecated conversion from string constant to ‘char*’ ./Edit/Interface/edit_footer.cpp:64: warning: deprecated conversion from string constant to ‘char*’ ./Edit/Interface/edit_footer.cpp:65: warning: deprecated conversion from string constant to ‘char*’ ./Edit/Interface/edit_footer.cpp:67: warning: deprecated conversion from string constant to ‘char*’ ./Edit/Interface/edit_footer.cpp:72: warning: deprecated conversion from string constant to ‘char*’ ./Edit/Interface/edit_footer.cpp:72: warning: deprecated conversion from string constant to ‘char*’ ./Edit/Interface/edit_footer.cpp:74: warning: deprecated conversion from string constant to ‘char*’ ./Edit/Interface/edit_footer.cpp:74: warning: deprecated conversion from string constant to ‘char*’ ./Edit/Interface/edit_footer.cpp:77: warning: deprecated conversion from string constant to ‘char*’ ./Edit/Interface/edit_footer.cpp:81: warning: deprecated conversion from string constant to ‘char*’ ./Edit/Interface/edit_footer.cpp:84: warning: deprecated conversion from string constant to ‘char*’ ./Edit/Interface/edit_footer.cpp: In member function ‘string edit_interface_rep::compute_text_footer(tree)’: ./Edit/Interface/edit_footer.cpp:107: warning: deprecated conversion from string constant to ‘char*’ ./Edit/Interface/edit_footer.cpp:107: warning: deprecated conversion from string constant to ‘char*’ ./Edit/Interface/edit_footer.cpp:107: warning: deprecated conversion from string constant to ‘char*’ ./Edit/Interface/edit_footer.cpp:109: warning: deprecated conversion from string constant to ‘char*’ ./Edit/Interface/edit_footer.cpp:109: warning: deprecated conversion from string constant to ‘char*’ ./Edit/Interface/edit_footer.cpp:110: warning: deprecated conversion from string constant to ‘char*’ ./Edit/Interface/edit_footer.cpp:110: warning: deprecated conversion from string constant to ‘char*’ ./Edit/Interface/edit_footer.cpp:111: warning: deprecated conversion from string constant to ‘char*’ ./Edit/Interface/edit_footer.cpp:111: warning: deprecated conversion from string constant to ‘char*’ ./Edit/Interface/edit_footer.cpp: In function ‘string get_accent_type(string)’: ./Edit/Interface/edit_footer.cpp:117: warning: deprecated conversion from string constant to ‘char*’ ./Edit/Interface/edit_footer.cpp:117: warning: deprecated conversion from string constant to ‘char*’ ./Edit/Interface/edit_footer.cpp:118: warning: deprecated conversion from string constant to ‘char*’ ./Edit/Interface/edit_footer.cpp:118: warning: deprecated conversion from string constant to ‘char*’ ./Edit/Interface/edit_footer.cpp:120: warning: deprecated conversion from string constant to ‘char*’ ./Edit/Interface/edit_footer.cpp: In function ‘string as_symbol(tree)’: ./Edit/Interface/edit_footer.cpp:127: warning: deprecated conversion from string constant to ‘char*’ ./Edit/Interface/edit_footer.cpp:127: warning: deprecated conversion from string constant to ‘char*’ ./Edit/Interface/edit_footer.cpp: In function ‘string get_with_text(tree)’: ./Edit/Interface/edit_footer.cpp:133: warning: deprecated conversion from string constant to ‘char*’ ./Edit/Interface/edit_footer.cpp:136: warning: deprecated conversion from string constant to ‘char*’ ./Edit/Interface/edit_footer.cpp:137: warning: deprecated conversion from string constant to ‘char*’ ./Edit/Interface/edit_footer.cpp:149: warning: deprecated conversion from string constant to ‘char*’ ./Edit/Interface/edit_footer.cpp: In member function ‘string edit_interface_rep::compute_operation_footer(tree)’: ./Edit/Interface/edit_footer.cpp:159: warning: deprecated conversion from string constant to ‘char*’ ./Edit/Interface/edit_footer.cpp:160: warning: deprecated conversion from string constant to ‘char*’ ./Edit/Interface/edit_footer.cpp:161: warning: deprecated conversion from string constant to ‘char*’ ./Edit/Interface/edit_footer.cpp:162: warning: deprecated conversion from string constant to ‘char*’ ./Edit/Interface/edit_footer.cpp:163: warning: deprecated conversion from string constant to ‘char*’ ./Edit/Interface/edit_footer.cpp:164: warning: deprecated conversion from string constant to ‘char*’ ./Edit/Interface/edit_footer.cpp:167: warning: deprecated conversion from string constant to ‘char*’ ./Edit/Interface/edit_footer.cpp:168: warning: deprecated conversion from string constant to ‘char*’ ./Edit/Interface/edit_footer.cpp:169: warning: deprecated conversion from string constant to ‘char*’ ./Edit/Interface/edit_footer.cpp:170: warning: deprecated conversion from string constant to ‘char*’ ./Edit/Interface/edit_footer.cpp:171: warning: deprecated conversion from string constant to ‘char*’ ./Edit/Interface/edit_footer.cpp:172: warning: deprecated conversion from string constant to ‘char*’ ./Edit/Interface/edit_footer.cpp:173: warning: deprecated conversion from string constant to ‘char*’ ./Edit/Interface/edit_footer.cpp:174: warning: deprecated conversion from string constant to ‘char*’ ./Edit/Interface/edit_footer.cpp:175: warning: deprecated conversion from string constant to ‘char*’ ./Edit/Interface/edit_footer.cpp:178: warning: deprecated conversion from string constant to ‘char*’ ./Edit/Interface/edit_footer.cpp:180: warning: deprecated conversion from string constant to ‘char*’ ./Edit/Interface/edit_footer.cpp:181: warning: deprecated conversion from string constant to ‘char*’ ./Edit/Interface/edit_footer.cpp:182: warning: deprecated conversion from string constant to ‘char*’ ./Edit/Interface/edit_footer.cpp:183: warning: deprecated conversion from string constant to ‘char*’ ./Edit/Interface/edit_footer.cpp:184: warning: deprecated conversion from string constant to ‘char*’ ./Edit/Interface/edit_footer.cpp:185: warning: deprecated conversion from string constant to ‘char*’ ./Edit/Interface/edit_footer.cpp:186: warning: deprecated conversion from string constant to ‘char*’ ./Edit/Interface/edit_footer.cpp:187: warning: deprecated conversion from string constant to ‘char*’ ./Edit/Interface/edit_footer.cpp:188: warning: deprecated conversion from string constant to ‘char*’ ./Edit/Interface/edit_footer.cpp:191: warning: deprecated conversion from string constant to ‘char*’ ./Edit/Interface/edit_footer.cpp: In member function ‘string edit_interface_rep::compute_compound_footer(tree, path)’: ./Edit/Interface/edit_footer.cpp:197: warning: deprecated conversion from string constant to ‘char*’ ./Edit/Interface/edit_footer.cpp:206: warning: deprecated conversion from string constant to ‘char*’ ./Edit/Interface/edit_footer.cpp:207: warning: deprecated conversion from string constant to ‘char*’ ./Edit/Interface/edit_footer.cpp:212: warning: deprecated conversion from string constant to ‘char*’ ./Edit/Interface/edit_footer.cpp:215: warning: deprecated conversion from string constant to ‘char*’ ./Edit/Interface/edit_footer.cpp:218: warning: deprecated conversion from string constant to ‘char*’ ./Edit/Interface/edit_footer.cpp:219: warning: deprecated conversion from string constant to ‘char*’ ./Edit/Interface/edit_footer.cpp:221: warning: deprecated conversion from string constant to ‘char*’ ./Edit/Interface/edit_footer.cpp:222: warning: deprecated conversion from string constant to ‘char*’ ./Edit/Interface/edit_footer.cpp:224: warning: deprecated conversion from string constant to ‘char*’ ./Edit/Interface/edit_footer.cpp:225: warning: deprecated conversion from string constant to ‘char*’ ./Edit/Interface/edit_footer.cpp:227: warning: deprecated conversion from string constant to ‘char*’ ./Edit/Interface/edit_footer.cpp:228: warning: deprecated conversion from string constant to ‘char*’ ./Edit/Interface/edit_footer.cpp:230: warning: deprecated conversion from string constant to ‘char*’ ./Edit/Interface/edit_footer.cpp:231: warning: deprecated conversion from string constant to ‘char*’ ./Edit/Interface/edit_footer.cpp:232: warning: deprecated conversion from string constant to ‘char*’ ./Edit/Interface/edit_footer.cpp:234: warning: deprecated conversion from string constant to ‘char*’ ./Edit/Interface/edit_footer.cpp:236: warning: deprecated conversion from string constant to ‘char*’ ./Edit/Interface/edit_footer.cpp:236: warning: deprecated conversion from string constant to ‘char*’ ./Edit/Interface/edit_footer.cpp:238: warning: deprecated conversion from string constant to ‘char*’ ./Edit/Interface/edit_footer.cpp:239: warning: deprecated conversion from string constant to ‘char*’ ./Edit/Interface/edit_footer.cpp:239: warning: deprecated conversion from string constant to ‘char*’ ./Edit/Interface/edit_footer.cpp:243: warning: deprecated conversion from string constant to ‘char*’ ./Edit/Interface/edit_footer.cpp:243: warning: deprecated conversion from string constant to ‘char*’ ./Edit/Interface/edit_footer.cpp:245: warning: deprecated conversion from string constant to ‘char*’ ./Edit/Interface/edit_footer.cpp:249: warning: deprecated conversion from string constant to ‘char*’ ./Edit/Interface/edit_footer.cpp:251: warning: deprecated conversion from string constant to ‘char*’ ./Edit/Interface/edit_footer.cpp:251: warning: deprecated conversion from string constant to ‘char*’ ./Edit/Interface/edit_footer.cpp:252: warning: deprecated conversion from string constant to ‘char*’ ./Edit/Interface/edit_footer.cpp:252: warning: deprecated conversion from string constant to ‘char*’ ./Edit/Interface/edit_footer.cpp:253: warning: deprecated conversion from string constant to ‘char*’ ./Edit/Interface/edit_footer.cpp:253: warning: deprecated conversion from string constant to ‘char*’ ./Edit/Interface/edit_footer.cpp:255: warning: deprecated conversion from string constant to ‘char*’ ./Edit/Interface/edit_footer.cpp:256: warning: deprecated conversion from string constant to ‘char*’ ./Edit/Interface/edit_footer.cpp:258: warning: deprecated conversion from string constant to ‘char*’ ./Edit/Interface/edit_footer.cpp:258: warning: deprecated conversion from string constant to ‘char*’ ./Edit/Interface/edit_footer.cpp:260: warning: deprecated conversion from string constant to ‘char*’ ./Edit/Interface/edit_footer.cpp:260: warning: deprecated conversion from string constant to ‘char*’ ./Edit/Interface/edit_footer.cpp:261: warning: deprecated conversion from string constant to ‘char*’ ./Edit/Interface/edit_footer.cpp:261: warning: deprecated conversion from string constant to ‘char*’ ./Edit/Interface/edit_footer.cpp:263: warning: deprecated conversion from string constant to ‘char*’ ./Edit/Interface/edit_footer.cpp:265: warning: deprecated conversion from string constant to ‘char*’ ./Edit/Interface/edit_footer.cpp:265: warning: deprecated conversion from string constant to ‘char*’ ./Edit/Interface/edit_footer.cpp:267: warning: deprecated conversion from string constant to ‘char*’ ./Edit/Interface/edit_footer.cpp: In member function ‘bool edit_interface_rep::set_latex_footer(tree)’: ./Edit/Interface/edit_footer.cpp:294: warning: deprecated conversion from string constant to ‘char*’ ./Edit/Interface/edit_footer.cpp:295: warning: deprecated conversion from string constant to ‘char*’ ./Edit/Interface/edit_footer.cpp: In member function ‘bool edit_interface_rep::set_hybrid_footer(tree)’: ./Edit/Interface/edit_footer.cpp:316: warning: deprecated conversion from string constant to ‘char*’ ./Edit/Interface/edit_footer.cpp:316: warning: deprecated conversion from string constant to ‘char*’ ./Edit/Interface/edit_footer.cpp:323: warning: deprecated conversion from string constant to ‘char*’ ./Edit/Interface/edit_footer.cpp:323: warning: deprecated conversion from string constant to ‘char*’ ./Edit/Interface/edit_footer.cpp:325: warning: deprecated conversion from string constant to ‘char*’ ./Edit/Interface/edit_footer.cpp:325: warning: deprecated conversion from string constant to ‘char*’ ./Edit/Interface/edit_footer.cpp:327: warning: deprecated conversion from string constant to ‘char*’ ./Edit/Interface/edit_footer.cpp:327: warning: deprecated conversion from string constant to ‘char*’ ./Edit/Interface/edit_footer.cpp: In member function ‘void edit_interface_rep::set_footer()’: ./Edit/Interface/edit_footer.cpp:374: warning: deprecated conversion from string constant to ‘char*’ ./Edit/Interface/edit_footer.cpp:374: warning: deprecated conversion from string constant to ‘char*’ ./Edit/Interface/edit_footer.cpp:384: warning: deprecated conversion from string constant to ‘char*’ Classes/Compound/list.cpp: In function ‘T last_item(list) [with T = int]’: ./Edit/Interface/edit_footer.cpp:103: instantiated from here Classes/Compound/list.cpp:84: warning: deprecated conversion from string constant to ‘char*’ Classes/Compound/list.cpp:84: warning: deprecated conversion from string constant to ‘char*’ Classes/Compound/list.cpp:84: warning: deprecated conversion from string constant to ‘char*’ x86_64-pc-linux-gnu-g++ -ISystem -ISystem/Boot -ISystem/Classes -ISystem/Files -ISystem/Link -ISystem/Misc -IClasses/Abstract -IClasses/Atomic -IClasses/Compound -IData/Drd -IData/String -IData/Tree -IData/Convert -IGuile -IResource -IWindow -ITypeset -ITypeset/Bridge -ITypeset/Concat -ITypeset/Page -IEdit -IPlugins -ITexmacs -IEdit/Editor -IEdit/Interface -IEdit/Modify -I/usr/include/freetype2 -pthread -Wall -Wno-return-type -O3 -fexpensive-optimizations -fno-rtti -fno-exceptions -c ./Edit/Interface/edit_graphics.cpp -o Objects/edit_graphics.o In file included from Classes/Compound/list.hpp:15, from Classes/Atomic/rectangles.hpp:16, from Typeset/boxes.hpp:17, from Typeset/typesetter.hpp:16, from Edit/editor.hpp:15, from Edit/Interface/edit_graphics.hpp:15, from ./Edit/Interface/edit_graphics.cpp:13: Classes/Atomic/tree.hpp: In function ‘string as_string(tree)’: Classes/Atomic/tree.hpp:216: warning: deprecated conversion from string constant to ‘char*’ Classes/Atomic/tree.hpp: In function ‘tree as_tree(T) [with T = void*]’: Classes/Atomic/tree.hpp:219: warning: deprecated conversion from string constant to ‘char*’ In file included from Window/ps_device.hpp:16, from Typeset/boxes.hpp:19, from Typeset/typesetter.hpp:16, from Edit/editor.hpp:15, from Edit/Interface/edit_graphics.hpp:15, from ./Edit/Interface/edit_graphics.cpp:13: System/Classes/url.hpp: In function ‘url url_none()’: System/Classes/url.hpp:62: warning: deprecated conversion from string constant to ‘char*’ System/Classes/url.hpp: In function ‘url url_here()’: System/Classes/url.hpp:63: warning: deprecated conversion from string constant to ‘char*’ System/Classes/url.hpp: In function ‘url url_parent()’: System/Classes/url.hpp:64: warning: deprecated conversion from string constant to ‘char*’ System/Classes/url.hpp: In function ‘url url_pwd()’: System/Classes/url.hpp:65: warning: deprecated conversion from string constant to ‘char*’ System/Classes/url.hpp: In function ‘bool is_none(url)’: System/Classes/url.hpp:81: warning: deprecated conversion from string constant to ‘char*’ System/Classes/url.hpp: In function ‘bool is_here(url)’: System/Classes/url.hpp:82: warning: deprecated conversion from string constant to ‘char*’ System/Classes/url.hpp: In function ‘bool is_parent(url)’: System/Classes/url.hpp:83: warning: deprecated conversion from string constant to ‘char*’ System/Classes/url.hpp: In function ‘bool is_concat(url)’: System/Classes/url.hpp:85: warning: deprecated conversion from string constant to ‘char*’ System/Classes/url.hpp: In function ‘bool is_or(url)’: System/Classes/url.hpp:86: warning: deprecated conversion from string constant to ‘char*’ System/Classes/url.hpp: In function ‘bool is_root(url)’: System/Classes/url.hpp:88: warning: deprecated conversion from string constant to ‘char*’ System/Classes/url.hpp: In function ‘bool is_root_web(url)’: System/Classes/url.hpp:92: warning: deprecated conversion from string constant to ‘char*’ System/Classes/url.hpp:92: warning: deprecated conversion from string constant to ‘char*’ System/Classes/url.hpp: In function ‘bool is_wildcard(url)’: System/Classes/url.hpp:93: warning: deprecated conversion from string constant to ‘char*’ System/Classes/url.hpp: In function ‘bool is_wildcard(url, int)’: System/Classes/url.hpp:95: warning: deprecated conversion from string constant to ‘char*’ In file included from Typeset/typesetter.hpp:17, from Edit/editor.hpp:15, from Edit/Interface/edit_graphics.hpp:15, from ./Edit/Interface/edit_graphics.cpp:13: Typeset/env.hpp: In member function ‘string edit_env_rep::get_string(string)’: Typeset/env.hpp:406: warning: deprecated conversion from string constant to ‘char*’ In file included from Edit/Interface/edit_graphics.hpp:15, from ./Edit/Interface/edit_graphics.cpp:13: Edit/editor.hpp: At global scope: Edit/editor.hpp:60: warning: deprecated conversion from string constant to ‘char*’ ./Edit/Interface/edit_graphics.cpp: In member function ‘virtual bool edit_graphics_rep::inside_active_graphics(bool)’: ./Edit/Interface/edit_graphics.cpp:48: warning: deprecated conversion from string constant to ‘char*’ ./Edit/Interface/edit_graphics.cpp: In member function ‘virtual void edit_graphics_rep::set_graphical_object(tree)’: ./Edit/Interface/edit_graphics.cpp:195: warning: deprecated conversion from string constant to ‘char*’ ./Edit/Interface/edit_graphics.cpp:199: warning: deprecated conversion from string constant to ‘char*’ ./Edit/Interface/edit_graphics.cpp: In member function ‘virtual void edit_graphics_rep::draw_graphical_object(ps_device_rep*)’: ./Edit/Interface/edit_graphics.cpp:242: warning: deprecated conversion from string constant to ‘char*’ ./Edit/Interface/edit_graphics.cpp:242: warning: deprecated conversion from string constant to ‘char*’ ./Edit/Interface/edit_graphics.cpp: In member function ‘virtual bool edit_graphics_rep::mouse_graphics(string, SI, SI, time_t)’: ./Edit/Interface/edit_graphics.cpp:260: warning: deprecated conversion from string constant to ‘char*’ ./Edit/Interface/edit_graphics.cpp:260: warning: deprecated conversion from string constant to ‘char*’ ./Edit/Interface/edit_graphics.cpp:266: warning: deprecated conversion from string constant to ‘char*’ ./Edit/Interface/edit_graphics.cpp:266: warning: deprecated conversion from string constant to ‘char*’ ./Edit/Interface/edit_graphics.cpp:267: warning: deprecated conversion from string constant to ‘char*’ ./Edit/Interface/edit_graphics.cpp:267: warning: deprecated conversion from string constant to ‘char*’ ./Edit/Interface/edit_graphics.cpp:268: warning: deprecated conversion from string constant to ‘char*’ ./Edit/Interface/edit_graphics.cpp:268: warning: deprecated conversion from string constant to ‘char*’ ./Edit/Interface/edit_graphics.cpp:269: warning: deprecated conversion from string constant to ‘char*’ ./Edit/Interface/edit_graphics.cpp:269: warning: deprecated conversion from string constant to ‘char*’ ./Edit/Interface/edit_graphics.cpp:270: warning: deprecated conversion from string constant to ‘char*’ ./Edit/Interface/edit_graphics.cpp:270: warning: deprecated conversion from string constant to ‘char*’ ./Edit/Interface/edit_graphics.cpp:271: warning: deprecated conversion from string constant to ‘char*’ ./Edit/Interface/edit_graphics.cpp:271: warning: deprecated conversion from string constant to ‘char*’ ./Edit/Interface/edit_graphics.cpp:272: warning: deprecated conversion from string constant to ‘char*’ ./Edit/Interface/edit_graphics.cpp:272: warning: deprecated conversion from string constant to ‘char*’ ./Edit/Interface/edit_graphics.cpp:273: warning: deprecated conversion from string constant to ‘char*’ ./Edit/Interface/edit_graphics.cpp:273: warning: deprecated conversion from string constant to ‘char*’ ./Edit/Interface/edit_graphics.cpp:274: warning: deprecated conversion from string constant to ‘char*’ ./Edit/Interface/edit_graphics.cpp:274: warning: deprecated conversion from string constant to ‘char*’ ./Edit/Interface/edit_graphics.cpp:275: warning: deprecated conversion from string constant to ‘char*’ ./Edit/Interface/edit_graphics.cpp:275: warning: deprecated conversion from string constant to ‘char*’ x86_64-pc-linux-gnu-g++ -ISystem -ISystem/Boot -ISystem/Classes -ISystem/Files -ISystem/Link -ISystem/Misc -IClasses/Abstract -IClasses/Atomic -IClasses/Compound -IData/Drd -IData/String -IData/Tree -IData/Convert -IGuile -IResource -IWindow -ITypeset -ITypeset/Bridge -ITypeset/Concat -ITypeset/Page -IEdit -IPlugins -ITexmacs -IEdit/Editor -IEdit/Interface -IEdit/Modify -I/usr/include/freetype2 -pthread -Wall -Wno-return-type -O3 -fexpensive-optimizations -fno-rtti -fno-exceptions -c ./Edit/Interface/edit_interface.cpp -o Objects/edit_interface.o In file included from Classes/Compound/list.hpp:15, from Classes/Atomic/rectangles.hpp:16, from Typeset/boxes.hpp:17, from Typeset/typesetter.hpp:16, from Edit/editor.hpp:15, from Edit/Interface/edit_interface.hpp:15, from ./Edit/Interface/edit_interface.cpp:13: Classes/Atomic/tree.hpp: In function ‘string as_string(tree)’: Classes/Atomic/tree.hpp:216: warning: deprecated conversion from string constant to ‘char*’ Classes/Atomic/tree.hpp: In function ‘tree as_tree(T) [with T = void*]’: Classes/Atomic/tree.hpp:219: warning: deprecated conversion from string constant to ‘char*’ In file included from Window/ps_device.hpp:16, from Typeset/boxes.hpp:19, from Typeset/typesetter.hpp:16, from Edit/editor.hpp:15, from Edit/Interface/edit_interface.hpp:15, from ./Edit/Interface/edit_interface.cpp:13: System/Classes/url.hpp: In function ‘url url_none()’: System/Classes/url.hpp:62: warning: deprecated conversion from string constant to ‘char*’ System/Classes/url.hpp: In function ‘url url_here()’: System/Classes/url.hpp:63: warning: deprecated conversion from string constant to ‘char*’ System/Classes/url.hpp: In function ‘url url_parent()’: System/Classes/url.hpp:64: warning: deprecated conversion from string constant to ‘char*’ System/Classes/url.hpp: In function ‘url url_pwd()’: System/Classes/url.hpp:65: warning: deprecated conversion from string constant to ‘char*’ System/Classes/url.hpp: In function ‘bool is_none(url)’: System/Classes/url.hpp:81: warning: deprecated conversion from string constant to ‘char*’ System/Classes/url.hpp: In function ‘bool is_here(url)’: System/Classes/url.hpp:82: warning: deprecated conversion from string constant to ‘char*’ System/Classes/url.hpp: In function ‘bool is_parent(url)’: System/Classes/url.hpp:83: warning: deprecated conversion from string constant to ‘char*’ System/Classes/url.hpp: In function ‘bool is_concat(url)’: System/Classes/url.hpp:85: warning: deprecated conversion from string constant to ‘char*’ System/Classes/url.hpp: In function ‘bool is_or(url)’: System/Classes/url.hpp:86: warning: deprecated conversion from string constant to ‘char*’ System/Classes/url.hpp: In function ‘bool is_root(url)’: System/Classes/url.hpp:88: warning: deprecated conversion from string constant to ‘char*’ System/Classes/url.hpp: In function ‘bool is_root_web(url)’: System/Classes/url.hpp:92: warning: deprecated conversion from string constant to ‘char*’ System/Classes/url.hpp:92: warning: deprecated conversion from string constant to ‘char*’ System/Classes/url.hpp: In function ‘bool is_wildcard(url)’: System/Classes/url.hpp:93: warning: deprecated conversion from string constant to ‘char*’ System/Classes/url.hpp: In function ‘bool is_wildcard(url, int)’: System/Classes/url.hpp:95: warning: deprecated conversion from string constant to ‘char*’ In file included from Typeset/typesetter.hpp:17, from Edit/editor.hpp:15, from Edit/Interface/edit_interface.hpp:15, from ./Edit/Interface/edit_interface.cpp:13: Typeset/env.hpp: In member function ‘string edit_env_rep::get_string(string)’: Typeset/env.hpp:406: warning: deprecated conversion from string constant to ‘char*’ In file included from Edit/Interface/edit_interface.hpp:15, from ./Edit/Interface/edit_interface.cpp:13: Edit/editor.hpp: At global scope: Edit/editor.hpp:60: warning: deprecated conversion from string constant to ‘char*’ In file included from ./Edit/Interface/edit_interface.cpp:14: System/Files/file.hpp: In function ‘void system(string, url)’: System/Files/file.hpp:35: warning: deprecated conversion from string constant to ‘char*’ System/Files/file.hpp: In function ‘void system(string, url, url)’: System/Files/file.hpp:37: warning: deprecated conversion from string constant to ‘char*’ System/Files/file.hpp:37: warning: deprecated conversion from string constant to ‘char*’ System/Files/file.hpp: In function ‘void system(string, url, char*)’: System/Files/file.hpp:39: warning: deprecated conversion from string constant to ‘char*’ System/Files/file.hpp:39: warning: deprecated conversion from string constant to ‘char*’ System/Files/file.hpp: In function ‘void system(string, url, char*, url)’: System/Files/file.hpp:41: warning: deprecated conversion from string constant to ‘char*’ System/Files/file.hpp:41: warning: deprecated conversion from string constant to ‘char*’ System/Files/file.hpp:42: warning: deprecated conversion from string constant to ‘char*’ System/Files/file.hpp: In function ‘string eval_system(string, url)’: System/Files/file.hpp:44: warning: deprecated conversion from string constant to ‘char*’ System/Files/file.hpp: In function ‘string eval_system(string, url, url)’: System/Files/file.hpp:46: warning: deprecated conversion from string constant to ‘char*’ System/Files/file.hpp:46: warning: deprecated conversion from string constant to ‘char*’ System/Files/file.hpp: In function ‘void move(url, url)’: System/Files/file.hpp:47: warning: deprecated conversion from string constant to ‘char*’ System/Files/file.hpp: In function ‘void copy(url, url)’: System/Files/file.hpp:48: warning: deprecated conversion from string constant to ‘char*’ System/Files/file.hpp: In function ‘void append(url, url)’: System/Files/file.hpp:49: warning: deprecated conversion from string constant to ‘char*’ System/Files/file.hpp:49: warning: deprecated conversion from string constant to ‘char*’ System/Files/file.hpp: In function ‘void remove(url)’: System/Files/file.hpp:50: warning: deprecated conversion from string constant to ‘char*’ System/Files/file.hpp: In function ‘void mkdir(url)’: System/Files/file.hpp:54: warning: deprecated conversion from string constant to ‘char*’ In file included from ./Edit/Interface/edit_interface.cpp:17: Texmacs/tm_buffer.hpp: In constructor ‘tm_buffer_rep::tm_buffer_rep(url)’: Texmacs/tm_buffer.hpp:59: warning: deprecated conversion from string constant to ‘char*’ Texmacs/tm_buffer.hpp:59: warning: deprecated conversion from string constant to ‘char*’ Texmacs/tm_buffer.hpp:59: warning: deprecated conversion from string constant to ‘char*’ Texmacs/tm_buffer.hpp:59: warning: deprecated conversion from string constant to ‘char*’ Texmacs/tm_buffer.hpp:59: warning: deprecated conversion from string constant to ‘char*’ Texmacs/tm_buffer.hpp:59: warning: deprecated conversion from string constant to ‘char*’ Texmacs/tm_buffer.hpp:59: warning: deprecated conversion from string constant to ‘char*’ Texmacs/tm_buffer.hpp:59: warning: deprecated conversion from string constant to ‘char*’ Texmacs/tm_buffer.hpp:59: warning: deprecated conversion from string constant to ‘char*’ Texmacs/tm_buffer.hpp:59: warning: deprecated conversion from string constant to ‘char*’ ./Edit/Interface/edit_interface.cpp: In function ‘string MODE_LANGUAGE(string)’: ./Edit/Interface/edit_interface.cpp:26: warning: deprecated conversion from string constant to ‘char*’ ./Edit/Interface/edit_interface.cpp:27: warning: deprecated conversion from string constant to ‘char*’ ./Edit/Interface/edit_interface.cpp:28: warning: deprecated conversion from string constant to ‘char*’ ./Edit/Interface/edit_interface.cpp:29: warning: deprecated conversion from string constant to ‘char*’ ./Edit/Interface/edit_interface.cpp:31: warning: deprecated conversion from string constant to ‘char*’ ./Edit/Interface/edit_interface.cpp:31: warning: deprecated conversion from string constant to ‘char*’ ./Edit/Interface/edit_interface.cpp:31: warning: deprecated conversion from string constant to ‘char*’ ./Edit/Interface/edit_interface.cpp: In constructor ‘edit_interface_rep::edit_interface_rep()’: ./Edit/Interface/edit_interface.cpp:50: warning: deprecated conversion from string constant to ‘char*’ ./Edit/Interface/edit_interface.cpp: In member function ‘virtual edit_interface_rep::operator tree()’: ./Edit/Interface/edit_interface.cpp:63: warning: deprecated conversion from string constant to ‘char*’ ./Edit/Interface/edit_interface.cpp: In member function ‘virtual void edit_interface_rep::resume()’: ./Edit/Interface/edit_interface.cpp:79: warning: deprecated conversion from string constant to ‘char*’ ./Edit/Interface/edit_interface.cpp:80: warning: deprecated conversion from string constant to ‘char*’ ./Edit/Interface/edit_interface.cpp:81: warning: deprecated conversion from string constant to ‘char*’ ./Edit/Interface/edit_interface.cpp:82: warning: deprecated conversion from string constant to ‘char*’ ./Edit/Interface/edit_interface.cpp: In member function ‘void edit_interface_rep::compute_env_rects(path, rectangles&, bool)’: ./Edit/Interface/edit_interface.cpp:230: warning: deprecated conversion from string constant to ‘char*’ ./Edit/Interface/edit_interface.cpp:231: warning: deprecated conversion from string constant to ‘char*’ ./Edit/Interface/edit_interface.cpp: In member function ‘virtual void edit_interface_rep::apply_changes()’: ./Edit/Interface/edit_interface.cpp:288: warning: deprecated conversion from string constant to ‘char*’ ./Edit/Interface/edit_interface.cpp:289: warning: deprecated conversion from string constant to ‘char*’ ./Edit/Interface/edit_interface.cpp:290: warning: deprecated conversion from string constant to ‘char*’ ./Edit/Interface/edit_interface.cpp:291: warning: deprecated conversion from string constant to ‘char*’ ./Edit/Interface/edit_interface.cpp:307: warning: deprecated conversion from string constant to ‘char*’ ./Edit/Interface/edit_interface.cpp:310: warning: deprecated conversion from string constant to ‘char*’ ./Edit/Interface/edit_interface.cpp:310: warning: deprecated conversion from string constant to ‘char*’ ./Edit/Interface/edit_interface.cpp:310: warning: deprecated conversion from string constant to ‘char*’ ./Edit/Interface/edit_interface.cpp:313: warning: deprecated conversion from string constant to ‘char*’ ./Edit/Interface/edit_interface.cpp:314: warning: deprecated conversion from string constant to ‘char*’ ./Edit/Interface/edit_interface.cpp: In member function ‘virtual void edit_interface_rep::handle_resize(resize_event)’: ./Edit/Interface/edit_interface.cpp:475: warning: deprecated conversion from string constant to ‘char*’ ./Edit/Interface/edit_interface.cpp: In member function ‘virtual void edit_interface_rep::handle_set_integer(set_integer_event)’: ./Edit/Interface/edit_interface.cpp:482: warning: deprecated conversion from string constant to ‘char*’ x86_64-pc-linux-gnu-g++ -ISystem -ISystem/Boot -ISystem/Classes -ISystem/Files -ISystem/Link -ISystem/Misc -IClasses/Abstract -IClasses/Atomic -IClasses/Compound -IData/Drd -IData/String -IData/Tree -IData/Convert -IGuile -IResource -IWindow -ITypeset -ITypeset/Bridge -ITypeset/Concat -ITypeset/Page -IEdit -IPlugins -ITexmacs -IEdit/Editor -IEdit/Interface -IEdit/Modify -I/usr/include/freetype2 -pthread -Wall -Wno-return-type -O3 -fexpensive-optimizations -fno-rtti -fno-exceptions -c ./Edit/Interface/edit_keyboard.cpp -o Objects/edit_keyboard.o In file included from Classes/Compound/list.hpp:15, from Classes/Atomic/rectangles.hpp:16, from Typeset/boxes.hpp:17, from Typeset/typesetter.hpp:16, from Edit/editor.hpp:15, from ./Edit/Interface/edit_interface.hpp:15, from ./Edit/Interface/edit_keyboard.cpp:13: Classes/Atomic/tree.hpp: In function ‘string as_string(tree)’: Classes/Atomic/tree.hpp:216: warning: deprecated conversion from string constant to ‘char*’ Classes/Atomic/tree.hpp: In function ‘tree as_tree(T) [with T = void*]’: Classes/Atomic/tree.hpp:219: warning: deprecated conversion from string constant to ‘char*’ In file included from Window/ps_device.hpp:16, from Typeset/boxes.hpp:19, from Typeset/typesetter.hpp:16, from Edit/editor.hpp:15, from ./Edit/Interface/edit_interface.hpp:15, from ./Edit/Interface/edit_keyboard.cpp:13: System/Classes/url.hpp: In function ‘url url_none()’: System/Classes/url.hpp:62: warning: deprecated conversion from string constant to ‘char*’ System/Classes/url.hpp: In function ‘url url_here()’: System/Classes/url.hpp:63: warning: deprecated conversion from string constant to ‘char*’ System/Classes/url.hpp: In function ‘url url_parent()’: System/Classes/url.hpp:64: warning: deprecated conversion from string constant to ‘char*’ System/Classes/url.hpp: In function ‘url url_pwd()’: System/Classes/url.hpp:65: warning: deprecated conversion from string constant to ‘char*’ System/Classes/url.hpp: In function ‘bool is_none(url)’: System/Classes/url.hpp:81: warning: deprecated conversion from string constant to ‘char*’ System/Classes/url.hpp: In function ‘bool is_here(url)’: System/Classes/url.hpp:82: warning: deprecated conversion from string constant to ‘char*’ System/Classes/url.hpp: In function ‘bool is_parent(url)’: System/Classes/url.hpp:83: warning: deprecated conversion from string constant to ‘char*’ System/Classes/url.hpp: In function ‘bool is_concat(url)’: System/Classes/url.hpp:85: warning: deprecated conversion from string constant to ‘char*’ System/Classes/url.hpp: In function ‘bool is_or(url)’: System/Classes/url.hpp:86: warning: deprecated conversion from string constant to ‘char*’ System/Classes/url.hpp: In function ‘bool is_root(url)’: System/Classes/url.hpp:88: warning: deprecated conversion from string constant to ‘char*’ System/Classes/url.hpp: In function ‘bool is_root_web(url)’: System/Classes/url.hpp:92: warning: deprecated conversion from string constant to ‘char*’ System/Classes/url.hpp:92: warning: deprecated conversion from string constant to ‘char*’ System/Classes/url.hpp: In function ‘bool is_wildcard(url)’: System/Classes/url.hpp:93: warning: deprecated conversion from string constant to ‘char*’ System/Classes/url.hpp: In function ‘bool is_wildcard(url, int)’: System/Classes/url.hpp:95: warning: deprecated conversion from string constant to ‘char*’ In file included from Typeset/typesetter.hpp:17, from Edit/editor.hpp:15, from ./Edit/Interface/edit_interface.hpp:15, from ./Edit/Interface/edit_keyboard.cpp:13: Typeset/env.hpp: In member function ‘string edit_env_rep::get_string(string)’: Typeset/env.hpp:406: warning: deprecated conversion from string constant to ‘char*’ In file included from ./Edit/Interface/edit_interface.hpp:15, from ./Edit/Interface/edit_keyboard.cpp:13: Edit/editor.hpp: At global scope: Edit/editor.hpp:60: warning: deprecated conversion from string constant to ‘char*’ In file included from ./Edit/Interface/edit_keyboard.cpp:15: Texmacs/tm_buffer.hpp: In constructor ‘tm_buffer_rep::tm_buffer_rep(url)’: Texmacs/tm_buffer.hpp:59: warning: deprecated conversion from string constant to ‘char*’ Texmacs/tm_buffer.hpp:59: warning: deprecated conversion from string constant to ‘char*’ Texmacs/tm_buffer.hpp:59: warning: deprecated conversion from string constant to ‘char*’ Texmacs/tm_buffer.hpp:59: warning: deprecated conversion from string constant to ‘char*’ Texmacs/tm_buffer.hpp:59: warning: deprecated conversion from string constant to ‘char*’ Texmacs/tm_buffer.hpp:59: warning: deprecated conversion from string constant to ‘char*’ Texmacs/tm_buffer.hpp:59: warning: deprecated conversion from string constant to ‘char*’ Texmacs/tm_buffer.hpp:59: warning: deprecated conversion from string constant to ‘char*’ Texmacs/tm_buffer.hpp:59: warning: deprecated conversion from string constant to ‘char*’ Texmacs/tm_buffer.hpp:59: warning: deprecated conversion from string constant to ‘char*’ ./Edit/Interface/edit_keyboard.cpp: In member function ‘virtual void edit_interface_rep::set_input_mode(int)’: ./Edit/Interface/edit_keyboard.cpp:28: warning: deprecated conversion from string constant to ‘char*’ ./Edit/Interface/edit_keyboard.cpp: In member function ‘bool edit_interface_rep::try_shortcut(string)’: ./Edit/Interface/edit_keyboard.cpp:91: warning: deprecated conversion from string constant to ‘char*’ ./Edit/Interface/edit_keyboard.cpp:105: warning: deprecated conversion from string constant to ‘char*’ ./Edit/Interface/edit_keyboard.cpp: In function ‘string simplify_key_press(string)’: ./Edit/Interface/edit_keyboard.cpp:113: warning: deprecated conversion from string constant to ‘char*’ ./Edit/Interface/edit_keyboard.cpp:115: warning: deprecated conversion from string constant to ‘char*’ ./Edit/Interface/edit_keyboard.cpp:115: warning: deprecated conversion from string constant to ‘char*’ ./Edit/Interface/edit_keyboard.cpp: In member function ‘virtual void edit_interface_rep::key_press(string)’: ./Edit/Interface/edit_keyboard.cpp:121: warning: deprecated conversion from string constant to ‘char*’ ./Edit/Interface/edit_keyboard.cpp:121: warning: deprecated conversion from string constant to ‘char*’ ./Edit/Interface/edit_keyboard.cpp:142: warning: deprecated conversion from string constant to ‘char*’ ./Edit/Interface/edit_keyboard.cpp:145: warning: deprecated conversion from string constant to ‘char*’ ./Edit/Interface/edit_keyboard.cpp:155: warning: deprecated conversion from string constant to ‘char*’ ./Edit/Interface/edit_keyboard.cpp: In member function ‘virtual void edit_interface_rep::emulate_keyboard(string, string)’: ./Edit/Interface/edit_keyboard.cpp:163: warning: deprecated conversion from string constant to ‘char*’ ./Edit/Interface/edit_keyboard.cpp:172: warning: deprecated conversion from string constant to ‘char*’ ./Edit/Interface/edit_keyboard.cpp:173: warning: deprecated conversion from string constant to ‘char*’ x86_64-pc-linux-gnu-g++ -ISystem -ISystem/Boot -ISystem/Classes -ISystem/Files -ISystem/Link -ISystem/Misc -IClasses/Abstract -IClasses/Atomic -IClasses/Compound -IData/Drd -IData/String -IData/Tree -IData/Convert -IGuile -IResource -IWindow -ITypeset -ITypeset/Bridge -ITypeset/Concat -ITypeset/Page -IEdit -IPlugins -ITexmacs -IEdit/Editor -IEdit/Interface -IEdit/Modify -I/usr/include/freetype2 -pthread -Wall -Wno-return-type -O3 -fexpensive-optimizations -fno-rtti -fno-exceptions -c ./Edit/Editor/edit_main.cpp -o Objects/edit_main.o In file included from Classes/Compound/list.hpp:15, from Classes/Atomic/rectangles.hpp:16, from Typeset/boxes.hpp:17, from Typeset/typesetter.hpp:16, from Edit/editor.hpp:15, from Edit/Interface/edit_interface.hpp:15, from ./Edit/Editor/edit_main.hpp:15, from ./Edit/Editor/edit_main.cpp:13: Classes/Atomic/tree.hpp: In function ‘string as_string(tree)’: Classes/Atomic/tree.hpp:216: warning: deprecated conversion from string constant to ‘char*’ Classes/Atomic/tree.hpp: In function ‘tree as_tree(T) [with T = void*]’: Classes/Atomic/tree.hpp:219: warning: deprecated conversion from string constant to ‘char*’ In file included from Window/ps_device.hpp:16, from Typeset/boxes.hpp:19, from Typeset/typesetter.hpp:16, from Edit/editor.hpp:15, from Edit/Interface/edit_interface.hpp:15, from ./Edit/Editor/edit_main.hpp:15, from ./Edit/Editor/edit_main.cpp:13: System/Classes/url.hpp: In function ‘url url_none()’: System/Classes/url.hpp:62: warning: deprecated conversion from string constant to ‘char*’ System/Classes/url.hpp: In function ‘url url_here()’: System/Classes/url.hpp:63: warning: deprecated conversion from string constant to ‘char*’ System/Classes/url.hpp: In function ‘url url_parent()’: System/Classes/url.hpp:64: warning: deprecated conversion from string constant to ‘char*’ System/Classes/url.hpp: In function ‘url url_pwd()’: System/Classes/url.hpp:65: warning: deprecated conversion from string constant to ‘char*’ System/Classes/url.hpp: In function ‘bool is_none(url)’: System/Classes/url.hpp:81: warning: deprecated conversion from string constant to ‘char*’ System/Classes/url.hpp: In function ‘bool is_here(url)’: System/Classes/url.hpp:82: warning: deprecated conversion from string constant to ‘char*’ System/Classes/url.hpp: In function ‘bool is_parent(url)’: System/Classes/url.hpp:83: warning: deprecated conversion from string constant to ‘char*’ System/Classes/url.hpp: In function ‘bool is_concat(url)’: System/Classes/url.hpp:85: warning: deprecated conversion from string constant to ‘char*’ System/Classes/url.hpp: In function ‘bool is_or(url)’: System/Classes/url.hpp:86: warning: deprecated conversion from string constant to ‘char*’ System/Classes/url.hpp: In function ‘bool is_root(url)’: System/Classes/url.hpp:88: warning: deprecated conversion from string constant to ‘char*’ System/Classes/url.hpp: In function ‘bool is_root_web(url)’: System/Classes/url.hpp:92: warning: deprecated conversion from string constant to ‘char*’ System/Classes/url.hpp:92: warning: deprecated conversion from string constant to ‘char*’ System/Classes/url.hpp: In function ‘bool is_wildcard(url)’: System/Classes/url.hpp:93: warning: deprecated conversion from string constant to ‘char*’ System/Classes/url.hpp: In function ‘bool is_wildcard(url, int)’: System/Classes/url.hpp:95: warning: deprecated conversion from string constant to ‘char*’ In file included from Typeset/typesetter.hpp:17, from Edit/editor.hpp:15, from Edit/Interface/edit_interface.hpp:15, from ./Edit/Editor/edit_main.hpp:15, from ./Edit/Editor/edit_main.cpp:13: Typeset/env.hpp: In member function ‘string edit_env_rep::get_string(string)’: Typeset/env.hpp:406: warning: deprecated conversion from string constant to ‘char*’ In file included from Edit/Interface/edit_interface.hpp:15, from ./Edit/Editor/edit_main.hpp:15, from ./Edit/Editor/edit_main.cpp:13: Edit/editor.hpp: At global scope: Edit/editor.hpp:60: warning: deprecated conversion from string constant to ‘char*’ In file included from ./Edit/Editor/edit_main.hpp:18, from ./Edit/Editor/edit_main.cpp:13: Edit/Editor/edit_typeset.hpp:37: warning: deprecated conversion from string constant to ‘char*’ In file included from ./Edit/Editor/edit_main.cpp:15: Texmacs/tm_buffer.hpp: In constructor ‘tm_buffer_rep::tm_buffer_rep(url)’: Texmacs/tm_buffer.hpp:59: warning: deprecated conversion from string constant to ‘char*’ Texmacs/tm_buffer.hpp:59: warning: deprecated conversion from string constant to ‘char*’ Texmacs/tm_buffer.hpp:59: warning: deprecated conversion from string constant to ‘char*’ Texmacs/tm_buffer.hpp:59: warning: deprecated conversion from string constant to ‘char*’ Texmacs/tm_buffer.hpp:59: warning: deprecated conversion from string constant to ‘char*’ Texmacs/tm_buffer.hpp:59: warning: deprecated conversion from string constant to ‘char*’ Texmacs/tm_buffer.hpp:59: warning: deprecated conversion from string constant to ‘char*’ Texmacs/tm_buffer.hpp:59: warning: deprecated conversion from string constant to ‘char*’ Texmacs/tm_buffer.hpp:59: warning: deprecated conversion from string constant to ‘char*’ Texmacs/tm_buffer.hpp:59: warning: deprecated conversion from string constant to ‘char*’ In file included from ./Edit/Editor/edit_main.cpp:16: System/Files/file.hpp: In function ‘void system(string, url)’: System/Files/file.hpp:35: warning: deprecated conversion from string constant to ‘char*’ System/Files/file.hpp: In function ‘void system(string, url, url)’: System/Files/file.hpp:37: warning: deprecated conversion from string constant to ‘char*’ System/Files/file.hpp:37: warning: deprecated conversion from string constant to ‘char*’ System/Files/file.hpp: In function ‘void system(string, url, char*)’: System/Files/file.hpp:39: warning: deprecated conversion from string constant to ‘char*’ System/Files/file.hpp:39: warning: deprecated conversion from string constant to ‘char*’ System/Files/file.hpp: In function ‘void system(string, url, char*, url)’: System/Files/file.hpp:41: warning: deprecated conversion from string constant to ‘char*’ System/Files/file.hpp:41: warning: deprecated conversion from string constant to ‘char*’ System/Files/file.hpp:42: warning: deprecated conversion from string constant to ‘char*’ System/Files/file.hpp: In function ‘string eval_system(string, url)’: System/Files/file.hpp:44: warning: deprecated conversion from string constant to ‘char*’ System/Files/file.hpp: In function ‘string eval_system(string, url, url)’: System/Files/file.hpp:46: warning: deprecated conversion from string constant to ‘char*’ System/Files/file.hpp:46: warning: deprecated conversion from string constant to ‘char*’ System/Files/file.hpp: In function ‘void move(url, url)’: System/Files/file.hpp:47: warning: deprecated conversion from string constant to ‘char*’ System/Files/file.hpp: In function ‘void copy(url, url)’: System/Files/file.hpp:48: warning: deprecated conversion from string constant to ‘char*’ System/Files/file.hpp: In function ‘void append(url, url)’: System/Files/file.hpp:49: warning: deprecated conversion from string constant to ‘char*’ System/Files/file.hpp:49: warning: deprecated conversion from string constant to ‘char*’ System/Files/file.hpp: In function ‘void remove(url)’: System/Files/file.hpp:50: warning: deprecated conversion from string constant to ‘char*’ System/Files/file.hpp: In function ‘void mkdir(url)’: System/Files/file.hpp:54: warning: deprecated conversion from string constant to ‘char*’ ./Edit/Editor/edit_main.cpp: In member function ‘virtual void edit_main_rep::set_bool_property(string, bool)’: ./Edit/Editor/edit_main.cpp:64: warning: deprecated conversion from string constant to ‘char*’ ./Edit/Editor/edit_main.cpp:64: warning: deprecated conversion from string constant to ‘char*’ ./Edit/Editor/edit_main.cpp: In member function ‘virtual void edit_main_rep::clear_buffer()’: ./Edit/Editor/edit_main.cpp:103: warning: deprecated conversion from string constant to ‘char*’ ./Edit/Editor/edit_main.cpp: In member function ‘virtual void edit_main_rep::notify_page_change()’: ./Edit/Editor/edit_main.cpp:131: warning: deprecated conversion from string constant to ‘char*’ ./Edit/Editor/edit_main.cpp: At global scope: ./Edit/Editor/edit_main.cpp:139: warning: deprecated conversion from string constant to ‘char*’ ./Edit/Editor/edit_main.cpp:140: warning: deprecated conversion from string constant to ‘char*’ ./Edit/Editor/edit_main.cpp:141: warning: deprecated conversion from string constant to ‘char*’ ./Edit/Editor/edit_main.cpp: In member function ‘virtual void edit_main_rep::print(url, bool, int, int)’: ./Edit/Editor/edit_main.cpp:145: warning: deprecated conversion from string constant to ‘char*’ ./Edit/Editor/edit_main.cpp:146: warning: deprecated conversion from string constant to ‘char*’ ./Edit/Editor/edit_main.cpp:147: warning: deprecated conversion from string constant to ‘char*’ ./Edit/Editor/edit_main.cpp:150: warning: deprecated conversion from string constant to ‘char*’ ./Edit/Editor/edit_main.cpp:151: warning: deprecated conversion from string constant to ‘char*’ ./Edit/Editor/edit_main.cpp:154: warning: deprecated conversion from string constant to ‘char*’ ./Edit/Editor/edit_main.cpp:154: warning: deprecated conversion from string constant to ‘char*’ ./Edit/Editor/edit_main.cpp:162: warning: deprecated conversion from string constant to ‘char*’ ./Edit/Editor/edit_main.cpp:163: warning: deprecated conversion from string constant to ‘char*’ ./Edit/Editor/edit_main.cpp:164: warning: deprecated conversion from string constant to ‘char*’ ./Edit/Editor/edit_main.cpp:175: warning: deprecated conversion from string constant to ‘char*’ ./Edit/Editor/edit_main.cpp:182: warning: deprecated conversion from string constant to ‘char*’ ./Edit/Editor/edit_main.cpp:185: warning: deprecated conversion from string constant to ‘char*’ ./Edit/Editor/edit_main.cpp:186: warning: deprecated conversion from string constant to ‘char*’ ./Edit/Editor/edit_main.cpp:199: warning: deprecated conversion from string constant to ‘char*’ ./Edit/Editor/edit_main.cpp: In member function ‘virtual void edit_main_rep::print_buffer(string, string)’: ./Edit/Editor/edit_main.cpp:223: warning: deprecated conversion from string constant to ‘char*’ ./Edit/Editor/edit_main.cpp: In member function ‘virtual array edit_main_rep::print_snippet(url, tree)’: ./Edit/Editor/edit_main.cpp:236: warning: deprecated conversion from string constant to ‘char*’ ./Edit/Editor/edit_main.cpp:236: warning: deprecated conversion from string constant to ‘char*’ ./Edit/Editor/edit_main.cpp:239: warning: deprecated conversion from string constant to ‘char*’ ./Edit/Editor/edit_main.cpp:239: warning: deprecated conversion from string constant to ‘char*’ ./Edit/Editor/edit_main.cpp:244: warning: deprecated conversion from string constant to ‘char*’ ./Edit/Editor/edit_main.cpp:246: warning: deprecated conversion from string constant to ‘char*’ ./Edit/Editor/edit_main.cpp: In member function ‘virtual void edit_main_rep::footer_eval(string)’: ./Edit/Editor/edit_main.cpp:263: warning: deprecated conversion from string constant to ‘char*’ x86_64-pc-linux-gnu-g++ -ISystem -ISystem/Boot -ISystem/Classes -ISystem/Files -ISystem/Link -ISystem/Misc -IClasses/Abstract -IClasses/Atomic -IClasses/Compound -IData/Drd -IData/String -IData/Tree -IData/Convert -IGuile -IResource -IWindow -ITypeset -ITypeset/Bridge -ITypeset/Concat -ITypeset/Page -IEdit -IPlugins -ITexmacs -IEdit/Editor -IEdit/Interface -IEdit/Modify -I/usr/include/freetype2 -pthread -Wall -Wno-return-type -O3 -fexpensive-optimizations -fno-rtti -fno-exceptions -c ./Edit/Modify/edit_math.cpp -o Objects/edit_math.o In file included from Classes/Compound/list.hpp:15, from Classes/Atomic/rectangles.hpp:16, from Typeset/boxes.hpp:17, from Typeset/typesetter.hpp:16, from Edit/editor.hpp:15, from ./Edit/Modify/edit_math.hpp:15, from ./Edit/Modify/edit_math.cpp:13: Classes/Atomic/tree.hpp: In function ‘string as_string(tree)’: Classes/Atomic/tree.hpp:216: warning: deprecated conversion from string constant to ‘char*’ Classes/Atomic/tree.hpp: In function ‘tree as_tree(T) [with T = void*]’: Classes/Atomic/tree.hpp:219: warning: deprecated conversion from string constant to ‘char*’ In file included from Window/ps_device.hpp:16, from Typeset/boxes.hpp:19, from Typeset/typesetter.hpp:16, from Edit/editor.hpp:15, from ./Edit/Modify/edit_math.hpp:15, from ./Edit/Modify/edit_math.cpp:13: System/Classes/url.hpp: In function ‘url url_none()’: System/Classes/url.hpp:62: warning: deprecated conversion from string constant to ‘char*’ System/Classes/url.hpp: In function ‘url url_here()’: System/Classes/url.hpp:63: warning: deprecated conversion from string constant to ‘char*’ System/Classes/url.hpp: In function ‘url url_parent()’: System/Classes/url.hpp:64: warning: deprecated conversion from string constant to ‘char*’ System/Classes/url.hpp: In function ‘url url_pwd()’: System/Classes/url.hpp:65: warning: deprecated conversion from string constant to ‘char*’ System/Classes/url.hpp: In function ‘bool is_none(url)’: System/Classes/url.hpp:81: warning: deprecated conversion from string constant to ‘char*’ System/Classes/url.hpp: In function ‘bool is_here(url)’: System/Classes/url.hpp:82: warning: deprecated conversion from string constant to ‘char*’ System/Classes/url.hpp: In function ‘bool is_parent(url)’: System/Classes/url.hpp:83: warning: deprecated conversion from string constant to ‘char*’ System/Classes/url.hpp: In function ‘bool is_concat(url)’: System/Classes/url.hpp:85: warning: deprecated conversion from string constant to ‘char*’ System/Classes/url.hpp: In function ‘bool is_or(url)’: System/Classes/url.hpp:86: warning: deprecated conversion from string constant to ‘char*’ System/Classes/url.hpp: In function ‘bool is_root(url)’: System/Classes/url.hpp:88: warning: deprecated conversion from string constant to ‘char*’ System/Classes/url.hpp: In function ‘bool is_root_web(url)’: System/Classes/url.hpp:92: warning: deprecated conversion from string constant to ‘char*’ System/Classes/url.hpp:92: warning: deprecated conversion from string constant to ‘char*’ System/Classes/url.hpp: In function ‘bool is_wildcard(url)’: System/Classes/url.hpp:93: warning: deprecated conversion from string constant to ‘char*’ System/Classes/url.hpp: In function ‘bool is_wildcard(url, int)’: System/Classes/url.hpp:95: warning: deprecated conversion from string constant to ‘char*’ In file included from Typeset/typesetter.hpp:17, from Edit/editor.hpp:15, from ./Edit/Modify/edit_math.hpp:15, from ./Edit/Modify/edit_math.cpp:13: Typeset/env.hpp: In member function ‘string edit_env_rep::get_string(string)’: Typeset/env.hpp:406: warning: deprecated conversion from string constant to ‘char*’ In file included from ./Edit/Modify/edit_math.hpp:15, from ./Edit/Modify/edit_math.cpp:13: Edit/editor.hpp: At global scope: Edit/editor.hpp:60: warning: deprecated conversion from string constant to ‘char*’ ./Edit/Modify/edit_math.cpp: In member function ‘virtual void edit_math_rep::make_group()’: ./Edit/Modify/edit_math.cpp:32: warning: deprecated conversion from string constant to ‘char*’ ./Edit/Modify/edit_math.cpp:33: warning: deprecated conversion from string constant to ‘char*’ ./Edit/Modify/edit_math.cpp:33: warning: deprecated conversion from string constant to ‘char*’ ./Edit/Modify/edit_math.cpp: In member function ‘virtual void edit_math_rep::make_below()’: ./Edit/Modify/edit_math.cpp:60: warning: deprecated conversion from string constant to ‘char*’ ./Edit/Modify/edit_math.cpp:61: warning: deprecated conversion from string constant to ‘char*’ ./Edit/Modify/edit_math.cpp:61: warning: deprecated conversion from string constant to ‘char*’ ./Edit/Modify/edit_math.cpp:64: warning: deprecated conversion from string constant to ‘char*’ ./Edit/Modify/edit_math.cpp:64: warning: deprecated conversion from string constant to ‘char*’ ./Edit/Modify/edit_math.cpp:65: warning: deprecated conversion from string constant to ‘char*’ ./Edit/Modify/edit_math.cpp:65: warning: deprecated conversion from string constant to ‘char*’ ./Edit/Modify/edit_math.cpp: In member function ‘virtual void edit_math_rep::make_above()’: ./Edit/Modify/edit_math.cpp:72: warning: deprecated conversion from string constant to ‘char*’ ./Edit/Modify/edit_math.cpp:73: warning: deprecated conversion from string constant to ‘char*’ ./Edit/Modify/edit_math.cpp:73: warning: deprecated conversion from string constant to ‘char*’ ./Edit/Modify/edit_math.cpp:76: warning: deprecated conversion from string constant to ‘char*’ ./Edit/Modify/edit_math.cpp:76: warning: deprecated conversion from string constant to ‘char*’ ./Edit/Modify/edit_math.cpp:77: warning: deprecated conversion from string constant to ‘char*’ ./Edit/Modify/edit_math.cpp:77: warning: deprecated conversion from string constant to ‘char*’ ./Edit/Modify/edit_math.cpp: In member function ‘virtual void edit_math_rep::make_script(bool, bool)’: ./Edit/Modify/edit_math.cpp:92: warning: deprecated conversion from string constant to ‘char*’ ./Edit/Modify/edit_math.cpp:92: warning: deprecated conversion from string constant to ‘char*’ ./Edit/Modify/edit_math.cpp:92: warning: deprecated conversion from string constant to ‘char*’ ./Edit/Modify/edit_math.cpp:97: warning: deprecated conversion from string constant to ‘char*’ ./Edit/Modify/edit_math.cpp:100: warning: deprecated conversion from string constant to ‘char*’ ./Edit/Modify/edit_math.cpp: In member function ‘virtual void edit_math_rep::make_fraction()’: ./Edit/Modify/edit_math.cpp:107: warning: deprecated conversion from string constant to ‘char*’ ./Edit/Modify/edit_math.cpp:108: warning: deprecated conversion from string constant to ‘char*’ ./Edit/Modify/edit_math.cpp:108: warning: deprecated conversion from string constant to ‘char*’ ./Edit/Modify/edit_math.cpp:111: warning: deprecated conversion from string constant to ‘char*’ ./Edit/Modify/edit_math.cpp:111: warning: deprecated conversion from string constant to ‘char*’ ./Edit/Modify/edit_math.cpp:112: warning: deprecated conversion from string constant to ‘char*’ ./Edit/Modify/edit_math.cpp:112: warning: deprecated conversion from string constant to ‘char*’ ./Edit/Modify/edit_math.cpp: In member function ‘virtual void edit_math_rep::make_sqrt()’: ./Edit/Modify/edit_math.cpp:121: warning: deprecated conversion from string constant to ‘char*’ ./Edit/Modify/edit_math.cpp:122: warning: deprecated conversion from string constant to ‘char*’ ./Edit/Modify/edit_math.cpp:122: warning: deprecated conversion from string constant to ‘char*’ ./Edit/Modify/edit_math.cpp: In member function ‘virtual void edit_math_rep::make_var_sqrt()’: ./Edit/Modify/edit_math.cpp:131: warning: deprecated conversion from string constant to ‘char*’ ./Edit/Modify/edit_math.cpp:132: warning: deprecated conversion from string constant to ‘char*’ ./Edit/Modify/edit_math.cpp:135: warning: deprecated conversion from string constant to ‘char*’ ./Edit/Modify/edit_math.cpp:135: warning: deprecated conversion from string constant to ‘char*’ ./Edit/Modify/edit_math.cpp:136: warning: deprecated conversion from string constant to ‘char*’ ./Edit/Modify/edit_math.cpp:136: warning: deprecated conversion from string constant to ‘char*’ ./Edit/Modify/edit_math.cpp: In member function ‘virtual void edit_math_rep::make_wide(string)’: ./Edit/Modify/edit_math.cpp:145: warning: deprecated conversion from string constant to ‘char*’ ./Edit/Modify/edit_math.cpp:146: warning: deprecated conversion from string constant to ‘char*’ ./Edit/Modify/edit_math.cpp:146: warning: deprecated conversion from string constant to ‘char*’ ./Edit/Modify/edit_math.cpp: In member function ‘virtual void edit_math_rep::make_wide_under(string)’: ./Edit/Modify/edit_math.cpp:155: warning: deprecated conversion from string constant to ‘char*’ ./Edit/Modify/edit_math.cpp:156: warning: deprecated conversion from string constant to ‘char*’ ./Edit/Modify/edit_math.cpp:156: warning: deprecated conversion from string constant to ‘char*’ ./Edit/Modify/edit_math.cpp: In member function ‘virtual void edit_math_rep::make_neg()’: ./Edit/Modify/edit_math.cpp:165: warning: deprecated conversion from string constant to ‘char*’ ./Edit/Modify/edit_math.cpp:166: warning: deprecated conversion from string constant to ‘char*’ ./Edit/Modify/edit_math.cpp:166: warning: deprecated conversion from string constant to ‘char*’ ./Edit/Modify/edit_math.cpp: In member function ‘virtual void edit_math_rep::back_prime(tree, path, bool)’: ./Edit/Modify/edit_math.cpp:182: warning: deprecated conversion from string constant to ‘char*’ ./Edit/Modify/edit_math.cpp:191: warning: deprecated conversion from string constant to ‘char*’ ./Edit/Modify/edit_math.cpp: In member function ‘virtual void edit_math_rep::back_in_wide(tree, path, bool)’: ./Edit/Modify/edit_math.cpp:203: warning: deprecated conversion from string constant to ‘char*’ ./Edit/Modify/edit_math.cpp: In member function ‘virtual void edit_math_rep::make_tree()’: ./Edit/Modify/edit_math.cpp:216: warning: deprecated conversion from string constant to ‘char*’ ./Edit/Modify/edit_math.cpp:218: warning: deprecated conversion from string constant to ‘char*’ ./Edit/Modify/edit_math.cpp:218: warning: deprecated conversion from string constant to ‘char*’ ./Edit/Modify/edit_math.cpp:219: warning: deprecated conversion from string constant to ‘char*’ ./Edit/Modify/edit_math.cpp:219: warning: deprecated conversion from string constant to ‘char*’ ./Edit/Modify/edit_math.cpp: In member function ‘virtual void edit_math_rep::back_in_tree(tree, path, bool)’: ./Edit/Modify/edit_math.cpp:227: warning: deprecated conversion from string constant to ‘char*’ ./Edit/Modify/edit_math.cpp:246: warning: deprecated conversion from string constant to ‘char*’ ./Edit/Modify/edit_math.cpp:246: warning: deprecated conversion from string constant to ‘char*’ ./Edit/Modify/edit_math.cpp:248: warning: deprecated conversion from string constant to ‘char*’ Classes/Compound/list.cpp: In function ‘T last_item(list) [with T = int]’: ./Edit/Modify/edit_math.cpp:40: instantiated from here Classes/Compound/list.cpp:84: warning: deprecated conversion from string constant to ‘char*’ Classes/Compound/list.cpp:84: warning: deprecated conversion from string constant to ‘char*’ Classes/Compound/list.cpp:84: warning: deprecated conversion from string constant to ‘char*’ x86_64-pc-linux-gnu-g++ -ISystem -ISystem/Boot -ISystem/Classes -ISystem/Files -ISystem/Link -ISystem/Misc -IClasses/Abstract -IClasses/Atomic -IClasses/Compound -IData/Drd -IData/String -IData/Tree -IData/Convert -IGuile -IResource -IWindow -ITypeset -ITypeset/Bridge -ITypeset/Concat -ITypeset/Page -IEdit -IPlugins -ITexmacs -IEdit/Editor -IEdit/Interface -IEdit/Modify -I/usr/include/freetype2 -pthread -Wall -Wno-return-type -O3 -fexpensive-optimizations -fno-rtti -fno-exceptions -c ./Edit/Modify/edit_modify.cpp -o Objects/edit_modify.o In file included from Classes/Compound/list.hpp:15, from Classes/Atomic/rectangles.hpp:16, from Typeset/boxes.hpp:17, from Typeset/typesetter.hpp:16, from Edit/editor.hpp:15, from ./Edit/Modify/edit_modify.hpp:15, from ./Edit/Modify/edit_modify.cpp:13: Classes/Atomic/tree.hpp: In function ‘string as_string(tree)’: Classes/Atomic/tree.hpp:216: warning: deprecated conversion from string constant to ‘char*’ Classes/Atomic/tree.hpp: In function ‘tree as_tree(T) [with T = void*]’: Classes/Atomic/tree.hpp:219: warning: deprecated conversion from string constant to ‘char*’ In file included from Window/ps_device.hpp:16, from Typeset/boxes.hpp:19, from Typeset/typesetter.hpp:16, from Edit/editor.hpp:15, from ./Edit/Modify/edit_modify.hpp:15, from ./Edit/Modify/edit_modify.cpp:13: System/Classes/url.hpp: In function ‘url url_none()’: System/Classes/url.hpp:62: warning: deprecated conversion from string constant to ‘char*’ System/Classes/url.hpp: In function ‘url url_here()’: System/Classes/url.hpp:63: warning: deprecated conversion from string constant to ‘char*’ System/Classes/url.hpp: In function ‘url url_parent()’: System/Classes/url.hpp:64: warning: deprecated conversion from string constant to ‘char*’ System/Classes/url.hpp: In function ‘url url_pwd()’: System/Classes/url.hpp:65: warning: deprecated conversion from string constant to ‘char*’ System/Classes/url.hpp: In function ‘bool is_none(url)’: System/Classes/url.hpp:81: warning: deprecated conversion from string constant to ‘char*’ System/Classes/url.hpp: In function ‘bool is_here(url)’: System/Classes/url.hpp:82: warning: deprecated conversion from string constant to ‘char*’ System/Classes/url.hpp: In function ‘bool is_parent(url)’: System/Classes/url.hpp:83: warning: deprecated conversion from string constant to ‘char*’ System/Classes/url.hpp: In function ‘bool is_concat(url)’: System/Classes/url.hpp:85: warning: deprecated conversion from string constant to ‘char*’ System/Classes/url.hpp: In function ‘bool is_or(url)’: System/Classes/url.hpp:86: warning: deprecated conversion from string constant to ‘char*’ System/Classes/url.hpp: In function ‘bool is_root(url)’: System/Classes/url.hpp:88: warning: deprecated conversion from string constant to ‘char*’ System/Classes/url.hpp: In function ‘bool is_root_web(url)’: System/Classes/url.hpp:92: warning: deprecated conversion from string constant to ‘char*’ System/Classes/url.hpp:92: warning: deprecated conversion from string constant to ‘char*’ System/Classes/url.hpp: In function ‘bool is_wildcard(url)’: System/Classes/url.hpp:93: warning: deprecated conversion from string constant to ‘char*’ System/Classes/url.hpp: In function ‘bool is_wildcard(url, int)’: System/Classes/url.hpp:95: warning: deprecated conversion from string constant to ‘char*’ In file included from Typeset/typesetter.hpp:17, from Edit/editor.hpp:15, from ./Edit/Modify/edit_modify.hpp:15, from ./Edit/Modify/edit_modify.cpp:13: Typeset/env.hpp: In member function ‘string edit_env_rep::get_string(string)’: Typeset/env.hpp:406: warning: deprecated conversion from string constant to ‘char*’ In file included from ./Edit/Modify/edit_modify.hpp:15, from ./Edit/Modify/edit_modify.cpp:13: Edit/editor.hpp: At global scope: Edit/editor.hpp:60: warning: deprecated conversion from string constant to ‘char*’ In file included from ./Edit/Modify/edit_modify.cpp:14: Texmacs/tm_buffer.hpp: In constructor ‘tm_buffer_rep::tm_buffer_rep(url)’: Texmacs/tm_buffer.hpp:59: warning: deprecated conversion from string constant to ‘char*’ Texmacs/tm_buffer.hpp:59: warning: deprecated conversion from string constant to ‘char*’ Texmacs/tm_buffer.hpp:59: warning: deprecated conversion from string constant to ‘char*’ Texmacs/tm_buffer.hpp:59: warning: deprecated conversion from string constant to ‘char*’ Texmacs/tm_buffer.hpp:59: warning: deprecated conversion from string constant to ‘char*’ Texmacs/tm_buffer.hpp:59: warning: deprecated conversion from string constant to ‘char*’ Texmacs/tm_buffer.hpp:59: warning: deprecated conversion from string constant to ‘char*’ Texmacs/tm_buffer.hpp:59: warning: deprecated conversion from string constant to ‘char*’ Texmacs/tm_buffer.hpp:59: warning: deprecated conversion from string constant to ‘char*’ Texmacs/tm_buffer.hpp:59: warning: deprecated conversion from string constant to ‘char*’ ./Edit/Modify/edit_modify.cpp: In member function ‘virtual void edit_modify_rep::assign(path, tree)’: ./Edit/Modify/edit_modify.cpp:50: warning: deprecated conversion from string constant to ‘char*’ ./Edit/Modify/edit_modify.cpp: In member function ‘virtual void edit_modify_rep::insert(path, tree)’: ./Edit/Modify/edit_modify.cpp:64: warning: deprecated conversion from string constant to ‘char*’ ./Edit/Modify/edit_modify.cpp: In member function ‘virtual void edit_modify_rep::remove(path, int)’: ./Edit/Modify/edit_modify.cpp:81: warning: deprecated conversion from string constant to ‘char*’ ./Edit/Modify/edit_modify.cpp:82: warning: deprecated conversion from string constant to ‘char*’ ./Edit/Modify/edit_modify.cpp: In member function ‘virtual void edit_modify_rep::split(path)’: ./Edit/Modify/edit_modify.cpp:96: warning: deprecated conversion from string constant to ‘char*’ ./Edit/Modify/edit_modify.cpp:96: warning: deprecated conversion from string constant to ‘char*’ ./Edit/Modify/edit_modify.cpp:96: warning: deprecated conversion from string constant to ‘char*’ ./Edit/Modify/edit_modify.cpp:100: warning: deprecated conversion from string constant to ‘char*’ ./Edit/Modify/edit_modify.cpp:100: warning: deprecated conversion from string constant to ‘char*’ ./Edit/Modify/edit_modify.cpp: In member function ‘virtual void edit_modify_rep::join(path)’: ./Edit/Modify/edit_modify.cpp:114: warning: deprecated conversion from string constant to ‘char*’ ./Edit/Modify/edit_modify.cpp:114: warning: deprecated conversion from string constant to ‘char*’ ./Edit/Modify/edit_modify.cpp:114: warning: deprecated conversion from string constant to ‘char*’ ./Edit/Modify/edit_modify.cpp:118: warning: deprecated conversion from string constant to ‘char*’ ./Edit/Modify/edit_modify.cpp:118: warning: deprecated conversion from string constant to ‘char*’ ./Edit/Modify/edit_modify.cpp:118: warning: deprecated conversion from string constant to ‘char*’ ./Edit/Modify/edit_modify.cpp:121: warning: deprecated conversion from string constant to ‘char*’ ./Edit/Modify/edit_modify.cpp:121: warning: deprecated conversion from string constant to ‘char*’ ./Edit/Modify/edit_modify.cpp: In member function ‘virtual void edit_modify_rep::insert_node(path, tree)’: ./Edit/Modify/edit_modify.cpp:135: warning: deprecated conversion from string constant to ‘char*’ ./Edit/Modify/edit_modify.cpp:135: warning: deprecated conversion from string constant to ‘char*’ ./Edit/Modify/edit_modify.cpp: In member function ‘virtual void edit_modify_rep::remove_node(path)’: ./Edit/Modify/edit_modify.cpp:151: warning: deprecated conversion from string constant to ‘char*’ ./Edit/Modify/edit_modify.cpp: In member function ‘virtual void edit_modify_rep::assign_node(path, tree_label)’: ./Edit/Modify/edit_modify.cpp:166: warning: deprecated conversion from string constant to ‘char*’ ./Edit/Modify/edit_modify.cpp: In function ‘tree encode(string, path, tree)’: ./Edit/Modify/edit_modify.cpp:269: warning: deprecated conversion from string constant to ‘char*’ ./Edit/Modify/edit_modify.cpp:272: warning: deprecated conversion from string constant to ‘char*’ ./Edit/Modify/edit_modify.cpp: In function ‘void decode(tree, string&, path&, tree&)’: ./Edit/Modify/edit_modify.cpp:281: warning: deprecated conversion from string constant to ‘char*’ ./Edit/Modify/edit_modify.cpp: In member function ‘void edit_modify_rep::notify_undo(string, path, tree)’: ./Edit/Modify/edit_modify.cpp:309: warning: deprecated conversion from string constant to ‘char*’ ./Edit/Modify/edit_modify.cpp:316: warning: deprecated conversion from string constant to ‘char*’ ./Edit/Modify/edit_modify.cpp:318: warning: deprecated conversion from string constant to ‘char*’ ./Edit/Modify/edit_modify.cpp:318: warning: deprecated conversion from string constant to ‘char*’ ./Edit/Modify/edit_modify.cpp:319: warning: deprecated conversion from string constant to ‘char*’ ./Edit/Modify/edit_modify.cpp:320: warning: deprecated conversion from string constant to ‘char*’ ./Edit/Modify/edit_modify.cpp:320: warning: deprecated conversion from string constant to ‘char*’ ./Edit/Modify/edit_modify.cpp:324: warning: deprecated conversion from string constant to ‘char*’ ./Edit/Modify/edit_modify.cpp: In member function ‘virtual void edit_modify_rep::remove_undo_mark()’: ./Edit/Modify/edit_modify.cpp:347: warning: deprecated conversion from string constant to ‘char*’ ./Edit/Modify/edit_modify.cpp:349: warning: deprecated conversion from string constant to ‘char*’ ./Edit/Modify/edit_modify.cpp:349: warning: deprecated conversion from string constant to ‘char*’ ./Edit/Modify/edit_modify.cpp:353: warning: deprecated conversion from string constant to ‘char*’ ./Edit/Modify/edit_modify.cpp: In member function ‘void edit_modify_rep::undo(bool)’: ./Edit/Modify/edit_modify.cpp:367: warning: deprecated conversion from string constant to ‘char*’ ./Edit/Modify/edit_modify.cpp:368: warning: deprecated conversion from string constant to ‘char*’ ./Edit/Modify/edit_modify.cpp:372: warning: deprecated conversion from string constant to ‘char*’ ./Edit/Modify/edit_modify.cpp:373: warning: deprecated conversion from string constant to ‘char*’ ./Edit/Modify/edit_modify.cpp:373: warning: deprecated conversion from string constant to ‘char*’ ./Edit/Modify/edit_modify.cpp:377: warning: deprecated conversion from string constant to ‘char*’ ./Edit/Modify/edit_modify.cpp:377: warning: deprecated conversion from string constant to ‘char*’ ./Edit/Modify/edit_modify.cpp:387: warning: deprecated conversion from string constant to ‘char*’ ./Edit/Modify/edit_modify.cpp:387: warning: deprecated conversion from string constant to ‘char*’ ./Edit/Modify/edit_modify.cpp:394: warning: deprecated conversion from string constant to ‘char*’ ./Edit/Modify/edit_modify.cpp:394: warning: deprecated conversion from string constant to ‘char*’ ./Edit/Modify/edit_modify.cpp:397: warning: deprecated conversion from string constant to ‘char*’ ./Edit/Modify/edit_modify.cpp: In member function ‘virtual void edit_modify_rep::forget_undo()’: ./Edit/Modify/edit_modify.cpp:403: warning: deprecated conversion from string constant to ‘char*’ ./Edit/Modify/edit_modify.cpp:403: warning: deprecated conversion from string constant to ‘char*’ ./Edit/Modify/edit_modify.cpp: In member function ‘virtual void edit_modify_rep::redo()’: ./Edit/Modify/edit_modify.cpp:421: warning: deprecated conversion from string constant to ‘char*’ ./Edit/Modify/edit_modify.cpp:422: warning: deprecated conversion from string constant to ‘char*’ ./Edit/Modify/edit_modify.cpp:422: warning: deprecated conversion from string constant to ‘char*’ ./Edit/Modify/edit_modify.cpp:426: warning: deprecated conversion from string constant to ‘char*’ ./Edit/Modify/edit_modify.cpp:426: warning: deprecated conversion from string constant to ‘char*’ ./Edit/Modify/edit_modify.cpp:437: warning: deprecated conversion from string constant to ‘char*’ ./Edit/Modify/edit_modify.cpp:437: warning: deprecated conversion from string constant to ‘char*’ ./Edit/Modify/edit_modify.cpp: In member function ‘void edit_modify_rep::perform_undo_redo(tree)’: ./Edit/Modify/edit_modify.cpp:446: warning: deprecated conversion from string constant to ‘char*’ ./Edit/Modify/edit_modify.cpp:450: warning: deprecated conversion from string constant to ‘char*’ ./Edit/Modify/edit_modify.cpp:455: warning: deprecated conversion from string constant to ‘char*’ ./Edit/Modify/edit_modify.cpp:466: warning: deprecated conversion from string constant to ‘char*’ ./Edit/Modify/edit_modify.cpp:473: warning: deprecated conversion from string constant to ‘char*’ ./Edit/Modify/edit_modify.cpp:488: warning: deprecated conversion from string constant to ‘char*’ ./Edit/Modify/edit_modify.cpp:495: warning: deprecated conversion from string constant to ‘char*’ ./Edit/Modify/edit_modify.cpp:506: warning: deprecated conversion from string constant to ‘char*’ Classes/Compound/list.cpp: In function ‘T last_item(list) [with T = int]’: ./Edit/Modify/edit_modify.cpp:70: instantiated from here Classes/Compound/list.cpp:84: warning: deprecated conversion from string constant to ‘char*’ Classes/Compound/list.cpp:84: warning: deprecated conversion from string constant to ‘char*’ Classes/Compound/list.cpp:84: warning: deprecated conversion from string constant to ‘char*’ x86_64-pc-linux-gnu-g++ -ISystem -ISystem/Boot -ISystem/Classes -ISystem/Files -ISystem/Link -ISystem/Misc -IClasses/Abstract -IClasses/Atomic -IClasses/Compound -IData/Drd -IData/String -IData/Tree -IData/Convert -IGuile -IResource -IWindow -ITypeset -ITypeset/Bridge -ITypeset/Concat -ITypeset/Page -IEdit -IPlugins -ITexmacs -IEdit/Editor -IEdit/Interface -IEdit/Modify -I/usr/include/freetype2 -pthread -Wall -Wno-return-type -O3 -fexpensive-optimizations -fno-rtti -fno-exceptions -c ./Edit/Interface/edit_mouse.cpp -o Objects/edit_mouse.o In file included from Classes/Compound/list.hpp:15, from Classes/Atomic/rectangles.hpp:16, from Typeset/boxes.hpp:17, from Typeset/typesetter.hpp:16, from Edit/editor.hpp:15, from ./Edit/Interface/edit_interface.hpp:15, from ./Edit/Interface/edit_mouse.cpp:13: Classes/Atomic/tree.hpp: In function ‘string as_string(tree)’: Classes/Atomic/tree.hpp:216: warning: deprecated conversion from string constant to ‘char*’ Classes/Atomic/tree.hpp: In function ‘tree as_tree(T) [with T = void*]’: Classes/Atomic/tree.hpp:219: warning: deprecated conversion from string constant to ‘char*’ In file included from Window/ps_device.hpp:16, from Typeset/boxes.hpp:19, from Typeset/typesetter.hpp:16, from Edit/editor.hpp:15, from ./Edit/Interface/edit_interface.hpp:15, from ./Edit/Interface/edit_mouse.cpp:13: System/Classes/url.hpp: In function ‘url url_none()’: System/Classes/url.hpp:62: warning: deprecated conversion from string constant to ‘char*’ System/Classes/url.hpp: In function ‘url url_here()’: System/Classes/url.hpp:63: warning: deprecated conversion from string constant to ‘char*’ System/Classes/url.hpp: In function ‘url url_parent()’: System/Classes/url.hpp:64: warning: deprecated conversion from string constant to ‘char*’ System/Classes/url.hpp: In function ‘url url_pwd()’: System/Classes/url.hpp:65: warning: deprecated conversion from string constant to ‘char*’ System/Classes/url.hpp: In function ‘bool is_none(url)’: System/Classes/url.hpp:81: warning: deprecated conversion from string constant to ‘char*’ System/Classes/url.hpp: In function ‘bool is_here(url)’: System/Classes/url.hpp:82: warning: deprecated conversion from string constant to ‘char*’ System/Classes/url.hpp: In function ‘bool is_parent(url)’: System/Classes/url.hpp:83: warning: deprecated conversion from string constant to ‘char*’ System/Classes/url.hpp: In function ‘bool is_concat(url)’: System/Classes/url.hpp:85: warning: deprecated conversion from string constant to ‘char*’ System/Classes/url.hpp: In function ‘bool is_or(url)’: System/Classes/url.hpp:86: warning: deprecated conversion from string constant to ‘char*’ System/Classes/url.hpp: In function ‘bool is_root(url)’: System/Classes/url.hpp:88: warning: deprecated conversion from string constant to ‘char*’ System/Classes/url.hpp: In function ‘bool is_root_web(url)’: System/Classes/url.hpp:92: warning: deprecated conversion from string constant to ‘char*’ System/Classes/url.hpp:92: warning: deprecated conversion from string constant to ‘char*’ System/Classes/url.hpp: In function ‘bool is_wildcard(url)’: System/Classes/url.hpp:93: warning: deprecated conversion from string constant to ‘char*’ System/Classes/url.hpp: In function ‘bool is_wildcard(url, int)’: System/Classes/url.hpp:95: warning: deprecated conversion from string constant to ‘char*’ In file included from Typeset/typesetter.hpp:17, from Edit/editor.hpp:15, from ./Edit/Interface/edit_interface.hpp:15, from ./Edit/Interface/edit_mouse.cpp:13: Typeset/env.hpp: In member function ‘string edit_env_rep::get_string(string)’: Typeset/env.hpp:406: warning: deprecated conversion from string constant to ‘char*’ In file included from ./Edit/Interface/edit_interface.hpp:15, from ./Edit/Interface/edit_mouse.cpp:13: Edit/editor.hpp: At global scope: Edit/editor.hpp:60: warning: deprecated conversion from string constant to ‘char*’ In file included from ./Edit/Interface/edit_mouse.cpp:14: Texmacs/tm_buffer.hpp: In constructor ‘tm_buffer_rep::tm_buffer_rep(url)’: Texmacs/tm_buffer.hpp:59: warning: deprecated conversion from string constant to ‘char*’ Texmacs/tm_buffer.hpp:59: warning: deprecated conversion from string constant to ‘char*’ Texmacs/tm_buffer.hpp:59: warning: deprecated conversion from string constant to ‘char*’ Texmacs/tm_buffer.hpp:59: warning: deprecated conversion from string constant to ‘char*’ Texmacs/tm_buffer.hpp:59: warning: deprecated conversion from string constant to ‘char*’ Texmacs/tm_buffer.hpp:59: warning: deprecated conversion from string constant to ‘char*’ Texmacs/tm_buffer.hpp:59: warning: deprecated conversion from string constant to ‘char*’ Texmacs/tm_buffer.hpp:59: warning: deprecated conversion from string constant to ‘char*’ Texmacs/tm_buffer.hpp:59: warning: deprecated conversion from string constant to ‘char*’ Texmacs/tm_buffer.hpp:59: warning: deprecated conversion from string constant to ‘char*’ ./Edit/Interface/edit_mouse.cpp: In member function ‘virtual void edit_interface_rep::mouse_any(string, SI, SI, time_t)’: ./Edit/Interface/edit_mouse.cpp:26: warning: deprecated conversion from string constant to ‘char*’ ./Edit/Interface/edit_mouse.cpp:27: warning: deprecated conversion from string constant to ‘char*’ ./Edit/Interface/edit_mouse.cpp:28: warning: deprecated conversion from string constant to ‘char*’ ./Edit/Interface/edit_mouse.cpp:28: warning: deprecated conversion from string constant to ‘char*’ ./Edit/Interface/edit_mouse.cpp:28: warning: deprecated conversion from string constant to ‘char*’ ./Edit/Interface/edit_mouse.cpp:30: warning: deprecated conversion from string constant to ‘char*’ ./Edit/Interface/edit_mouse.cpp:39: warning: deprecated conversion from string constant to ‘char*’ ./Edit/Interface/edit_mouse.cpp:43: warning: deprecated conversion from string constant to ‘char*’ ./Edit/Interface/edit_mouse.cpp:45: warning: deprecated conversion from string constant to ‘char*’ ./Edit/Interface/edit_mouse.cpp:48: warning: deprecated conversion from string constant to ‘char*’ ./Edit/Interface/edit_mouse.cpp:49: warning: deprecated conversion from string constant to ‘char*’ ./Edit/Interface/edit_mouse.cpp:53: warning: deprecated conversion from string constant to ‘char*’ ./Edit/Interface/edit_mouse.cpp:54: warning: deprecated conversion from string constant to ‘char*’ ./Edit/Interface/edit_mouse.cpp:55: warning: deprecated conversion from string constant to ‘char*’ ./Edit/Interface/edit_mouse.cpp:56: warning: deprecated conversion from string constant to ‘char*’ ./Edit/Interface/edit_mouse.cpp:58: warning: deprecated conversion from string constant to ‘char*’ ./Edit/Interface/edit_mouse.cpp:59: warning: deprecated conversion from string constant to ‘char*’ ./Edit/Interface/edit_mouse.cpp:63: warning: deprecated conversion from string constant to ‘char*’ ./Edit/Interface/edit_mouse.cpp:64: warning: deprecated conversion from string constant to ‘char*’ ./Edit/Interface/edit_mouse.cpp:65: warning: deprecated conversion from string constant to ‘char*’ ./Edit/Interface/edit_mouse.cpp:66: warning: deprecated conversion from string constant to ‘char*’ ./Edit/Interface/edit_mouse.cpp:68: warning: deprecated conversion from string constant to ‘char*’ ./Edit/Interface/edit_mouse.cpp:70: warning: deprecated conversion from string constant to ‘char*’ ./Edit/Interface/edit_mouse.cpp:74: warning: deprecated conversion from string constant to ‘char*’ ./Edit/Interface/edit_mouse.cpp:77: warning: deprecated conversion from string constant to ‘char*’ ./Edit/Interface/edit_mouse.cpp:78: warning: deprecated conversion from string constant to ‘char*’ ./Edit/Interface/edit_mouse.cpp:82: warning: deprecated conversion from string constant to ‘char*’ ./Edit/Interface/edit_mouse.cpp:82: warning: deprecated conversion from string constant to ‘char*’ ./Edit/Interface/edit_mouse.cpp:95: warning: deprecated conversion from string constant to ‘char*’ ./Edit/Interface/edit_mouse.cpp:96: warning: deprecated conversion from string constant to ‘char*’ ./Edit/Interface/edit_mouse.cpp:97: warning: deprecated conversion from string constant to ‘char*’ ./Edit/Interface/edit_mouse.cpp:98: warning: deprecated conversion from string constant to ‘char*’ ./Edit/Interface/edit_mouse.cpp:100: warning: deprecated conversion from string constant to ‘char*’ ./Edit/Interface/edit_mouse.cpp:101: warning: deprecated conversion from string constant to ‘char*’ ./Edit/Interface/edit_mouse.cpp:102: warning: deprecated conversion from string constant to ‘char*’ ./Edit/Interface/edit_mouse.cpp:103: warning: deprecated conversion from string constant to ‘char*’ ./Edit/Interface/edit_mouse.cpp: In member function ‘virtual void edit_interface_rep::mouse_click(SI, SI)’: ./Edit/Interface/edit_mouse.cpp:113: warning: deprecated conversion from string constant to ‘char*’ ./Edit/Interface/edit_mouse.cpp:113: warning: deprecated conversion from string constant to ‘char*’ ./Edit/Interface/edit_mouse.cpp: In member function ‘virtual bool edit_interface_rep::mouse_extra_click(SI, SI)’: ./Edit/Interface/edit_mouse.cpp:128: warning: deprecated conversion from string constant to ‘char*’ ./Edit/Interface/edit_mouse.cpp:135: warning: deprecated conversion from string constant to ‘char*’ ./Edit/Interface/edit_mouse.cpp:139: warning: deprecated conversion from string constant to ‘char*’ ./Edit/Interface/edit_mouse.cpp:147: warning: deprecated conversion from string constant to ‘char*’ ./Edit/Interface/edit_mouse.cpp:147: warning: deprecated conversion from string constant to ‘char*’ ./Edit/Interface/edit_mouse.cpp: In member function ‘virtual void edit_interface_rep::mouse_drag(SI, SI)’: ./Edit/Interface/edit_mouse.cpp:159: warning: deprecated conversion from string constant to ‘char*’ ./Edit/Interface/edit_mouse.cpp:159: warning: deprecated conversion from string constant to ‘char*’ ./Edit/Interface/edit_mouse.cpp: In member function ‘virtual void edit_interface_rep::mouse_select(SI, SI)’: ./Edit/Interface/edit_mouse.cpp:178: warning: deprecated conversion from string constant to ‘char*’ ./Edit/Interface/edit_mouse.cpp:178: warning: deprecated conversion from string constant to ‘char*’ ./Edit/Interface/edit_mouse.cpp:189: warning: deprecated conversion from string constant to ‘char*’ ./Edit/Interface/edit_mouse.cpp:193: warning: deprecated conversion from string constant to ‘char*’ ./Edit/Interface/edit_mouse.cpp:196: warning: deprecated conversion from string constant to ‘char*’ ./Edit/Interface/edit_mouse.cpp: In member function ‘virtual void edit_interface_rep::mouse_paste(SI, SI)’: ./Edit/Interface/edit_mouse.cpp:201: warning: deprecated conversion from string constant to ‘char*’ ./Edit/Interface/edit_mouse.cpp:201: warning: deprecated conversion from string constant to ‘char*’ ./Edit/Interface/edit_mouse.cpp:202: warning: deprecated conversion from string constant to ‘char*’ ./Edit/Interface/edit_mouse.cpp:203: warning: deprecated conversion from string constant to ‘char*’ ./Edit/Interface/edit_mouse.cpp: In member function ‘virtual void edit_interface_rep::mouse_adjust(SI, SI)’: ./Edit/Interface/edit_mouse.cpp:208: warning: deprecated conversion from string constant to ‘char*’ ./Edit/Interface/edit_mouse.cpp:208: warning: deprecated conversion from string constant to ‘char*’ ./Edit/Interface/edit_mouse.cpp:215: warning: deprecated conversion from string constant to ‘char*’ ./Edit/Interface/edit_mouse.cpp:220: warning: deprecated conversion from string constant to ‘char*’ ./Edit/Interface/edit_mouse.cpp: In member function ‘virtual void edit_interface_rep::mouse_scroll(SI, SI, bool)’: ./Edit/Interface/edit_mouse.cpp:228: warning: deprecated conversion from string constant to ‘char*’ ./Edit/Interface/edit_mouse.cpp:228: warning: deprecated conversion from string constant to ‘char*’ ./Edit/Interface/edit_mouse.cpp:229: warning: deprecated conversion from string constant to ‘char*’ Classes/Compound/list.cpp: In function ‘T last_item(list) [with T = int]’: ./Edit/Interface/edit_mouse.cpp:133: instantiated from here Classes/Compound/list.cpp:84: warning: deprecated conversion from string constant to ‘char*’ Classes/Compound/list.cpp:84: warning: deprecated conversion from string constant to ‘char*’ Classes/Compound/list.cpp:84: warning: deprecated conversion from string constant to ‘char*’ x86_64-pc-linux-gnu-g++ -ISystem -ISystem/Boot -ISystem/Classes -ISystem/Files -ISystem/Link -ISystem/Misc -IClasses/Abstract -IClasses/Atomic -IClasses/Compound -IData/Drd -IData/String -IData/Tree -IData/Convert -IGuile -IResource -IWindow -ITypeset -ITypeset/Bridge -ITypeset/Concat -ITypeset/Page -IEdit -IPlugins -ITexmacs -IEdit/Editor -IEdit/Interface -IEdit/Modify -I/usr/include/freetype2 -pthread -Wall -Wno-return-type -O3 -fexpensive-optimizations -fno-rtti -fno-exceptions -c ./Edit/Interface/edit_repaint.cpp -o Objects/edit_repaint.o In file included from Classes/Compound/list.hpp:15, from Classes/Atomic/rectangles.hpp:16, from Typeset/boxes.hpp:17, from Typeset/typesetter.hpp:16, from Edit/editor.hpp:15, from Edit/Interface/edit_interface.hpp:15, from ./Edit/Interface/edit_repaint.cpp:13: Classes/Atomic/tree.hpp: In function ‘string as_string(tree)’: Classes/Atomic/tree.hpp:216: warning: deprecated conversion from string constant to ‘char*’ Classes/Atomic/tree.hpp: In function ‘tree as_tree(T) [with T = void*]’: Classes/Atomic/tree.hpp:219: warning: deprecated conversion from string constant to ‘char*’ In file included from Window/ps_device.hpp:16, from Typeset/boxes.hpp:19, from Typeset/typesetter.hpp:16, from Edit/editor.hpp:15, from Edit/Interface/edit_interface.hpp:15, from ./Edit/Interface/edit_repaint.cpp:13: System/Classes/url.hpp: In function ‘url url_none()’: System/Classes/url.hpp:62: warning: deprecated conversion from string constant to ‘char*’ System/Classes/url.hpp: In function ‘url url_here()’: System/Classes/url.hpp:63: warning: deprecated conversion from string constant to ‘char*’ System/Classes/url.hpp: In function ‘url url_parent()’: System/Classes/url.hpp:64: warning: deprecated conversion from string constant to ‘char*’ System/Classes/url.hpp: In function ‘url url_pwd()’: System/Classes/url.hpp:65: warning: deprecated conversion from string constant to ‘char*’ System/Classes/url.hpp: In function ‘bool is_none(url)’: System/Classes/url.hpp:81: warning: deprecated conversion from string constant to ‘char*’ System/Classes/url.hpp: In function ‘bool is_here(url)’: System/Classes/url.hpp:82: warning: deprecated conversion from string constant to ‘char*’ System/Classes/url.hpp: In function ‘bool is_parent(url)’: System/Classes/url.hpp:83: warning: deprecated conversion from string constant to ‘char*’ System/Classes/url.hpp: In function ‘bool is_concat(url)’: System/Classes/url.hpp:85: warning: deprecated conversion from string constant to ‘char*’ System/Classes/url.hpp: In function ‘bool is_or(url)’: System/Classes/url.hpp:86: warning: deprecated conversion from string constant to ‘char*’ System/Classes/url.hpp: In function ‘bool is_root(url)’: System/Classes/url.hpp:88: warning: deprecated conversion from string constant to ‘char*’ System/Classes/url.hpp: In function ‘bool is_root_web(url)’: System/Classes/url.hpp:92: warning: deprecated conversion from string constant to ‘char*’ System/Classes/url.hpp:92: warning: deprecated conversion from string constant to ‘char*’ System/Classes/url.hpp: In function ‘bool is_wildcard(url)’: System/Classes/url.hpp:93: warning: deprecated conversion from string constant to ‘char*’ System/Classes/url.hpp: In function ‘bool is_wildcard(url, int)’: System/Classes/url.hpp:95: warning: deprecated conversion from string constant to ‘char*’ In file included from Typeset/typesetter.hpp:17, from Edit/editor.hpp:15, from Edit/Interface/edit_interface.hpp:15, from ./Edit/Interface/edit_repaint.cpp:13: Typeset/env.hpp: In member function ‘string edit_env_rep::get_string(string)’: Typeset/env.hpp:406: warning: deprecated conversion from string constant to ‘char*’ In file included from Edit/Interface/edit_interface.hpp:15, from ./Edit/Interface/edit_repaint.cpp:13: Edit/editor.hpp: At global scope: Edit/editor.hpp:60: warning: deprecated conversion from string constant to ‘char*’ ./Edit/Interface/edit_repaint.cpp: In member function ‘void edit_interface_rep::draw_cursor(ps_device_rep*)’: ./Edit/Interface/edit_repaint.cpp:58: warning: deprecated conversion from string constant to ‘char*’ ./Edit/Interface/edit_repaint.cpp:58: warning: deprecated conversion from string constant to ‘char*’ ./Edit/Interface/edit_repaint.cpp:62: warning: deprecated conversion from string constant to ‘char*’ ./Edit/Interface/edit_repaint.cpp:66: warning: deprecated conversion from string constant to ‘char*’ ./Edit/Interface/edit_repaint.cpp:71: warning: deprecated conversion from string constant to ‘char*’ ./Edit/Interface/edit_repaint.cpp:76: warning: deprecated conversion from string constant to ‘char*’ ./Edit/Interface/edit_repaint.cpp:77: warning: deprecated conversion from string constant to ‘char*’ ./Edit/Interface/edit_repaint.cpp:81: warning: deprecated conversion from string constant to ‘char*’ ./Edit/Interface/edit_repaint.cpp: In member function ‘void edit_interface_rep::draw_surround(ps_device_rep*, rectangle)’: ./Edit/Interface/edit_repaint.cpp:92: warning: deprecated conversion from string constant to ‘char*’ ./Edit/Interface/edit_repaint.cpp:92: warning: deprecated conversion from string constant to ‘char*’ ./Edit/Interface/edit_repaint.cpp:95: warning: deprecated conversion from string constant to ‘char*’ ./Edit/Interface/edit_repaint.cpp: In member function ‘void edit_interface_rep::draw_graphics(ps_device_rep*)’: ./Edit/Interface/edit_repaint.cpp:129: warning: deprecated conversion from string constant to ‘char*’ ./Edit/Interface/edit_repaint.cpp:131: warning: deprecated conversion from string constant to ‘char*’ ./Edit/Interface/edit_repaint.cpp:132: warning: deprecated conversion from string constant to ‘char*’ ./Edit/Interface/edit_repaint.cpp:133: warning: deprecated conversion from string constant to ‘char*’ ./Edit/Interface/edit_repaint.cpp:140: warning: deprecated conversion from string constant to ‘char*’ ./Edit/Interface/edit_repaint.cpp:156: warning: deprecated conversion from string constant to ‘char*’ ./Edit/Interface/edit_repaint.cpp: In member function ‘virtual void edit_interface_rep::handle_repaint(repaint_event)’: ./Edit/Interface/edit_repaint.cpp:295: warning: deprecated conversion from string constant to ‘char*’ ./Edit/Interface/edit_repaint.cpp:295: warning: deprecated conversion from string constant to ‘char*’ x86_64-pc-linux-gnu-g++ -ISystem -ISystem/Boot -ISystem/Classes -ISystem/Files -ISystem/Link -ISystem/Misc -IClasses/Abstract -IClasses/Atomic -IClasses/Compound -IData/Drd -IData/String -IData/Tree -IData/Convert -IGuile -IResource -IWindow -ITypeset -ITypeset/Bridge -ITypeset/Concat -ITypeset/Page -IEdit -IPlugins -ITexmacs -IEdit/Editor -IEdit/Interface -IEdit/Modify -I/usr/include/freetype2 -pthread -Wall -Wno-return-type -O3 -fexpensive-optimizations -fno-rtti -fno-exceptions -c ./Edit/Replace/edit_search.cpp -o Objects/edit_search.o In file included from Classes/Compound/list.hpp:15, from Classes/Atomic/rectangles.hpp:16, from Typeset/boxes.hpp:17, from Typeset/typesetter.hpp:16, from Edit/editor.hpp:15, from Edit/Replace/edit_replace.hpp:15, from ./Edit/Replace/edit_search.cpp:13: Classes/Atomic/tree.hpp: In function ‘string as_string(tree)’: Classes/Atomic/tree.hpp:216: warning: deprecated conversion from string constant to ‘char*’ Classes/Atomic/tree.hpp: In function ‘tree as_tree(T) [with T = void*]’: Classes/Atomic/tree.hpp:219: warning: deprecated conversion from string constant to ‘char*’ In file included from Window/ps_device.hpp:16, from Typeset/boxes.hpp:19, from Typeset/typesetter.hpp:16, from Edit/editor.hpp:15, from Edit/Replace/edit_replace.hpp:15, from ./Edit/Replace/edit_search.cpp:13: System/Classes/url.hpp: In function ‘url url_none()’: System/Classes/url.hpp:62: warning: deprecated conversion from string constant to ‘char*’ System/Classes/url.hpp: In function ‘url url_here()’: System/Classes/url.hpp:63: warning: deprecated conversion from string constant to ‘char*’ System/Classes/url.hpp: In function ‘url url_parent()’: System/Classes/url.hpp:64: warning: deprecated conversion from string constant to ‘char*’ System/Classes/url.hpp: In function ‘url url_pwd()’: System/Classes/url.hpp:65: warning: deprecated conversion from string constant to ‘char*’ System/Classes/url.hpp: In function ‘bool is_none(url)’: System/Classes/url.hpp:81: warning: deprecated conversion from string constant to ‘char*’ System/Classes/url.hpp: In function ‘bool is_here(url)’: System/Classes/url.hpp:82: warning: deprecated conversion from string constant to ‘char*’ System/Classes/url.hpp: In function ‘bool is_parent(url)’: System/Classes/url.hpp:83: warning: deprecated conversion from string constant to ‘char*’ System/Classes/url.hpp: In function ‘bool is_concat(url)’: System/Classes/url.hpp:85: warning: deprecated conversion from string constant to ‘char*’ System/Classes/url.hpp: In function ‘bool is_or(url)’: System/Classes/url.hpp:86: warning: deprecated conversion from string constant to ‘char*’ System/Classes/url.hpp: In function ‘bool is_root(url)’: System/Classes/url.hpp:88: warning: deprecated conversion from string constant to ‘char*’ System/Classes/url.hpp: In function ‘bool is_root_web(url)’: System/Classes/url.hpp:92: warning: deprecated conversion from string constant to ‘char*’ System/Classes/url.hpp:92: warning: deprecated conversion from string constant to ‘char*’ System/Classes/url.hpp: In function ‘bool is_wildcard(url)’: System/Classes/url.hpp:93: warning: deprecated conversion from string constant to ‘char*’ System/Classes/url.hpp: In function ‘bool is_wildcard(url, int)’: System/Classes/url.hpp:95: warning: deprecated conversion from string constant to ‘char*’ In file included from Typeset/typesetter.hpp:17, from Edit/editor.hpp:15, from Edit/Replace/edit_replace.hpp:15, from ./Edit/Replace/edit_search.cpp:13: Typeset/env.hpp: In member function ‘string edit_env_rep::get_string(string)’: Typeset/env.hpp:406: warning: deprecated conversion from string constant to ‘char*’ In file included from Edit/Replace/edit_replace.hpp:15, from ./Edit/Replace/edit_search.cpp:13: Edit/editor.hpp: At global scope: Edit/editor.hpp:60: warning: deprecated conversion from string constant to ‘char*’ ./Edit/Replace/edit_search.cpp: In member function ‘virtual string edit_replace_rep::inside_which(tree)’: ./Edit/Replace/edit_search.cpp:95: warning: deprecated conversion from string constant to ‘char*’ ./Edit/Replace/edit_search.cpp: In function ‘bool test_match(tree, tree)’: ./Edit/Replace/edit_search.cpp:182: warning: deprecated conversion from string constant to ‘char*’ ./Edit/Replace/edit_search.cpp: In member function ‘path edit_replace_rep::test_sub(path, tree)’: ./Edit/Replace/edit_search.cpp:204: warning: deprecated conversion from string constant to ‘char*’ ./Edit/Replace/edit_search.cpp: In member function ‘void edit_replace_rep::next_match(bool)’: ./Edit/Replace/edit_search.cpp:369: warning: deprecated conversion from string constant to ‘char*’ ./Edit/Replace/edit_search.cpp:369: warning: deprecated conversion from string constant to ‘char*’ ./Edit/Replace/edit_search.cpp: In member function ‘virtual void edit_replace_rep::search_start(bool)’: ./Edit/Replace/edit_search.cpp:383: warning: deprecated conversion from string constant to ‘char*’ ./Edit/Replace/edit_search.cpp:384: warning: deprecated conversion from string constant to ‘char*’ ./Edit/Replace/edit_search.cpp:390: warning: deprecated conversion from string constant to ‘char*’ ./Edit/Replace/edit_search.cpp:392: warning: deprecated conversion from string constant to ‘char*’ ./Edit/Replace/edit_search.cpp:394: warning: deprecated conversion from string constant to ‘char*’ ./Edit/Replace/edit_search.cpp: In member function ‘void edit_replace_rep::search_next(bool)’: ./Edit/Replace/edit_search.cpp:399: warning: deprecated conversion from string constant to ‘char*’ ./Edit/Replace/edit_search.cpp:400: warning: deprecated conversion from string constant to ‘char*’ ./Edit/Replace/edit_search.cpp:402: warning: deprecated conversion from string constant to ‘char*’ ./Edit/Replace/edit_search.cpp:406: warning: deprecated conversion from string constant to ‘char*’ ./Edit/Replace/edit_search.cpp:409: warning: deprecated conversion from string constant to ‘char*’ ./Edit/Replace/edit_search.cpp: In member function ‘void edit_replace_rep::search_stop()’: ./Edit/Replace/edit_search.cpp:423: warning: deprecated conversion from string constant to ‘char*’ ./Edit/Replace/edit_search.cpp:425: warning: deprecated conversion from string constant to ‘char*’ ./Edit/Replace/edit_search.cpp:426: warning: deprecated conversion from string constant to ‘char*’ ./Edit/Replace/edit_search.cpp: In member function ‘virtual bool edit_replace_rep::search_keypress(string)’: ./Edit/Replace/edit_search.cpp:442: warning: deprecated conversion from string constant to ‘char*’ ./Edit/Replace/edit_search.cpp:442: warning: deprecated conversion from string constant to ‘char*’ ./Edit/Replace/edit_search.cpp:443: warning: deprecated conversion from string constant to ‘char*’ ./Edit/Replace/edit_search.cpp:443: warning: deprecated conversion from string constant to ‘char*’ ./Edit/Replace/edit_search.cpp:444: warning: deprecated conversion from string constant to ‘char*’ ./Edit/Replace/edit_search.cpp:444: warning: deprecated conversion from string constant to ‘char*’ ./Edit/Replace/edit_search.cpp:445: warning: deprecated conversion from string constant to ‘char*’ ./Edit/Replace/edit_search.cpp:445: warning: deprecated conversion from string constant to ‘char*’ ./Edit/Replace/edit_search.cpp:450: warning: deprecated conversion from string constant to ‘char*’ ./Edit/Replace/edit_search.cpp:450: warning: deprecated conversion from string constant to ‘char*’ ./Edit/Replace/edit_search.cpp:452: warning: deprecated conversion from string constant to ‘char*’ ./Edit/Replace/edit_search.cpp:452: warning: deprecated conversion from string constant to ‘char*’ ./Edit/Replace/edit_search.cpp:453: warning: deprecated conversion from string constant to ‘char*’ ./Edit/Replace/edit_search.cpp:453: warning: deprecated conversion from string constant to ‘char*’ ./Edit/Replace/edit_search.cpp:454: warning: deprecated conversion from string constant to ‘char*’ ./Edit/Replace/edit_search.cpp:454: warning: deprecated conversion from string constant to ‘char*’ ./Edit/Replace/edit_search.cpp:455: warning: deprecated conversion from string constant to ‘char*’ ./Edit/Replace/edit_search.cpp:456: warning: deprecated conversion from string constant to ‘char*’ ./Edit/Replace/edit_search.cpp:457: warning: deprecated conversion from string constant to ‘char*’ ./Edit/Replace/edit_search.cpp:458: warning: deprecated conversion from string constant to ‘char*’ ./Edit/Replace/edit_search.cpp:461: warning: deprecated conversion from string constant to ‘char*’ ./Edit/Replace/edit_search.cpp:463: warning: deprecated conversion from string constant to ‘char*’ ./Edit/Replace/edit_search.cpp:465: warning: deprecated conversion from string constant to ‘char*’ ./Edit/Replace/edit_search.cpp:465: warning: deprecated conversion from string constant to ‘char*’ ./Edit/Replace/edit_search.cpp:480: warning: deprecated conversion from string constant to ‘char*’ ./Edit/Replace/edit_search.cpp:480: warning: deprecated conversion from string constant to ‘char*’ ./Edit/Replace/edit_search.cpp:488: warning: deprecated conversion from string constant to ‘char*’ ./Edit/Replace/edit_search.cpp:492: warning: deprecated conversion from string constant to ‘char*’ ./Edit/Replace/edit_search.cpp:492: warning: deprecated conversion from string constant to ‘char*’ ./Edit/Replace/edit_search.cpp: In member function ‘virtual void edit_replace_rep::replace_start(tree, tree, bool)’: ./Edit/Replace/edit_search.cpp:519: warning: deprecated conversion from string constant to ‘char*’ ./Edit/Replace/edit_search.cpp:520: warning: deprecated conversion from string constant to ‘char*’ ./Edit/Replace/edit_search.cpp:521: warning: deprecated conversion from string constant to ‘char*’ ./Edit/Replace/edit_search.cpp:522: warning: deprecated conversion from string constant to ‘char*’ ./Edit/Replace/edit_search.cpp:526: warning: deprecated conversion from string constant to ‘char*’ ./Edit/Replace/edit_search.cpp:527: warning: deprecated conversion from string constant to ‘char*’ ./Edit/Replace/edit_search.cpp:528: warning: deprecated conversion from string constant to ‘char*’ ./Edit/Replace/edit_search.cpp: In member function ‘void edit_replace_rep::replace_next()’: ./Edit/Replace/edit_search.cpp:538: warning: deprecated conversion from string constant to ‘char*’ ./Edit/Replace/edit_search.cpp:539: warning: deprecated conversion from string constant to ‘char*’ ./Edit/Replace/edit_search.cpp:543: warning: deprecated conversion from string constant to ‘char*’ ./Edit/Replace/edit_search.cpp:543: warning: deprecated conversion from string constant to ‘char*’ ./Edit/Replace/edit_search.cpp:544: warning: deprecated conversion from string constant to ‘char*’ ./Edit/Replace/edit_search.cpp:545: warning: deprecated conversion from string constant to ‘char*’ ./Edit/Replace/edit_search.cpp:550: warning: deprecated conversion from string constant to ‘char*’ ./Edit/Replace/edit_search.cpp: In member function ‘virtual bool edit_replace_rep::replace_keypress(string)’: ./Edit/Replace/edit_search.cpp:555: warning: deprecated conversion from string constant to ‘char*’ ./Edit/Replace/edit_search.cpp:555: warning: deprecated conversion from string constant to ‘char*’ ./Edit/Replace/edit_search.cpp:555: warning: deprecated conversion from string constant to ‘char*’ ./Edit/Replace/edit_search.cpp:557: warning: deprecated conversion from string constant to ‘char*’ ./Edit/Replace/edit_search.cpp:565: warning: deprecated conversion from string constant to ‘char*’ ./Edit/Replace/edit_search.cpp:569: warning: deprecated conversion from string constant to ‘char*’ ./Edit/Replace/edit_search.cpp:569: warning: deprecated conversion from string constant to ‘char*’ Classes/Compound/list.cpp: In function ‘T last_item(list) [with T = int]’: ./Edit/Replace/edit_search.cpp:65: instantiated from here Classes/Compound/list.cpp:84: warning: deprecated conversion from string constant to ‘char*’ Classes/Compound/list.cpp:84: warning: deprecated conversion from string constant to ‘char*’ Classes/Compound/list.cpp:84: warning: deprecated conversion from string constant to ‘char*’ x86_64-pc-linux-gnu-g++ -ISystem -ISystem/Boot -ISystem/Classes -ISystem/Files -ISystem/Link -ISystem/Misc -IClasses/Abstract -IClasses/Atomic -IClasses/Compound -IData/Drd -IData/String -IData/Tree -IData/Convert -IGuile -IResource -IWindow -ITypeset -ITypeset/Bridge -ITypeset/Concat -ITypeset/Page -IEdit -IPlugins -ITexmacs -IEdit/Editor -IEdit/Interface -IEdit/Modify -I/usr/include/freetype2 -pthread -Wall -Wno-return-type -O3 -fexpensive-optimizations -fno-rtti -fno-exceptions -c ./Edit/Replace/edit_select.cpp -o Objects/edit_select.o In file included from Classes/Compound/list.hpp:15, from Classes/Atomic/rectangles.hpp:16, from Typeset/boxes.hpp:17, from Typeset/typesetter.hpp:16, from Edit/editor.hpp:15, from Edit/Replace/edit_select.hpp:15, from ./Edit/Replace/edit_select.cpp:13: Classes/Atomic/tree.hpp: In function ‘string as_string(tree)’: Classes/Atomic/tree.hpp:216: warning: deprecated conversion from string constant to ‘char*’ Classes/Atomic/tree.hpp: In function ‘tree as_tree(T) [with T = void*]’: Classes/Atomic/tree.hpp:219: warning: deprecated conversion from string constant to ‘char*’ In file included from Window/ps_device.hpp:16, from Typeset/boxes.hpp:19, from Typeset/typesetter.hpp:16, from Edit/editor.hpp:15, from Edit/Replace/edit_select.hpp:15, from ./Edit/Replace/edit_select.cpp:13: System/Classes/url.hpp: In function ‘url url_none()’: System/Classes/url.hpp:62: warning: deprecated conversion from string constant to ‘char*’ System/Classes/url.hpp: In function ‘url url_here()’: System/Classes/url.hpp:63: warning: deprecated conversion from string constant to ‘char*’ System/Classes/url.hpp: In function ‘url url_parent()’: System/Classes/url.hpp:64: warning: deprecated conversion from string constant to ‘char*’ System/Classes/url.hpp: In function ‘url url_pwd()’: System/Classes/url.hpp:65: warning: deprecated conversion from string constant to ‘char*’ System/Classes/url.hpp: In function ‘bool is_none(url)’: System/Classes/url.hpp:81: warning: deprecated conversion from string constant to ‘char*’ System/Classes/url.hpp: In function ‘bool is_here(url)’: System/Classes/url.hpp:82: warning: deprecated conversion from string constant to ‘char*’ System/Classes/url.hpp: In function ‘bool is_parent(url)’: System/Classes/url.hpp:83: warning: deprecated conversion from string constant to ‘char*’ System/Classes/url.hpp: In function ‘bool is_concat(url)’: System/Classes/url.hpp:85: warning: deprecated conversion from string constant to ‘char*’ System/Classes/url.hpp: In function ‘bool is_or(url)’: System/Classes/url.hpp:86: warning: deprecated conversion from string constant to ‘char*’ System/Classes/url.hpp: In function ‘bool is_root(url)’: System/Classes/url.hpp:88: warning: deprecated conversion from string constant to ‘char*’ System/Classes/url.hpp: In function ‘bool is_root_web(url)’: System/Classes/url.hpp:92: warning: deprecated conversion from string constant to ‘char*’ System/Classes/url.hpp:92: warning: deprecated conversion from string constant to ‘char*’ System/Classes/url.hpp: In function ‘bool is_wildcard(url)’: System/Classes/url.hpp:93: warning: deprecated conversion from string constant to ‘char*’ System/Classes/url.hpp: In function ‘bool is_wildcard(url, int)’: System/Classes/url.hpp:95: warning: deprecated conversion from string constant to ‘char*’ In file included from Typeset/typesetter.hpp:17, from Edit/editor.hpp:15, from Edit/Replace/edit_select.hpp:15, from ./Edit/Replace/edit_select.cpp:13: Typeset/env.hpp: In member function ‘string edit_env_rep::get_string(string)’: Typeset/env.hpp:406: warning: deprecated conversion from string constant to ‘char*’ In file included from Edit/Replace/edit_select.hpp:15, from ./Edit/Replace/edit_select.cpp:13: Edit/editor.hpp: At global scope: Edit/editor.hpp:60: warning: deprecated conversion from string constant to ‘char*’ ./Edit/Replace/edit_select.cpp: In function ‘string selection_encode(string, string)’: ./Edit/Replace/edit_select.cpp:23: warning: deprecated conversion from string constant to ‘char*’ ./Edit/Replace/edit_select.cpp:23: warning: deprecated conversion from string constant to ‘char*’ ./Edit/Replace/edit_select.cpp:24: warning: deprecated conversion from string constant to ‘char*’ ./Edit/Replace/edit_select.cpp:24: warning: deprecated conversion from string constant to ‘char*’ ./Edit/Replace/edit_select.cpp:26: warning: deprecated conversion from string constant to ‘char*’ ./Edit/Replace/edit_select.cpp:26: warning: deprecated conversion from string constant to ‘char*’ ./Edit/Replace/edit_select.cpp:28: warning: deprecated conversion from string constant to ‘char*’ ./Edit/Replace/edit_select.cpp:30: warning: deprecated conversion from string constant to ‘char*’ ./Edit/Replace/edit_select.cpp:32: warning: deprecated conversion from string constant to ‘char*’ ./Edit/Replace/edit_select.cpp: In function ‘string selection_decode(string, string)’: ./Edit/Replace/edit_select.cpp:39: warning: deprecated conversion from string constant to ‘char*’ ./Edit/Replace/edit_select.cpp:39: warning: deprecated conversion from string constant to ‘char*’ ./Edit/Replace/edit_select.cpp:40: warning: deprecated conversion from string constant to ‘char*’ ./Edit/Replace/edit_select.cpp:40: warning: deprecated conversion from string constant to ‘char*’ ./Edit/Replace/edit_select.cpp:42: warning: deprecated conversion from string constant to ‘char*’ ./Edit/Replace/edit_select.cpp:42: warning: deprecated conversion from string constant to ‘char*’ ./Edit/Replace/edit_select.cpp:44: warning: deprecated conversion from string constant to ‘char*’ ./Edit/Replace/edit_select.cpp:46: warning: deprecated conversion from string constant to ‘char*’ ./Edit/Replace/edit_select.cpp:48: warning: deprecated conversion from string constant to ‘char*’ ./Edit/Replace/edit_select.cpp: In constructor ‘edit_select_rep::edit_select_rep()’: ./Edit/Replace/edit_select.cpp:59: warning: deprecated conversion from string constant to ‘char*’ ./Edit/Replace/edit_select.cpp:59: warning: deprecated conversion from string constant to ‘char*’ ./Edit/Replace/edit_select.cpp: In member function ‘virtual void edit_select_rep::select_enlarge()’: ./Edit/Replace/edit_select.cpp:150: warning: deprecated conversion from string constant to ‘char*’ ./Edit/Replace/edit_select.cpp:150: warning: deprecated conversion from string constant to ‘char*’ ./Edit/Replace/edit_select.cpp:162: warning: deprecated conversion from string constant to ‘char*’ ./Edit/Replace/edit_select.cpp:168: warning: deprecated conversion from string constant to ‘char*’ ./Edit/Replace/edit_select.cpp:179: warning: deprecated conversion from string constant to ‘char*’ ./Edit/Replace/edit_select.cpp:179: warning: deprecated conversion from string constant to ‘char*’ ./Edit/Replace/edit_select.cpp:199: warning: deprecated conversion from string constant to ‘char*’ ./Edit/Replace/edit_select.cpp:201: warning: deprecated conversion from string constant to ‘char*’ ./Edit/Replace/edit_select.cpp:203: warning: deprecated conversion from string constant to ‘char*’ ./Edit/Replace/edit_select.cpp:203: warning: deprecated conversion from string constant to ‘char*’ ./Edit/Replace/edit_select.cpp: In function ‘bool stop_enlarge_environmental(tree)’: ./Edit/Replace/edit_select.cpp:210: warning: deprecated conversion from string constant to ‘char*’ ./Edit/Replace/edit_select.cpp:215: warning: deprecated conversion from string constant to ‘char*’ ./Edit/Replace/edit_select.cpp:216: warning: deprecated conversion from string constant to ‘char*’ ./Edit/Replace/edit_select.cpp:217: warning: deprecated conversion from string constant to ‘char*’ ./Edit/Replace/edit_select.cpp:218: warning: deprecated conversion from string constant to ‘char*’ ./Edit/Replace/edit_select.cpp:219: warning: deprecated conversion from string constant to ‘char*’ ./Edit/Replace/edit_select.cpp:220: warning: deprecated conversion from string constant to ‘char*’ ./Edit/Replace/edit_select.cpp:221: warning: deprecated conversion from string constant to ‘char*’ ./Edit/Replace/edit_select.cpp: In function ‘tree compute_selection(tree, path, path)’: ./Edit/Replace/edit_select.cpp:401: warning: deprecated conversion from string constant to ‘char*’ ./Edit/Replace/edit_select.cpp:402: warning: deprecated conversion from string constant to ‘char*’ ./Edit/Replace/edit_select.cpp:403: warning: deprecated conversion from string constant to ‘char*’ ./Edit/Replace/edit_select.cpp:406: warning: deprecated conversion from string constant to ‘char*’ ./Edit/Replace/edit_select.cpp: In member function ‘virtual tree edit_select_rep::selection_get()’: ./Edit/Replace/edit_select.cpp:493: warning: deprecated conversion from string constant to ‘char*’ ./Edit/Replace/edit_select.cpp: In member function ‘virtual void edit_select_rep::selection_raw_set(string, tree)’: ./Edit/Replace/edit_select.cpp:516: warning: deprecated conversion from string constant to ‘char*’ ./Edit/Replace/edit_select.cpp: In member function ‘virtual void edit_select_rep::selection_set(string, tree, bool)’: ./Edit/Replace/edit_select.cpp:546: warning: deprecated conversion from string constant to ‘char*’ ./Edit/Replace/edit_select.cpp:552: warning: deprecated conversion from string constant to ‘char*’ ./Edit/Replace/edit_select.cpp:553: warning: deprecated conversion from string constant to ‘char*’ ./Edit/Replace/edit_select.cpp:554: warning: deprecated conversion from string constant to ‘char*’ ./Edit/Replace/edit_select.cpp:555: warning: deprecated conversion from string constant to ‘char*’ ./Edit/Replace/edit_select.cpp:555: warning: deprecated conversion from string constant to ‘char*’ ./Edit/Replace/edit_select.cpp:556: warning: deprecated conversion from string constant to ‘char*’ ./Edit/Replace/edit_select.cpp:556: warning: deprecated conversion from string constant to ‘char*’ ./Edit/Replace/edit_select.cpp:557: warning: deprecated conversion from string constant to ‘char*’ ./Edit/Replace/edit_select.cpp: In member function ‘virtual void edit_select_rep::selection_set(tree)’: ./Edit/Replace/edit_select.cpp:566: warning: deprecated conversion from string constant to ‘char*’ ./Edit/Replace/edit_select.cpp: In member function ‘virtual void edit_select_rep::selection_copy(string)’: ./Edit/Replace/edit_select.cpp:572: warning: deprecated conversion from string constant to ‘char*’ ./Edit/Replace/edit_select.cpp: In member function ‘virtual void edit_select_rep::selection_paste(string)’: ./Edit/Replace/edit_select.cpp:591: warning: deprecated conversion from string constant to ‘char*’ ./Edit/Replace/edit_select.cpp:592: warning: deprecated conversion from string constant to ‘char*’ ./Edit/Replace/edit_select.cpp:595: warning: deprecated conversion from string constant to ‘char*’ ./Edit/Replace/edit_select.cpp:598: warning: deprecated conversion from string constant to ‘char*’ ./Edit/Replace/edit_select.cpp:598: warning: deprecated conversion from string constant to ‘char*’ ./Edit/Replace/edit_select.cpp:598: warning: deprecated conversion from string constant to ‘char*’ ./Edit/Replace/edit_select.cpp:599: warning: deprecated conversion from string constant to ‘char*’ ./Edit/Replace/edit_select.cpp:599: warning: deprecated conversion from string constant to ‘char*’ ./Edit/Replace/edit_select.cpp:599: warning: deprecated conversion from string constant to ‘char*’ ./Edit/Replace/edit_select.cpp:600: warning: deprecated conversion from string constant to ‘char*’ ./Edit/Replace/edit_select.cpp:600: warning: deprecated conversion from string constant to ‘char*’ ./Edit/Replace/edit_select.cpp:600: warning: deprecated conversion from string constant to ‘char*’ ./Edit/Replace/edit_select.cpp:601: warning: deprecated conversion from string constant to ‘char*’ ./Edit/Replace/edit_select.cpp:606: warning: deprecated conversion from string constant to ‘char*’ ./Edit/Replace/edit_select.cpp:609: warning: deprecated conversion from string constant to ‘char*’ ./Edit/Replace/edit_select.cpp:609: warning: deprecated conversion from string constant to ‘char*’ ./Edit/Replace/edit_select.cpp:611: warning: deprecated conversion from string constant to ‘char*’ ./Edit/Replace/edit_select.cpp:615: warning: deprecated conversion from string constant to ‘char*’ ./Edit/Replace/edit_select.cpp:615: warning: deprecated conversion from string constant to ‘char*’ ./Edit/Replace/edit_select.cpp:616: warning: deprecated conversion from string constant to ‘char*’ ./Edit/Replace/edit_select.cpp:616: warning: deprecated conversion from string constant to ‘char*’ ./Edit/Replace/edit_select.cpp:617: warning: deprecated conversion from string constant to ‘char*’ ./Edit/Replace/edit_select.cpp: In member function ‘void edit_select_rep::raw_cut(path, path)’: ./Edit/Replace/edit_select.cpp:718: warning: deprecated conversion from string constant to ‘char*’ ./Edit/Replace/edit_select.cpp:724: warning: deprecated conversion from string constant to ‘char*’ ./Edit/Replace/edit_select.cpp:729: warning: deprecated conversion from string constant to ‘char*’ ./Edit/Replace/edit_select.cpp:738: warning: deprecated conversion from string constant to ‘char*’ ./Edit/Replace/edit_select.cpp:738: warning: deprecated conversion from string constant to ‘char*’ ./Edit/Replace/edit_select.cpp:738: warning: deprecated conversion from string constant to ‘char*’ ./Edit/Replace/edit_select.cpp:752: warning: deprecated conversion from string constant to ‘char*’ ./Edit/Replace/edit_select.cpp:752: warning: deprecated conversion from string constant to ‘char*’ ./Edit/Replace/edit_select.cpp:752: warning: deprecated conversion from string constant to ‘char*’ ./Edit/Replace/edit_select.cpp:754: warning: deprecated conversion from string constant to ‘char*’ ./Edit/Replace/edit_select.cpp: In member function ‘virtual void edit_select_rep::selection_cut(string)’: ./Edit/Replace/edit_select.cpp:761: warning: deprecated conversion from string constant to ‘char*’ ./Edit/Replace/edit_select.cpp: In member function ‘virtual tree edit_select_rep::selection_get_cut()’: ./Edit/Replace/edit_select.cpp:789: warning: deprecated conversion from string constant to ‘char*’ Classes/Compound/list.cpp: In function ‘T last_item(list) [with T = int]’: ./Edit/Replace/edit_select.cpp:151: instantiated from here Classes/Compound/list.cpp:84: warning: deprecated conversion from string constant to ‘char*’ Classes/Compound/list.cpp:84: warning: deprecated conversion from string constant to ‘char*’ Classes/Compound/list.cpp:84: warning: deprecated conversion from string constant to ‘char*’ Classes/Compound/list.cpp: In function ‘list tail(list, int) [with T = int]’: ./Edit/Replace/edit_select.cpp:437: instantiated from here Classes/Compound/list.cpp:175: warning: deprecated conversion from string constant to ‘char*’ Classes/Compound/list.cpp:175: warning: deprecated conversion from string constant to ‘char*’ Classes/Compound/list.cpp:175: warning: deprecated conversion from string constant to ‘char*’ Classes/Compound/list.cpp: In member function ‘T& list::operator[](int) [with T = int]’: ./Edit/Replace/edit_select.cpp:690: instantiated from here Classes/Compound/list.cpp:38: warning: deprecated conversion from string constant to ‘char*’ Classes/Compound/list.cpp:38: warning: deprecated conversion from string constant to ‘char*’ Classes/Compound/list.cpp:38: warning: deprecated conversion from string constant to ‘char*’ x86_64-pc-linux-gnu-g++ -ISystem -ISystem/Boot -ISystem/Classes -ISystem/Files -ISystem/Link -ISystem/Misc -IClasses/Abstract -IClasses/Atomic -IClasses/Compound -IData/Drd -IData/String -IData/Tree -IData/Convert -IGuile -IResource -IWindow -ITypeset -ITypeset/Bridge -ITypeset/Concat -ITypeset/Page -IEdit -IPlugins -ITexmacs -IEdit/Editor -IEdit/Interface -IEdit/Modify -I/usr/include/freetype2 -pthread -Wall -Wno-return-type -O3 -fexpensive-optimizations -fno-rtti -fno-exceptions -c ./Edit/Process/edit_session.cpp -o Objects/edit_session.o In file included from Classes/Compound/list.hpp:15, from Classes/Atomic/rectangles.hpp:16, from Typeset/boxes.hpp:17, from Typeset/typesetter.hpp:16, from Edit/editor.hpp:15, from Edit/Process/edit_process.hpp:15, from ./Edit/Process/edit_session.cpp:13: Classes/Atomic/tree.hpp: In function ‘string as_string(tree)’: Classes/Atomic/tree.hpp:216: warning: deprecated conversion from string constant to ‘char*’ Classes/Atomic/tree.hpp: In function ‘tree as_tree(T) [with T = void*]’: Classes/Atomic/tree.hpp:219: warning: deprecated conversion from string constant to ‘char*’ In file included from Window/ps_device.hpp:16, from Typeset/boxes.hpp:19, from Typeset/typesetter.hpp:16, from Edit/editor.hpp:15, from Edit/Process/edit_process.hpp:15, from ./Edit/Process/edit_session.cpp:13: System/Classes/url.hpp: In function ‘url url_none()’: System/Classes/url.hpp:62: warning: deprecated conversion from string constant to ‘char*’ System/Classes/url.hpp: In function ‘url url_here()’: System/Classes/url.hpp:63: warning: deprecated conversion from string constant to ‘char*’ System/Classes/url.hpp: In function ‘url url_parent()’: System/Classes/url.hpp:64: warning: deprecated conversion from string constant to ‘char*’ System/Classes/url.hpp: In function ‘url url_pwd()’: System/Classes/url.hpp:65: warning: deprecated conversion from string constant to ‘char*’ System/Classes/url.hpp: In function ‘bool is_none(url)’: System/Classes/url.hpp:81: warning: deprecated conversion from string constant to ‘char*’ System/Classes/url.hpp: In function ‘bool is_here(url)’: System/Classes/url.hpp:82: warning: deprecated conversion from string constant to ‘char*’ System/Classes/url.hpp: In function ‘bool is_parent(url)’: System/Classes/url.hpp:83: warning: deprecated conversion from string constant to ‘char*’ System/Classes/url.hpp: In function ‘bool is_concat(url)’: System/Classes/url.hpp:85: warning: deprecated conversion from string constant to ‘char*’ System/Classes/url.hpp: In function ‘bool is_or(url)’: System/Classes/url.hpp:86: warning: deprecated conversion from string constant to ‘char*’ System/Classes/url.hpp: In function ‘bool is_root(url)’: System/Classes/url.hpp:88: warning: deprecated conversion from string constant to ‘char*’ System/Classes/url.hpp: In function ‘bool is_root_web(url)’: System/Classes/url.hpp:92: warning: deprecated conversion from string constant to ‘char*’ System/Classes/url.hpp:92: warning: deprecated conversion from string constant to ‘char*’ System/Classes/url.hpp: In function ‘bool is_wildcard(url)’: System/Classes/url.hpp:93: warning: deprecated conversion from string constant to ‘char*’ System/Classes/url.hpp: In function ‘bool is_wildcard(url, int)’: System/Classes/url.hpp:95: warning: deprecated conversion from string constant to ‘char*’ In file included from Typeset/typesetter.hpp:17, from Edit/editor.hpp:15, from Edit/Process/edit_process.hpp:15, from ./Edit/Process/edit_session.cpp:13: Typeset/env.hpp: In member function ‘string edit_env_rep::get_string(string)’: Typeset/env.hpp:406: warning: deprecated conversion from string constant to ‘char*’ In file included from Edit/Process/edit_process.hpp:15, from ./Edit/Process/edit_session.cpp:13: Edit/editor.hpp: At global scope: Edit/editor.hpp:60: warning: deprecated conversion from string constant to ‘char*’ In file included from ./Edit/Process/edit_session.cpp:18: System/Files/file.hpp: In function ‘void system(string, url)’: System/Files/file.hpp:35: warning: deprecated conversion from string constant to ‘char*’ System/Files/file.hpp: In function ‘void system(string, url, url)’: System/Files/file.hpp:37: warning: deprecated conversion from string constant to ‘char*’ System/Files/file.hpp:37: warning: deprecated conversion from string constant to ‘char*’ System/Files/file.hpp: In function ‘void system(string, url, char*)’: System/Files/file.hpp:39: warning: deprecated conversion from string constant to ‘char*’ System/Files/file.hpp:39: warning: deprecated conversion from string constant to ‘char*’ System/Files/file.hpp: In function ‘void system(string, url, char*, url)’: System/Files/file.hpp:41: warning: deprecated conversion from string constant to ‘char*’ System/Files/file.hpp:41: warning: deprecated conversion from string constant to ‘char*’ System/Files/file.hpp:42: warning: deprecated conversion from string constant to ‘char*’ System/Files/file.hpp: In function ‘string eval_system(string, url)’: System/Files/file.hpp:44: warning: deprecated conversion from string constant to ‘char*’ System/Files/file.hpp: In function ‘string eval_system(string, url, url)’: System/Files/file.hpp:46: warning: deprecated conversion from string constant to ‘char*’ System/Files/file.hpp:46: warning: deprecated conversion from string constant to ‘char*’ System/Files/file.hpp: In function ‘void move(url, url)’: System/Files/file.hpp:47: warning: deprecated conversion from string constant to ‘char*’ System/Files/file.hpp: In function ‘void copy(url, url)’: System/Files/file.hpp:48: warning: deprecated conversion from string constant to ‘char*’ System/Files/file.hpp: In function ‘void append(url, url)’: System/Files/file.hpp:49: warning: deprecated conversion from string constant to ‘char*’ System/Files/file.hpp:49: warning: deprecated conversion from string constant to ‘char*’ System/Files/file.hpp: In function ‘void remove(url)’: System/Files/file.hpp:50: warning: deprecated conversion from string constant to ‘char*’ System/Files/file.hpp: In function ‘void mkdir(url)’: System/Files/file.hpp:54: warning: deprecated conversion from string constant to ‘char*’ ./Edit/Process/edit_session.cpp: In constructor ‘edit_process_rep::edit_process_rep()’: ./Edit/Process/edit_session.cpp:28: warning: deprecated conversion from string constant to ‘char*’ ./Edit/Process/edit_session.cpp:28: warning: deprecated conversion from string constant to ‘char*’ ./Edit/Process/edit_session.cpp: At global scope: ./Edit/Process/edit_session.cpp:39: warning: deprecated conversion from string constant to ‘char*’ ./Edit/Process/edit_session.cpp: In function ‘int mutate(tree, path)’: ./Edit/Process/edit_session.cpp:50: warning: deprecated conversion from string constant to ‘char*’ ./Edit/Process/edit_session.cpp:51: warning: deprecated conversion from string constant to ‘char*’ ./Edit/Process/edit_session.cpp:51: warning: deprecated conversion from string constant to ‘char*’ ./Edit/Process/edit_session.cpp: In member function ‘virtual void edit_process_rep::insert_mutator(tree, string)’: ./Edit/Process/edit_session.cpp:100: warning: deprecated conversion from string constant to ‘char*’ ./Edit/Process/edit_session.cpp: In function ‘bool is_var_empty(tree)’: ./Edit/Process/edit_session.cpp:109: warning: deprecated conversion from string constant to ‘char*’ ./Edit/Process/edit_session.cpp:110: warning: deprecated conversion from string constant to ‘char*’ ./Edit/Process/edit_session.cpp: In member function ‘virtual void edit_process_rep::make_session(string, string)’: ./Edit/Process/edit_session.cpp:129: warning: deprecated conversion from string constant to ‘char*’ ./Edit/Process/edit_session.cpp:129: warning: deprecated conversion from string constant to ‘char*’ ./Edit/Process/edit_session.cpp:134: warning: deprecated conversion from string constant to ‘char*’ ./Edit/Process/edit_session.cpp:137: warning: deprecated conversion from string constant to ‘char*’ ./Edit/Process/edit_session.cpp:139: warning: deprecated conversion from string constant to ‘char*’ ./Edit/Process/edit_session.cpp:139: warning: deprecated conversion from string constant to ‘char*’ ./Edit/Process/edit_session.cpp:140: warning: deprecated conversion from string constant to ‘char*’ ./Edit/Process/edit_session.cpp:141: warning: deprecated conversion from string constant to ‘char*’ ./Edit/Process/edit_session.cpp:147: warning: deprecated conversion from string constant to ‘char*’ ./Edit/Process/edit_session.cpp:148: warning: deprecated conversion from string constant to ‘char*’ ./Edit/Process/edit_session.cpp:150: warning: deprecated conversion from string constant to ‘char*’ ./Edit/Process/edit_session.cpp:152: warning: deprecated conversion from string constant to ‘char*’ ./Edit/Process/edit_session.cpp:155: warning: deprecated conversion from string constant to ‘char*’ ./Edit/Process/edit_session.cpp:155: warning: deprecated conversion from string constant to ‘char*’ ./Edit/Process/edit_session.cpp:156: warning: deprecated conversion from string constant to ‘char*’ ./Edit/Process/edit_session.cpp: In member function ‘virtual void edit_process_rep::start_input(string, string, path)’: ./Edit/Process/edit_session.cpp:165: warning: deprecated conversion from string constant to ‘char*’ ./Edit/Process/edit_session.cpp:171: warning: deprecated conversion from string constant to ‘char*’ ./Edit/Process/edit_session.cpp:172: warning: deprecated conversion from string constant to ‘char*’ ./Edit/Process/edit_session.cpp:174: warning: deprecated conversion from string constant to ‘char*’ ./Edit/Process/edit_session.cpp:175: warning: deprecated conversion from string constant to ‘char*’ ./Edit/Process/edit_session.cpp:178: warning: deprecated conversion from string constant to ‘char*’ ./Edit/Process/edit_session.cpp:181: warning: deprecated conversion from string constant to ‘char*’ ./Edit/Process/edit_session.cpp:182: warning: deprecated conversion from string constant to ‘char*’ ./Edit/Process/edit_session.cpp:185: warning: deprecated conversion from string constant to ‘char*’ ./Edit/Process/edit_session.cpp:189: warning: deprecated conversion from string constant to ‘char*’ ./Edit/Process/edit_session.cpp:192: warning: deprecated conversion from string constant to ‘char*’ ./Edit/Process/edit_session.cpp:195: warning: deprecated conversion from string constant to ‘char*’ ./Edit/Process/edit_session.cpp:199: warning: deprecated conversion from string constant to ‘char*’ ./Edit/Process/edit_session.cpp:204: warning: deprecated conversion from string constant to ‘char*’ ./Edit/Process/edit_session.cpp:206: warning: deprecated conversion from string constant to ‘char*’ ./Edit/Process/edit_session.cpp:207: warning: deprecated conversion from string constant to ‘char*’ ./Edit/Process/edit_session.cpp:209: warning: deprecated conversion from string constant to ‘char*’ ./Edit/Process/edit_session.cpp:209: warning: deprecated conversion from string constant to ‘char*’ ./Edit/Process/edit_session.cpp: In member function ‘virtual void edit_process_rep::process_input()’: ./Edit/Process/edit_session.cpp:214: warning: deprecated conversion from string constant to ‘char*’ ./Edit/Process/edit_session.cpp:219: warning: deprecated conversion from string constant to ‘char*’ ./Edit/Process/edit_session.cpp:221: warning: deprecated conversion from string constant to ‘char*’ ./Edit/Process/edit_session.cpp:221: warning: deprecated conversion from string constant to ‘char*’ ./Edit/Process/edit_session.cpp:224: warning: deprecated conversion from string constant to ‘char*’ ./Edit/Process/edit_session.cpp:225: warning: deprecated conversion from string constant to ‘char*’ ./Edit/Process/edit_session.cpp:225: warning: deprecated conversion from string constant to ‘char*’ ./Edit/Process/edit_session.cpp:229: warning: deprecated conversion from string constant to ‘char*’ ./Edit/Process/edit_session.cpp:231: warning: deprecated conversion from string constant to ‘char*’ ./Edit/Process/edit_session.cpp:233: warning: deprecated conversion from string constant to ‘char*’ ./Edit/Process/edit_session.cpp:235: warning: deprecated conversion from string constant to ‘char*’ ./Edit/Process/edit_session.cpp:238: warning: deprecated conversion from string constant to ‘char*’ ./Edit/Process/edit_session.cpp:238: warning: deprecated conversion from string constant to ‘char*’ ./Edit/Process/edit_session.cpp:239: warning: deprecated conversion from string constant to ‘char*’ ./Edit/Process/edit_session.cpp:243: warning: deprecated conversion from string constant to ‘char*’ ./Edit/Process/edit_session.cpp:243: warning: deprecated conversion from string constant to ‘char*’ ./Edit/Process/edit_session.cpp:244: warning: deprecated conversion from string constant to ‘char*’ ./Edit/Process/edit_session.cpp:244: warning: deprecated conversion from string constant to ‘char*’ ./Edit/Process/edit_session.cpp: In member function ‘virtual void edit_process_rep::start_output()’: ./Edit/Process/edit_session.cpp:252: warning: deprecated conversion from string constant to ‘char*’ ./Edit/Process/edit_session.cpp:256: warning: deprecated conversion from string constant to ‘char*’ ./Edit/Process/edit_session.cpp:266: warning: deprecated conversion from string constant to ‘char*’ ./Edit/Process/edit_session.cpp:268: warning: deprecated conversion from string constant to ‘char*’ ./Edit/Process/edit_session.cpp:268: warning: deprecated conversion from string constant to ‘char*’ ./Edit/Process/edit_session.cpp:273: warning: deprecated conversion from string constant to ‘char*’ ./Edit/Process/edit_session.cpp:273: warning: deprecated conversion from string constant to ‘char*’ ./Edit/Process/edit_session.cpp: In member function ‘virtual void edit_process_rep::session_use_math_input(bool)’: ./Edit/Process/edit_session.cpp:288: warning: deprecated conversion from string constant to ‘char*’ ./Edit/Process/edit_session.cpp:290: warning: deprecated conversion from string constant to ‘char*’ ./Edit/Process/edit_session.cpp:293: warning: deprecated conversion from string constant to ‘char*’ ./Edit/Process/edit_session.cpp: In member function ‘void edit_process_rep::session_var_go_up()’: ./Edit/Process/edit_session.cpp:340: warning: deprecated conversion from string constant to ‘char*’ ./Edit/Process/edit_session.cpp:342: warning: deprecated conversion from string constant to ‘char*’ ./Edit/Process/edit_session.cpp: In member function ‘void edit_process_rep::session_var_go_down()’: ./Edit/Process/edit_session.cpp:352: warning: deprecated conversion from string constant to ‘char*’ ./Edit/Process/edit_session.cpp:354: warning: deprecated conversion from string constant to ‘char*’ ./Edit/Process/edit_session.cpp: In member function ‘virtual void edit_process_rep::session_go_up()’: ./Edit/Process/edit_session.cpp:364: warning: deprecated conversion from string constant to ‘char*’ ./Edit/Process/edit_session.cpp:369: warning: deprecated conversion from string constant to ‘char*’ ./Edit/Process/edit_session.cpp: In member function ‘virtual void edit_process_rep::session_go_down()’: ./Edit/Process/edit_session.cpp:379: warning: deprecated conversion from string constant to ‘char*’ ./Edit/Process/edit_session.cpp:384: warning: deprecated conversion from string constant to ‘char*’ ./Edit/Process/edit_session.cpp: In member function ‘virtual void edit_process_rep::session_remove(bool)’: ./Edit/Process/edit_session.cpp:408: warning: deprecated conversion from string constant to ‘char*’ ./Edit/Process/edit_session.cpp:410: warning: deprecated conversion from string constant to ‘char*’ ./Edit/Process/edit_session.cpp: In member function ‘virtual void edit_process_rep::session_insert_text_field()’: ./Edit/Process/edit_session.cpp:438: warning: deprecated conversion from string constant to ‘char*’ ./Edit/Process/edit_session.cpp:440: warning: deprecated conversion from string constant to ‘char*’ ./Edit/Process/edit_session.cpp:440: warning: deprecated conversion from string constant to ‘char*’ ./Edit/Process/edit_session.cpp: In member function ‘void edit_process_rep::session_insert_input_at(path)’: ./Edit/Process/edit_session.cpp:449: warning: deprecated conversion from string constant to ‘char*’ ./Edit/Process/edit_session.cpp:450: warning: deprecated conversion from string constant to ‘char*’ ./Edit/Process/edit_session.cpp:451: warning: deprecated conversion from string constant to ‘char*’ ./Edit/Process/edit_session.cpp: In member function ‘virtual void edit_process_rep::session_insert_input_below()’: ./Edit/Process/edit_session.cpp:457: warning: deprecated conversion from string constant to ‘char*’ ./Edit/Process/edit_session.cpp:460: warning: deprecated conversion from string constant to ‘char*’ ./Edit/Process/edit_session.cpp: In member function ‘virtual void edit_process_rep::session_insert_input_above()’: ./Edit/Process/edit_session.cpp:466: warning: deprecated conversion from string constant to ‘char*’ ./Edit/Process/edit_session.cpp:468: warning: deprecated conversion from string constant to ‘char*’ ./Edit/Process/edit_session.cpp: In member function ‘virtual void edit_process_rep::session_fold_input()’: ./Edit/Process/edit_session.cpp:474: warning: deprecated conversion from string constant to ‘char*’ ./Edit/Process/edit_session.cpp:477: warning: deprecated conversion from string constant to ‘char*’ ./Edit/Process/edit_session.cpp:478: warning: deprecated conversion from string constant to ‘char*’ ./Edit/Process/edit_session.cpp:480: warning: deprecated conversion from string constant to ‘char*’ ./Edit/Process/edit_session.cpp:480: warning: deprecated conversion from string constant to ‘char*’ ./Edit/Process/edit_session.cpp: In member function ‘virtual void edit_process_rep::session_remove_input(bool)’: ./Edit/Process/edit_session.cpp:489: warning: deprecated conversion from string constant to ‘char*’ ./Edit/Process/edit_session.cpp:492: warning: deprecated conversion from string constant to ‘char*’ ./Edit/Process/edit_session.cpp:493: warning: deprecated conversion from string constant to ‘char*’ ./Edit/Process/edit_session.cpp:495: warning: deprecated conversion from string constant to ‘char*’ ./Edit/Process/edit_session.cpp:497: warning: deprecated conversion from string constant to ‘char*’ ./Edit/Process/edit_session.cpp:502: warning: deprecated conversion from string constant to ‘char*’ ./Edit/Process/edit_session.cpp:504: warning: deprecated conversion from string constant to ‘char*’ ./Edit/Process/edit_session.cpp:506: warning: deprecated conversion from string constant to ‘char*’ ./Edit/Process/edit_session.cpp:507: warning: deprecated conversion from string constant to ‘char*’ ./Edit/Process/edit_session.cpp:508: warning: deprecated conversion from string constant to ‘char*’ ./Edit/Process/edit_session.cpp: In member function ‘virtual void edit_process_rep::session_remove_all_outputs()’: ./Edit/Process/edit_session.cpp:515: warning: deprecated conversion from string constant to ‘char*’ ./Edit/Process/edit_session.cpp:520: warning: deprecated conversion from string constant to ‘char*’ ./Edit/Process/edit_session.cpp: In member function ‘virtual void edit_process_rep::session_remove_previous_output()’: ./Edit/Process/edit_session.cpp:526: warning: deprecated conversion from string constant to ‘char*’ ./Edit/Process/edit_session.cpp:529: warning: deprecated conversion from string constant to ‘char*’ ./Edit/Process/edit_session.cpp:530: warning: deprecated conversion from string constant to ‘char*’ ./Edit/Process/edit_session.cpp:531: warning: deprecated conversion from string constant to ‘char*’ ./Edit/Process/edit_session.cpp:532: warning: deprecated conversion from string constant to ‘char*’ ./Edit/Process/edit_session.cpp: In member function ‘virtual void edit_process_rep::session_split()’: ./Edit/Process/edit_session.cpp:538: warning: deprecated conversion from string constant to ‘char*’ ./Edit/Process/edit_session.cpp:539: warning: deprecated conversion from string constant to ‘char*’ ./Edit/Process/edit_session.cpp:540: warning: deprecated conversion from string constant to ‘char*’ ./Edit/Process/edit_session.cpp:541: warning: deprecated conversion from string constant to ‘char*’ ./Edit/Process/edit_session.cpp:555: warning: deprecated conversion from string constant to ‘char*’ ./Edit/Process/edit_session.cpp:556: warning: deprecated conversion from string constant to ‘char*’ ./Edit/Process/edit_session.cpp: At global scope: ./Edit/Process/edit_session.cpp:565: warning: deprecated conversion from string constant to ‘char*’ ./Edit/Process/edit_session.cpp: In member function ‘virtual bool edit_process_rep::session_complete_try()’: ./Edit/Process/edit_session.cpp:589: warning: deprecated conversion from string constant to ‘char*’ ./Edit/Process/edit_session.cpp:596: warning: deprecated conversion from string constant to ‘char*’ ./Edit/Process/edit_session.cpp:599: warning: deprecated conversion from string constant to ‘char*’ ./Edit/Process/edit_session.cpp:607: warning: deprecated conversion from string constant to ‘char*’ ./Edit/Process/edit_session.cpp:607: warning: deprecated conversion from string constant to ‘char*’ ./Edit/Process/edit_session.cpp:607: warning: deprecated conversion from string constant to ‘char*’ ./Edit/Process/edit_session.cpp:618: warning: deprecated conversion from string constant to ‘char*’ ./Edit/Process/edit_session.cpp:623: warning: deprecated conversion from string constant to ‘char*’ Classes/Compound/list.cpp: In function ‘T last_item(list) [with T = int]’: ./Edit/Process/edit_session.cpp:188: instantiated from here Classes/Compound/list.cpp:84: warning: deprecated conversion from string constant to ‘char*’ Classes/Compound/list.cpp:84: warning: deprecated conversion from string constant to ‘char*’ Classes/Compound/list.cpp:84: warning: deprecated conversion from string constant to ‘char*’ Classes/Compound/list.cpp: In member function ‘T& list::operator[](int) [with T = int]’: ./Edit/Process/edit_session.cpp:366: instantiated from here Classes/Compound/list.cpp:38: warning: deprecated conversion from string constant to ‘char*’ Classes/Compound/list.cpp:38: warning: deprecated conversion from string constant to ‘char*’ Classes/Compound/list.cpp:38: warning: deprecated conversion from string constant to ‘char*’ Classes/Compound/list.cpp: In function ‘list tail(list, int) [with T = int]’: ./Edit/Process/edit_session.cpp:593: instantiated from here Classes/Compound/list.cpp:175: warning: deprecated conversion from string constant to ‘char*’ Classes/Compound/list.cpp:175: warning: deprecated conversion from string constant to ‘char*’ Classes/Compound/list.cpp:175: warning: deprecated conversion from string constant to ‘char*’ x86_64-pc-linux-gnu-g++ -ISystem -ISystem/Boot -ISystem/Classes -ISystem/Files -ISystem/Link -ISystem/Misc -IClasses/Abstract -IClasses/Atomic -IClasses/Compound -IData/Drd -IData/String -IData/Tree -IData/Convert -IGuile -IResource -IWindow -ITypeset -ITypeset/Bridge -ITypeset/Concat -ITypeset/Page -IEdit -IPlugins -ITexmacs -IEdit/Editor -IEdit/Interface -IEdit/Modify -I/usr/include/freetype2 -pthread -Wall -Wno-return-type -O3 -fexpensive-optimizations -fno-rtti -fno-exceptions -c ./Edit/Replace/edit_spell.cpp -o Objects/edit_spell.o In file included from Classes/Compound/list.hpp:15, from Classes/Compound/hashset.hpp:15, from Data/String/analyze.hpp:17, from ./Edit/Replace/edit_spell.cpp:13: Classes/Atomic/tree.hpp: In function ‘string as_string(tree)’: Classes/Atomic/tree.hpp:216: warning: deprecated conversion from string constant to ‘char*’ Classes/Atomic/tree.hpp: In function ‘tree as_tree(T) [with T = void*]’: Classes/Atomic/tree.hpp:219: warning: deprecated conversion from string constant to ‘char*’ In file included from Window/ps_device.hpp:16, from Typeset/boxes.hpp:19, from Typeset/typesetter.hpp:16, from Edit/editor.hpp:15, from Edit/Replace/edit_replace.hpp:15, from ./Edit/Replace/edit_spell.cpp:15: System/Classes/url.hpp: In function ‘url url_none()’: System/Classes/url.hpp:62: warning: deprecated conversion from string constant to ‘char*’ System/Classes/url.hpp: In function ‘url url_here()’: System/Classes/url.hpp:63: warning: deprecated conversion from string constant to ‘char*’ System/Classes/url.hpp: In function ‘url url_parent()’: System/Classes/url.hpp:64: warning: deprecated conversion from string constant to ‘char*’ System/Classes/url.hpp: In function ‘url url_pwd()’: System/Classes/url.hpp:65: warning: deprecated conversion from string constant to ‘char*’ System/Classes/url.hpp: In function ‘bool is_none(url)’: System/Classes/url.hpp:81: warning: deprecated conversion from string constant to ‘char*’ System/Classes/url.hpp: In function ‘bool is_here(url)’: System/Classes/url.hpp:82: warning: deprecated conversion from string constant to ‘char*’ System/Classes/url.hpp: In function ‘bool is_parent(url)’: System/Classes/url.hpp:83: warning: deprecated conversion from string constant to ‘char*’ System/Classes/url.hpp: In function ‘bool is_concat(url)’: System/Classes/url.hpp:85: warning: deprecated conversion from string constant to ‘char*’ System/Classes/url.hpp: In function ‘bool is_or(url)’: System/Classes/url.hpp:86: warning: deprecated conversion from string constant to ‘char*’ System/Classes/url.hpp: In function ‘bool is_root(url)’: System/Classes/url.hpp:88: warning: deprecated conversion from string constant to ‘char*’ System/Classes/url.hpp: In function ‘bool is_root_web(url)’: System/Classes/url.hpp:92: warning: deprecated conversion from string constant to ‘char*’ System/Classes/url.hpp:92: warning: deprecated conversion from string constant to ‘char*’ System/Classes/url.hpp: In function ‘bool is_wildcard(url)’: System/Classes/url.hpp:93: warning: deprecated conversion from string constant to ‘char*’ System/Classes/url.hpp: In function ‘bool is_wildcard(url, int)’: System/Classes/url.hpp:95: warning: deprecated conversion from string constant to ‘char*’ In file included from Typeset/typesetter.hpp:17, from Edit/editor.hpp:15, from Edit/Replace/edit_replace.hpp:15, from ./Edit/Replace/edit_spell.cpp:15: Typeset/env.hpp: In member function ‘string edit_env_rep::get_string(string)’: Typeset/env.hpp:406: warning: deprecated conversion from string constant to ‘char*’ In file included from Edit/Replace/edit_replace.hpp:15, from ./Edit/Replace/edit_spell.cpp:15: Edit/editor.hpp: At global scope: Edit/editor.hpp:60: warning: deprecated conversion from string constant to ‘char*’ ./Edit/Replace/edit_spell.cpp: In member function ‘virtual void edit_replace_rep::spell_start()’: ./Edit/Replace/edit_spell.cpp:41: warning: deprecated conversion from string constant to ‘char*’ ./Edit/Replace/edit_spell.cpp:53: warning: deprecated conversion from string constant to ‘char*’ ./Edit/Replace/edit_spell.cpp:53: warning: deprecated conversion from string constant to ‘char*’ ./Edit/Replace/edit_spell.cpp: In member function ‘void edit_replace_rep::spell_end()’: ./Edit/Replace/edit_spell.cpp:60: warning: deprecated conversion from string constant to ‘char*’ ./Edit/Replace/edit_spell.cpp:60: warning: deprecated conversion from string constant to ‘char*’ ./Edit/Replace/edit_spell.cpp:63: warning: deprecated conversion from string constant to ‘char*’ ./Edit/Replace/edit_spell.cpp:63: warning: deprecated conversion from string constant to ‘char*’ ./Edit/Replace/edit_spell.cpp:66: warning: deprecated conversion from string constant to ‘char*’ ./Edit/Replace/edit_spell.cpp:66: warning: deprecated conversion from string constant to ‘char*’ ./Edit/Replace/edit_spell.cpp:67: warning: deprecated conversion from string constant to ‘char*’ ./Edit/Replace/edit_spell.cpp:67: warning: deprecated conversion from string constant to ‘char*’ ./Edit/Replace/edit_spell.cpp: In function ‘string message_ispell(tree)’: ./Edit/Replace/edit_spell.cpp:94: warning: deprecated conversion from string constant to ‘char*’ ./Edit/Replace/edit_spell.cpp:96: warning: deprecated conversion from string constant to ‘char*’ ./Edit/Replace/edit_spell.cpp:96: warning: deprecated conversion from string constant to ‘char*’ ./Edit/Replace/edit_spell.cpp:97: warning: deprecated conversion from string constant to ‘char*’ ./Edit/Replace/edit_spell.cpp: In member function ‘void edit_replace_rep::spell_next()’: ./Edit/Replace/edit_spell.cpp:116: warning: deprecated conversion from string constant to ‘char*’ ./Edit/Replace/edit_spell.cpp:119: warning: deprecated conversion from string constant to ‘char*’ ./Edit/Replace/edit_spell.cpp:127: warning: deprecated conversion from string constant to ‘char*’ ./Edit/Replace/edit_spell.cpp: In member function ‘virtual bool edit_replace_rep::spell_keypress(string)’: ./Edit/Replace/edit_spell.cpp:151: warning: deprecated conversion from string constant to ‘char*’ ./Edit/Replace/edit_spell.cpp:151: warning: deprecated conversion from string constant to ‘char*’ ./Edit/Replace/edit_spell.cpp:151: warning: deprecated conversion from string constant to ‘char*’ ./Edit/Replace/edit_spell.cpp:153: warning: deprecated conversion from string constant to ‘char*’ ./Edit/Replace/edit_spell.cpp:153: warning: deprecated conversion from string constant to ‘char*’ ./Edit/Replace/edit_spell.cpp:158: warning: deprecated conversion from string constant to ‘char*’ ./Edit/Replace/edit_spell.cpp:158: warning: deprecated conversion from string constant to ‘char*’ ./Edit/Replace/edit_spell.cpp:159: warning: deprecated conversion from string constant to ‘char*’ ./Edit/Replace/edit_spell.cpp:160: warning: deprecated conversion from string constant to ‘char*’ ./Edit/Replace/edit_spell.cpp:160: warning: deprecated conversion from string constant to ‘char*’ ./Edit/Replace/edit_spell.cpp:166: warning: deprecated conversion from string constant to ‘char*’ ./Edit/Replace/edit_spell.cpp:182: warning: deprecated conversion from string constant to ‘char*’ ./Edit/Replace/edit_spell.cpp:184: warning: deprecated conversion from string constant to ‘char*’ Classes/Compound/list.cpp: In function ‘T last_item(list) [with T = int]’: ./Edit/Replace/edit_spell.cpp:81: instantiated from here Classes/Compound/list.cpp:84: warning: deprecated conversion from string constant to ‘char*’ Classes/Compound/list.cpp:84: warning: deprecated conversion from string constant to ‘char*’ Classes/Compound/list.cpp:84: warning: deprecated conversion from string constant to ‘char*’ x86_64-pc-linux-gnu-g++ -ISystem -ISystem/Boot -ISystem/Classes -ISystem/Files -ISystem/Link -ISystem/Misc -IClasses/Abstract -IClasses/Atomic -IClasses/Compound -IData/Drd -IData/String -IData/Tree -IData/Convert -IGuile -IResource -IWindow -ITypeset -ITypeset/Bridge -ITypeset/Concat -ITypeset/Page -IEdit -IPlugins -ITexmacs -IEdit/Editor -IEdit/Interface -IEdit/Modify -I/usr/include/freetype2 -pthread -Wall -Wno-return-type -O3 -fexpensive-optimizations -fno-rtti -fno-exceptions -c ./Edit/Modify/edit_table.cpp -o Objects/edit_table.o In file included from Classes/Compound/list.hpp:15, from Classes/Atomic/rectangles.hpp:16, from Typeset/boxes.hpp:17, from Typeset/typesetter.hpp:16, from Edit/editor.hpp:15, from ./Edit/Modify/edit_table.hpp:15, from ./Edit/Modify/edit_table.cpp:13: Classes/Atomic/tree.hpp: In function ‘string as_string(tree)’: Classes/Atomic/tree.hpp:216: warning: deprecated conversion from string constant to ‘char*’ Classes/Atomic/tree.hpp: In function ‘tree as_tree(T) [with T = void*]’: Classes/Atomic/tree.hpp:219: warning: deprecated conversion from string constant to ‘char*’ In file included from Window/ps_device.hpp:16, from Typeset/boxes.hpp:19, from Typeset/typesetter.hpp:16, from Edit/editor.hpp:15, from ./Edit/Modify/edit_table.hpp:15, from ./Edit/Modify/edit_table.cpp:13: System/Classes/url.hpp: In function ‘url url_none()’: System/Classes/url.hpp:62: warning: deprecated conversion from string constant to ‘char*’ System/Classes/url.hpp: In function ‘url url_here()’: System/Classes/url.hpp:63: warning: deprecated conversion from string constant to ‘char*’ System/Classes/url.hpp: In function ‘url url_parent()’: System/Classes/url.hpp:64: warning: deprecated conversion from string constant to ‘char*’ System/Classes/url.hpp: In function ‘url url_pwd()’: System/Classes/url.hpp:65: warning: deprecated conversion from string constant to ‘char*’ System/Classes/url.hpp: In function ‘bool is_none(url)’: System/Classes/url.hpp:81: warning: deprecated conversion from string constant to ‘char*’ System/Classes/url.hpp: In function ‘bool is_here(url)’: System/Classes/url.hpp:82: warning: deprecated conversion from string constant to ‘char*’ System/Classes/url.hpp: In function ‘bool is_parent(url)’: System/Classes/url.hpp:83: warning: deprecated conversion from string constant to ‘char*’ System/Classes/url.hpp: In function ‘bool is_concat(url)’: System/Classes/url.hpp:85: warning: deprecated conversion from string constant to ‘char*’ System/Classes/url.hpp: In function ‘bool is_or(url)’: System/Classes/url.hpp:86: warning: deprecated conversion from string constant to ‘char*’ System/Classes/url.hpp: In function ‘bool is_root(url)’: System/Classes/url.hpp:88: warning: deprecated conversion from string constant to ‘char*’ System/Classes/url.hpp: In function ‘bool is_root_web(url)’: System/Classes/url.hpp:92: warning: deprecated conversion from string constant to ‘char*’ System/Classes/url.hpp:92: warning: deprecated conversion from string constant to ‘char*’ System/Classes/url.hpp: In function ‘bool is_wildcard(url)’: System/Classes/url.hpp:93: warning: deprecated conversion from string constant to ‘char*’ System/Classes/url.hpp: In function ‘bool is_wildcard(url, int)’: System/Classes/url.hpp:95: warning: deprecated conversion from string constant to ‘char*’ In file included from Typeset/typesetter.hpp:17, from Edit/editor.hpp:15, from ./Edit/Modify/edit_table.hpp:15, from ./Edit/Modify/edit_table.cpp:13: Typeset/env.hpp: In member function ‘string edit_env_rep::get_string(string)’: Typeset/env.hpp:406: warning: deprecated conversion from string constant to ‘char*’ In file included from ./Edit/Modify/edit_table.hpp:15, from ./Edit/Modify/edit_table.cpp:13: Edit/editor.hpp: At global scope: Edit/editor.hpp:60: warning: deprecated conversion from string constant to ‘char*’ ./Edit/Modify/edit_table.cpp: In constructor ‘edit_table_rep::edit_table_rep()’: ./Edit/Modify/edit_table.cpp:19: warning: deprecated conversion from string constant to ‘char*’ ./Edit/Modify/edit_table.cpp: In function ‘tree empty_cell()’: ./Edit/Modify/edit_table.cpp:28: warning: deprecated conversion from string constant to ‘char*’ ./Edit/Modify/edit_table.cpp: In member function ‘void edit_table_rep::table_del_format(path, string)’: ./Edit/Modify/edit_table.cpp:259: warning: deprecated conversion from string constant to ‘char*’ ./Edit/Modify/edit_table.cpp: In member function ‘virtual void edit_table_rep::table_del_format(path, int, int, int, int, string)’: ./Edit/Modify/edit_table.cpp:311: warning: deprecated conversion from string constant to ‘char*’ ./Edit/Modify/edit_table.cpp: In member function ‘void edit_table_rep::table_individualize(path, string)’: ./Edit/Modify/edit_table.cpp:350: warning: deprecated conversion from string constant to ‘char*’ ./Edit/Modify/edit_table.cpp: In member function ‘virtual void edit_table_rep::table_bound(path, int&, int&, int&, int&)’: ./Edit/Modify/edit_table.cpp:575: warning: deprecated conversion from string constant to ‘char*’ ./Edit/Modify/edit_table.cpp:576: warning: deprecated conversion from string constant to ‘char*’ ./Edit/Modify/edit_table.cpp: In member function ‘void edit_table_rep::table_force_decoration(path, int, int)’: ./Edit/Modify/edit_table.cpp:845: warning: deprecated conversion from string constant to ‘char*’ ./Edit/Modify/edit_table.cpp: In function ‘void search_decoration(tree, int&, int&)’: ./Edit/Modify/edit_table.cpp:863: warning: deprecated conversion from string constant to ‘char*’ ./Edit/Modify/edit_table.cpp:863: warning: deprecated conversion from string constant to ‘char*’ ./Edit/Modify/edit_table.cpp:863: warning: deprecated conversion from string constant to ‘char*’ ./Edit/Modify/edit_table.cpp: In function ‘tree table_undecorate(tree, int, int)’: ./Edit/Modify/edit_table.cpp:897: warning: deprecated conversion from string constant to ‘char*’ ./Edit/Modify/edit_table.cpp:897: warning: deprecated conversion from string constant to ‘char*’ ./Edit/Modify/edit_table.cpp:897: warning: deprecated conversion from string constant to ‘char*’ ./Edit/Modify/edit_table.cpp:898: warning: deprecated conversion from string constant to ‘char*’ ./Edit/Modify/edit_table.cpp: In member function ‘virtual void edit_table_rep::make_table(int, int)’: ./Edit/Modify/edit_table.cpp:1009: warning: deprecated conversion from string constant to ‘char*’ ./Edit/Modify/edit_table.cpp:1029: warning: deprecated conversion from string constant to ‘char*’ ./Edit/Modify/edit_table.cpp:1029: warning: deprecated conversion from string constant to ‘char*’ ./Edit/Modify/edit_table.cpp: In member function ‘virtual void edit_table_rep::make_subtable(int, int)’: ./Edit/Modify/edit_table.cpp:1044: warning: deprecated conversion from string constant to ‘char*’ ./Edit/Modify/edit_table.cpp:1044: warning: deprecated conversion from string constant to ‘char*’ ./Edit/Modify/edit_table.cpp: In member function ‘void edit_table_rep::destroy_table()’: ./Edit/Modify/edit_table.cpp:1065: warning: deprecated conversion from string constant to ‘char*’ ./Edit/Modify/edit_table.cpp: In member function ‘virtual void edit_table_rep::table_disactivate()’: ./Edit/Modify/edit_table.cpp:1076: warning: deprecated conversion from string constant to ‘char*’ ./Edit/Modify/edit_table.cpp:1076: warning: deprecated conversion from string constant to ‘char*’ ./Edit/Modify/edit_table.cpp: In member function ‘virtual void edit_table_rep::table_extract_format()’: ./Edit/Modify/edit_table.cpp:1084: warning: deprecated conversion from string constant to ‘char*’ ./Edit/Modify/edit_table.cpp: In member function ‘virtual void edit_table_rep::table_set_format(string, string)’: ./Edit/Modify/edit_table.cpp:1224: warning: deprecated conversion from string constant to ‘char*’ ./Edit/Modify/edit_table.cpp: In member function ‘virtual void edit_table_rep::cell_set_format(string, string)’: ./Edit/Modify/edit_table.cpp:1281: warning: deprecated conversion from string constant to ‘char*’ ./Edit/Modify/edit_table.cpp:1292: warning: deprecated conversion from string constant to ‘char*’ ./Edit/Modify/edit_table.cpp:1294: warning: deprecated conversion from string constant to ‘char*’ ./Edit/Modify/edit_table.cpp:1296: warning: deprecated conversion from string constant to ‘char*’ ./Edit/Modify/edit_table.cpp: In member function ‘virtual string edit_table_rep::cell_get_format(string)’: ./Edit/Modify/edit_table.cpp:1307: warning: deprecated conversion from string constant to ‘char*’ ./Edit/Modify/edit_table.cpp:1308: warning: deprecated conversion from string constant to ‘char*’ ./Edit/Modify/edit_table.cpp:1310: warning: deprecated conversion from string constant to ‘char*’ ./Edit/Modify/edit_table.cpp:1312: warning: deprecated conversion from string constant to ‘char*’ ./Edit/Modify/edit_table.cpp: In member function ‘virtual void edit_table_rep::cell_del_format(string)’: ./Edit/Modify/edit_table.cpp:1328: warning: deprecated conversion from string constant to ‘char*’ ./Edit/Modify/edit_table.cpp:1329: warning: deprecated conversion from string constant to ‘char*’ ./Edit/Modify/edit_table.cpp:1330: warning: deprecated conversion from string constant to ‘char*’ Classes/Compound/list.cpp: In function ‘list tail(list, int) [with T = int]’: ./Edit/Modify/edit_table.cpp:127: instantiated from here Classes/Compound/list.cpp:175: warning: deprecated conversion from string constant to ‘char*’ Classes/Compound/list.cpp:175: warning: deprecated conversion from string constant to ‘char*’ Classes/Compound/list.cpp:175: warning: deprecated conversion from string constant to ‘char*’ Classes/Compound/list.cpp: In function ‘T last_item(list) [with T = int]’: ./Edit/Modify/edit_table.cpp:1015: instantiated from here Classes/Compound/list.cpp:84: warning: deprecated conversion from string constant to ‘char*’ Classes/Compound/list.cpp:84: warning: deprecated conversion from string constant to ‘char*’ Classes/Compound/list.cpp:84: warning: deprecated conversion from string constant to ‘char*’ x86_64-pc-linux-gnu-g++ -ISystem -ISystem/Boot -ISystem/Classes -ISystem/Files -ISystem/Link -ISystem/Misc -IClasses/Abstract -IClasses/Atomic -IClasses/Compound -IData/Drd -IData/String -IData/Tree -IData/Convert -IGuile -IResource -IWindow -ITypeset -ITypeset/Bridge -ITypeset/Concat -ITypeset/Page -IEdit -IPlugins -ITexmacs -IEdit/Editor -IEdit/Interface -IEdit/Modify -I/usr/include/freetype2 -pthread -Wall -Wno-return-type -O3 -fexpensive-optimizations -fno-rtti -fno-exceptions -c ./Edit/Modify/edit_text.cpp -o Objects/edit_text.o In file included from Classes/Compound/list.hpp:15, from Classes/Atomic/rectangles.hpp:16, from Typeset/boxes.hpp:17, from Typeset/typesetter.hpp:16, from Edit/editor.hpp:15, from ./Edit/Modify/edit_text.hpp:15, from ./Edit/Modify/edit_text.cpp:13: Classes/Atomic/tree.hpp: In function ‘string as_string(tree)’: Classes/Atomic/tree.hpp:216: warning: deprecated conversion from string constant to ‘char*’ Classes/Atomic/tree.hpp: In function ‘tree as_tree(T) [with T = void*]’: Classes/Atomic/tree.hpp:219: warning: deprecated conversion from string constant to ‘char*’ In file included from Window/ps_device.hpp:16, from Typeset/boxes.hpp:19, from Typeset/typesetter.hpp:16, from Edit/editor.hpp:15, from ./Edit/Modify/edit_text.hpp:15, from ./Edit/Modify/edit_text.cpp:13: System/Classes/url.hpp: In function ‘url url_none()’: System/Classes/url.hpp:62: warning: deprecated conversion from string constant to ‘char*’ System/Classes/url.hpp: In function ‘url url_here()’: System/Classes/url.hpp:63: warning: deprecated conversion from string constant to ‘char*’ System/Classes/url.hpp: In function ‘url url_parent()’: System/Classes/url.hpp:64: warning: deprecated conversion from string constant to ‘char*’ System/Classes/url.hpp: In function ‘url url_pwd()’: System/Classes/url.hpp:65: warning: deprecated conversion from string constant to ‘char*’ System/Classes/url.hpp: In function ‘bool is_none(url)’: System/Classes/url.hpp:81: warning: deprecated conversion from string constant to ‘char*’ System/Classes/url.hpp: In function ‘bool is_here(url)’: System/Classes/url.hpp:82: warning: deprecated conversion from string constant to ‘char*’ System/Classes/url.hpp: In function ‘bool is_parent(url)’: System/Classes/url.hpp:83: warning: deprecated conversion from string constant to ‘char*’ System/Classes/url.hpp: In function ‘bool is_concat(url)’: System/Classes/url.hpp:85: warning: deprecated conversion from string constant to ‘char*’ System/Classes/url.hpp: In function ‘bool is_or(url)’: System/Classes/url.hpp:86: warning: deprecated conversion from string constant to ‘char*’ System/Classes/url.hpp: In function ‘bool is_root(url)’: System/Classes/url.hpp:88: warning: deprecated conversion from string constant to ‘char*’ System/Classes/url.hpp: In function ‘bool is_root_web(url)’: System/Classes/url.hpp:92: warning: deprecated conversion from string constant to ‘char*’ System/Classes/url.hpp:92: warning: deprecated conversion from string constant to ‘char*’ System/Classes/url.hpp: In function ‘bool is_wildcard(url)’: System/Classes/url.hpp:93: warning: deprecated conversion from string constant to ‘char*’ System/Classes/url.hpp: In function ‘bool is_wildcard(url, int)’: System/Classes/url.hpp:95: warning: deprecated conversion from string constant to ‘char*’ In file included from Typeset/typesetter.hpp:17, from Edit/editor.hpp:15, from ./Edit/Modify/edit_text.hpp:15, from ./Edit/Modify/edit_text.cpp:13: Typeset/env.hpp: In member function ‘string edit_env_rep::get_string(string)’: Typeset/env.hpp:406: warning: deprecated conversion from string constant to ‘char*’ In file included from ./Edit/Modify/edit_text.hpp:15, from ./Edit/Modify/edit_text.cpp:13: Edit/editor.hpp: At global scope: Edit/editor.hpp:60: warning: deprecated conversion from string constant to ‘char*’ In file included from ./Edit/Modify/edit_text.cpp:14: System/Files/file.hpp: In function ‘void system(string, url)’: System/Files/file.hpp:35: warning: deprecated conversion from string constant to ‘char*’ System/Files/file.hpp: In function ‘void system(string, url, url)’: System/Files/file.hpp:37: warning: deprecated conversion from string constant to ‘char*’ System/Files/file.hpp:37: warning: deprecated conversion from string constant to ‘char*’ System/Files/file.hpp: In function ‘void system(string, url, char*)’: System/Files/file.hpp:39: warning: deprecated conversion from string constant to ‘char*’ System/Files/file.hpp:39: warning: deprecated conversion from string constant to ‘char*’ System/Files/file.hpp: In function ‘void system(string, url, char*, url)’: System/Files/file.hpp:41: warning: deprecated conversion from string constant to ‘char*’ System/Files/file.hpp:41: warning: deprecated conversion from string constant to ‘char*’ System/Files/file.hpp:42: warning: deprecated conversion from string constant to ‘char*’ System/Files/file.hpp: In function ‘string eval_system(string, url)’: System/Files/file.hpp:44: warning: deprecated conversion from string constant to ‘char*’ System/Files/file.hpp: In function ‘string eval_system(string, url, url)’: System/Files/file.hpp:46: warning: deprecated conversion from string constant to ‘char*’ System/Files/file.hpp:46: warning: deprecated conversion from string constant to ‘char*’ System/Files/file.hpp: In function ‘void move(url, url)’: System/Files/file.hpp:47: warning: deprecated conversion from string constant to ‘char*’ System/Files/file.hpp: In function ‘void copy(url, url)’: System/Files/file.hpp:48: warning: deprecated conversion from string constant to ‘char*’ System/Files/file.hpp: In function ‘void append(url, url)’: System/Files/file.hpp:49: warning: deprecated conversion from string constant to ‘char*’ System/Files/file.hpp:49: warning: deprecated conversion from string constant to ‘char*’ System/Files/file.hpp: In function ‘void remove(url)’: System/Files/file.hpp:50: warning: deprecated conversion from string constant to ‘char*’ System/Files/file.hpp: In function ‘void mkdir(url)’: System/Files/file.hpp:54: warning: deprecated conversion from string constant to ‘char*’ ./Edit/Modify/edit_text.cpp: In member function ‘virtual void edit_text_rep::correct_concat(path, int)’: ./Edit/Modify/edit_text.cpp:33: warning: deprecated conversion from string constant to ‘char*’ ./Edit/Modify/edit_text.cpp:33: warning: deprecated conversion from string constant to ‘char*’ ./Edit/Modify/edit_text.cpp:33: warning: deprecated conversion from string constant to ‘char*’ ./Edit/Modify/edit_text.cpp:37: warning: deprecated conversion from string constant to ‘char*’ ./Edit/Modify/edit_text.cpp:40: warning: deprecated conversion from string constant to ‘char*’ ./Edit/Modify/edit_text.cpp: In member function ‘virtual void edit_text_rep::correct(path)’: ./Edit/Modify/edit_text.cpp:85: warning: deprecated conversion from string constant to ‘char*’ ./Edit/Modify/edit_text.cpp: In member function ‘virtual void edit_text_rep::remove_return(path)’: ./Edit/Modify/edit_text.cpp:144: warning: deprecated conversion from string constant to ‘char*’ ./Edit/Modify/edit_text.cpp:144: warning: deprecated conversion from string constant to ‘char*’ ./Edit/Modify/edit_text.cpp:144: warning: deprecated conversion from string constant to ‘char*’ ./Edit/Modify/edit_text.cpp: In member function ‘path edit_text_rep::prepare_for_insert()’: ./Edit/Modify/edit_text.cpp:169: warning: deprecated conversion from string constant to ‘char*’ ./Edit/Modify/edit_text.cpp:173: warning: deprecated conversion from string constant to ‘char*’ ./Edit/Modify/edit_text.cpp: In member function ‘virtual void edit_text_rep::insert_tree(tree, path)’: ./Edit/Modify/edit_text.cpp:203: warning: deprecated conversion from string constant to ‘char*’ ./Edit/Modify/edit_text.cpp:214: warning: deprecated conversion from string constant to ‘char*’ ./Edit/Modify/edit_text.cpp: In member function ‘virtual void edit_text_rep::var_insert_tree(tree, path)’: ./Edit/Modify/edit_text.cpp:237: warning: deprecated conversion from string constant to ‘char*’ ./Edit/Modify/edit_text.cpp:239: warning: deprecated conversion from string constant to ‘char*’ ./Edit/Modify/edit_text.cpp: In member function ‘virtual void edit_text_rep::make_move(string, string)’: ./Edit/Modify/edit_text.cpp:344: warning: deprecated conversion from string constant to ‘char*’ ./Edit/Modify/edit_text.cpp: In member function ‘virtual void edit_text_rep::make_resize(string, string, string, string)’: ./Edit/Modify/edit_text.cpp:350: warning: deprecated conversion from string constant to ‘char*’ ./Edit/Modify/edit_text.cpp: In member function ‘virtual void edit_text_rep::make_postscript(string, bool, string, string, string, string, string, string)’: ./Edit/Modify/edit_text.cpp:362: warning: deprecated conversion from string constant to ‘char*’ ./Edit/Modify/edit_text.cpp:368: warning: deprecated conversion from string constant to ‘char*’ ./Edit/Modify/edit_text.cpp:368: warning: deprecated conversion from string constant to ‘char*’ ./Edit/Modify/edit_text.cpp:374: warning: deprecated conversion from string constant to ‘char*’ ./Edit/Modify/edit_text.cpp:375: warning: deprecated conversion from string constant to ‘char*’ ./Edit/Modify/edit_text.cpp:375: warning: deprecated conversion from string constant to ‘char*’ ./Edit/Modify/edit_text.cpp:375: warning: deprecated conversion from string constant to ‘char*’ ./Edit/Modify/edit_text.cpp:379: warning: deprecated conversion from string constant to ‘char*’ ./Edit/Modify/edit_text.cpp:380: warning: deprecated conversion from string constant to ‘char*’ ./Edit/Modify/edit_text.cpp:380: warning: deprecated conversion from string constant to ‘char*’ ./Edit/Modify/edit_text.cpp:381: warning: deprecated conversion from string constant to ‘char*’ Classes/Compound/list.cpp: In function ‘T last_item(list) [with T = int]’: ./Edit/Modify/edit_text.cpp:98: instantiated from here Classes/Compound/list.cpp:84: warning: deprecated conversion from string constant to ‘char*’ Classes/Compound/list.cpp:84: warning: deprecated conversion from string constant to ‘char*’ Classes/Compound/list.cpp:84: warning: deprecated conversion from string constant to ‘char*’ x86_64-pc-linux-gnu-g++ -ISystem -ISystem/Boot -ISystem/Classes -ISystem/Files -ISystem/Link -ISystem/Misc -IClasses/Abstract -IClasses/Atomic -IClasses/Compound -IData/Drd -IData/String -IData/Tree -IData/Convert -IGuile -IResource -IWindow -ITypeset -ITypeset/Bridge -ITypeset/Concat -ITypeset/Page -IEdit -IPlugins -ITexmacs -IEdit/Editor -IEdit/Interface -IEdit/Modify -I/usr/include/freetype2 -pthread -Wall -Wno-return-type -O3 -fexpensive-optimizations -fno-rtti -fno-exceptions -c ./Edit/Editor/edit_typeset.cpp -o Objects/edit_typeset.o In file included from Data/Drd/drd_info.hpp:15, from Typeset/env.hpp:16, from ./Edit/Editor/edit_typeset.hpp:15, from ./Edit/Editor/edit_typeset.cpp:13: Classes/Atomic/tree.hpp: In function ‘string as_string(tree)’: Classes/Atomic/tree.hpp:216: warning: deprecated conversion from string constant to ‘char*’ Classes/Atomic/tree.hpp: In function ‘tree as_tree(T) [with T = void*]’: Classes/Atomic/tree.hpp:219: warning: deprecated conversion from string constant to ‘char*’ In file included from Window/ps_device.hpp:16, from Resource/font.hpp:18, from Typeset/env.hpp:17, from ./Edit/Editor/edit_typeset.hpp:15, from ./Edit/Editor/edit_typeset.cpp:13: System/Classes/url.hpp: In function ‘url url_none()’: System/Classes/url.hpp:62: warning: deprecated conversion from string constant to ‘char*’ System/Classes/url.hpp: In function ‘url url_here()’: System/Classes/url.hpp:63: warning: deprecated conversion from string constant to ‘char*’ System/Classes/url.hpp: In function ‘url url_parent()’: System/Classes/url.hpp:64: warning: deprecated conversion from string constant to ‘char*’ System/Classes/url.hpp: In function ‘url url_pwd()’: System/Classes/url.hpp:65: warning: deprecated conversion from string constant to ‘char*’ System/Classes/url.hpp: In function ‘bool is_none(url)’: System/Classes/url.hpp:81: warning: deprecated conversion from string constant to ‘char*’ System/Classes/url.hpp: In function ‘bool is_here(url)’: System/Classes/url.hpp:82: warning: deprecated conversion from string constant to ‘char*’ System/Classes/url.hpp: In function ‘bool is_parent(url)’: System/Classes/url.hpp:83: warning: deprecated conversion from string constant to ‘char*’ System/Classes/url.hpp: In function ‘bool is_concat(url)’: System/Classes/url.hpp:85: warning: deprecated conversion from string constant to ‘char*’ System/Classes/url.hpp: In function ‘bool is_or(url)’: System/Classes/url.hpp:86: warning: deprecated conversion from string constant to ‘char*’ System/Classes/url.hpp: In function ‘bool is_root(url)’: System/Classes/url.hpp:88: warning: deprecated conversion from string constant to ‘char*’ System/Classes/url.hpp: In function ‘bool is_root_web(url)’: System/Classes/url.hpp:92: warning: deprecated conversion from string constant to ‘char*’ System/Classes/url.hpp:92: warning: deprecated conversion from string constant to ‘char*’ System/Classes/url.hpp: In function ‘bool is_wildcard(url)’: System/Classes/url.hpp:93: warning: deprecated conversion from string constant to ‘char*’ System/Classes/url.hpp: In function ‘bool is_wildcard(url, int)’: System/Classes/url.hpp:95: warning: deprecated conversion from string constant to ‘char*’ In file included from ./Edit/Editor/edit_typeset.hpp:15, from ./Edit/Editor/edit_typeset.cpp:13: Typeset/env.hpp: In member function ‘string edit_env_rep::get_string(string)’: Typeset/env.hpp:406: warning: deprecated conversion from string constant to ‘char*’ In file included from ./Edit/Editor/edit_typeset.hpp:17, from ./Edit/Editor/edit_typeset.cpp:13: Edit/editor.hpp: At global scope: Edit/editor.hpp:60: warning: deprecated conversion from string constant to ‘char*’ In file included from ./Edit/Editor/edit_typeset.cpp:13: ./Edit/Editor/edit_typeset.hpp:37: warning: deprecated conversion from string constant to ‘char*’ In file included from ./Edit/Editor/edit_typeset.cpp:14: Texmacs/tm_buffer.hpp: In constructor ‘tm_buffer_rep::tm_buffer_rep(url)’: Texmacs/tm_buffer.hpp:59: warning: deprecated conversion from string constant to ‘char*’ Texmacs/tm_buffer.hpp:59: warning: deprecated conversion from string constant to ‘char*’ Texmacs/tm_buffer.hpp:59: warning: deprecated conversion from string constant to ‘char*’ Texmacs/tm_buffer.hpp:59: warning: deprecated conversion from string constant to ‘char*’ Texmacs/tm_buffer.hpp:59: warning: deprecated conversion from string constant to ‘char*’ Texmacs/tm_buffer.hpp:59: warning: deprecated conversion from string constant to ‘char*’ Texmacs/tm_buffer.hpp:59: warning: deprecated conversion from string constant to ‘char*’ Texmacs/tm_buffer.hpp:59: warning: deprecated conversion from string constant to ‘char*’ Texmacs/tm_buffer.hpp:59: warning: deprecated conversion from string constant to ‘char*’ Texmacs/tm_buffer.hpp:59: warning: deprecated conversion from string constant to ‘char*’ In file included from ./Edit/Editor/edit_typeset.cpp:16: System/Files/file.hpp: In function ‘void system(string, url)’: System/Files/file.hpp:35: warning: deprecated conversion from string constant to ‘char*’ System/Files/file.hpp: In function ‘void system(string, url, url)’: System/Files/file.hpp:37: warning: deprecated conversion from string constant to ‘char*’ System/Files/file.hpp:37: warning: deprecated conversion from string constant to ‘char*’ System/Files/file.hpp: In function ‘void system(string, url, char*)’: System/Files/file.hpp:39: warning: deprecated conversion from string constant to ‘char*’ System/Files/file.hpp:39: warning: deprecated conversion from string constant to ‘char*’ System/Files/file.hpp: In function ‘void system(string, url, char*, url)’: System/Files/file.hpp:41: warning: deprecated conversion from string constant to ‘char*’ System/Files/file.hpp:41: warning: deprecated conversion from string constant to ‘char*’ System/Files/file.hpp:42: warning: deprecated conversion from string constant to ‘char*’ System/Files/file.hpp: In function ‘string eval_system(string, url)’: System/Files/file.hpp:44: warning: deprecated conversion from string constant to ‘char*’ System/Files/file.hpp: In function ‘string eval_system(string, url, url)’: System/Files/file.hpp:46: warning: deprecated conversion from string constant to ‘char*’ System/Files/file.hpp:46: warning: deprecated conversion from string constant to ‘char*’ System/Files/file.hpp: In function ‘void move(url, url)’: System/Files/file.hpp:47: warning: deprecated conversion from string constant to ‘char*’ System/Files/file.hpp: In function ‘void copy(url, url)’: System/Files/file.hpp:48: warning: deprecated conversion from string constant to ‘char*’ System/Files/file.hpp: In function ‘void append(url, url)’: System/Files/file.hpp:49: warning: deprecated conversion from string constant to ‘char*’ System/Files/file.hpp:49: warning: deprecated conversion from string constant to ‘char*’ System/Files/file.hpp: In function ‘void remove(url)’: System/Files/file.hpp:50: warning: deprecated conversion from string constant to ‘char*’ System/Files/file.hpp: In function ‘void mkdir(url)’: System/Files/file.hpp:54: warning: deprecated conversion from string constant to ‘char*’ ./Edit/Editor/edit_typeset.cpp: In member function ‘void edit_typeset_rep::typeset_style_use_cache(tree)’: ./Edit/Editor/edit_typeset.cpp:116: warning: deprecated conversion from string constant to ‘char*’ ./Edit/Editor/edit_typeset.cpp:116: warning: deprecated conversion from string constant to ‘char*’ ./Edit/Editor/edit_typeset.cpp:116: warning: deprecated conversion from string constant to ‘char*’ ./Edit/Editor/edit_typeset.cpp: In member function ‘virtual language edit_typeset_rep::get_env_language()’: ./Edit/Editor/edit_typeset.cpp:249: warning: deprecated conversion from string constant to ‘char*’ ./Edit/Editor/edit_typeset.cpp:251: warning: deprecated conversion from string constant to ‘char*’ ./Edit/Editor/edit_typeset.cpp: In function ‘tree expand_references(tree, hashmap)’: ./Edit/Editor/edit_typeset.cpp:279: warning: deprecated conversion from string constant to ‘char*’ ./Edit/Editor/edit_typeset.cpp:281: warning: deprecated conversion from string constant to ‘char*’ ./Edit/Editor/edit_typeset.cpp:281: warning: deprecated conversion from string constant to ‘char*’ ./Edit/Editor/edit_typeset.cpp: In member function ‘virtual tree edit_typeset_rep::exec_html(tree, path)’: ./Edit/Editor/edit_typeset.cpp:315: warning: deprecated conversion from string constant to ‘char*’ ./Edit/Editor/edit_typeset.cpp: In member function ‘virtual tree edit_typeset_rep::exec_latex(tree, path)’: ./Edit/Editor/edit_typeset.cpp:328: warning: deprecated conversion from string constant to ‘char*’ ./Edit/Editor/edit_typeset.cpp:329: warning: deprecated conversion from string constant to ‘char*’ ./Edit/Editor/edit_typeset.cpp:329: warning: deprecated conversion from string constant to ‘char*’ ./Edit/Editor/edit_typeset.cpp:333: warning: deprecated conversion from string constant to ‘char*’ ./Edit/Editor/edit_typeset.cpp:333: warning: deprecated conversion from string constant to ‘char*’ ./Edit/Editor/edit_typeset.cpp:336: warning: deprecated conversion from string constant to ‘char*’ ./Edit/Editor/edit_typeset.cpp:338: warning: deprecated conversion from string constant to ‘char*’ ./Edit/Editor/edit_typeset.cpp: In member function ‘virtual void edit_typeset_rep::init_style(string)’: ./Edit/Editor/edit_typeset.cpp:371: warning: deprecated conversion from string constant to ‘char*’ ./Edit/Editor/edit_typeset.cpp:371: warning: deprecated conversion from string constant to ‘char*’ ./Edit/Editor/edit_typeset.cpp:371: warning: deprecated conversion from string constant to ‘char*’ ./Edit/Editor/edit_typeset.cpp: In member function ‘virtual void edit_typeset_rep::typeset(SI&, SI&, SI&, SI&)’: ./Edit/Editor/edit_typeset.cpp:426: warning: deprecated conversion from string constant to ‘char*’ ./Edit/Editor/edit_typeset.cpp:428: warning: deprecated conversion from string constant to ‘char*’ x86_64-pc-linux-gnu-g++ -ISystem -ISystem/Boot -ISystem/Classes -ISystem/Files -ISystem/Link -ISystem/Misc -IClasses/Abstract -IClasses/Atomic -IClasses/Compound -IData/Drd -IData/String -IData/Tree -IData/Convert -IGuile -IResource -IWindow -I/usr/include/freetype2 -pthread -Wall -Wno-return-type -O3 -fexpensive-optimizations -fno-rtti -fno-exceptions -c ./Resource/Encodings/encoding.cpp -o Objects/encoding.o In file included from Classes/Compound/list.hpp:15, from Classes/Compound/hashmap.hpp:15, from Resource/resource.hpp:15, from Resource/encoding.hpp:15, from ./Resource/Encodings/encoding.cpp:34: Classes/Atomic/tree.hpp: In function ‘string as_string(tree)’: Classes/Atomic/tree.hpp:216: warning: deprecated conversion from string constant to ‘char*’ Classes/Atomic/tree.hpp: In function ‘tree as_tree(T) [with T = void*]’: Classes/Atomic/tree.hpp:219: warning: deprecated conversion from string constant to ‘char*’ ./Resource/Encodings/encoding.cpp: In constructor ‘univ_encoding_rep::univ_encoding_rep()’: ./Resource/Encodings/encoding.cpp:59: warning: deprecated conversion from string constant to ‘char*’ ./Resource/Encodings/encoding.cpp: In member function ‘virtual string univ_encoding_rep::encode(string)’: ./Resource/Encodings/encoding.cpp:63: warning: deprecated conversion from string constant to ‘char*’ ./Resource/Encodings/encoding.cpp: In member function ‘virtual string univ_encoding_rep::decode(string)’: ./Resource/Encodings/encoding.cpp:69: warning: deprecated conversion from string constant to ‘char*’ ./Resource/Encodings/encoding.cpp: In member function ‘virtual string sub_encoding_rep::encode(string)’: ./Resource/Encodings/encoding.cpp:129: warning: deprecated conversion from string constant to ‘char*’ ./Resource/Encodings/encoding.cpp: In member function ‘virtual string sub_encoding_rep::decode(string)’: ./Resource/Encodings/encoding.cpp:135: warning: deprecated conversion from string constant to ‘char*’ ./Resource/Encodings/encoding.cpp: In member function ‘virtual string ascii_encoding_rep::encode(string)’: ./Resource/Encodings/encoding.cpp:171: warning: deprecated conversion from string constant to ‘char*’ ./Resource/Encodings/encoding.cpp:177: warning: deprecated conversion from string constant to ‘char*’ ./Resource/Encodings/encoding.cpp: In member function ‘virtual string ascii_encoding_rep::decode(string)’: ./Resource/Encodings/encoding.cpp:188: warning: deprecated conversion from string constant to ‘char*’ ./Resource/Encodings/encoding.cpp: In member function ‘virtual string join_encoding_rep::encode(string)’: ./Resource/Encodings/encoding.cpp:231: warning: deprecated conversion from string constant to ‘char*’ ./Resource/Encodings/encoding.cpp:238: warning: deprecated conversion from string constant to ‘char*’ ./Resource/Encodings/encoding.cpp: In member function ‘virtual string join_encoding_rep::decode(string)’: ./Resource/Encodings/encoding.cpp:252: warning: deprecated conversion from string constant to ‘char*’ ./Resource/Encodings/encoding.cpp: In function ‘encoding join(encoding, encoding)’: ./Resource/Encodings/encoding.cpp:288: warning: deprecated conversion from string constant to ‘char*’ ./Resource/Encodings/encoding.cpp: At global scope: ./Resource/Encodings/encoding.cpp:311: warning: deprecated conversion from string constant to ‘char*’ ./Resource/Encodings/encoding.cpp:312: warning: deprecated conversion from string constant to ‘char*’ ./Resource/Encodings/encoding.cpp: In function ‘encoding num_enc()’: ./Resource/Encodings/encoding.cpp:320: warning: deprecated conversion from string constant to ‘char*’ ./Resource/Encodings/encoding.cpp:320: warning: deprecated conversion from string constant to ‘char*’ ./Resource/Encodings/encoding.cpp:320: warning: deprecated conversion from string constant to ‘char*’ ./Resource/Encodings/encoding.cpp: In function ‘encoding capital_enc()’: ./Resource/Encodings/encoding.cpp:326: warning: deprecated conversion from string constant to ‘char*’ ./Resource/Encodings/encoding.cpp:326: warning: deprecated conversion from string constant to ‘char*’ ./Resource/Encodings/encoding.cpp:326: warning: deprecated conversion from string constant to ‘char*’ ./Resource/Encodings/encoding.cpp: In function ‘encoding alpha_enc()’: ./Resource/Encodings/encoding.cpp:332: warning: deprecated conversion from string constant to ‘char*’ ./Resource/Encodings/encoding.cpp:332: warning: deprecated conversion from string constant to ‘char*’ ./Resource/Encodings/encoding.cpp:332: warning: deprecated conversion from string constant to ‘char*’ ./Resource/Encodings/encoding.cpp: In function ‘encoding alpha_num_enc()’: ./Resource/Encodings/encoding.cpp:338: warning: deprecated conversion from string constant to ‘char*’ ./Resource/Encodings/encoding.cpp:338: warning: deprecated conversion from string constant to ‘char*’ ./Resource/Encodings/encoding.cpp:338: warning: deprecated conversion from string constant to ‘char*’ x86_64-pc-linux-gnu-g++ -ISystem -ISystem/Boot -ISystem/Classes -ISystem/Files -ISystem/Link -ISystem/Misc -IClasses/Abstract -IClasses/Atomic -IClasses/Compound -IData/Drd -IData/String -IData/Tree -IData/Convert -IGuile -IResource -IWindow -ITypeset -ITypeset/Bridge -ITypeset/Concat -ITypeset/Page -IEdit -I/usr/include/freetype2 -pthread -Wall -Wno-return-type -O3 -fexpensive-optimizations -fno-rtti -fno-exceptions -c ./Typeset/Env/env.cpp -o Objects/env.o In file included from Data/Drd/drd_info.hpp:15, from Typeset/env.hpp:16, from ./Typeset/Env/env.cpp:13: Classes/Atomic/tree.hpp: In function ‘string as_string(tree)’: Classes/Atomic/tree.hpp:216: warning: deprecated conversion from string constant to ‘char*’ Classes/Atomic/tree.hpp: In function ‘tree as_tree(T) [with T = void*]’: Classes/Atomic/tree.hpp:219: warning: deprecated conversion from string constant to ‘char*’ In file included from Window/ps_device.hpp:16, from Resource/font.hpp:18, from Typeset/env.hpp:17, from ./Typeset/Env/env.cpp:13: System/Classes/url.hpp: In function ‘url url_none()’: System/Classes/url.hpp:62: warning: deprecated conversion from string constant to ‘char*’ System/Classes/url.hpp: In function ‘url url_here()’: System/Classes/url.hpp:63: warning: deprecated conversion from string constant to ‘char*’ System/Classes/url.hpp: In function ‘url url_parent()’: System/Classes/url.hpp:64: warning: deprecated conversion from string constant to ‘char*’ System/Classes/url.hpp: In function ‘url url_pwd()’: System/Classes/url.hpp:65: warning: deprecated conversion from string constant to ‘char*’ System/Classes/url.hpp: In function ‘bool is_none(url)’: System/Classes/url.hpp:81: warning: deprecated conversion from string constant to ‘char*’ System/Classes/url.hpp: In function ‘bool is_here(url)’: System/Classes/url.hpp:82: warning: deprecated conversion from string constant to ‘char*’ System/Classes/url.hpp: In function ‘bool is_parent(url)’: System/Classes/url.hpp:83: warning: deprecated conversion from string constant to ‘char*’ System/Classes/url.hpp: In function ‘bool is_concat(url)’: System/Classes/url.hpp:85: warning: deprecated conversion from string constant to ‘char*’ System/Classes/url.hpp: In function ‘bool is_or(url)’: System/Classes/url.hpp:86: warning: deprecated conversion from string constant to ‘char*’ System/Classes/url.hpp: In function ‘bool is_root(url)’: System/Classes/url.hpp:88: warning: deprecated conversion from string constant to ‘char*’ System/Classes/url.hpp: In function ‘bool is_root_web(url)’: System/Classes/url.hpp:92: warning: deprecated conversion from string constant to ‘char*’ System/Classes/url.hpp:92: warning: deprecated conversion from string constant to ‘char*’ System/Classes/url.hpp: In function ‘bool is_wildcard(url)’: System/Classes/url.hpp:93: warning: deprecated conversion from string constant to ‘char*’ System/Classes/url.hpp: In function ‘bool is_wildcard(url, int)’: System/Classes/url.hpp:95: warning: deprecated conversion from string constant to ‘char*’ In file included from ./Typeset/Env/env.cpp:13: Typeset/env.hpp: In member function ‘string edit_env_rep::get_string(string)’: Typeset/env.hpp:406: warning: deprecated conversion from string constant to ‘char*’ x86_64-pc-linux-gnu-g++ -ISystem -ISystem/Boot -ISystem/Classes -ISystem/Files -ISystem/Link -ISystem/Misc -IClasses/Abstract -IClasses/Atomic -IClasses/Compound -IData/Drd -IData/String -IData/Tree -IData/Convert -IGuile -IResource -IWindow -ITypeset -ITypeset/Bridge -ITypeset/Concat -ITypeset/Page -IEdit -I/usr/include/freetype2 -pthread -Wall -Wno-return-type -O3 -fexpensive-optimizations -fno-rtti -fno-exceptions -c ./Typeset/Env/env_default.cpp -o Objects/env_default.o In file included from Data/Drd/drd_info.hpp:15, from Typeset/env.hpp:16, from ./Typeset/Env/env_default.cpp:13: Classes/Atomic/tree.hpp: In function ‘string as_string(tree)’: Classes/Atomic/tree.hpp:216: warning: deprecated conversion from string constant to ‘char*’ Classes/Atomic/tree.hpp: In function ‘tree as_tree(T) [with T = void*]’: Classes/Atomic/tree.hpp:219: warning: deprecated conversion from string constant to ‘char*’ In file included from Window/ps_device.hpp:16, from Resource/font.hpp:18, from Typeset/env.hpp:17, from ./Typeset/Env/env_default.cpp:13: System/Classes/url.hpp: In function ‘url url_none()’: System/Classes/url.hpp:62: warning: deprecated conversion from string constant to ‘char*’ System/Classes/url.hpp: In function ‘url url_here()’: System/Classes/url.hpp:63: warning: deprecated conversion from string constant to ‘char*’ System/Classes/url.hpp: In function ‘url url_parent()’: System/Classes/url.hpp:64: warning: deprecated conversion from string constant to ‘char*’ System/Classes/url.hpp: In function ‘url url_pwd()’: System/Classes/url.hpp:65: warning: deprecated conversion from string constant to ‘char*’ System/Classes/url.hpp: In function ‘bool is_none(url)’: System/Classes/url.hpp:81: warning: deprecated conversion from string constant to ‘char*’ System/Classes/url.hpp: In function ‘bool is_here(url)’: System/Classes/url.hpp:82: warning: deprecated conversion from string constant to ‘char*’ System/Classes/url.hpp: In function ‘bool is_parent(url)’: System/Classes/url.hpp:83: warning: deprecated conversion from string constant to ‘char*’ System/Classes/url.hpp: In function ‘bool is_concat(url)’: System/Classes/url.hpp:85: warning: deprecated conversion from string constant to ‘char*’ System/Classes/url.hpp: In function ‘bool is_or(url)’: System/Classes/url.hpp:86: warning: deprecated conversion from string constant to ‘char*’ System/Classes/url.hpp: In function ‘bool is_root(url)’: System/Classes/url.hpp:88: warning: deprecated conversion from string constant to ‘char*’ System/Classes/url.hpp: In function ‘bool is_root_web(url)’: System/Classes/url.hpp:92: warning: deprecated conversion from string constant to ‘char*’ System/Classes/url.hpp:92: warning: deprecated conversion from string constant to ‘char*’ System/Classes/url.hpp: In function ‘bool is_wildcard(url)’: System/Classes/url.hpp:93: warning: deprecated conversion from string constant to ‘char*’ System/Classes/url.hpp: In function ‘bool is_wildcard(url, int)’: System/Classes/url.hpp:95: warning: deprecated conversion from string constant to ‘char*’ In file included from ./Typeset/Env/env_default.cpp:13: Typeset/env.hpp: In member function ‘string edit_env_rep::get_string(string)’: Typeset/env.hpp:406: warning: deprecated conversion from string constant to ‘char*’ ./Typeset/Env/env_default.cpp: In function ‘void initialize_default_env()’: ./Typeset/Env/env_default.cpp:22: warning: deprecated conversion from string constant to ‘char*’ ./Typeset/Env/env_default.cpp:22: warning: deprecated conversion from string constant to ‘char*’ ./Typeset/Env/env_default.cpp:23: warning: deprecated conversion from string constant to ‘char*’ ./Typeset/Env/env_default.cpp:23: warning: deprecated conversion from string constant to ‘char*’ ./Typeset/Env/env_default.cpp:24: warning: deprecated conversion from string constant to ‘char*’ ./Typeset/Env/env_default.cpp:26: warning: deprecated conversion from string constant to ‘char*’ ./Typeset/Env/env_default.cpp:26: warning: deprecated conversion from string constant to ‘char*’ ./Typeset/Env/env_default.cpp:26: warning: deprecated conversion from string constant to ‘char*’ ./Typeset/Env/env_default.cpp:26: warning: deprecated conversion from string constant to ‘char*’ ./Typeset/Env/env_default.cpp:27: warning: deprecated conversion from string constant to ‘char*’ ./Typeset/Env/env_default.cpp:27: warning: deprecated conversion from string constant to ‘char*’ ./Typeset/Env/env_default.cpp:27: warning: deprecated conversion from string constant to ‘char*’ ./Typeset/Env/env_default.cpp:27: warning: deprecated conversion from string constant to ‘char*’ ./Typeset/Env/env_default.cpp:29: warning: deprecated conversion from string constant to ‘char*’ ./Typeset/Env/env_default.cpp:30: warning: deprecated conversion from string constant to ‘char*’ ./Typeset/Env/env_default.cpp:32: warning: deprecated conversion from string constant to ‘char*’ ./Typeset/Env/env_default.cpp:32: warning: deprecated conversion from string constant to ‘char*’ ./Typeset/Env/env_default.cpp:33: warning: deprecated conversion from string constant to ‘char*’ ./Typeset/Env/env_default.cpp:33: warning: deprecated conversion from string constant to ‘char*’ ./Typeset/Env/env_default.cpp:34: warning: deprecated conversion from string constant to ‘char*’ ./Typeset/Env/env_default.cpp:34: warning: deprecated conversion from string constant to ‘char*’ ./Typeset/Env/env_default.cpp:36: warning: deprecated conversion from string constant to ‘char*’ ./Typeset/Env/env_default.cpp:37: warning: deprecated conversion from string constant to ‘char*’ ./Typeset/Env/env_default.cpp:38: warning: deprecated conversion from string constant to ‘char*’ ./Typeset/Env/env_default.cpp:39: warning: deprecated conversion from string constant to ‘char*’ ./Typeset/Env/env_default.cpp:40: warning: deprecated conversion from string constant to ‘char*’ ./Typeset/Env/env_default.cpp:41: warning: deprecated conversion from string constant to ‘char*’ ./Typeset/Env/env_default.cpp:45: warning: deprecated conversion from string constant to ‘char*’ ./Typeset/Env/env_default.cpp:46: warning: deprecated conversion from string constant to ‘char*’ ./Typeset/Env/env_default.cpp:47: warning: deprecated conversion from string constant to ‘char*’ ./Typeset/Env/env_default.cpp:48: warning: deprecated conversion from string constant to ‘char*’ ./Typeset/Env/env_default.cpp:49: warning: deprecated conversion from string constant to ‘char*’ ./Typeset/Env/env_default.cpp:50: warning: deprecated conversion from string constant to ‘char*’ ./Typeset/Env/env_default.cpp:51: warning: deprecated conversion from string constant to ‘char*’ ./Typeset/Env/env_default.cpp:52: warning: deprecated conversion from string constant to ‘char*’ ./Typeset/Env/env_default.cpp:53: warning: deprecated conversion from string constant to ‘char*’ ./Typeset/Env/env_default.cpp:54: warning: deprecated conversion from string constant to ‘char*’ ./Typeset/Env/env_default.cpp:58: warning: deprecated conversion from string constant to ‘char*’ ./Typeset/Env/env_default.cpp:59: warning: deprecated conversion from string constant to ‘char*’ ./Typeset/Env/env_default.cpp:61: warning: deprecated conversion from string constant to ‘char*’ ./Typeset/Env/env_default.cpp:62: warning: deprecated conversion from string constant to ‘char*’ ./Typeset/Env/env_default.cpp:63: warning: deprecated conversion from string constant to ‘char*’ ./Typeset/Env/env_default.cpp:64: warning: deprecated conversion from string constant to ‘char*’ ./Typeset/Env/env_default.cpp:65: warning: deprecated conversion from string constant to ‘char*’ ./Typeset/Env/env_default.cpp:66: warning: deprecated conversion from string constant to ‘char*’ ./Typeset/Env/env_default.cpp:67: warning: deprecated conversion from string constant to ‘char*’ ./Typeset/Env/env_default.cpp:68: warning: deprecated conversion from string constant to ‘char*’ ./Typeset/Env/env_default.cpp:69: warning: deprecated conversion from string constant to ‘char*’ ./Typeset/Env/env_default.cpp:71: warning: deprecated conversion from string constant to ‘char*’ ./Typeset/Env/env_default.cpp:72: warning: deprecated conversion from string constant to ‘char*’ ./Typeset/Env/env_default.cpp:73: warning: deprecated conversion from string constant to ‘char*’ ./Typeset/Env/env_default.cpp:74: warning: deprecated conversion from string constant to ‘char*’ ./Typeset/Env/env_default.cpp:75: warning: deprecated conversion from string constant to ‘char*’ ./Typeset/Env/env_default.cpp:76: warning: deprecated conversion from string constant to ‘char*’ ./Typeset/Env/env_default.cpp:77: warning: deprecated conversion from string constant to ‘char*’ ./Typeset/Env/env_default.cpp:79: warning: deprecated conversion from string constant to ‘char*’ ./Typeset/Env/env_default.cpp:80: warning: deprecated conversion from string constant to ‘char*’ ./Typeset/Env/env_default.cpp:81: warning: deprecated conversion from string constant to ‘char*’ ./Typeset/Env/env_default.cpp:82: warning: deprecated conversion from string constant to ‘char*’ ./Typeset/Env/env_default.cpp:83: warning: deprecated conversion from string constant to ‘char*’ ./Typeset/Env/env_default.cpp:84: warning: deprecated conversion from string constant to ‘char*’ ./Typeset/Env/env_default.cpp:85: warning: deprecated conversion from string constant to ‘char*’ ./Typeset/Env/env_default.cpp:86: warning: deprecated conversion from string constant to ‘char*’ ./Typeset/Env/env_default.cpp:87: warning: deprecated conversion from string constant to ‘char*’ ./Typeset/Env/env_default.cpp:88: warning: deprecated conversion from string constant to ‘char*’ ./Typeset/Env/env_default.cpp:89: warning: deprecated conversion from string constant to ‘char*’ ./Typeset/Env/env_default.cpp:90: warning: deprecated conversion from string constant to ‘char*’ ./Typeset/Env/env_default.cpp:91: warning: deprecated conversion from string constant to ‘char*’ ./Typeset/Env/env_default.cpp:92: warning: deprecated conversion from string constant to ‘char*’ ./Typeset/Env/env_default.cpp:93: warning: deprecated conversion from string constant to ‘char*’ ./Typeset/Env/env_default.cpp:95: warning: deprecated conversion from string constant to ‘char*’ ./Typeset/Env/env_default.cpp:96: warning: deprecated conversion from string constant to ‘char*’ ./Typeset/Env/env_default.cpp:97: warning: deprecated conversion from string constant to ‘char*’ ./Typeset/Env/env_default.cpp:98: warning: deprecated conversion from string constant to ‘char*’ ./Typeset/Env/env_default.cpp:99: warning: deprecated conversion from string constant to ‘char*’ ./Typeset/Env/env_default.cpp:100: warning: deprecated conversion from string constant to ‘char*’ ./Typeset/Env/env_default.cpp:101: warning: deprecated conversion from string constant to ‘char*’ ./Typeset/Env/env_default.cpp:102: warning: deprecated conversion from string constant to ‘char*’ ./Typeset/Env/env_default.cpp:103: warning: deprecated conversion from string constant to ‘char*’ ./Typeset/Env/env_default.cpp:105: warning: deprecated conversion from string constant to ‘char*’ ./Typeset/Env/env_default.cpp:106: warning: deprecated conversion from string constant to ‘char*’ ./Typeset/Env/env_default.cpp:107: warning: deprecated conversion from string constant to ‘char*’ ./Typeset/Env/env_default.cpp:108: warning: deprecated conversion from string constant to ‘char*’ ./Typeset/Env/env_default.cpp:109: warning: deprecated conversion from string constant to ‘char*’ ./Typeset/Env/env_default.cpp:110: warning: deprecated conversion from string constant to ‘char*’ ./Typeset/Env/env_default.cpp:111: warning: deprecated conversion from string constant to ‘char*’ ./Typeset/Env/env_default.cpp:112: warning: deprecated conversion from string constant to ‘char*’ ./Typeset/Env/env_default.cpp:113: warning: deprecated conversion from string constant to ‘char*’ ./Typeset/Env/env_default.cpp:114: warning: deprecated conversion from string constant to ‘char*’ ./Typeset/Env/env_default.cpp:115: warning: deprecated conversion from string constant to ‘char*’ ./Typeset/Env/env_default.cpp:116: warning: deprecated conversion from string constant to ‘char*’ ./Typeset/Env/env_default.cpp:117: warning: deprecated conversion from string constant to ‘char*’ ./Typeset/Env/env_default.cpp:118: warning: deprecated conversion from string constant to ‘char*’ ./Typeset/Env/env_default.cpp:119: warning: deprecated conversion from string constant to ‘char*’ ./Typeset/Env/env_default.cpp:120: warning: deprecated conversion from string constant to ‘char*’ ./Typeset/Env/env_default.cpp:121: warning: deprecated conversion from string constant to ‘char*’ ./Typeset/Env/env_default.cpp:122: warning: deprecated conversion from string constant to ‘char*’ ./Typeset/Env/env_default.cpp:123: warning: deprecated conversion from string constant to ‘char*’ ./Typeset/Env/env_default.cpp:124: warning: deprecated conversion from string constant to ‘char*’ ./Typeset/Env/env_default.cpp:125: warning: deprecated conversion from string constant to ‘char*’ ./Typeset/Env/env_default.cpp:126: warning: deprecated conversion from string constant to ‘char*’ ./Typeset/Env/env_default.cpp:127: warning: deprecated conversion from string constant to ‘char*’ ./Typeset/Env/env_default.cpp:128: warning: deprecated conversion from string constant to ‘char*’ ./Typeset/Env/env_default.cpp:129: warning: deprecated conversion from string constant to ‘char*’ ./Typeset/Env/env_default.cpp:130: warning: deprecated conversion from string constant to ‘char*’ ./Typeset/Env/env_default.cpp:131: warning: deprecated conversion from string constant to ‘char*’ ./Typeset/Env/env_default.cpp:132: warning: deprecated conversion from string constant to ‘char*’ ./Typeset/Env/env_default.cpp:133: warning: deprecated conversion from string constant to ‘char*’ ./Typeset/Env/env_default.cpp:134: warning: deprecated conversion from string constant to ‘char*’ ./Typeset/Env/env_default.cpp:136: warning: deprecated conversion from string constant to ‘char*’ ./Typeset/Env/env_default.cpp:137: warning: deprecated conversion from string constant to ‘char*’ ./Typeset/Env/env_default.cpp:138: warning: deprecated conversion from string constant to ‘char*’ ./Typeset/Env/env_default.cpp:139: warning: deprecated conversion from string constant to ‘char*’ ./Typeset/Env/env_default.cpp:140: warning: deprecated conversion from string constant to ‘char*’ ./Typeset/Env/env_default.cpp:141: warning: deprecated conversion from string constant to ‘char*’ ./Typeset/Env/env_default.cpp:142: warning: deprecated conversion from string constant to ‘char*’ ./Typeset/Env/env_default.cpp:143: warning: deprecated conversion from string constant to ‘char*’ ./Typeset/Env/env_default.cpp:144: warning: deprecated conversion from string constant to ‘char*’ ./Typeset/Env/env_default.cpp:145: warning: deprecated conversion from string constant to ‘char*’ ./Typeset/Env/env_default.cpp:146: warning: deprecated conversion from string constant to ‘char*’ ./Typeset/Env/env_default.cpp:147: warning: deprecated conversion from string constant to ‘char*’ ./Typeset/Env/env_default.cpp:148: warning: deprecated conversion from string constant to ‘char*’ ./Typeset/Env/env_default.cpp:149: warning: deprecated conversion from string constant to ‘char*’ ./Typeset/Env/env_default.cpp:150: warning: deprecated conversion from string constant to ‘char*’ ./Typeset/Env/env_default.cpp:151: warning: deprecated conversion from string constant to ‘char*’ ./Typeset/Env/env_default.cpp:152: warning: deprecated conversion from string constant to ‘char*’ ./Typeset/Env/env_default.cpp:153: warning: deprecated conversion from string constant to ‘char*’ ./Typeset/Env/env_default.cpp:154: warning: deprecated conversion from string constant to ‘char*’ ./Typeset/Env/env_default.cpp:155: warning: deprecated conversion from string constant to ‘char*’ ./Typeset/Env/env_default.cpp:156: warning: deprecated conversion from string constant to ‘char*’ ./Typeset/Env/env_default.cpp:158: warning: deprecated conversion from string constant to ‘char*’ ./Typeset/Env/env_default.cpp:160: warning: deprecated conversion from string constant to ‘char*’ ./Typeset/Env/env_default.cpp:161: warning: deprecated conversion from string constant to ‘char*’ ./Typeset/Env/env_default.cpp:162: warning: deprecated conversion from string constant to ‘char*’ ./Typeset/Env/env_default.cpp:163: warning: deprecated conversion from string constant to ‘char*’ ./Typeset/Env/env_default.cpp:164: warning: deprecated conversion from string constant to ‘char*’ ./Typeset/Env/env_default.cpp:165: warning: deprecated conversion from string constant to ‘char*’ ./Typeset/Env/env_default.cpp:166: warning: deprecated conversion from string constant to ‘char*’ ./Typeset/Env/env_default.cpp:167: warning: deprecated conversion from string constant to ‘char*’ ./Typeset/Env/env_default.cpp:168: warning: deprecated conversion from string constant to ‘char*’ ./Typeset/Env/env_default.cpp:169: warning: deprecated conversion from string constant to ‘char*’ ./Typeset/Env/env_default.cpp:170: warning: deprecated conversion from string constant to ‘char*’ ./Typeset/Env/env_default.cpp:171: warning: deprecated conversion from string constant to ‘char*’ ./Typeset/Env/env_default.cpp:172: warning: deprecated conversion from string constant to ‘char*’ ./Typeset/Env/env_default.cpp:173: warning: deprecated conversion from string constant to ‘char*’ ./Typeset/Env/env_default.cpp:174: warning: deprecated conversion from string constant to ‘char*’ ./Typeset/Env/env_default.cpp:175: warning: deprecated conversion from string constant to ‘char*’ ./Typeset/Env/env_default.cpp:176: warning: deprecated conversion from string constant to ‘char*’ ./Typeset/Env/env_default.cpp:177: warning: deprecated conversion from string constant to ‘char*’ ./Typeset/Env/env_default.cpp:178: warning: deprecated conversion from string constant to ‘char*’ ./Typeset/Env/env_default.cpp:179: warning: deprecated conversion from string constant to ‘char*’ ./Typeset/Env/env_default.cpp:180: warning: deprecated conversion from string constant to ‘char*’ ./Typeset/Env/env_default.cpp:181: warning: deprecated conversion from string constant to ‘char*’ ./Typeset/Env/env_default.cpp:182: warning: deprecated conversion from string constant to ‘char*’ ./Typeset/Env/env_default.cpp:183: warning: deprecated conversion from string constant to ‘char*’ ./Typeset/Env/env_default.cpp:185: warning: deprecated conversion from string constant to ‘char*’ ./Typeset/Env/env_default.cpp:187: warning: deprecated conversion from string constant to ‘char*’ ./Typeset/Env/env_default.cpp:188: warning: deprecated conversion from string constant to ‘char*’ ./Typeset/Env/env_default.cpp:189: warning: deprecated conversion from string constant to ‘char*’ ./Typeset/Env/env_default.cpp:190: warning: deprecated conversion from string constant to ‘char*’ ./Typeset/Env/env_default.cpp:191: warning: deprecated conversion from string constant to ‘char*’ ./Typeset/Env/env_default.cpp:192: warning: deprecated conversion from string constant to ‘char*’ ./Typeset/Env/env_default.cpp:193: warning: deprecated conversion from string constant to ‘char*’ ./Typeset/Env/env_default.cpp:194: warning: deprecated conversion from string constant to ‘char*’ ./Typeset/Env/env_default.cpp:195: warning: deprecated conversion from string constant to ‘char*’ ./Typeset/Env/env_default.cpp:199: warning: deprecated conversion from string constant to ‘char*’ ./Typeset/Env/env_default.cpp:200: warning: deprecated conversion from string constant to ‘char*’ ./Typeset/Env/env_default.cpp:201: warning: deprecated conversion from string constant to ‘char*’ ./Typeset/Env/env_default.cpp:202: warning: deprecated conversion from string constant to ‘char*’ ./Typeset/Env/env_default.cpp:203: warning: deprecated conversion from string constant to ‘char*’ ./Typeset/Env/env_default.cpp:204: warning: deprecated conversion from string constant to ‘char*’ ./Typeset/Env/env_default.cpp:205: warning: deprecated conversion from string constant to ‘char*’ ./Typeset/Env/env_default.cpp:206: warning: deprecated conversion from string constant to ‘char*’ ./Typeset/Env/env_default.cpp:207: warning: deprecated conversion from string constant to ‘char*’ ./Typeset/Env/env_default.cpp:208: warning: deprecated conversion from string constant to ‘char*’ ./Typeset/Env/env_default.cpp:214: warning: deprecated conversion from string constant to ‘char*’ ./Typeset/Env/env_default.cpp:215: warning: deprecated conversion from string constant to ‘char*’ ./Typeset/Env/env_default.cpp:216: warning: deprecated conversion from string constant to ‘char*’ ./Typeset/Env/env_default.cpp:217: warning: deprecated conversion from string constant to ‘char*’ ./Typeset/Env/env_default.cpp:220: warning: deprecated conversion from string constant to ‘char*’ ./Typeset/Env/env_default.cpp:221: warning: deprecated conversion from string constant to ‘char*’ ./Typeset/Env/env_default.cpp:222: warning: deprecated conversion from string constant to ‘char*’ ./Typeset/Env/env_default.cpp:222: warning: deprecated conversion from string constant to ‘char*’ ./Typeset/Env/env_default.cpp:225: warning: deprecated conversion from string constant to ‘char*’ ./Typeset/Env/env_default.cpp:226: warning: deprecated conversion from string constant to ‘char*’ ./Typeset/Env/env_default.cpp:226: warning: deprecated conversion from string constant to ‘char*’ ./Typeset/Env/env_default.cpp:226: warning: deprecated conversion from string constant to ‘char*’ ./Typeset/Env/env_default.cpp:227: warning: deprecated conversion from string constant to ‘char*’ ./Typeset/Env/env_default.cpp:228: warning: deprecated conversion from string constant to ‘char*’ ./Typeset/Env/env_default.cpp:228: warning: deprecated conversion from string constant to ‘char*’ ./Typeset/Env/env_default.cpp:229: warning: deprecated conversion from string constant to ‘char*’ ./Typeset/Env/env_default.cpp:230: warning: deprecated conversion from string constant to ‘char*’ ./Typeset/Env/env_default.cpp:230: warning: deprecated conversion from string constant to ‘char*’ ./Typeset/Env/env_default.cpp:231: warning: deprecated conversion from string constant to ‘char*’ ./Typeset/Env/env_default.cpp:232: warning: deprecated conversion from string constant to ‘char*’ ./Typeset/Env/env_default.cpp:232: warning: deprecated conversion from string constant to ‘char*’ ./Typeset/Env/env_default.cpp:233: warning: deprecated conversion from string constant to ‘char*’ ./Typeset/Env/env_default.cpp:234: warning: deprecated conversion from string constant to ‘char*’ ./Typeset/Env/env_default.cpp:234: warning: deprecated conversion from string constant to ‘char*’ ./Typeset/Env/env_default.cpp:235: warning: deprecated conversion from string constant to ‘char*’ ./Typeset/Env/env_default.cpp:236: warning: deprecated conversion from string constant to ‘char*’ ./Typeset/Env/env_default.cpp:236: warning: deprecated conversion from string constant to ‘char*’ ./Typeset/Env/env_default.cpp:236: warning: deprecated conversion from string constant to ‘char*’ ./Typeset/Env/env_default.cpp:237: warning: deprecated conversion from string constant to ‘char*’ ./Typeset/Env/env_default.cpp:238: warning: deprecated conversion from string constant to ‘char*’ ./Typeset/Env/env_default.cpp:238: warning: deprecated conversion from string constant to ‘char*’ ./Typeset/Env/env_default.cpp:238: warning: deprecated conversion from string constant to ‘char*’ ./Typeset/Env/env_default.cpp:239: warning: deprecated conversion from string constant to ‘char*’ ./Typeset/Env/env_default.cpp:241: warning: deprecated conversion from string constant to ‘char*’ ./Typeset/Env/env_default.cpp:242: warning: deprecated conversion from string constant to ‘char*’ ./Typeset/Env/env_default.cpp:242: warning: deprecated conversion from string constant to ‘char*’ ./Typeset/Env/env_default.cpp:243: warning: deprecated conversion from string constant to ‘char*’ ./Typeset/Env/env_default.cpp:244: warning: deprecated conversion from string constant to ‘char*’ ./Typeset/Env/env_default.cpp:244: warning: deprecated conversion from string constant to ‘char*’ ./Typeset/Env/env_default.cpp:245: warning: deprecated conversion from string constant to ‘char*’ ./Typeset/Env/env_default.cpp:246: warning: deprecated conversion from string constant to ‘char*’ ./Typeset/Env/env_default.cpp:246: warning: deprecated conversion from string constant to ‘char*’ ./Typeset/Env/env_default.cpp:246: warning: deprecated conversion from string constant to ‘char*’ ./Typeset/Env/env_default.cpp:249: warning: deprecated conversion from string constant to ‘char*’ ./Typeset/Env/env_default.cpp:251: warning: deprecated conversion from string constant to ‘char*’ ./Typeset/Env/env_default.cpp:251: warning: deprecated conversion from string constant to ‘char*’ ./Typeset/Env/env_default.cpp:251: warning: deprecated conversion from string constant to ‘char*’ ./Typeset/Env/env_default.cpp:251: warning: deprecated conversion from string constant to ‘char*’ ./Typeset/Env/env_default.cpp:252: warning: deprecated conversion from string constant to ‘char*’ ./Typeset/Env/env_default.cpp:254: warning: deprecated conversion from string constant to ‘char*’ ./Typeset/Env/env_default.cpp:254: warning: deprecated conversion from string constant to ‘char*’ ./Typeset/Env/env_default.cpp:254: warning: deprecated conversion from string constant to ‘char*’ ./Typeset/Env/env_default.cpp:254: warning: deprecated conversion from string constant to ‘char*’ ./Typeset/Env/env_default.cpp:255: warning: deprecated conversion from string constant to ‘char*’ ./Typeset/Env/env_default.cpp:257: warning: deprecated conversion from string constant to ‘char*’ ./Typeset/Env/env_default.cpp:257: warning: deprecated conversion from string constant to ‘char*’ ./Typeset/Env/env_default.cpp:257: warning: deprecated conversion from string constant to ‘char*’ ./Typeset/Env/env_default.cpp:257: warning: deprecated conversion from string constant to ‘char*’ ./Typeset/Env/env_default.cpp:258: warning: deprecated conversion from string constant to ‘char*’ ./Typeset/Env/env_default.cpp:260: warning: deprecated conversion from string constant to ‘char*’ ./Typeset/Env/env_default.cpp:260: warning: deprecated conversion from string constant to ‘char*’ ./Typeset/Env/env_default.cpp:260: warning: deprecated conversion from string constant to ‘char*’ ./Typeset/Env/env_default.cpp:260: warning: deprecated conversion from string constant to ‘char*’ ./Typeset/Env/env_default.cpp:261: warning: deprecated conversion from string constant to ‘char*’ ./Typeset/Env/env_default.cpp:262: warning: deprecated conversion from string constant to ‘char*’ ./Typeset/Env/env_default.cpp:262: warning: deprecated conversion from string constant to ‘char*’ ./Typeset/Env/env_default.cpp:262: warning: deprecated conversion from string constant to ‘char*’ ./Typeset/Env/env_default.cpp:263: warning: deprecated conversion from string constant to ‘char*’ ./Typeset/Env/env_default.cpp:264: warning: deprecated conversion from string constant to ‘char*’ ./Typeset/Env/env_default.cpp:264: warning: deprecated conversion from string constant to ‘char*’ ./Typeset/Env/env_default.cpp:264: warning: deprecated conversion from string constant to ‘char*’ ./Typeset/Env/env_default.cpp:265: warning: deprecated conversion from string constant to ‘char*’ ./Typeset/Env/env_default.cpp:266: warning: deprecated conversion from string constant to ‘char*’ ./Typeset/Env/env_default.cpp:266: warning: deprecated conversion from string constant to ‘char*’ ./Typeset/Env/env_default.cpp:266: warning: deprecated conversion from string constant to ‘char*’ ./Typeset/Env/env_default.cpp:269: warning: deprecated conversion from string constant to ‘char*’ ./Typeset/Env/env_default.cpp:270: warning: deprecated conversion from string constant to ‘char*’ ./Typeset/Env/env_default.cpp:273: warning: deprecated conversion from string constant to ‘char*’ ./Typeset/Env/env_default.cpp:273: warning: deprecated conversion from string constant to ‘char*’ ./Typeset/Env/env_default.cpp:274: warning: deprecated conversion from string constant to ‘char*’ ./Typeset/Env/env_default.cpp:274: warning: deprecated conversion from string constant to ‘char*’ ./Typeset/Env/env_default.cpp:274: warning: deprecated conversion from string constant to ‘char*’ ./Typeset/Env/env_default.cpp:275: warning: deprecated conversion from string constant to ‘char*’ ./Typeset/Env/env_default.cpp:279: warning: deprecated conversion from string constant to ‘char*’ ./Typeset/Env/env_default.cpp:279: warning: deprecated conversion from string constant to ‘char*’ ./Typeset/Env/env_default.cpp:280: warning: deprecated conversion from string constant to ‘char*’ ./Typeset/Env/env_default.cpp:282: warning: deprecated conversion from string constant to ‘char*’ ./Typeset/Env/env_default.cpp:282: warning: deprecated conversion from string constant to ‘char*’ ./Typeset/Env/env_default.cpp:283: warning: deprecated conversion from string constant to ‘char*’ ./Typeset/Env/env_default.cpp:283: warning: deprecated conversion from string constant to ‘char*’ ./Typeset/Env/env_default.cpp:283: warning: deprecated conversion from string constant to ‘char*’ ./Typeset/Env/env_default.cpp:284: warning: deprecated conversion from string constant to ‘char*’ ./Typeset/Env/env_default.cpp:288: warning: deprecated conversion from string constant to ‘char*’ ./Typeset/Env/env_default.cpp:288: warning: deprecated conversion from string constant to ‘char*’ ./Typeset/Env/env_default.cpp:289: warning: deprecated conversion from string constant to ‘char*’ ./Typeset/Env/env_default.cpp:291: warning: deprecated conversion from string constant to ‘char*’ ./Typeset/Env/env_default.cpp:291: warning: deprecated conversion from string constant to ‘char*’ ./Typeset/Env/env_default.cpp:292: warning: deprecated conversion from string constant to ‘char*’ ./Typeset/Env/env_default.cpp:292: warning: deprecated conversion from string constant to ‘char*’ ./Typeset/Env/env_default.cpp:292: warning: deprecated conversion from string constant to ‘char*’ ./Typeset/Env/env_default.cpp:292: warning: deprecated conversion from string constant to ‘char*’ ./Typeset/Env/env_default.cpp:292: warning: deprecated conversion from string constant to ‘char*’ x86_64-pc-linux-gnu-g++ -ISystem -ISystem/Boot -ISystem/Classes -ISystem/Files -ISystem/Link -ISystem/Misc -IClasses/Abstract -IClasses/Atomic -IClasses/Compound -IData/Drd -IData/String -IData/Tree -IData/Convert -IGuile -IResource -IWindow -ITypeset -ITypeset/Bridge -ITypeset/Concat -ITypeset/Page -IEdit -I/usr/include/freetype2 -pthread -Wall -Wno-return-type -O3 -fexpensive-optimizations -fno-rtti -fno-exceptions -c ./Typeset/Env/env_exec.cpp -o Objects/env_exec.o In file included from Data/Drd/drd_info.hpp:15, from Typeset/env.hpp:16, from ./Typeset/Env/env_exec.cpp:13: Classes/Atomic/tree.hpp: In function ‘string as_string(tree)’: Classes/Atomic/tree.hpp:216: warning: deprecated conversion from string constant to ‘char*’ Classes/Atomic/tree.hpp: In function ‘tree as_tree(T) [with T = void*]’: Classes/Atomic/tree.hpp:219: warning: deprecated conversion from string constant to ‘char*’ In file included from Window/ps_device.hpp:16, from Resource/font.hpp:18, from Typeset/env.hpp:17, from ./Typeset/Env/env_exec.cpp:13: System/Classes/url.hpp: In function ‘url url_none()’: System/Classes/url.hpp:62: warning: deprecated conversion from string constant to ‘char*’ System/Classes/url.hpp: In function ‘url url_here()’: System/Classes/url.hpp:63: warning: deprecated conversion from string constant to ‘char*’ System/Classes/url.hpp: In function ‘url url_parent()’: System/Classes/url.hpp:64: warning: deprecated conversion from string constant to ‘char*’ System/Classes/url.hpp: In function ‘url url_pwd()’: System/Classes/url.hpp:65: warning: deprecated conversion from string constant to ‘char*’ System/Classes/url.hpp: In function ‘bool is_none(url)’: System/Classes/url.hpp:81: warning: deprecated conversion from string constant to ‘char*’ System/Classes/url.hpp: In function ‘bool is_here(url)’: System/Classes/url.hpp:82: warning: deprecated conversion from string constant to ‘char*’ System/Classes/url.hpp: In function ‘bool is_parent(url)’: System/Classes/url.hpp:83: warning: deprecated conversion from string constant to ‘char*’ System/Classes/url.hpp: In function ‘bool is_concat(url)’: System/Classes/url.hpp:85: warning: deprecated conversion from string constant to ‘char*’ System/Classes/url.hpp: In function ‘bool is_or(url)’: System/Classes/url.hpp:86: warning: deprecated conversion from string constant to ‘char*’ System/Classes/url.hpp: In function ‘bool is_root(url)’: System/Classes/url.hpp:88: warning: deprecated conversion from string constant to ‘char*’ System/Classes/url.hpp: In function ‘bool is_root_web(url)’: System/Classes/url.hpp:92: warning: deprecated conversion from string constant to ‘char*’ System/Classes/url.hpp:92: warning: deprecated conversion from string constant to ‘char*’ System/Classes/url.hpp: In function ‘bool is_wildcard(url)’: System/Classes/url.hpp:93: warning: deprecated conversion from string constant to ‘char*’ System/Classes/url.hpp: In function ‘bool is_wildcard(url, int)’: System/Classes/url.hpp:95: warning: deprecated conversion from string constant to ‘char*’ In file included from ./Typeset/Env/env_exec.cpp:13: Typeset/env.hpp: In member function ‘string edit_env_rep::get_string(string)’: Typeset/env.hpp:406: warning: deprecated conversion from string constant to ‘char*’ In file included from ./Typeset/Env/env_exec.cpp:15: System/Files/file.hpp: In function ‘void system(string, url)’: System/Files/file.hpp:35: warning: deprecated conversion from string constant to ‘char*’ System/Files/file.hpp: In function ‘void system(string, url, url)’: System/Files/file.hpp:37: warning: deprecated conversion from string constant to ‘char*’ System/Files/file.hpp:37: warning: deprecated conversion from string constant to ‘char*’ System/Files/file.hpp: In function ‘void system(string, url, char*)’: System/Files/file.hpp:39: warning: deprecated conversion from string constant to ‘char*’ System/Files/file.hpp:39: warning: deprecated conversion from string constant to ‘char*’ System/Files/file.hpp: In function ‘void system(string, url, char*, url)’: System/Files/file.hpp:41: warning: deprecated conversion from string constant to ‘char*’ System/Files/file.hpp:41: warning: deprecated conversion from string constant to ‘char*’ System/Files/file.hpp:42: warning: deprecated conversion from string constant to ‘char*’ System/Files/file.hpp: In function ‘string eval_system(string, url)’: System/Files/file.hpp:44: warning: deprecated conversion from string constant to ‘char*’ System/Files/file.hpp: In function ‘string eval_system(string, url, url)’: System/Files/file.hpp:46: warning: deprecated conversion from string constant to ‘char*’ System/Files/file.hpp:46: warning: deprecated conversion from string constant to ‘char*’ System/Files/file.hpp: In function ‘void move(url, url)’: System/Files/file.hpp:47: warning: deprecated conversion from string constant to ‘char*’ System/Files/file.hpp: In function ‘void copy(url, url)’: System/Files/file.hpp:48: warning: deprecated conversion from string constant to ‘char*’ System/Files/file.hpp: In function ‘void append(url, url)’: System/Files/file.hpp:49: warning: deprecated conversion from string constant to ‘char*’ System/Files/file.hpp:49: warning: deprecated conversion from string constant to ‘char*’ System/Files/file.hpp: In function ‘void remove(url)’: System/Files/file.hpp:50: warning: deprecated conversion from string constant to ‘char*’ System/Files/file.hpp: In function ‘void mkdir(url)’: System/Files/file.hpp:54: warning: deprecated conversion from string constant to ‘char*’ ./Typeset/Env/env_exec.cpp: In member function ‘string edit_env_rep::exec_string(tree)’: ./Typeset/Env/env_exec.cpp:31: warning: deprecated conversion from string constant to ‘char*’ ./Typeset/Env/env_exec.cpp: In member function ‘tree edit_env_rep::rewrite(tree)’: ./Typeset/Env/env_exec.cpp:56: warning: deprecated conversion from string constant to ‘char*’ ./Typeset/Env/env_exec.cpp:58: warning: deprecated conversion from string constant to ‘char*’ ./Typeset/Env/env_exec.cpp:59: warning: deprecated conversion from string constant to ‘char*’ ./Typeset/Env/env_exec.cpp:70: warning: deprecated conversion from string constant to ‘char*’ ./Typeset/Env/env_exec.cpp:72: warning: deprecated conversion from string constant to ‘char*’ ./Typeset/Env/env_exec.cpp:75: warning: deprecated conversion from string constant to ‘char*’ ./Typeset/Env/env_exec.cpp:106: warning: deprecated conversion from string constant to ‘char*’ ./Typeset/Env/env_exec.cpp:112: warning: deprecated conversion from string constant to ‘char*’ ./Typeset/Env/env_exec.cpp:114: warning: deprecated conversion from string constant to ‘char*’ ./Typeset/Env/env_exec.cpp:115: warning: deprecated conversion from string constant to ‘char*’ ./Typeset/Env/env_exec.cpp:116: warning: deprecated conversion from string constant to ‘char*’ ./Typeset/Env/env_exec.cpp:117: warning: deprecated conversion from string constant to ‘char*’ ./Typeset/Env/env_exec.cpp:118: warning: deprecated conversion from string constant to ‘char*’ ./Typeset/Env/env_exec.cpp:119: warning: deprecated conversion from string constant to ‘char*’ ./Typeset/Env/env_exec.cpp: In member function ‘tree edit_env_rep::exec_assign(tree)’: ./Typeset/Env/env_exec.cpp:411: warning: deprecated conversion from string constant to ‘char*’ ./Typeset/Env/env_exec.cpp:413: warning: deprecated conversion from string constant to ‘char*’ ./Typeset/Env/env_exec.cpp: In member function ‘tree edit_env_rep::exec_with(tree)’: ./Typeset/Env/env_exec.cpp:421: warning: deprecated conversion from string constant to ‘char*’ ./Typeset/Env/env_exec.cpp:437: warning: deprecated conversion from string constant to ‘char*’ ./Typeset/Env/env_exec.cpp: In member function ‘tree edit_env_rep::exec_compound(tree)’: ./Typeset/Env/env_exec.cpp:467: warning: deprecated conversion from string constant to ‘char*’ ./Typeset/Env/env_exec.cpp:473: warning: deprecated conversion from string constant to ‘char*’ ./Typeset/Env/env_exec.cpp: In member function ‘tree edit_env_rep::exec_drd_props(tree)’: ./Typeset/Env/env_exec.cpp:512: warning: deprecated conversion from string constant to ‘char*’ ./Typeset/Env/env_exec.cpp:513: warning: deprecated conversion from string constant to ‘char*’ ./Typeset/Env/env_exec.cpp:521: warning: deprecated conversion from string constant to ‘char*’ ./Typeset/Env/env_exec.cpp:522: warning: deprecated conversion from string constant to ‘char*’ ./Typeset/Env/env_exec.cpp:523: warning: deprecated conversion from string constant to ‘char*’ ./Typeset/Env/env_exec.cpp:526: warning: deprecated conversion from string constant to ‘char*’ ./Typeset/Env/env_exec.cpp:526: warning: deprecated conversion from string constant to ‘char*’ ./Typeset/Env/env_exec.cpp:526: warning: deprecated conversion from string constant to ‘char*’ ./Typeset/Env/env_exec.cpp:528: warning: deprecated conversion from string constant to ‘char*’ ./Typeset/Env/env_exec.cpp:529: warning: deprecated conversion from string constant to ‘char*’ ./Typeset/Env/env_exec.cpp:530: warning: deprecated conversion from string constant to ‘char*’ ./Typeset/Env/env_exec.cpp:533: warning: deprecated conversion from string constant to ‘char*’ ./Typeset/Env/env_exec.cpp:533: warning: deprecated conversion from string constant to ‘char*’ ./Typeset/Env/env_exec.cpp: In member function ‘tree edit_env_rep::exec_provides(tree)’: ./Typeset/Env/env_exec.cpp:548: warning: deprecated conversion from string constant to ‘char*’ ./Typeset/Env/env_exec.cpp:549: warning: deprecated conversion from string constant to ‘char*’ ./Typeset/Env/env_exec.cpp:549: warning: deprecated conversion from string constant to ‘char*’ ./Typeset/Env/env_exec.cpp: In member function ‘tree edit_env_rep::exec_value(tree)’: ./Typeset/Env/env_exec.cpp:555: warning: deprecated conversion from string constant to ‘char*’ ./Typeset/Env/env_exec.cpp: In member function ‘tree edit_env_rep::exec_quote_value(tree)’: ./Typeset/Env/env_exec.cpp:562: warning: deprecated conversion from string constant to ‘char*’ ./Typeset/Env/env_exec.cpp: In member function ‘tree edit_env_rep::exec_arg(tree)’: ./Typeset/Env/env_exec.cpp:570: warning: deprecated conversion from string constant to ‘char*’ ./Typeset/Env/env_exec.cpp:572: warning: deprecated conversion from string constant to ‘char*’ ./Typeset/Env/env_exec.cpp: In member function ‘tree edit_env_rep::exec_quote_arg(tree)’: ./Typeset/Env/env_exec.cpp:598: warning: deprecated conversion from string constant to ‘char*’ ./Typeset/Env/env_exec.cpp:600: warning: deprecated conversion from string constant to ‘char*’ ./Typeset/Env/env_exec.cpp: In member function ‘tree edit_env_rep::exec_eval_args(tree)’: ./Typeset/Env/env_exec.cpp:631: warning: deprecated conversion from string constant to ‘char*’ ./Typeset/Env/env_exec.cpp: In member function ‘tree edit_env_rep::exec_quasiquoted(tree)’: ./Typeset/Env/env_exec.cpp:658: warning: deprecated conversion from string constant to ‘char*’ ./Typeset/Env/env_exec.cpp: In member function ‘tree edit_env_rep::exec_if(tree)’: ./Typeset/Env/env_exec.cpp:671: warning: deprecated conversion from string constant to ‘char*’ ./Typeset/Env/env_exec.cpp:674: warning: deprecated conversion from string constant to ‘char*’ ./Typeset/Env/env_exec.cpp:677: warning: deprecated conversion from string constant to ‘char*’ ./Typeset/Env/env_exec.cpp: In member function ‘tree edit_env_rep::exec_case(tree)’: ./Typeset/Env/env_exec.cpp:685: warning: deprecated conversion from string constant to ‘char*’ ./Typeset/Env/env_exec.cpp:690: warning: deprecated conversion from string constant to ‘char*’ ./Typeset/Env/env_exec.cpp:694: warning: deprecated conversion from string constant to ‘char*’ ./Typeset/Env/env_exec.cpp: In member function ‘tree edit_env_rep::exec_while(tree)’: ./Typeset/Env/env_exec.cpp:699: warning: deprecated conversion from string constant to ‘char*’ ./Typeset/Env/env_exec.cpp:703: warning: deprecated conversion from string constant to ‘char*’ ./Typeset/Env/env_exec.cpp:704: warning: deprecated conversion from string constant to ‘char*’ ./Typeset/Env/env_exec.cpp:708: warning: deprecated conversion from string constant to ‘char*’ ./Typeset/Env/env_exec.cpp: In member function ‘tree edit_env_rep::exec_for_each(tree)’: ./Typeset/Env/env_exec.cpp:715: warning: deprecated conversion from string constant to ‘char*’ ./Typeset/Env/env_exec.cpp:718: warning: deprecated conversion from string constant to ‘char*’ ./Typeset/Env/env_exec.cpp:722: warning: deprecated conversion from string constant to ‘char*’ ./Typeset/Env/env_exec.cpp: In function ‘tree filter_style(tree)’: ./Typeset/Env/env_exec.cpp:734: warning: deprecated conversion from string constant to ‘char*’ ./Typeset/Env/env_exec.cpp: In member function ‘tree edit_env_rep::exec_use_package(tree)’: ./Typeset/Env/env_exec.cpp:756: warning: deprecated conversion from string constant to ‘char*’ ./Typeset/Env/env_exec.cpp:757: warning: deprecated conversion from string constant to ‘char*’ ./Typeset/Env/env_exec.cpp:766: warning: deprecated conversion from string constant to ‘char*’ ./Typeset/Env/env_exec.cpp:769: warning: deprecated conversion from string constant to ‘char*’ ./Typeset/Env/env_exec.cpp: In member function ‘tree edit_env_rep::exec_or(tree)’: ./Typeset/Env/env_exec.cpp:774: warning: deprecated conversion from string constant to ‘char*’ ./Typeset/Env/env_exec.cpp:777: warning: deprecated conversion from string constant to ‘char*’ ./Typeset/Env/env_exec.cpp:778: warning: deprecated conversion from string constant to ‘char*’ ./Typeset/Env/env_exec.cpp: In member function ‘tree edit_env_rep::exec_xor(tree)’: ./Typeset/Env/env_exec.cpp:786: warning: deprecated conversion from string constant to ‘char*’ ./Typeset/Env/env_exec.cpp:789: warning: deprecated conversion from string constant to ‘char*’ ./Typeset/Env/env_exec.cpp:791: warning: deprecated conversion from string constant to ‘char*’ ./Typeset/Env/env_exec.cpp: In member function ‘tree edit_env_rep::exec_and(tree)’: ./Typeset/Env/env_exec.cpp:797: warning: deprecated conversion from string constant to ‘char*’ ./Typeset/Env/env_exec.cpp:800: warning: deprecated conversion from string constant to ‘char*’ ./Typeset/Env/env_exec.cpp:801: warning: deprecated conversion from string constant to ‘char*’ ./Typeset/Env/env_exec.cpp: In member function ‘tree edit_env_rep::exec_not(tree)’: ./Typeset/Env/env_exec.cpp:809: warning: deprecated conversion from string constant to ‘char*’ ./Typeset/Env/env_exec.cpp:811: warning: deprecated conversion from string constant to ‘char*’ ./Typeset/Env/env_exec.cpp:812: warning: deprecated conversion from string constant to ‘char*’ ./Typeset/Env/env_exec.cpp: In member function ‘tree edit_env_rep::exec_plus_minus(tree)’: ./Typeset/Env/env_exec.cpp:819: warning: deprecated conversion from string constant to ‘char*’ ./Typeset/Env/env_exec.cpp:828: warning: deprecated conversion from string constant to ‘char*’ ./Typeset/Env/env_exec.cpp:842: warning: deprecated conversion from string constant to ‘char*’ ./Typeset/Env/env_exec.cpp:850: warning: deprecated conversion from string constant to ‘char*’ ./Typeset/Env/env_exec.cpp: In member function ‘tree edit_env_rep::exec_times_over(tree)’: ./Typeset/Env/env_exec.cpp:856: warning: deprecated conversion from string constant to ‘char*’ ./Typeset/Env/env_exec.cpp:860: warning: deprecated conversion from string constant to ‘char*’ ./Typeset/Env/env_exec.cpp:863: warning: deprecated conversion from string constant to ‘char*’ ./Typeset/Env/env_exec.cpp:881: warning: deprecated conversion from string constant to ‘char*’ ./Typeset/Env/env_exec.cpp:886: warning: deprecated conversion from string constant to ‘char*’ ./Typeset/Env/env_exec.cpp:888: warning: deprecated conversion from string constant to ‘char*’ ./Typeset/Env/env_exec.cpp: In member function ‘tree edit_env_rep::exec_divide(tree)’: ./Typeset/Env/env_exec.cpp:896: warning: deprecated conversion from string constant to ‘char*’ ./Typeset/Env/env_exec.cpp:900: warning: deprecated conversion from string constant to ‘char*’ ./Typeset/Env/env_exec.cpp:903: warning: deprecated conversion from string constant to ‘char*’ ./Typeset/Env/env_exec.cpp:906: warning: deprecated conversion from string constant to ‘char*’ ./Typeset/Env/env_exec.cpp: In member function ‘tree edit_env_rep::exec_modulo(tree)’: ./Typeset/Env/env_exec.cpp:911: warning: deprecated conversion from string constant to ‘char*’ ./Typeset/Env/env_exec.cpp:915: warning: deprecated conversion from string constant to ‘char*’ ./Typeset/Env/env_exec.cpp:918: warning: deprecated conversion from string constant to ‘char*’ ./Typeset/Env/env_exec.cpp:921: warning: deprecated conversion from string constant to ‘char*’ ./Typeset/Env/env_exec.cpp: In member function ‘tree edit_env_rep::exec_merge(tree)’: ./Typeset/Env/env_exec.cpp:927: warning: deprecated conversion from string constant to ‘char*’ ./Typeset/Env/env_exec.cpp:943: warning: deprecated conversion from string constant to ‘char*’ ./Typeset/Env/env_exec.cpp:944: warning: deprecated conversion from string constant to ‘char*’ ./Typeset/Env/env_exec.cpp:950: warning: deprecated conversion from string constant to ‘char*’ ./Typeset/Env/env_exec.cpp: In member function ‘tree edit_env_rep::exec_length(tree)’: ./Typeset/Env/env_exec.cpp:957: warning: deprecated conversion from string constant to ‘char*’ ./Typeset/Env/env_exec.cpp:961: warning: deprecated conversion from string constant to ‘char*’ ./Typeset/Env/env_exec.cpp: In member function ‘tree edit_env_rep::exec_range(tree)’: ./Typeset/Env/env_exec.cpp:968: warning: deprecated conversion from string constant to ‘char*’ ./Typeset/Env/env_exec.cpp:972: warning: deprecated conversion from string constant to ‘char*’ ./Typeset/Env/env_exec.cpp:980: warning: deprecated conversion from string constant to ‘char*’ ./Typeset/Env/env_exec.cpp: In member function ‘tree edit_env_rep::exec_number(tree)’: ./Typeset/Env/env_exec.cpp:990: warning: deprecated conversion from string constant to ‘char*’ ./Typeset/Env/env_exec.cpp:994: warning: deprecated conversion from string constant to ‘char*’ ./Typeset/Env/env_exec.cpp:998: warning: deprecated conversion from string constant to ‘char*’ ./Typeset/Env/env_exec.cpp:999: warning: deprecated conversion from string constant to ‘char*’ ./Typeset/Env/env_exec.cpp:1000: warning: deprecated conversion from string constant to ‘char*’ ./Typeset/Env/env_exec.cpp:1001: warning: deprecated conversion from string constant to ‘char*’ ./Typeset/Env/env_exec.cpp:1002: warning: deprecated conversion from string constant to ‘char*’ ./Typeset/Env/env_exec.cpp:1003: warning: deprecated conversion from string constant to ‘char*’ ./Typeset/Env/env_exec.cpp:1004: warning: deprecated conversion from string constant to ‘char*’ ./Typeset/Env/env_exec.cpp: In member function ‘tree edit_env_rep::exec_date(tree)’: ./Typeset/Env/env_exec.cpp:1009: warning: deprecated conversion from string constant to ‘char*’ ./Typeset/Env/env_exec.cpp:1013: warning: deprecated conversion from string constant to ‘char*’ ./Typeset/Env/env_exec.cpp:1016: warning: deprecated conversion from string constant to ‘char*’ ./Typeset/Env/env_exec.cpp:1017: warning: deprecated conversion from string constant to ‘char*’ ./Typeset/Env/env_exec.cpp:1017: warning: deprecated conversion from string constant to ‘char*’ ./Typeset/Env/env_exec.cpp:1020: warning: deprecated conversion from string constant to ‘char*’ ./Typeset/Env/env_exec.cpp: In member function ‘tree edit_env_rep::exec_translate(tree)’: ./Typeset/Env/env_exec.cpp:1028: warning: deprecated conversion from string constant to ‘char*’ ./Typeset/Env/env_exec.cpp:1033: warning: deprecated conversion from string constant to ‘char*’ ./Typeset/Env/env_exec.cpp: In member function ‘tree edit_env_rep::exec_change_case(tree, tree, bool, bool)’: ./Typeset/Env/env_exec.cpp:1047: warning: deprecated conversion from string constant to ‘char*’ ./Typeset/Env/env_exec.cpp:1048: warning: deprecated conversion from string constant to ‘char*’ ./Typeset/Env/env_exec.cpp:1049: warning: deprecated conversion from string constant to ‘char*’ ./Typeset/Env/env_exec.cpp: In member function ‘tree edit_env_rep::exec_change_case(tree)’: ./Typeset/Env/env_exec.cpp:1075: warning: deprecated conversion from string constant to ‘char*’ ./Typeset/Env/env_exec.cpp: In member function ‘tree edit_env_rep::exec_find_file(tree)’: ./Typeset/Env/env_exec.cpp:1086: warning: deprecated conversion from string constant to ‘char*’ ./Typeset/Env/env_exec.cpp:1089: warning: deprecated conversion from string constant to ‘char*’ ./Typeset/Env/env_exec.cpp:1091: warning: deprecated conversion from string constant to ‘char*’ ./Typeset/Env/env_exec.cpp:1091: warning: deprecated conversion from string constant to ‘char*’ ./Typeset/Env/env_exec.cpp:1095: warning: deprecated conversion from string constant to ‘char*’ ./Typeset/Env/env_exec.cpp:1097: warning: deprecated conversion from string constant to ‘char*’ ./Typeset/Env/env_exec.cpp:1097: warning: deprecated conversion from string constant to ‘char*’ ./Typeset/Env/env_exec.cpp:1100: warning: deprecated conversion from string constant to ‘char*’ ./Typeset/Env/env_exec.cpp: In member function ‘tree edit_env_rep::exec_is_tuple(tree)’: ./Typeset/Env/env_exec.cpp:1105: warning: deprecated conversion from string constant to ‘char*’ ./Typeset/Env/env_exec.cpp: In member function ‘tree edit_env_rep::exec_lookup(tree)’: ./Typeset/Env/env_exec.cpp:1111: warning: deprecated conversion from string constant to ‘char*’ ./Typeset/Env/env_exec.cpp:1114: warning: deprecated conversion from string constant to ‘char*’ ./Typeset/Env/env_exec.cpp:1116: warning: deprecated conversion from string constant to ‘char*’ ./Typeset/Env/env_exec.cpp: In member function ‘tree edit_env_rep::exec_equal(tree)’: ./Typeset/Env/env_exec.cpp:1122: warning: deprecated conversion from string constant to ‘char*’ ./Typeset/Env/env_exec.cpp: In member function ‘tree edit_env_rep::exec_unequal(tree)’: ./Typeset/Env/env_exec.cpp:1133: warning: deprecated conversion from string constant to ‘char*’ ./Typeset/Env/env_exec.cpp: In member function ‘tree edit_env_rep::exec_less(tree)’: ./Typeset/Env/env_exec.cpp:1144: warning: deprecated conversion from string constant to ‘char*’ ./Typeset/Env/env_exec.cpp:1148: warning: deprecated conversion from string constant to ‘char*’ ./Typeset/Env/env_exec.cpp:1155: warning: deprecated conversion from string constant to ‘char*’ ./Typeset/Env/env_exec.cpp: In member function ‘tree edit_env_rep::exec_lesseq(tree)’: ./Typeset/Env/env_exec.cpp:1160: warning: deprecated conversion from string constant to ‘char*’ ./Typeset/Env/env_exec.cpp:1164: warning: deprecated conversion from string constant to ‘char*’ ./Typeset/Env/env_exec.cpp:1171: warning: deprecated conversion from string constant to ‘char*’ ./Typeset/Env/env_exec.cpp: In member function ‘tree edit_env_rep::exec_greater(tree)’: ./Typeset/Env/env_exec.cpp:1176: warning: deprecated conversion from string constant to ‘char*’ ./Typeset/Env/env_exec.cpp:1180: warning: deprecated conversion from string constant to ‘char*’ ./Typeset/Env/env_exec.cpp:1187: warning: deprecated conversion from string constant to ‘char*’ ./Typeset/Env/env_exec.cpp: In member function ‘tree edit_env_rep::exec_greatereq(tree)’: ./Typeset/Env/env_exec.cpp:1192: warning: deprecated conversion from string constant to ‘char*’ ./Typeset/Env/env_exec.cpp:1196: warning: deprecated conversion from string constant to ‘char*’ ./Typeset/Env/env_exec.cpp:1203: warning: deprecated conversion from string constant to ‘char*’ ./Typeset/Env/env_exec.cpp: In member function ‘tree edit_env_rep::exec_box_info(tree)’: ./Typeset/Env/env_exec.cpp:1221: warning: deprecated conversion from string constant to ‘char*’ ./Typeset/Env/env_exec.cpp: In member function ‘tree edit_env_rep::expand(tree)’: ./Typeset/Env/env_exec.cpp:1759: warning: deprecated conversion from string constant to ‘char*’ ./Typeset/Env/env_exec.cpp:1761: warning: deprecated conversion from string constant to ‘char*’ x86_64-pc-linux-gnu-g++ -ISystem -ISystem/Boot -ISystem/Classes -ISystem/Files -ISystem/Link -ISystem/Misc -IClasses/Abstract -IClasses/Atomic -IClasses/Compound -IData/Drd -IData/String -IData/Tree -IData/Convert -IGuile -IResource -IWindow -ITypeset -ITypeset/Bridge -ITypeset/Concat -ITypeset/Page -IEdit -I/usr/include/freetype2 -pthread -Wall -Wno-return-type -O3 -fexpensive-optimizations -fno-rtti -fno-exceptions -c ./Typeset/Env/env_inactive.cpp -o Objects/env_inactive.o In file included from Data/Drd/drd_info.hpp:15, from Typeset/env.hpp:16, from ./Typeset/Env/env_inactive.cpp:13: Classes/Atomic/tree.hpp: In function ‘string as_string(tree)’: Classes/Atomic/tree.hpp:216: warning: deprecated conversion from string constant to ‘char*’ Classes/Atomic/tree.hpp: In function ‘tree as_tree(T) [with T = void*]’: Classes/Atomic/tree.hpp:219: warning: deprecated conversion from string constant to ‘char*’ In file included from Window/ps_device.hpp:16, from Resource/font.hpp:18, from Typeset/env.hpp:17, from ./Typeset/Env/env_inactive.cpp:13: System/Classes/url.hpp: In function ‘url url_none()’: System/Classes/url.hpp:62: warning: deprecated conversion from string constant to ‘char*’ System/Classes/url.hpp: In function ‘url url_here()’: System/Classes/url.hpp:63: warning: deprecated conversion from string constant to ‘char*’ System/Classes/url.hpp: In function ‘url url_parent()’: System/Classes/url.hpp:64: warning: deprecated conversion from string constant to ‘char*’ System/Classes/url.hpp: In function ‘url url_pwd()’: System/Classes/url.hpp:65: warning: deprecated conversion from string constant to ‘char*’ System/Classes/url.hpp: In function ‘bool is_none(url)’: System/Classes/url.hpp:81: warning: deprecated conversion from string constant to ‘char*’ System/Classes/url.hpp: In function ‘bool is_here(url)’: System/Classes/url.hpp:82: warning: deprecated conversion from string constant to ‘char*’ System/Classes/url.hpp: In function ‘bool is_parent(url)’: System/Classes/url.hpp:83: warning: deprecated conversion from string constant to ‘char*’ System/Classes/url.hpp: In function ‘bool is_concat(url)’: System/Classes/url.hpp:85: warning: deprecated conversion from string constant to ‘char*’ System/Classes/url.hpp: In function ‘bool is_or(url)’: System/Classes/url.hpp:86: warning: deprecated conversion from string constant to ‘char*’ System/Classes/url.hpp: In function ‘bool is_root(url)’: System/Classes/url.hpp:88: warning: deprecated conversion from string constant to ‘char*’ System/Classes/url.hpp: In function ‘bool is_root_web(url)’: System/Classes/url.hpp:92: warning: deprecated conversion from string constant to ‘char*’ System/Classes/url.hpp:92: warning: deprecated conversion from string constant to ‘char*’ System/Classes/url.hpp: In function ‘bool is_wildcard(url)’: System/Classes/url.hpp:93: warning: deprecated conversion from string constant to ‘char*’ System/Classes/url.hpp: In function ‘bool is_wildcard(url, int)’: System/Classes/url.hpp:95: warning: deprecated conversion from string constant to ‘char*’ In file included from ./Typeset/Env/env_inactive.cpp:13: Typeset/env.hpp: In member function ‘string edit_env_rep::get_string(string)’: Typeset/env.hpp:406: warning: deprecated conversion from string constant to ‘char*’ ./Typeset/Env/env_inactive.cpp: In function ‘bool is_long_arg(tree, int)’: ./Typeset/Env/env_inactive.cpp:66: warning: deprecated conversion from string constant to ‘char*’ ./Typeset/Env/env_inactive.cpp:67: warning: deprecated conversion from string constant to ‘char*’ ./Typeset/Env/env_inactive.cpp: In function ‘string arg_type(tree, int)’: ./Typeset/Env/env_inactive.cpp:117: warning: deprecated conversion from string constant to ‘char*’ ./Typeset/Env/env_inactive.cpp:119: warning: deprecated conversion from string constant to ‘char*’ ./Typeset/Env/env_inactive.cpp:120: warning: deprecated conversion from string constant to ‘char*’ ./Typeset/Env/env_inactive.cpp:123: warning: deprecated conversion from string constant to ‘char*’ ./Typeset/Env/env_inactive.cpp:124: warning: deprecated conversion from string constant to ‘char*’ ./Typeset/Env/env_inactive.cpp:129: warning: deprecated conversion from string constant to ‘char*’ ./Typeset/Env/env_inactive.cpp:130: warning: deprecated conversion from string constant to ‘char*’ ./Typeset/Env/env_inactive.cpp:134: warning: deprecated conversion from string constant to ‘char*’ ./Typeset/Env/env_inactive.cpp:135: warning: deprecated conversion from string constant to ‘char*’ ./Typeset/Env/env_inactive.cpp:138: warning: deprecated conversion from string constant to ‘char*’ ./Typeset/Env/env_inactive.cpp:139: warning: deprecated conversion from string constant to ‘char*’ ./Typeset/Env/env_inactive.cpp:140: warning: deprecated conversion from string constant to ‘char*’ ./Typeset/Env/env_inactive.cpp:142: warning: deprecated conversion from string constant to ‘char*’ ./Typeset/Env/env_inactive.cpp:143: warning: deprecated conversion from string constant to ‘char*’ ./Typeset/Env/env_inactive.cpp:145: warning: deprecated conversion from string constant to ‘char*’ ./Typeset/Env/env_inactive.cpp:146: warning: deprecated conversion from string constant to ‘char*’ ./Typeset/Env/env_inactive.cpp:149: warning: deprecated conversion from string constant to ‘char*’ ./Typeset/Env/env_inactive.cpp:150: warning: deprecated conversion from string constant to ‘char*’ ./Typeset/Env/env_inactive.cpp:153: warning: deprecated conversion from string constant to ‘char*’ ./Typeset/Env/env_inactive.cpp:154: warning: deprecated conversion from string constant to ‘char*’ ./Typeset/Env/env_inactive.cpp:155: warning: deprecated conversion from string constant to ‘char*’ ./Typeset/Env/env_inactive.cpp:157: warning: deprecated conversion from string constant to ‘char*’ ./Typeset/Env/env_inactive.cpp:158: warning: deprecated conversion from string constant to ‘char*’ ./Typeset/Env/env_inactive.cpp:158: warning: deprecated conversion from string constant to ‘char*’ ./Typeset/Env/env_inactive.cpp:159: warning: deprecated conversion from string constant to ‘char*’ ./Typeset/Env/env_inactive.cpp:160: warning: deprecated conversion from string constant to ‘char*’ ./Typeset/Env/env_inactive.cpp:162: warning: deprecated conversion from string constant to ‘char*’ ./Typeset/Env/env_inactive.cpp:163: warning: deprecated conversion from string constant to ‘char*’ ./Typeset/Env/env_inactive.cpp:166: warning: deprecated conversion from string constant to ‘char*’ ./Typeset/Env/env_inactive.cpp:167: warning: deprecated conversion from string constant to ‘char*’ ./Typeset/Env/env_inactive.cpp:169: warning: deprecated conversion from string constant to ‘char*’ ./Typeset/Env/env_inactive.cpp:170: warning: deprecated conversion from string constant to ‘char*’ ./Typeset/Env/env_inactive.cpp:172: warning: deprecated conversion from string constant to ‘char*’ ./Typeset/Env/env_inactive.cpp: In function ‘tree highlight(tree, tree, string)’: ./Typeset/Env/env_inactive.cpp:179: warning: deprecated conversion from string constant to ‘char*’ ./Typeset/Env/env_inactive.cpp:180: warning: deprecated conversion from string constant to ‘char*’ ./Typeset/Env/env_inactive.cpp:180: warning: deprecated conversion from string constant to ‘char*’ ./Typeset/Env/env_inactive.cpp:181: warning: deprecated conversion from string constant to ‘char*’ ./Typeset/Env/env_inactive.cpp:181: warning: deprecated conversion from string constant to ‘char*’ ./Typeset/Env/env_inactive.cpp:182: warning: deprecated conversion from string constant to ‘char*’ ./Typeset/Env/env_inactive.cpp:182: warning: deprecated conversion from string constant to ‘char*’ ./Typeset/Env/env_inactive.cpp:183: warning: deprecated conversion from string constant to ‘char*’ ./Typeset/Env/env_inactive.cpp:183: warning: deprecated conversion from string constant to ‘char*’ ./Typeset/Env/env_inactive.cpp:184: warning: deprecated conversion from string constant to ‘char*’ ./Typeset/Env/env_inactive.cpp:184: warning: deprecated conversion from string constant to ‘char*’ ./Typeset/Env/env_inactive.cpp:185: warning: deprecated conversion from string constant to ‘char*’ ./Typeset/Env/env_inactive.cpp:185: warning: deprecated conversion from string constant to ‘char*’ ./Typeset/Env/env_inactive.cpp:186: warning: deprecated conversion from string constant to ‘char*’ ./Typeset/Env/env_inactive.cpp:186: warning: deprecated conversion from string constant to ‘char*’ ./Typeset/Env/env_inactive.cpp: In member function ‘tree edit_env_rep::rewrite_inactive_value(tree, tree, bool, bool)’: ./Typeset/Env/env_inactive.cpp:269: warning: deprecated conversion from string constant to ‘char*’ ./Typeset/Env/env_inactive.cpp:269: warning: deprecated conversion from string constant to ‘char*’ ./Typeset/Env/env_inactive.cpp: In member function ‘tree edit_env_rep::rewrite_inactive_arg(tree, tree, bool, bool)’: ./Typeset/Env/env_inactive.cpp:285: warning: deprecated conversion from string constant to ‘char*’ ./Typeset/Env/env_inactive.cpp:285: warning: deprecated conversion from string constant to ‘char*’ ./Typeset/Env/env_inactive.cpp: In member function ‘tree edit_env_rep::rewrite_inactive_var_active(tree, tree, bool, bool)’: ./Typeset/Env/env_inactive.cpp:346: warning: deprecated conversion from string constant to ‘char*’ ./Typeset/Env/env_inactive.cpp:346: warning: deprecated conversion from string constant to ‘char*’ ./Typeset/Env/env_inactive.cpp: In member function ‘tree edit_env_rep::rewrite_inactive_hybrid(tree, tree, bool, bool)’: ./Typeset/Env/env_inactive.cpp:357: warning: deprecated conversion from string constant to ‘char*’ ./Typeset/Env/env_inactive.cpp:357: warning: deprecated conversion from string constant to ‘char*’ ./Typeset/Env/env_inactive.cpp: In member function ‘tree edit_env_rep::rewrite_inactive_default(tree, tree, bool, bool)’: ./Typeset/Env/env_inactive.cpp:376: warning: deprecated conversion from string constant to ‘char*’ ./Typeset/Env/env_inactive.cpp:380: warning: deprecated conversion from string constant to ‘char*’ ./Typeset/Env/env_inactive.cpp:380: warning: deprecated conversion from string constant to ‘char*’ ./Typeset/Env/env_inactive.cpp:402: warning: deprecated conversion from string constant to ‘char*’ ./Typeset/Env/env_inactive.cpp:423: warning: deprecated conversion from string constant to ‘char*’ ./Typeset/Env/env_inactive.cpp:428: warning: deprecated conversion from string constant to ‘char*’ ./Typeset/Env/env_inactive.cpp:428: warning: deprecated conversion from string constant to ‘char*’ ./Typeset/Env/env_inactive.cpp: In member function ‘tree edit_env_rep::rewrite_inactive(tree, tree, bool, bool)’: ./Typeset/Env/env_inactive.cpp:438: warning: deprecated conversion from string constant to ‘char*’ ./Typeset/Env/env_inactive.cpp:438: warning: deprecated conversion from string constant to ‘char*’ ./Typeset/Env/env_inactive.cpp:440: warning: deprecated conversion from string constant to ‘char*’ ./Typeset/Env/env_inactive.cpp:440: warning: deprecated conversion from string constant to ‘char*’ ./Typeset/Env/env_inactive.cpp:446: warning: deprecated conversion from string constant to ‘char*’ ./Typeset/Env/env_inactive.cpp:446: warning: deprecated conversion from string constant to ‘char*’ ./Typeset/Env/env_inactive.cpp:446: warning: deprecated conversion from string constant to ‘char*’ ./Typeset/Env/env_inactive.cpp: In member function ‘tree edit_env_rep::rewrite_inactive(tree, tree)’: ./Typeset/Env/env_inactive.cpp:486: warning: deprecated conversion from string constant to ‘char*’ ./Typeset/Env/env_inactive.cpp:487: warning: deprecated conversion from string constant to ‘char*’ ./Typeset/Env/env_inactive.cpp:487: warning: deprecated conversion from string constant to ‘char*’ ./Typeset/Env/env_inactive.cpp:491: warning: deprecated conversion from string constant to ‘char*’ x86_64-pc-linux-gnu-g++ -ISystem -ISystem/Boot -ISystem/Classes -ISystem/Files -ISystem/Link -ISystem/Misc -IClasses/Abstract -IClasses/Atomic -IClasses/Compound -IData/Drd -IData/String -IData/Tree -IData/Convert -IGuile -IResource -IWindow -ITypeset -ITypeset/Bridge -ITypeset/Concat -ITypeset/Page -IEdit -I/usr/include/freetype2 -pthread -Wall -Wno-return-type -O3 -fexpensive-optimizations -fno-rtti -fno-exceptions -c ./Typeset/Env/env_length.cpp -o Objects/env_length.o In file included from Data/Drd/drd_info.hpp:15, from Typeset/env.hpp:16, from ./Typeset/Env/env_length.cpp:13: Classes/Atomic/tree.hpp: In function ‘string as_string(tree)’: Classes/Atomic/tree.hpp:216: warning: deprecated conversion from string constant to ‘char*’ Classes/Atomic/tree.hpp: In function ‘tree as_tree(T) [with T = void*]’: Classes/Atomic/tree.hpp:219: warning: deprecated conversion from string constant to ‘char*’ In file included from Window/ps_device.hpp:16, from Resource/font.hpp:18, from Typeset/env.hpp:17, from ./Typeset/Env/env_length.cpp:13: System/Classes/url.hpp: In function ‘url url_none()’: System/Classes/url.hpp:62: warning: deprecated conversion from string constant to ‘char*’ System/Classes/url.hpp: In function ‘url url_here()’: System/Classes/url.hpp:63: warning: deprecated conversion from string constant to ‘char*’ System/Classes/url.hpp: In function ‘url url_parent()’: System/Classes/url.hpp:64: warning: deprecated conversion from string constant to ‘char*’ System/Classes/url.hpp: In function ‘url url_pwd()’: System/Classes/url.hpp:65: warning: deprecated conversion from string constant to ‘char*’ System/Classes/url.hpp: In function ‘bool is_none(url)’: System/Classes/url.hpp:81: warning: deprecated conversion from string constant to ‘char*’ System/Classes/url.hpp: In function ‘bool is_here(url)’: System/Classes/url.hpp:82: warning: deprecated conversion from string constant to ‘char*’ System/Classes/url.hpp: In function ‘bool is_parent(url)’: System/Classes/url.hpp:83: warning: deprecated conversion from string constant to ‘char*’ System/Classes/url.hpp: In function ‘bool is_concat(url)’: System/Classes/url.hpp:85: warning: deprecated conversion from string constant to ‘char*’ System/Classes/url.hpp: In function ‘bool is_or(url)’: System/Classes/url.hpp:86: warning: deprecated conversion from string constant to ‘char*’ System/Classes/url.hpp: In function ‘bool is_root(url)’: System/Classes/url.hpp:88: warning: deprecated conversion from string constant to ‘char*’ System/Classes/url.hpp: In function ‘bool is_root_web(url)’: System/Classes/url.hpp:92: warning: deprecated conversion from string constant to ‘char*’ System/Classes/url.hpp:92: warning: deprecated conversion from string constant to ‘char*’ System/Classes/url.hpp: In function ‘bool is_wildcard(url)’: System/Classes/url.hpp:93: warning: deprecated conversion from string constant to ‘char*’ System/Classes/url.hpp: In function ‘bool is_wildcard(url, int)’: System/Classes/url.hpp:95: warning: deprecated conversion from string constant to ‘char*’ In file included from ./Typeset/Env/env_length.cpp:13: Typeset/env.hpp: In member function ‘string edit_env_rep::get_string(string)’: Typeset/env.hpp:406: warning: deprecated conversion from string constant to ‘char*’ ./Typeset/Env/env_length.cpp: In member function ‘void edit_env_rep::get_length_unit(string, SI&, string&)’: ./Typeset/Env/env_length.cpp:74: warning: deprecated conversion from string constant to ‘char*’ ./Typeset/Env/env_length.cpp: In member function ‘string edit_env_rep::add_lengths(string, string)’: ./Typeset/Env/env_length.cpp:84: warning: deprecated conversion from string constant to ‘char*’ ./Typeset/Env/env_length.cpp: In member function ‘string edit_env_rep::multiply_length(double, string)’: ./Typeset/Env/env_length.cpp:94: warning: deprecated conversion from string constant to ‘char*’ ./Typeset/Env/env_length.cpp: In member function ‘tree edit_env_rep::as_tmlen(tree)’: ./Typeset/Env/env_length.cpp:130: warning: deprecated conversion from string constant to ‘char*’ ./Typeset/Env/env_length.cpp:132: warning: deprecated conversion from string constant to ‘char*’ ./Typeset/Env/env_length.cpp:136: warning: deprecated conversion from string constant to ‘char*’ ./Typeset/Env/env_length.cpp: In member function ‘tree edit_env_rep::exec_fns_length()’: ./Typeset/Env/env_length.cpp:244: warning: deprecated conversion from string constant to ‘char*’ ./Typeset/Env/env_length.cpp:244: warning: deprecated conversion from string constant to ‘char*’ ./Typeset/Env/env_length.cpp: In member function ‘tree edit_env_rep::exec_tmpt_length()’: ./Typeset/Env/env_length.cpp:286: warning: deprecated conversion from string constant to ‘char*’ ./Typeset/Env/env_length.cpp: In member function ‘tree edit_env_rep::exec_msec_length()’: ./Typeset/Env/env_length.cpp:295: warning: deprecated conversion from string constant to ‘char*’ ./Typeset/Env/env_length.cpp: In member function ‘tree edit_env_rep::exec_sec_length()’: ./Typeset/Env/env_length.cpp:296: warning: deprecated conversion from string constant to ‘char*’ ./Typeset/Env/env_length.cpp: In member function ‘tree edit_env_rep::exec_min_length()’: ./Typeset/Env/env_length.cpp:297: warning: deprecated conversion from string constant to ‘char*’ ./Typeset/Env/env_length.cpp: In member function ‘tree edit_env_rep::exec_h_length()’: ./Typeset/Env/env_length.cpp:298: warning: deprecated conversion from string constant to ‘char*’ x86_64-pc-linux-gnu-g++ -ISystem -ISystem/Boot -ISystem/Classes -ISystem/Files -ISystem/Link -ISystem/Misc -IClasses/Abstract -IClasses/Atomic -IClasses/Compound -IData/Drd -IData/String -IData/Tree -IData/Convert -IGuile -IResource -IWindow -ITypeset -ITypeset/Bridge -ITypeset/Concat -ITypeset/Page -IEdit -I/usr/include/freetype2 -pthread -Wall -Wno-return-type -O3 -fexpensive-optimizations -fno-rtti -fno-exceptions -c ./Typeset/Env/env_semantics.cpp -o Objects/env_semantics.o In file included from Data/Drd/drd_info.hpp:15, from Typeset/env.hpp:16, from ./Typeset/Env/env_semantics.cpp:13: Classes/Atomic/tree.hpp: In function ‘string as_string(tree)’: Classes/Atomic/tree.hpp:216: warning: deprecated conversion from string constant to ‘char*’ Classes/Atomic/tree.hpp: In function ‘tree as_tree(T) [with T = void*]’: Classes/Atomic/tree.hpp:219: warning: deprecated conversion from string constant to ‘char*’ In file included from Window/ps_device.hpp:16, from Resource/font.hpp:18, from Typeset/env.hpp:17, from ./Typeset/Env/env_semantics.cpp:13: System/Classes/url.hpp: In function ‘url url_none()’: System/Classes/url.hpp:62: warning: deprecated conversion from string constant to ‘char*’ System/Classes/url.hpp: In function ‘url url_here()’: System/Classes/url.hpp:63: warning: deprecated conversion from string constant to ‘char*’ System/Classes/url.hpp: In function ‘url url_parent()’: System/Classes/url.hpp:64: warning: deprecated conversion from string constant to ‘char*’ System/Classes/url.hpp: In function ‘url url_pwd()’: System/Classes/url.hpp:65: warning: deprecated conversion from string constant to ‘char*’ System/Classes/url.hpp: In function ‘bool is_none(url)’: System/Classes/url.hpp:81: warning: deprecated conversion from string constant to ‘char*’ System/Classes/url.hpp: In function ‘bool is_here(url)’: System/Classes/url.hpp:82: warning: deprecated conversion from string constant to ‘char*’ System/Classes/url.hpp: In function ‘bool is_parent(url)’: System/Classes/url.hpp:83: warning: deprecated conversion from string constant to ‘char*’ System/Classes/url.hpp: In function ‘bool is_concat(url)’: System/Classes/url.hpp:85: warning: deprecated conversion from string constant to ‘char*’ System/Classes/url.hpp: In function ‘bool is_or(url)’: System/Classes/url.hpp:86: warning: deprecated conversion from string constant to ‘char*’ System/Classes/url.hpp: In function ‘bool is_root(url)’: System/Classes/url.hpp:88: warning: deprecated conversion from string constant to ‘char*’ System/Classes/url.hpp: In function ‘bool is_root_web(url)’: System/Classes/url.hpp:92: warning: deprecated conversion from string constant to ‘char*’ System/Classes/url.hpp:92: warning: deprecated conversion from string constant to ‘char*’ System/Classes/url.hpp: In function ‘bool is_wildcard(url)’: System/Classes/url.hpp:93: warning: deprecated conversion from string constant to ‘char*’ System/Classes/url.hpp: In function ‘bool is_wildcard(url, int)’: System/Classes/url.hpp:95: warning: deprecated conversion from string constant to ‘char*’ In file included from ./Typeset/Env/env_semantics.cpp:13: Typeset/env.hpp: In member function ‘string edit_env_rep::get_string(string)’: Typeset/env.hpp:406: warning: deprecated conversion from string constant to ‘char*’ ./Typeset/Env/env_semantics.cpp: In member function ‘void edit_env_rep::update_page_pars()’: ./Typeset/Env/env_semantics.cpp:139: warning: deprecated conversion from string constant to ‘char*’ ./Typeset/Env/env_semantics.cpp:140: warning: deprecated conversion from string constant to ‘char*’ ./Typeset/Env/env_semantics.cpp:157: warning: deprecated conversion from string constant to ‘char*’ ./Typeset/Env/env_semantics.cpp:158: warning: deprecated conversion from string constant to ‘char*’ ./Typeset/Env/env_semantics.cpp:160: warning: deprecated conversion from string constant to ‘char*’ ./Typeset/Env/env_semantics.cpp:161: warning: deprecated conversion from string constant to ‘char*’ ./Typeset/Env/env_semantics.cpp:162: warning: deprecated conversion from string constant to ‘char*’ ./Typeset/Env/env_semantics.cpp:163: warning: deprecated conversion from string constant to ‘char*’ ./Typeset/Env/env_semantics.cpp:166: warning: deprecated conversion from string constant to ‘char*’ ./Typeset/Env/env_semantics.cpp:167: warning: deprecated conversion from string constant to ‘char*’ ./Typeset/Env/env_semantics.cpp:175: warning: deprecated conversion from string constant to ‘char*’ ./Typeset/Env/env_semantics.cpp:176: warning: deprecated conversion from string constant to ‘char*’ ./Typeset/Env/env_semantics.cpp:177: warning: deprecated conversion from string constant to ‘char*’ ./Typeset/Env/env_semantics.cpp:181: warning: deprecated conversion from string constant to ‘char*’ ./Typeset/Env/env_semantics.cpp:182: warning: deprecated conversion from string constant to ‘char*’ ./Typeset/Env/env_semantics.cpp:183: warning: deprecated conversion from string constant to ‘char*’ ./Typeset/Env/env_semantics.cpp:186: warning: deprecated conversion from string constant to ‘char*’ ./Typeset/Env/env_semantics.cpp:193: warning: deprecated conversion from string constant to ‘char*’ ./Typeset/Env/env_semantics.cpp: In member function ‘void edit_env_rep::update_color()’: ./Typeset/Env/env_semantics.cpp:276: warning: deprecated conversion from string constant to ‘char*’ ./Typeset/Env/env_semantics.cpp:277: warning: deprecated conversion from string constant to ‘char*’ ./Typeset/Env/env_semantics.cpp:281: warning: deprecated conversion from string constant to ‘char*’ ./Typeset/Env/env_semantics.cpp: In member function ‘void edit_env_rep::update_mode()’: ./Typeset/Env/env_semantics.cpp:291: warning: deprecated conversion from string constant to ‘char*’ ./Typeset/Env/env_semantics.cpp:292: warning: deprecated conversion from string constant to ‘char*’ ./Typeset/Env/env_semantics.cpp:293: warning: deprecated conversion from string constant to ‘char*’ ./Typeset/Env/env_semantics.cpp: In member function ‘void edit_env_rep::update_geometry()’: ./Typeset/Env/env_semantics.cpp:316: warning: deprecated conversion from string constant to ‘char*’ ./Typeset/Env/env_semantics.cpp:317: warning: deprecated conversion from string constant to ‘char*’ ./Typeset/Env/env_semantics.cpp:318: warning: deprecated conversion from string constant to ‘char*’ ./Typeset/Env/env_semantics.cpp:319: warning: deprecated conversion from string constant to ‘char*’ ./Typeset/Env/env_semantics.cpp:319: warning: deprecated conversion from string constant to ‘char*’ ./Typeset/Env/env_semantics.cpp:322: warning: deprecated conversion from string constant to ‘char*’ ./Typeset/Env/env_semantics.cpp: In member function ‘void edit_env_rep::update_frame()’: ./Typeset/Env/env_semantics.cpp:331: warning: deprecated conversion from string constant to ‘char*’ ./Typeset/Env/env_semantics.cpp:332: warning: deprecated conversion from string constant to ‘char*’ ./Typeset/Env/env_semantics.cpp:334: warning: deprecated conversion from string constant to ‘char*’ ./Typeset/Env/env_semantics.cpp:338: warning: deprecated conversion from string constant to ‘char*’ ./Typeset/Env/env_semantics.cpp:338: warning: deprecated conversion from string constant to ‘char*’ ./Typeset/Env/env_semantics.cpp:342: warning: deprecated conversion from string constant to ‘char*’ ./Typeset/Env/env_semantics.cpp:343: warning: deprecated conversion from string constant to ‘char*’ ./Typeset/Env/env_semantics.cpp:344: warning: deprecated conversion from string constant to ‘char*’ ./Typeset/Env/env_semantics.cpp:347: warning: deprecated conversion from string constant to ‘char*’ ./Typeset/Env/env_semantics.cpp:347: warning: deprecated conversion from string constant to ‘char*’ ./Typeset/Env/env_semantics.cpp:348: warning: deprecated conversion from string constant to ‘char*’ ./Typeset/Env/env_semantics.cpp:349: warning: deprecated conversion from string constant to ‘char*’ ./Typeset/Env/env_semantics.cpp:350: warning: deprecated conversion from string constant to ‘char*’ ./Typeset/Env/env_semantics.cpp:353: warning: deprecated conversion from string constant to ‘char*’ ./Typeset/Env/env_semantics.cpp: In member function ‘void edit_env_rep::update_src_style()’: ./Typeset/Env/env_semantics.cpp:366: warning: deprecated conversion from string constant to ‘char*’ ./Typeset/Env/env_semantics.cpp:367: warning: deprecated conversion from string constant to ‘char*’ ./Typeset/Env/env_semantics.cpp:368: warning: deprecated conversion from string constant to ‘char*’ ./Typeset/Env/env_semantics.cpp:369: warning: deprecated conversion from string constant to ‘char*’ ./Typeset/Env/env_semantics.cpp: In member function ‘void edit_env_rep::update_src_special()’: ./Typeset/Env/env_semantics.cpp:375: warning: deprecated conversion from string constant to ‘char*’ ./Typeset/Env/env_semantics.cpp:376: warning: deprecated conversion from string constant to ‘char*’ ./Typeset/Env/env_semantics.cpp:377: warning: deprecated conversion from string constant to ‘char*’ ./Typeset/Env/env_semantics.cpp:378: warning: deprecated conversion from string constant to ‘char*’ ./Typeset/Env/env_semantics.cpp: In member function ‘void edit_env_rep::update_src_compact()’: ./Typeset/Env/env_semantics.cpp:384: warning: deprecated conversion from string constant to ‘char*’ ./Typeset/Env/env_semantics.cpp:385: warning: deprecated conversion from string constant to ‘char*’ ./Typeset/Env/env_semantics.cpp:386: warning: deprecated conversion from string constant to ‘char*’ ./Typeset/Env/env_semantics.cpp:387: warning: deprecated conversion from string constant to ‘char*’ ./Typeset/Env/env_semantics.cpp:388: warning: deprecated conversion from string constant to ‘char*’ ./Typeset/Env/env_semantics.cpp: In member function ‘void edit_env_rep::update_src_close()’: ./Typeset/Env/env_semantics.cpp:394: warning: deprecated conversion from string constant to ‘char*’ ./Typeset/Env/env_semantics.cpp:395: warning: deprecated conversion from string constant to ‘char*’ ./Typeset/Env/env_semantics.cpp:396: warning: deprecated conversion from string constant to ‘char*’ ./Typeset/Env/env_semantics.cpp:397: warning: deprecated conversion from string constant to ‘char*’ ./Typeset/Env/env_semantics.cpp: In member function ‘void edit_env_rep::update_dash_style()’: ./Typeset/Env/env_semantics.cpp:406: warning: deprecated conversion from string constant to ‘char*’ ./Typeset/Env/env_semantics.cpp:414: warning: deprecated conversion from string constant to ‘char*’ ./Typeset/Env/env_semantics.cpp: In member function ‘void edit_env_rep::update_line_arrows()’: ./Typeset/Env/env_semantics.cpp:435: warning: deprecated conversion from string constant to ‘char*’ ./Typeset/Env/env_semantics.cpp:440: warning: deprecated conversion from string constant to ‘char*’ ./Typeset/Env/env_semantics.cpp:443: warning: deprecated conversion from string constant to ‘char*’ x86_64-pc-linux-gnu-g++ -ISystem -ISystem/Boot -ISystem/Classes -ISystem/Files -ISystem/Link -ISystem/Misc -IClasses/Abstract -IClasses/Atomic -IClasses/Compound -IData/Drd -IData/String -IData/Tree -IData/Convert -IGuile -IResource -IWindow -ITypeset -ITypeset/Bridge -ITypeset/Concat -ITypeset/Page -IEdit -I/usr/include/freetype2 -pthread -Wall -Wno-return-type -O3 -fexpensive-optimizations -fno-rtti -fno-exceptions -c ./Typeset/Graphics/equations.cpp -o Objects/equations.o In file included from ./Typeset/Graphics/point.hpp:15, from ./Typeset/Graphics/equations.cpp:13: Classes/Atomic/tree.hpp: In function ‘string as_string(tree)’: Classes/Atomic/tree.hpp:216: warning: deprecated conversion from string constant to ‘char*’ Classes/Atomic/tree.hpp: In function ‘tree as_tree(T) [with T = void*]’: Classes/Atomic/tree.hpp:219: warning: deprecated conversion from string constant to ‘char*’ ./Typeset/Graphics/equations.cpp: In function ‘void tridiag_solve(array, array, array, array >, array >, int)’: ./Typeset/Graphics/equations.cpp:25: warning: deprecated conversion from string constant to ‘char*’ ./Typeset/Graphics/equations.cpp:25: warning: deprecated conversion from string constant to ‘char*’ ./Typeset/Graphics/equations.cpp:25: warning: deprecated conversion from string constant to ‘char*’ ./Typeset/Graphics/equations.cpp:30: warning: deprecated conversion from string constant to ‘char*’ ./Typeset/Graphics/equations.cpp:30: warning: deprecated conversion from string constant to ‘char*’ ./Typeset/Graphics/equations.cpp:30: warning: deprecated conversion from string constant to ‘char*’ x86_64-pc-linux-gnu-g++ -ISystem -ISystem/Boot -ISystem/Classes -ISystem/Files -ISystem/Link -ISystem/Misc -IClasses/Abstract -IClasses/Atomic -IClasses/Compound -IData/Drd -IData/String -IData/Tree -IData/Convert -IGuile -IResource -IWindow -ITypeset -ITypeset/Bridge -ITypeset/Concat -ITypeset/Page -IEdit -IPlugins -ITexmacs -I/usr/include/freetype2 -pthread -Wall -Wno-return-type -O3 -fexpensive-optimizations -fno-rtti -fno-exceptions -c ./Guile/Scheme/evaluate.cpp -o Objects/evaluate.o In file included from ./Guile/Scheme/evaluate.cpp:13: Guile/guile.hpp:57:1: warning: "scm_is_symbol" redefined In file included from /usr/include/libguile.h:122, from /usr/include/guile/gh.h:24, from Guile/guile.hpp:17, from ./Guile/Scheme/evaluate.cpp:13: /usr/include/libguile/symbols.h:28:1: warning: this is the location of the previous definition In file included from ./Guile/Scheme/evaluate.cpp:13: Guile/guile.hpp:58:1: warning: "scm_is_null" redefined In file included from /usr/include/libguile.h:95, from /usr/include/guile/gh.h:24, from Guile/guile.hpp:17, from ./Guile/Scheme/evaluate.cpp:13: /usr/include/libguile/pairs.h:36:1: warning: this is the location of the previous definition In file included from Guile/Glue/glue.hpp:16, from ./Guile/Scheme/evaluate.cpp:14: Classes/Atomic/tree.hpp: In function ‘string as_string(tree)’: Classes/Atomic/tree.hpp:216: warning: deprecated conversion from string constant to ‘char*’ Classes/Atomic/tree.hpp: In function ‘tree as_tree(T) [with T = void*]’: Classes/Atomic/tree.hpp:219: warning: deprecated conversion from string constant to ‘char*’ In file included from Guile/Glue/glue.hpp:18, from ./Guile/Scheme/evaluate.cpp:14: System/Classes/url.hpp: In function ‘url url_none()’: System/Classes/url.hpp:62: warning: deprecated conversion from string constant to ‘char*’ System/Classes/url.hpp: In function ‘url url_here()’: System/Classes/url.hpp:63: warning: deprecated conversion from string constant to ‘char*’ System/Classes/url.hpp: In function ‘url url_parent()’: System/Classes/url.hpp:64: warning: deprecated conversion from string constant to ‘char*’ System/Classes/url.hpp: In function ‘url url_pwd()’: System/Classes/url.hpp:65: warning: deprecated conversion from string constant to ‘char*’ System/Classes/url.hpp: In function ‘bool is_none(url)’: System/Classes/url.hpp:81: warning: deprecated conversion from string constant to ‘char*’ System/Classes/url.hpp: In function ‘bool is_here(url)’: System/Classes/url.hpp:82: warning: deprecated conversion from string constant to ‘char*’ System/Classes/url.hpp: In function ‘bool is_parent(url)’: System/Classes/url.hpp:83: warning: deprecated conversion from string constant to ‘char*’ System/Classes/url.hpp: In function ‘bool is_concat(url)’: System/Classes/url.hpp:85: warning: deprecated conversion from string constant to ‘char*’ System/Classes/url.hpp: In function ‘bool is_or(url)’: System/Classes/url.hpp:86: warning: deprecated conversion from string constant to ‘char*’ System/Classes/url.hpp: In function ‘bool is_root(url)’: System/Classes/url.hpp:88: warning: deprecated conversion from string constant to ‘char*’ System/Classes/url.hpp: In function ‘bool is_root_web(url)’: System/Classes/url.hpp:92: warning: deprecated conversion from string constant to ‘char*’ System/Classes/url.hpp:92: warning: deprecated conversion from string constant to ‘char*’ System/Classes/url.hpp: In function ‘bool is_wildcard(url)’: System/Classes/url.hpp:93: warning: deprecated conversion from string constant to ‘char*’ System/Classes/url.hpp: In function ‘bool is_wildcard(url, int)’: System/Classes/url.hpp:95: warning: deprecated conversion from string constant to ‘char*’ In file included from ./Guile/Scheme/evaluate.cpp:14: Guile/Glue/glue.hpp: At global scope: Guile/Glue/glue.hpp:35: error: new declaration ‘bool scm_to_bool(scm_unused_struct*)’ /usr/include/libguile/boolean.h:39: error: ambiguates old declaration ‘int scm_to_bool(scm_unused_struct*)’ In file included from ./Guile/Scheme/evaluate.cpp:16: System/Files/file.hpp: In function ‘void system(string, url)’: System/Files/file.hpp:35: warning: deprecated conversion from string constant to ‘char*’ System/Files/file.hpp: In function ‘void system(string, url, url)’: System/Files/file.hpp:37: warning: deprecated conversion from string constant to ‘char*’ System/Files/file.hpp:37: warning: deprecated conversion from string constant to ‘char*’ System/Files/file.hpp: In function ‘void system(string, url, char*)’: System/Files/file.hpp:39: warning: deprecated conversion from string constant to ‘char*’ System/Files/file.hpp:39: warning: deprecated conversion from string constant to ‘char*’ System/Files/file.hpp: In function ‘void system(string, url, char*, url)’: System/Files/file.hpp:41: warning: deprecated conversion from string constant to ‘char*’ System/Files/file.hpp:41: warning: deprecated conversion from string constant to ‘char*’ System/Files/file.hpp:42: warning: deprecated conversion from string constant to ‘char*’ System/Files/file.hpp: In function ‘string eval_system(string, url)’: System/Files/file.hpp:44: warning: deprecated conversion from string constant to ‘char*’ System/Files/file.hpp: In function ‘string eval_system(string, url, url)’: System/Files/file.hpp:46: warning: deprecated conversion from string constant to ‘char*’ System/Files/file.hpp:46: warning: deprecated conversion from string constant to ‘char*’ System/Files/file.hpp: In function ‘void move(url, url)’: System/Files/file.hpp:47: warning: deprecated conversion from string constant to ‘char*’ System/Files/file.hpp: In function ‘void copy(url, url)’: System/Files/file.hpp:48: warning: deprecated conversion from string constant to ‘char*’ System/Files/file.hpp: In function ‘void append(url, url)’: System/Files/file.hpp:49: warning: deprecated conversion from string constant to ‘char*’ System/Files/file.hpp:49: warning: deprecated conversion from string constant to ‘char*’ System/Files/file.hpp: In function ‘void remove(url)’: System/Files/file.hpp:50: warning: deprecated conversion from string constant to ‘char*’ System/Files/file.hpp: In function ‘void mkdir(url)’: System/Files/file.hpp:54: warning: deprecated conversion from string constant to ‘char*’ ./Guile/Scheme/evaluate.cpp: In function ‘void start_guile(int, char**, void (*)(int, char**))’: ./Guile/Scheme/evaluate.cpp:30: error: ‘gh_enter’ was not declared in this scope ./Guile/Scheme/evaluate.cpp: In function ‘void initialize_guile()’: ./Guile/Scheme/evaluate.cpp:47: warning: deprecated conversion from string constant to ‘char*’ ./Guile/Scheme/evaluate.cpp:51: error: ‘gh_lookup’ was not declared in this scope ./Guile/Scheme/evaluate.cpp: In function ‘scm_unused_struct* TeXmacs_call(arg_list*)’: ./Guile/Scheme/evaluate.cpp:148: error: ‘gh_list’ was not declared in this scope make[1]: *** [Objects/evaluate.o] Error 1 make[1]: Leaving directory `/var/tmp/portage/app-office/texmacs-1.0.6-r1/work/TeXmacs-1.0.6-src/src' make: *** [TEXMACS] Error 2 * * ERROR: app-office/texmacs-1.0.6-r1 failed. * Call stack: * ebuild.sh, line 1654: Called dyn_compile * ebuild.sh, line 990: Called qa_call 'src_compile' * ebuild.sh, line 44: Called src_compile * texmacs-1.0.6-r1.ebuild, line 58: Called die * * (no error message) * If you need support, post the topmost build error, and the call stack if relevant. * A complete build log is located at '/var/tmp/portage/app-office/texmacs-1.0.6-r1/temp/build.log'. *