=> Building games/qccx Started : Thursday, 19 APR 2018 at 15:56:56 UTC Platform: 5.3-DEVELOPMENT DragonFly v5.3.0.81.g32506c-DEVELOPMENT #29: Tue Apr 10 08:49:52 PDT 2018 marino@pkgbox64.dragonflybsd.org:/usr/obj/usr/src/sys/X86_64_GENERIC x86_64 -------------------------------------------------- -- Environment -------------------------------------------------- UNAME_r=5.0-SYNTH UNAME_m=x86_64 UNAME_p=x86_64 UNAME_v=DragonFly 5.0-SYNTH UNAME_s=DragonFly PATH=/sbin:/bin:/usr/sbin:/usr/bin:/usr/local/sbin:/usr/local/bin SSL_NO_VERIFY_PEER=1 TERM=dumb PKG_CACHEDIR=/var/cache/pkg8 PKG_DBDIR=/var/db/pkg8 PORTSDIR=/xports LANG=C HOME=/root USER=root -------------------------------------------------- -- Options -------------------------------------------------- ===> The following configuration options are available for qccx-1.0.0: DOCS=on: Build and/or install documentation ===> Use 'make config' to modify these settings -------------------------------------------------- -- CONFIGURE_ENV -------------------------------------------------- XDG_DATA_HOME=/construction/games/qccx XDG_CONFIG_HOME=/construction/games/qccx HOME=/construction/games/qccx TMPDIR="/tmp" PATH=/construction/games/qccx/.bin:/sbin:/bin:/usr/sbin:/usr/bin:/usr/local/sbin:/usr/local/bin SHELL=/bin/sh CONFIG_SHELL=/bin/sh CCVER=gcc50 -------------------------------------------------- -- CONFIGURE_ARGS -------------------------------------------------- -------------------------------------------------- -- MAKE_ENV -------------------------------------------------- XDG_DATA_HOME=/construction/games/qccx XDG_CONFIG_HOME=/construction/games/qccx HOME=/construction/games/qccx TMPDIR="/tmp" PATH=/construction/games/qccx/.bin:/sbin:/bin:/usr/sbin:/usr/bin:/usr/local/sbin:/usr/local/bin NO_PIE=yes MK_DEBUG_FILES=no MK_KERNEL_SYMBOLS=no SHELL=/bin/sh NO_LINT=YES CCVER=gcc50 PREFIX=/usr/local LOCALBASE=/usr/local LIBDIR="/usr/lib" NOPROFILE=1 CC="cc" CFLAGS="-pipe -O2 -fno-strict-aliasing" CPP="cpp" CPPFLAGS="" LDFLAGS="" LIBS="" CXX="c++" CXXFLAGS=" -pipe -O2 -fno-strict-aliasing" MANPREFIX="/usr/local" BSD_INSTALL_PROGRAM="install -s -m 555" BSD_INSTALL_LIB="install -s -m 0644" BSD_INSTALL_SCRIPT="install -m 555" BSD_INSTALL_DATA="install -m 0644" BSD_INSTALL_MAN="install -m 444" -------------------------------------------------- -- MAKE_ARGS -------------------------------------------------- DESTDIR=/construction/games/qccx/stage -------------------------------------------------- -- PLIST_SUB -------------------------------------------------- PORTDOCS="" PORTEXAMPLES="" OSREL=5.0 PREFIX=%D LOCALBASE=/usr/local RESETPREFIX=/usr/local LIB32DIR=lib PROFILE="@comment " DOCSDIR="share/doc/qccx" EXAMPLESDIR="share/examples/qccx" DATADIR="share/qccx" WWWDIR="www/qccx" ETCDIR="etc/qccx" -------------------------------------------------- -- SUB_LIST -------------------------------------------------- PREFIX=/usr/local LOCALBASE=/usr/local DATADIR=/usr/local/share/qccx DOCSDIR=/usr/local/share/doc/qccx EXAMPLESDIR=/usr/local/share/examples/qccx WWWDIR=/usr/local/www/qccx ETCDIR=/usr/local/etc/qccx -------------------------------------------------- -- /etc/make.conf -------------------------------------------------- SYNTHPROFILE=Release-5.0 USE_PACKAGE_DEPENDS_ONLY=yes PACKAGE_BUILDING=yes BATCH=yes PKG_CREATE_VERBOSE=yes PORTSDIR=/xports DISTDIR=/distfiles WRKDIRPREFIX=/construction PORT_DBDIR=/options PACKAGES=/packages MAKE_JOBS_NUMBER_LIMIT=5 LICENSES_ACCEPTED= NONE HAVE_COMPAT_IA32_KERN= CONFIGURE_MAX_CMD_LEN=262144 _SMP_CPUS=8 UID=0 ARCH=x86_64 OPSYS=DragonFly DFLYVERSION=500000 OSVERSION=9999999 OSREL=5.0 _OSRELEASE=5.0-SYNTH -------------------------------------------------------------------------------- -- Phase: check-sanity -------------------------------------------------------------------------------- ===> License GPLv2 accepted by the user -------------------------------------------------------------------------------- -- Phase: pkg-depends -------------------------------------------------------------------------------- ===> qccx-1.0.0 depends on file: /usr/local/sbin/pkg - not found ===> Installing existing package /packages/All/pkg-1.10.5.txz Installing pkg-1.10.5... Extracting pkg-1.10.5: .......... done ===> qccx-1.0.0 depends on file: /usr/local/sbin/pkg - found ===> Returning to build of qccx-1.0.0 -------------------------------------------------------------------------------- -- Phase: fetch-depends -------------------------------------------------------------------------------- -------------------------------------------------------------------------------- -- Phase: fetch -------------------------------------------------------------------------------- ===> License GPLv2 accepted by the user ===> Fetching all distfiles required by qccx-1.0.0 for building -------------------------------------------------------------------------------- -- Phase: checksum -------------------------------------------------------------------------------- ===> License GPLv2 accepted by the user ===> Fetching all distfiles required by qccx-1.0.0 for building => SHA256 Checksum OK for qccx100.zip. -------------------------------------------------------------------------------- -- Phase: extract-depends -------------------------------------------------------------------------------- -------------------------------------------------------------------------------- -- Phase: extract -------------------------------------------------------------------------------- ===> License GPLv2 accepted by the user ===> Fetching all distfiles required by qccx-1.0.0 for building ===> Extracting for qccx-1.0.0 => SHA256 Checksum OK for qccx100.zip. -------------------------------------------------------------------------------- -- Phase: patch-depends -------------------------------------------------------------------------------- -------------------------------------------------------------------------------- -- Phase: patch -------------------------------------------------------------------------------- ===> Patching for qccx-1.0.0 ===> Converting DOS text files to UNIX text files ===> Applying ports patches for qccx-1.0.0 -------------------------------------------------------------------------------- -- Phase: build-depends -------------------------------------------------------------------------------- -------------------------------------------------------------------------------- -- Phase: lib-depends -------------------------------------------------------------------------------- -------------------------------------------------------------------------------- -- Phase: configure -------------------------------------------------------------------------------- ===> Configuring for qccx-1.0.0 -------------------------------------------------------------------------------- -- Phase: build -------------------------------------------------------------------------------- ===> Building for qccx-1.0.0 --- cmdlib.o --- --- hash.o --- --- pr_comp.o --- --- pr_lex.o --- --- qcc.o --- --- cmdlib.o --- c++ -pipe -O2 -fno-strict-aliasing -c cmdlib.cpp -o cmdlib.o --- hash.o --- c++ -pipe -O2 -fno-strict-aliasing -c hash.cpp -o hash.o --- pr_comp.o --- c++ -pipe -O2 -fno-strict-aliasing -c pr_comp.cpp -o pr_comp.o --- pr_lex.o --- c++ -pipe -O2 -fno-strict-aliasing -c pr_lex.cpp -o pr_lex.o --- qcc.o --- c++ -pipe -O2 -fno-strict-aliasing -c qcc.cpp -o qcc.o In file included from qcc.cpp:1:0: qcc.h: In function 'void PR_Expect(char*)': qcc.h:495:58: warning: deprecated conversion from string constant to 'char*' [-Wwrite-strings] PR_ParseError ("expected %s, found %s",string, pr_token); ^ qcc.cpp: In function 'void BspModels()': qcc.cpp:68:29: warning: deprecated conversion from string constant to 'char*' [-Wwrite-strings] p = CheckParm ("-bspmodels"); ^ qcc.cpp:72:52: warning: deprecated conversion from string constant to 'char*' [-Wwrite-strings] Error ("-bspmodels must preceed a game directory"); ^ qcc.cpp: In function 'int CopyString(char*, int)': qcc.cpp:130:13: warning: deprecated conversion from string constant to 'char*' [-Wwrite-strings] def->name = ""; ^ qcc.cpp: In function 'void WriteData(int)': qcc.cpp:338:56: warning: deprecated conversion from string constant to 'char*' [-Wwrite-strings] if (def = PR_GetDef(&type_entity, "progs", NULL, false)) ^ qcc.cpp: In function 'def_t* PR_DefForFieldOfs(gofs_t)': qcc.cpp:407:50: warning: deprecated conversion from string constant to 'char*' [-Wwrite-strings] Error ("PR_DefForFieldOfs: couldn't find %i",ofs); ^ --- pr_comp.o --- In file included from pr_comp.cpp:2:0: qcc.h: In function 'void PR_Expect(char*)': qcc.h:495:58: warning: deprecated conversion from string constant to 'char*' [-Wwrite-strings] PR_ParseError ("expected %s, found %s",string, pr_token); ^ pr_comp.cpp: At global scope: pr_comp.cpp:122:1: warning: deprecated conversion from string constant to 'char*' [-Wwrite-strings] }; ^ pr_comp.cpp:122:1: warning: deprecated conversion from string constant to 'char*' [-Wwrite-strings] pr_comp.cpp:122:1: warning: deprecated conversion from string constant to 'char*' [-Wwrite-strings] pr_comp.cpp:122:1: warning: deprecated conversion from string constant to 'char*' [-Wwrite-strings] pr_comp.cpp:122:1: warning: deprecated conversion from string constant to 'char*' [-Wwrite-strings] pr_comp.cpp:122:1: warning: deprecated conversion from string constant to 'char*' [-Wwrite-strings] pr_comp.cpp:122:1: warning: deprecated conversion from string constant to 'char*' [-Wwrite-strings] pr_comp.cpp:122:1: warning: deprecated conversion from string constant to 'char*' [-Wwrite-strings] pr_comp.cpp:122:1: warning: deprecated conversion from string constant to 'char*' [-Wwrite-strings] pr_comp.cpp:122:1: warning: deprecated conversion from string constant to 'char*' [-Wwrite-strings] pr_comp.cpp:122:1: warning: deprecated conversion from string constant to 'char*' [-Wwrite-strings] pr_comp.cpp:122:1: warning: deprecated conversion from string constant to 'char*' [-Wwrite-strings] pr_comp.cpp:122:1: warning: deprecated conversion from string constant to 'char*' [-Wwrite-strings] pr_comp.cpp:122:1: warning: deprecated conversion from string constant to 'char*' [-Wwrite-strings] pr_comp.cpp:122:1: warning: deprecated conversion from string constant to 'char*' [-Wwrite-strings] pr_comp.cpp:122:1: warning: deprecated conversion from string constant to 'char*' [-Wwrite-strings] pr_comp.cpp:122:1: warning: deprecated conversion from string constant to 'char*' [-Wwrite-strings] pr_comp.cpp:122:1: warning: deprecated conversion from string constant to 'char*' [-Wwrite-strings] pr_comp.cpp:122:1: warning: deprecated conversion from string constant to 'char*' [-Wwrite-strings] --- pr_lex.o --- In file included from pr_lex.cpp:2:0: qcc.h: In function 'void PR_Expect(char*)': qcc.h:495:58: warning: deprecated conversion from string constant to 'char*' [-Wwrite-strings] PR_ParseError ("expected %s, found %s",string, pr_token); ^ --- pr_comp.o --- pr_comp.cpp:122:1: warning: deprecated conversion from string constant to 'char*' [-Wwrite-strings] pr_comp.cpp:122:1: warning: deprecated conversion from string constant to 'char*' [-Wwrite-strings] pr_comp.cpp:122:1: warning: deprecated conversion from string constant to 'char*' [-Wwrite-strings] pr_comp.cpp:122:1: warning: deprecated conversion from string constant to 'char*' [-Wwrite-strings] pr_comp.cpp:122:1: warning: deprecated conversion from string constant to 'char*' [-Wwrite-strings] pr_comp.cpp:122:1: warning: deprecated conversion from string constant to 'char*' [-Wwrite-strings] pr_comp.cpp:122:1: warning: deprecated conversion from string constant to 'char*' [-Wwrite-strings] pr_comp.cpp:122:1: warning: deprecated conversion from string constant to 'char*' [-Wwrite-strings] pr_comp.cpp:122:1: warning: deprecated conversion from string constant to 'char*' [-Wwrite-strings] pr_comp.cpp:122:1: warning: deprecated conversion from string constant to 'char*' [-Wwrite-strings] pr_comp.cpp:122:1: warning: deprecated conversion from string constant to 'char*' [-Wwrite-strings] pr_comp.cpp:122:1: warning: deprecated conversion from string constant to 'char*' [-Wwrite-strings] pr_comp.cpp:122:1: warning: deprecated conversion from string constant to 'char*' [-Wwrite-strings] pr_comp.cpp:122:1: warning: deprecated conversion from string constant to 'char*' [-Wwrite-strings] pr_comp.cpp:122:1: warning: deprecated conversion from string constant to 'char*' [-Wwrite-strings] pr_comp.cpp:122:1: warning: deprecated conversion from string constant to 'char*' [-Wwrite-strings] pr_comp.cpp:122:1: warning: deprecated conversion from string constant to 'char*' [-Wwrite-strings] pr_comp.cpp:122:1: warning: deprecated conversion from string constant to 'char*' [-Wwrite-strings] pr_comp.cpp:122:1: warning: deprecated conversion from string constant to 'char*' [-Wwrite-strings] pr_comp.cpp:122:1: warning: deprecated conversion from string constant to 'char*' [-Wwrite-strings] pr_comp.cpp:122:1: warning: deprecated conversion from string constant to 'char*' [-Wwrite-strings] pr_comp.cpp:122:1: warning: deprecated conversion from string constant to 'char*' [-Wwrite-strings] pr_comp.cpp:122:1: warning: deprecated conversion from string constant to 'char*' [-Wwrite-strings] pr_comp.cpp:122:1: warning: deprecated conversion from string constant to 'char*' [-Wwrite-strings] pr_comp.cpp:122:1: warning: deprecated conversion from string constant to 'char*' [-Wwrite-strings] pr_comp.cpp:122:1: warning: deprecated conversion from string constant to 'char*' [-Wwrite-strings] pr_comp.cpp:122:1: warning: deprecated conversion from string constant to 'char*' [-Wwrite-strings] pr_comp.cpp:122:1: warning: deprecated conversion from string constant to 'char*' [-Wwrite-strings] pr_comp.cpp:122:1: warning: deprecated conversion from string constant to 'char*' [-Wwrite-strings] pr_comp.cpp:122:1: warning: deprecated conversion from string constant to 'char*' [-Wwrite-strings] pr_comp.cpp:122:1: warning: deprecated conversion from string constant to 'char*' [-Wwrite-strings] pr_comp.cpp:122:1: warning: deprecated conversion from string constant to 'char*' [-Wwrite-strings] pr_comp.cpp:122:1: warning: deprecated conversion from string constant to 'char*' [-Wwrite-strings] pr_comp.cpp:122:1: warning: deprecated conversion from string constant to 'char*' [-Wwrite-strings] pr_comp.cpp:122:1: warning: deprecated conversion from string constant to 'char*' [-Wwrite-strings] pr_comp.cpp:122:1: warning: deprecated conversion from string constant to 'char*' [-Wwrite-strings] pr_comp.cpp:122:1: warning: deprecated conversion from string constant to 'char*' [-Wwrite-strings] --- pr_lex.o --- pr_lex.cpp: At global scope: pr_lex.cpp:27:59: warning: deprecated conversion from string constant to 'char*' [-Wwrite-strings] ">=", ">", "<=", "<", "||", "|", "/", ":", "@", "^[", NULL}; ^ pr_lex.cpp:27:59: warning: deprecated conversion from string constant to 'char*' [-Wwrite-strings] --- pr_comp.o --- pr_comp.cpp:122:1: warning: deprecated conversion from string constant to 'char*' [-Wwrite-strings] pr_comp.cpp:122:1: warning: deprecated conversion from string constant to 'char*' [-Wwrite-strings] --- pr_lex.o --- pr_lex.cpp:27:59: warning: deprecated conversion from string constant to 'char*' [-Wwrite-strings] pr_lex.cpp:27:59: warning: deprecated conversion from string constant to 'char*' [-Wwrite-strings] --- pr_comp.o --- pr_comp.cpp:122:1: warning: deprecated conversion from string constant to 'char*' [-Wwrite-strings] pr_comp.cpp:122:1: warning: deprecated conversion from string constant to 'char*' [-Wwrite-strings] --- pr_lex.o --- pr_lex.cpp:27:59: warning: deprecated conversion from string constant to 'char*' [-Wwrite-strings] pr_lex.cpp:27:59: warning: deprecated conversion from string constant to 'char*' [-Wwrite-strings] --- pr_comp.o --- pr_comp.cpp:122:1: warning: deprecated conversion from string constant to 'char*' [-Wwrite-strings] pr_comp.cpp:122:1: warning: deprecated conversion from string constant to 'char*' [-Wwrite-strings] --- pr_lex.o --- pr_lex.cpp:27:59: warning: deprecated conversion from string constant to 'char*' [-Wwrite-strings] pr_lex.cpp:27:59: warning: deprecated conversion from string constant to 'char*' [-Wwrite-strings] pr_lex.cpp:27:59: warning: deprecated conversion from string constant to 'char*' [-Wwrite-strings] pr_lex.cpp:27:59: warning: deprecated conversion from string constant to 'char*' [-Wwrite-strings] --- pr_comp.o --- pr_comp.cpp:122:1: warning: deprecated conversion from string constant to 'char*' [-Wwrite-strings] pr_comp.cpp:122:1: warning: deprecated conversion from string constant to 'char*' [-Wwrite-strings] --- pr_lex.o --- pr_lex.cpp:27:59: warning: deprecated conversion from string constant to 'char*' [-Wwrite-strings] pr_lex.cpp:27:59: warning: deprecated conversion from string constant to 'char*' [-Wwrite-strings] --- pr_comp.o --- pr_comp.cpp:122:1: warning: deprecated conversion from string constant to 'char*' [-Wwrite-strings] pr_comp.cpp:122:1: warning: deprecated conversion from string constant to 'char*' [-Wwrite-strings] --- pr_lex.o --- pr_lex.cpp:27:59: warning: deprecated conversion from string constant to 'char*' [-Wwrite-strings] pr_lex.cpp:27:59: warning: deprecated conversion from string constant to 'char*' [-Wwrite-strings] pr_lex.cpp:27:59: warning: deprecated conversion from string constant to 'char*' [-Wwrite-strings] --- pr_comp.o --- pr_comp.cpp:122:1: warning: deprecated conversion from string constant to 'char*' [-Wwrite-strings] pr_comp.cpp:122:1: warning: deprecated conversion from string constant to 'char*' [-Wwrite-strings] --- pr_lex.o --- pr_lex.cpp:27:59: warning: deprecated conversion from string constant to 'char*' [-Wwrite-strings] pr_lex.cpp:27:59: warning: deprecated conversion from string constant to 'char*' [-Wwrite-strings] --- pr_comp.o --- pr_comp.cpp:122:1: warning: deprecated conversion from string constant to 'char*' [-Wwrite-strings] pr_comp.cpp:122:1: warning: deprecated conversion from string constant to 'char*' [-Wwrite-strings] --- pr_lex.o --- pr_lex.cpp:27:59: warning: deprecated conversion from string constant to 'char*' [-Wwrite-strings] pr_lex.cpp:27:59: warning: deprecated conversion from string constant to 'char*' [-Wwrite-strings] pr_lex.cpp:27:59: warning: deprecated conversion from string constant to 'char*' [-Wwrite-strings] pr_lex.cpp:27:59: warning: deprecated conversion from string constant to 'char*' [-Wwrite-strings] --- pr_comp.o --- pr_comp.cpp:122:1: warning: deprecated conversion from string constant to 'char*' [-Wwrite-strings] pr_comp.cpp:122:1: warning: deprecated conversion from string constant to 'char*' [-Wwrite-strings] --- pr_lex.o --- pr_lex.cpp:27:59: warning: deprecated conversion from string constant to 'char*' [-Wwrite-strings] pr_lex.cpp:27:59: warning: deprecated conversion from string constant to 'char*' [-Wwrite-strings] --- pr_comp.o --- pr_comp.cpp:122:1: warning: deprecated conversion from string constant to 'char*' [-Wwrite-strings] --- pr_lex.o --- pr_lex.cpp:27:59: warning: deprecated conversion from string constant to 'char*' [-Wwrite-strings] pr_lex.cpp:27:59: warning: deprecated conversion from string constant to 'char*' [-Wwrite-strings] --- pr_comp.o --- pr_comp.cpp:122:1: warning: deprecated conversion from string constant to 'char*' [-Wwrite-strings] --- pr_lex.o --- pr_lex.cpp:27:59: warning: deprecated conversion from string constant to 'char*' [-Wwrite-strings] --- pr_comp.o --- pr_comp.cpp:122:1: warning: deprecated conversion from string constant to 'char*' [-Wwrite-strings] --- pr_lex.o --- pr_lex.cpp:27:59: warning: deprecated conversion from string constant to 'char*' [-Wwrite-strings] pr_lex.cpp:27:59: warning: deprecated conversion from string constant to 'char*' [-Wwrite-strings] --- pr_comp.o --- pr_comp.cpp:122:1: warning: deprecated conversion from string constant to 'char*' [-Wwrite-strings] pr_comp.cpp:122:1: warning: deprecated conversion from string constant to 'char*' [-Wwrite-strings] --- pr_lex.o --- pr_lex.cpp:27:59: warning: deprecated conversion from string constant to 'char*' [-Wwrite-strings] pr_lex.cpp:27:59: warning: deprecated conversion from string constant to 'char*' [-Wwrite-strings] --- pr_comp.o --- pr_comp.cpp:122:1: warning: deprecated conversion from string constant to 'char*' [-Wwrite-strings] pr_comp.cpp:122:1: warning: deprecated conversion from string constant to 'char*' [-Wwrite-strings] pr_comp.cpp:122:1: warning: deprecated conversion from string constant to 'char*' [-Wwrite-strings] pr_comp.cpp:122:1: warning: deprecated conversion from string constant to 'char*' [-Wwrite-strings] pr_comp.cpp:122:1: warning: deprecated conversion from string constant to 'char*' [-Wwrite-strings] pr_comp.cpp:122:1: warning: deprecated conversion from string constant to 'char*' [-Wwrite-strings] pr_comp.cpp:122:1: warning: deprecated conversion from string constant to 'char*' [-Wwrite-strings] pr_comp.cpp:122:1: warning: deprecated conversion from string constant to 'char*' [-Wwrite-strings] pr_comp.cpp:122:1: warning: deprecated conversion from string constant to 'char*' [-Wwrite-strings] pr_comp.cpp:122:1: warning: deprecated conversion from string constant to 'char*' [-Wwrite-strings] pr_comp.cpp:122:1: warning: deprecated conversion from string constant to 'char*' [-Wwrite-strings] pr_comp.cpp:122:1: warning: deprecated conversion from string constant to 'char*' [-Wwrite-strings] pr_comp.cpp:122:1: warning: deprecated conversion from string constant to 'char*' [-Wwrite-strings] pr_comp.cpp:122:1: warning: deprecated conversion from string constant to 'char*' [-Wwrite-strings] pr_comp.cpp:122:1: warning: deprecated conversion from string constant to 'char*' [-Wwrite-strings] pr_comp.cpp:122:1: warning: deprecated conversion from string constant to 'char*' [-Wwrite-strings] pr_comp.cpp:122:1: warning: deprecated conversion from string constant to 'char*' [-Wwrite-strings] pr_comp.cpp:122:1: warning: deprecated conversion from string constant to 'char*' [-Wwrite-strings] pr_comp.cpp:122:1: warning: deprecated conversion from string constant to 'char*' [-Wwrite-strings] pr_comp.cpp:122:1: warning: deprecated conversion from string constant to 'char*' [-Wwrite-strings] pr_comp.cpp:122:1: warning: deprecated conversion from string constant to 'char*' [-Wwrite-strings] pr_comp.cpp:122:1: warning: deprecated conversion from string constant to 'char*' [-Wwrite-strings] pr_comp.cpp:122:1: warning: deprecated conversion from string constant to 'char*' [-Wwrite-strings] pr_comp.cpp:122:1: warning: deprecated conversion from string constant to 'char*' [-Wwrite-strings] pr_comp.cpp:122:1: warning: deprecated conversion from string constant to 'char*' [-Wwrite-strings] pr_comp.cpp:122:1: warning: deprecated conversion from string constant to 'char*' [-Wwrite-strings] pr_comp.cpp:122:1: warning: deprecated conversion from string constant to 'char*' [-Wwrite-strings] --- pr_lex.o --- pr_lex.cpp:49:37: warning: deprecated conversion from string constant to 'char*' [-Wwrite-strings] def_t def_void = {&type_void, "temp"}; ^ pr_lex.cpp:50:41: warning: deprecated conversion from string constant to 'char*' [-Wwrite-strings] def_t def_string = {&type_string, "temp"}; ^ pr_lex.cpp:51:39: warning: deprecated conversion from string constant to 'char*' [-Wwrite-strings] def_t def_float = {&type_float, "temp"}; ^ pr_lex.cpp:52:41: warning: deprecated conversion from string constant to 'char*' [-Wwrite-strings] def_t def_vector = {&type_vector, "temp"}; ^ pr_lex.cpp:53:41: warning: deprecated conversion from string constant to 'char*' [-Wwrite-strings] def_t def_entity = {&type_entity, "temp"}; ^ pr_lex.cpp:54:39: warning: deprecated conversion from string constant to 'char*' [-Wwrite-strings] --- qcc.o --- qcc.cpp: In function 'void PrintFunction(char*)': qcc.cpp:833:42: warning: deprecated conversion from string constant to 'char*' [-Wwrite-strings] Error ("No function names \"%s\"", name); ^ qcc.cpp: In function 'void Sys_mkdir(char*)': qcc.cpp:882:46: warning: deprecated conversion from string constant to 'char*' [-Wwrite-strings] Error ("mkdir %s: %s",path, strerror(errno)); ^ qcc.cpp: In function 'void PackFile(char*, char*)': qcc.cpp:920:38: warning: deprecated conversion from string constant to 'char*' [-Wwrite-strings] Error ("Too many files in pak file"); ^ qcc.cpp: In function 'void CopyFiles()': qcc.cpp:1007:24: warning: deprecated conversion from string constant to 'char*' [-Wwrite-strings] p = CheckParm ("-copy"); ^ qcc.cpp:1021:24: warning: deprecated conversion from string constant to 'char*' [-Wwrite-strings] p = CheckParm ("-pak2"); --- pr_comp.o --- pr_comp.cpp:122:1: warning: deprecated conversion from string constant to 'char*' [-Wwrite-strings] pr_comp.cpp:122:1: warning: deprecated conversion from string constant to 'char*' [-Wwrite-strings] pr_comp.cpp:122:1: warning: deprecated conversion from string constant to 'char*' [-Wwrite-strings] pr_comp.cpp:122:1: warning: deprecated conversion from string constant to 'char*' [-Wwrite-strings] pr_comp.cpp:122:1: warning: deprecated conversion from string constant to 'char*' [-Wwrite-strings] pr_comp.cpp:122:1: warning: deprecated conversion from string constant to 'char*' [-Wwrite-strings] pr_comp.cpp:122:1: warning: deprecated conversion from string constant to 'char*' [-Wwrite-strings] pr_comp.cpp:122:1: warning: deprecated conversion from string constant to 'char*' [-Wwrite-strings] pr_comp.cpp:122:1: warning: deprecated conversion from string constant to 'char*' [-Wwrite-strings] pr_comp.cpp:122:1: warning: deprecated conversion from string constant to 'char*' [-Wwrite-strings] --- pr_lex.o --- def_t def_field = {&type_field, "temp"}; ^ pr_lex.cpp:55:45: warning: deprecated conversion from string constant to 'char*' [-Wwrite-strings] def_t def_function = {&type_function, "temp"}; ^ pr_lex.cpp:56:43: warning: deprecated conversion from string constant to 'char*' [-Wwrite-strings] def_t def_pointer = {&type_pointer, "temp"}; ^ pr_lex.cpp: In function 'void PR_LexString()': pr_lex.cpp:128:37: warning: deprecated conversion from string constant to 'char*' [-Wwrite-strings] PR_ParseError ("EOF inside quote"); ^ pr_lex.cpp:130:41: warning: deprecated conversion from string constant to 'char*' [-Wwrite-strings] PR_ParseError ("newline inside quote"); ^ pr_lex.cpp:136:38: warning: deprecated conversion from string constant to 'char*' [-Wwrite-strings] PR_ParseError ("EOF inside quote"); --- qcc.o --- ^ qcc.cpp:1025:24: warning: deprecated conversion from string constant to 'char*' [-Wwrite-strings] p = CheckParm ("-pak"); ^ qcc.cpp:1032:36: warning: deprecated conversion from string constant to 'char*' [-Wwrite-strings] DefaultExtension (destdir, ".pak"); ^ qcc.cpp: In function 'int main(int, char**)': qcc.cpp:1124:22: warning: deprecated conversion from string constant to 'char*' [-Wwrite-strings] if ( CheckParm ("-?") || CheckParm ("-help") || CheckParm ("-h") || CheckParm("/?")) ^ qcc.cpp:1124:45: warning: deprecated conversion from string constant to 'char*' [-Wwrite-strings] if ( CheckParm ("-?") || CheckParm ("-help") || CheckParm ("-h") || CheckParm("/?")) ^ qcc.cpp:1124:65: warning: deprecated conversion from string constant to 'char*' [-Wwrite-strings] if ( CheckParm ("-?") || CheckParm ("-help") || CheckParm ("-h") || CheckParm("/?")) --- pr_comp.o --- pr_comp.cpp:122:1: warning: deprecated conversion from string constant to 'char*' [-Wwrite-strings] pr_comp.cpp:122:1: warning: deprecated conversion from string constant to 'char*' [-Wwrite-strings] pr_comp.cpp:122:1: warning: deprecated conversion from string constant to 'char*' [-Wwrite-strings] pr_comp.cpp:122:1: warning: deprecated conversion from string constant to 'char*' [-Wwrite-strings] pr_comp.cpp:122:1: warning: deprecated conversion from string constant to 'char*' [-Wwrite-strings] pr_comp.cpp:122:1: warning: deprecated conversion from string constant to 'char*' [-Wwrite-strings] pr_comp.cpp:122:1: warning: deprecated conversion from string constant to 'char*' [-Wwrite-strings] pr_comp.cpp:122:1: warning: deprecated conversion from string constant to 'char*' [-Wwrite-strings] pr_comp.cpp:122:1: warning: deprecated conversion from string constant to 'char*' [-Wwrite-strings] pr_comp.cpp:122:1: warning: deprecated conversion from string constant to 'char*' [-Wwrite-strings] --- pr_lex.o --- ^ pr_lex.cpp:176:41: warning: deprecated conversion from string constant to 'char*' [-Wwrite-strings] PR_ParseError("Bad character code"); ^ pr_lex.cpp:180:41: warning: deprecated conversion from string constant to 'char*' [-Wwrite-strings] PR_ParseError ("Unknown escape char"); ^ pr_lex.cpp: In function 'void PR_LexVector()': pr_lex.cpp:298:30: warning: deprecated conversion from string constant to 'char*' [-Wwrite-strings] PR_ParseError ("Bad vector"); ^ pr_lex.cpp: In function 'void PR_LexPunctuation()': pr_lex.cpp:356:38: warning: deprecated conversion from string constant to 'char*' [-Wwrite-strings] PR_ParseError ("Unknown punctuation"); ^ --- qcc.o --- ^ qcc.cpp:1124:84: warning: deprecated conversion from string constant to 'char*' [-Wwrite-strings] if ( CheckParm ("-?") || CheckParm ("-help") || CheckParm ("-h") || CheckParm("/?")) ^ --- pr_comp.o --- pr_comp.cpp:122:1: warning: deprecated conversion from string constant to 'char*' [-Wwrite-strings] pr_comp.cpp:122:1: warning: deprecated conversion from string constant to 'char*' [-Wwrite-strings] pr_comp.cpp:122:1: warning: deprecated conversion from string constant to 'char*' [-Wwrite-strings] pr_comp.cpp:122:1: warning: deprecated conversion from string constant to 'char*' [-Wwrite-strings] pr_comp.cpp:122:1: warning: deprecated conversion from string constant to 'char*' [-Wwrite-strings] pr_comp.cpp:122:1: warning: deprecated conversion from string constant to 'char*' [-Wwrite-strings] pr_comp.cpp:122:1: warning: deprecated conversion from string constant to 'char*' [-Wwrite-strings] pr_comp.cpp:122:1: warning: deprecated conversion from string constant to 'char*' [-Wwrite-strings] pr_comp.cpp:122:1: warning: deprecated conversion from string constant to 'char*' [-Wwrite-strings] pr_comp.cpp:122:1: warning: deprecated conversion from string constant to 'char*' [-Wwrite-strings] pr_comp.cpp:122:1: warning: deprecated conversion from string constant to 'char*' [-Wwrite-strings] pr_comp.cpp:122:1: warning: deprecated conversion from string constant to 'char*' [-Wwrite-strings] pr_comp.cpp:122:1: warning: deprecated conversion from string constant to 'char*' [-Wwrite-strings] pr_comp.cpp:122:1: warning: deprecated conversion from string constant to 'char*' [-Wwrite-strings] pr_comp.cpp:122:1: warning: deprecated conversion from string constant to 'char*' [-Wwrite-strings] pr_comp.cpp:122:1: warning: deprecated conversion from string constant to 'char*' [-Wwrite-strings] pr_comp.cpp:122:1: warning: deprecated conversion from string constant to 'char*' [-Wwrite-strings] pr_comp.cpp:122:1: warning: deprecated conversion from string constant to 'char*' [-Wwrite-strings] pr_comp.cpp: In function 'def_t* PR_Statement(opcode_t*, def_t*, def_t*)': pr_comp.cpp:194:39: warning: deprecated conversion from string constant to 'char*' [-Wwrite-strings] PR_ParseError("freevec not zero"); ^ pr_comp.cpp:200:41: warning: deprecated conversion from string constant to 'char*' [-Wwrite-strings] PR_ParseError("freefloat not zero"); ^ pr_comp.cpp:217:39: warning: deprecated conversion from string constant to 'char*' [-Wwrite-strings] PR_ParseError("freevec not zero"); ^ pr_comp.cpp:223:41: warning: deprecated conversion from string constant to 'char*' [-Wwrite-strings] PR_ParseError("freefloat not zero"); ^ --- qcc.o --- qcc.cpp:1142:23: warning: deprecated conversion from string constant to 'char*' [-Wwrite-strings] p = CheckParm ("-src"); ^ qcc.cpp:1160:59: warning: deprecated conversion from string constant to 'char*' [-Wwrite-strings] Error ("No destination filename. qcc -help for info.\n"); ^ --- pr_comp.o --- pr_comp.cpp: In function 'def_t* PR_ParseImmediate()': pr_comp.cpp:365:11: warning: deprecated conversion from string constant to 'char*' [-Wwrite-strings] cn->name = "IMMEDIATE"; ^ --- qcc.o --- qcc.cpp:1166:47: warning: deprecated conversion from string constant to 'char*' [-Wwrite-strings] pr_optimize_eliminate_temps = CheckParm("/Ot"); ^ qcc.cpp:1167:43: warning: deprecated conversion from string constant to 'char*' [-Wwrite-strings] pr_optimize_shorten_ifs = CheckParm("/Oi"); ^ qcc.cpp:1168:44: warning: deprecated conversion from string constant to 'char*' [-Wwrite-strings] pr_optimize_nonvec_parms = CheckParm("/Op"); ^ qcc.cpp:1169:46: warning: deprecated conversion from string constant to 'char*' [-Wwrite-strings] pr_optimize_constant_names = CheckParm("/Oc"); ^ qcc.cpp:1170:36: warning: deprecated conversion from string constant to 'char*' [-Wwrite-strings] pr_optimize_defs = CheckParm("/Od"); ^ qcc.cpp:1171:44: warning: deprecated conversion from string constant to 'char*' [-Wwrite-strings] pr_optimize_hash_strings = CheckParm("/Os"); ^ --- pr_lex.o --- pr_lex.cpp: In function 'void PR_FindMacro()': pr_lex.cpp:437:52: warning: deprecated conversion from string constant to 'char*' [-Wwrite-strings] PR_ParseError ("Unknown frame macro $%s", pr_token); ^ --- qcc.o --- qcc.cpp:1172:21: warning: deprecated conversion from string constant to 'char*' [-Wwrite-strings] if (CheckParm("/O2")) ^ --- pr_comp.o --- pr_comp.cpp: In function 'void PrecacheSound(def_t*, int)': pr_comp.cpp:396:50: warning: deprecated conversion from string constant to 'char*' [-Wwrite-strings] Error ("PrecacheSound: numsounds == MAX_SOUNDS"); ^ --- qcc.o --- qcc.cpp:1211:30: warning: deprecated conversion from string constant to 'char*' [-Wwrite-strings] Error ("compilation errors"); ^ qcc.cpp:1213:23: warning: deprecated conversion from string constant to 'char*' [-Wwrite-strings] p = CheckParm ("-asm"); ^ --- pr_lex.o --- pr_lex.cpp: In function 'void PR_LexGrab()': pr_lex.cpp:485:29: warning: deprecated conversion from string constant to 'char*' [-Wwrite-strings] PR_ParseError ("hanging $"); ^ --- qcc.o --- qcc.cpp:1226:38: warning: deprecated conversion from string constant to 'char*' [-Wwrite-strings] crc = PR_WriteProgdefs ("progdefs.h"); ^ --- pr_comp.o --- pr_comp.cpp: In function 'void PrecacheModel(def_t*, int)': pr_comp.cpp:417:51: warning: deprecated conversion from string constant to 'char*' [-Wwrite-strings] Error ("PrecacheModels: numsounds == MAX_SOUNDS"); ^ pr_comp.cpp: In function 'void PrecacheFile(def_t*, int)': pr_comp.cpp:438:47: warning: deprecated conversion from string constant to 'char*' [-Wwrite-strings] Error ("PrecacheFile: numfiles == MAX_FILES"); ^ pr_comp.cpp: In function 'def_t* PR_ParseFunctionCall(def_t*)': pr_comp.cpp:461:34: warning: deprecated conversion from string constant to 'char*' [-Wwrite-strings] PR_ParseError ("not a function"); ^ pr_comp.cpp:466:19: warning: deprecated conversion from string constant to 'char*' [-Wwrite-strings] if (!PR_Check(")")) ^ pr_comp.cpp:471:41: warning: deprecated conversion from string constant to 'char*' [-Wwrite-strings] PR_ParseError ("too many parameters"); ^ pr_comp.cpp:473:21: warning: deprecated conversion from string constant to 'char*' [-Wwrite-strings] if (!PR_Check("#")) ^ pr_comp.cpp:491:53: warning: deprecated conversion from string constant to 'char*' [-Wwrite-strings] PR_ParseError ("type mismatch on parm %i", arg); ^ pr_comp.cpp:495:52: warning: deprecated conversion from string constant to 'char*' [-Wwrite-strings] PR_ParseError ("type mismatch on parm %i", arg); ^ --- pr_lex.o --- pr_lex.cpp: In function 'char* PR_ParseName()': pr_lex.cpp:650:30: warning: deprecated conversion from string constant to 'char*' [-Wwrite-strings] PR_ParseError ("not a name"); ^ pr_lex.cpp:652:33: warning: deprecated conversion from string constant to 'char*' [-Wwrite-strings] PR_ParseError ("name too long"); ^ --- pr_comp.o --- pr_comp.cpp:507:25: warning: deprecated conversion from string constant to 'char*' [-Wwrite-strings] } while (PR_Check (",")); ^ pr_comp.cpp:509:17: warning: deprecated conversion from string constant to 'char*' [-Wwrite-strings] PR_Expect (")"); ^ pr_comp.cpp:512:38: warning: deprecated conversion from string constant to 'char*' [-Wwrite-strings] PR_ParseError ("too few parameters"); ^ pr_comp.cpp:514:46: warning: deprecated conversion from string constant to 'char*' [-Wwrite-strings] PR_ParseError ("More than eight parameters"); ^ --- pr_lex.o --- pr_lex.cpp: In function 'type_t* PR_FindType(type_t*)': pr_lex.cpp:696:12: warning: deprecated conversion from string constant to 'char*' [-Wwrite-strings] def->name = "COMPLEX TYPE"; ^ --- pr_comp.o --- pr_comp.cpp: In function 'def_t* PR_ParseValue()': pr_comp.cpp:544:46: warning: deprecated conversion from string constant to 'char*' [-Wwrite-strings] PR_ParseError ("Unknown value \"%s\"", name); ^ --- pr_lex.o --- pr_lex.cpp: In function 'void PR_SkipToSemicolon()': pr_lex.cpp:714:38: warning: deprecated conversion from string constant to 'char*' [-Wwrite-strings] if (!pr_bracelevel && PR_Check (";")) ^ --- pr_comp.o --- pr_comp.cpp: In function 'def_t* PR_Term()': pr_comp.cpp:573:19: warning: deprecated conversion from string constant to 'char*' [-Wwrite-strings] if (PR_Check ("!")) ^ --- pr_lex.o --- pr_lex.cpp: In function 'type_t* PR_ParseType()': pr_lex.cpp:737:19: warning: deprecated conversion from string constant to 'char*' [-Wwrite-strings] if (PR_Check (".")) ^ --- pr_comp.o --- pr_comp.cpp:590:40: warning: deprecated conversion from string constant to 'char*' [-Wwrite-strings] PR_ParseError ("type mismatch for !"); ^ pr_comp.cpp:595:18: warning: deprecated conversion from string constant to 'char*' [-Wwrite-strings] if (PR_Check("&")) ^ --- pr_lex.o --- pr_lex.cpp:759:50: warning: deprecated conversion from string constant to 'char*' [-Wwrite-strings] PR_ParseError ("\"%s\" is not a type", pr_token); ^ pr_lex.cpp:764:20: warning: deprecated conversion from string constant to 'char*' [-Wwrite-strings] if (!PR_Check ("(")) ^ --- pr_comp.o --- pr_comp.cpp:606:35: warning: deprecated conversion from string constant to 'char*' [-Wwrite-strings] PR_ParseError ("bad type for &"); ^ pr_comp.cpp:610:18: warning: deprecated conversion from string constant to 'char*' [-Wwrite-strings] if (PR_Check("*")) ^ --- pr_lex.o --- pr_lex.cpp:772:20: warning: deprecated conversion from string constant to 'char*' [-Wwrite-strings] if (!PR_Check (")")) ^ --- pr_comp.o --- pr_comp.cpp:618:35: warning: deprecated conversion from string constant to 'char*' [-Wwrite-strings] PR_ParseError ("bad type for *"); ^ --- pr_lex.o --- pr_lex.cpp:776:23: warning: deprecated conversion from string constant to 'char*' [-Wwrite-strings] if (PR_Check ("...")) ^ --- pr_comp.o --- pr_comp.cpp:622:18: warning: deprecated conversion from string constant to 'char*' [-Wwrite-strings] if (PR_Check("@")) ^ --- pr_lex.o --- pr_lex.cpp:792:25: warning: deprecated conversion from string constant to 'char*' [-Wwrite-strings] } while (PR_Check (",")); ^ --- pr_comp.o --- pr_comp.cpp:630:35: warning: deprecated conversion from string constant to 'char*' [-Wwrite-strings] PR_ParseError ("bad type for @"); ^ --- pr_lex.o --- pr_lex.cpp:794:17: warning: deprecated conversion from string constant to 'char*' [-Wwrite-strings] PR_Expect (")"); ^ --- pr_comp.o --- pr_comp.cpp:634:19: warning: deprecated conversion from string constant to 'char*' [-Wwrite-strings] if (PR_Check ("(")) ^ pr_comp.cpp:637:17: warning: deprecated conversion from string constant to 'char*' [-Wwrite-strings] PR_Expect (")"); ^ pr_comp.cpp: In function 'def_t* PR_Expression(int)': pr_comp.cpp:665:37: warning: deprecated conversion from string constant to 'char*' [-Wwrite-strings] if (priority == 1 && PR_Check ("(") ) ^ pr_comp.cpp:691:18: warning: deprecated conversion from string constant to 'char*' [-Wwrite-strings] PR_Expect("]"); ^ pr_comp.cpp:716:55: warning: deprecated conversion from string constant to 'char*' [-Wwrite-strings] PR_ParseError ("type mismatch for %s", oldop->name); ^ pr_comp.cpp:720:51: warning: deprecated conversion from string constant to 'char*' [-Wwrite-strings] PR_ParseError ("type mismatch for %s", op->name); ^ pr_comp.cpp:725:43: warning: deprecated conversion from string constant to 'char*' [-Wwrite-strings] PR_ParseError("Assignment to constant"); ^ pr_comp.cpp: In function 'void PR_ParseStatement()': pr_comp.cpp:753:19: warning: deprecated conversion from string constant to 'char*' [-Wwrite-strings] if (PR_Check ("{")) ^ pr_comp.cpp:755:24: warning: deprecated conversion from string constant to 'char*' [-Wwrite-strings] while (!PR_Check ("}")) ^ pr_comp.cpp:760:23: warning: deprecated conversion from string constant to 'char*' [-Wwrite-strings] if (PR_Check("return")) ^ pr_comp.cpp:762:20: warning: deprecated conversion from string constant to 'char*' [-Wwrite-strings] if (PR_Check (";")) ^ pr_comp.cpp:768:17: warning: deprecated conversion from string constant to 'char*' [-Wwrite-strings] PR_Expect (";"); ^ pr_comp.cpp:773:22: warning: deprecated conversion from string constant to 'char*' [-Wwrite-strings] if (PR_Check("while")) ^ pr_comp.cpp:775:17: warning: deprecated conversion from string constant to 'char*' [-Wwrite-strings] PR_Expect ("("); ^ pr_comp.cpp:778:17: warning: deprecated conversion from string constant to 'char*' [-Wwrite-strings] PR_Expect (")"); ^ pr_comp.cpp:787:20: warning: deprecated conversion from string constant to 'char*' [-Wwrite-strings] if (PR_Check("for")) ^ pr_comp.cpp:789:16: warning: deprecated conversion from string constant to 'char*' [-Wwrite-strings] PR_Expect("("); ^ pr_comp.cpp:790:20: warning: deprecated conversion from string constant to 'char*' [-Wwrite-strings] if (!PR_Check(";")) ^ pr_comp.cpp:793:17: warning: deprecated conversion from string constant to 'char*' [-Wwrite-strings] PR_Expect(";"); ^ pr_comp.cpp:797:16: warning: deprecated conversion from string constant to 'char*' [-Wwrite-strings] PR_Expect(";"); ^ pr_comp.cpp:803:47: warning: deprecated conversion from string constant to 'char*' [-Wwrite-strings] PR_ParseError("Update expression too large"); ^ pr_comp.cpp:811:16: warning: deprecated conversion from string constant to 'char*' [-Wwrite-strings] PR_Expect(")"); ^ pr_comp.cpp:825:19: warning: deprecated conversion from string constant to 'char*' [-Wwrite-strings] if (PR_Check("do")) ^ pr_comp.cpp:829:21: warning: deprecated conversion from string constant to 'char*' [-Wwrite-strings] PR_Expect ("while"); ^ pr_comp.cpp:830:17: warning: deprecated conversion from string constant to 'char*' [-Wwrite-strings] PR_Expect ("("); ^ pr_comp.cpp:832:17: warning: deprecated conversion from string constant to 'char*' [-Wwrite-strings] PR_Expect (")"); ^ pr_comp.cpp:833:17: warning: deprecated conversion from string constant to 'char*' [-Wwrite-strings] PR_Expect (";"); ^ pr_comp.cpp:839:22: warning: deprecated conversion from string constant to 'char*' [-Wwrite-strings] if (PR_Check("local")) ^ pr_comp.cpp:846:19: warning: deprecated conversion from string constant to 'char*' [-Wwrite-strings] if (PR_Check("if")) ^ pr_comp.cpp:848:17: warning: deprecated conversion from string constant to 'char*' [-Wwrite-strings] PR_Expect ("("); ^ pr_comp.cpp:850:17: warning: deprecated conversion from string constant to 'char*' [-Wwrite-strings] PR_Expect (")"); ^ pr_comp.cpp:857:23: warning: deprecated conversion from string constant to 'char*' [-Wwrite-strings] if (PR_Check ("else")) ^ pr_comp.cpp:872:16: warning: deprecated conversion from string constant to 'char*' [-Wwrite-strings] PR_Expect (";"); ^ pr_comp.cpp: In function 'void PR_ParseState()': pr_comp.cpp:900:48: warning: deprecated conversion from string constant to 'char*' [-Wwrite-strings] PR_ParseError ("state frame must be a number"); ^ pr_comp.cpp:903:16: warning: deprecated conversion from string constant to 'char*' [-Wwrite-strings] PR_Expect (","); ^ pr_comp.cpp:908:16: warning: deprecated conversion from string constant to 'char*' [-Wwrite-strings] PR_Expect ("]"); ^ pr_comp.cpp: In function 'function_t* PR_ParseImmediateStatements(type_t*)': pr_comp.cpp:931:19: warning: deprecated conversion from string constant to 'char*' [-Wwrite-strings] if (PR_Check ("#")) ^ pr_comp.cpp:934:41: warning: deprecated conversion from string constant to 'char*' [-Wwrite-strings] PR_ParseError("Bad builtin immediate"); ^ pr_comp.cpp:949:27: warning: deprecated conversion from string constant to 'char*' [-Wwrite-strings] Error ("bad parm order"); ^ pr_comp.cpp:957:19: warning: deprecated conversion from string constant to 'char*' [-Wwrite-strings] if (PR_Check ("[")) ^ pr_comp.cpp:963:16: warning: deprecated conversion from string constant to 'char*' [-Wwrite-strings] PR_Expect ("{"); ^ pr_comp.cpp:965:22: warning: deprecated conversion from string constant to 'char*' [-Wwrite-strings] while (!PR_Check("}")) ^ pr_comp.cpp: In function 'def_t* PR_GetDef(type_t*, char*, def_t*, boolean)': pr_comp.cpp:1001:64: warning: deprecated conversion from string constant to 'char*' [-Wwrite-strings] PR_ParseError ("Type mismatch on redeclaration of %s", name); ^ pr_comp.cpp: In function 'void PR_ParseDefs()': pr_comp.cpp:1098:55: warning: deprecated conversion from string constant to 'char*' [-Wwrite-strings] PR_ParseError ("Fields and functions must be global"); ^ pr_comp.cpp:1107:21: warning: deprecated conversion from string constant to 'char*' [-Wwrite-strings] if ( PR_Check ("=") ) ^ pr_comp.cpp:1110:41: warning: deprecated conversion from string constant to 'char*' [-Wwrite-strings] PR_ParseError ("%s redeclared", name); ^ pr_comp.cpp:1142:55: warning: deprecated conversion from string constant to 'char*' [-Wwrite-strings] PR_ParseError ("wrong immediate type for %s", name); ^ pr_comp.cpp:1180:24: warning: deprecated conversion from string constant to 'char*' [-Wwrite-strings] } while (PR_Check (",")); ^ pr_comp.cpp:1182:16: warning: deprecated conversion from string constant to 'char*' [-Wwrite-strings] PR_Expect (";"); ^ pr_comp.cpp: In function 'boolean PR_CompileFile(char*, char*)': pr_comp.cpp:1195:40: warning: deprecated conversion from string constant to 'char*' [-Wwrite-strings] Error ("PR_CompileFile: Didn't clear"); ^ --- cmdlib.o --- cmdlib.cpp: In function 'int filelength(int)': cmdlib.cpp:140:26: warning: deprecated conversion from string constant to 'char*' [-Wwrite-strings] Error ("Error fstating"); ^ cmdlib.cpp: In function 'int SafeOpenWrite(char*)': cmdlib.cpp:247:57: warning: deprecated conversion from string constant to 'char*' [-Wwrite-strings] Error ("Error opening %s: %s",filename,strerror(errno)); ^ cmdlib.cpp: In function 'int SafeOpenRead(char*)': cmdlib.cpp:259:57: warning: deprecated conversion from string constant to 'char*' [-Wwrite-strings] Error ("Error opening %s: %s",filename,strerror(errno)); ^ cmdlib.cpp: In function 'void SafeRead(int, void*, long int)': cmdlib.cpp:268:29: warning: deprecated conversion from string constant to 'char*' [-Wwrite-strings] Error ("File read failure"); ^ cmdlib.cpp: In function 'void SafeWrite(int, void*, long int)': cmdlib.cpp:275:30: warning: deprecated conversion from string constant to 'char*' [-Wwrite-strings] Error ("File write failure"); ^ cmdlib.cpp: In function 'void* SafeMalloc(long int)': cmdlib.cpp:286:45: warning: deprecated conversion from string constant to 'char*' [-Wwrite-strings] Error ("Malloc failure for %lu bytes",size); ^ cmdlib.cpp: In function 'long int ParseHex(char*)': cmdlib.cpp:473:35: warning: deprecated conversion from string constant to 'char*' [-Wwrite-strings] Error ("Bad hex number: %s",hex); ^ --- hash.o --- In file included from hash.cpp:1:0: qcc.h: In function 'void PR_Expect(char*)': qcc.h:495:58: warning: deprecated conversion from string constant to 'char*' [-Wwrite-strings] PR_ParseError ("expected %s, found %s",string, pr_token); ^ hash.cpp: In function 'void HashImmediate()': hash.cpp:59:40: warning: deprecated conversion from string constant to 'char*' [-Wwrite-strings] PR_ParseError ("weird immediate type"); ^ --- all --- c++ -o qccx cmdlib.o hash.o pr_comp.o pr_lex.o qcc.o -------------------------------------------------------------------------------- -- Phase: run-depends -------------------------------------------------------------------------------- ===> qccx-1.0.0 depends on file: /usr/local/share/quake-source/v101qc/progs.src - not found ===> Installing existing package /packages/All/quake-source-1.01_1.txz Installing quake-source-1.01_1... Extracting quake-source-1.01_1: .......... done Message from quake-source-1.01_1: ===> NOTICE: The quake-source port currently does not have a maintainer. As a result, it is more likely to have unresolved issues, not be up-to-date, or even be removed in the future. To volunteer to maintain this port, please create an issue at: https://bugs.freebsd.org/bugzilla More information about port maintainership is available at: https://www.freebsd.org/doc/en/articles/contributing/ports-contributing.html#maintain-port ===> qccx-1.0.0 depends on file: /usr/local/share/quake-source/v101qc/progs.src - found ===> Returning to build of qccx-1.0.0 -------------------------------------------------------------------------------- -- Phase: stage -------------------------------------------------------------------------------- ===> Staging for qccx-1.0.0 ===> Generating temporary packing list install -s -m 555 /construction/games/qccx/qccx-1.0.0/qccx /construction/games/qccx/stage/usr/local/bin install -m 0644 /construction/games/qccx/qccx-1.0.0/*.qc /construction/games/qccx/qccx-1.0.0/progs.src /construction/games/qccx/stage/usr/local/share/qccx install -m 0644 /construction/games/qccx/qccx-1.0.0/manual.txt /construction/games/qccx/qccx-1.0.0/readme.txt /construction/games/qccx/stage/usr/local/share/doc/qccx ====> Compressing man pages (compress-man) -------------------------------------------------------------------------------- -- Phase: package -------------------------------------------------------------------------------- ===> Building package for qccx-1.0.0 file sizes/checksums [12]: . done packing files [12]: . done packing directories [0]: . done -------------------------------------------------- -- Termination -------------------------------------------------- Finished: Thursday, 19 APR 2018 at 15:57:00 UTC Duration: 00:00:04