Script started on Tue Feb 23 14:26:49 2016 root@dev.ptrcrt.ch:~/ports/lang/seed7 # make ===> License GPLv2 LGPL21 accepted by the user ===> Found saved configuration for seed7-05.20160130 ===> seed7-05.20160130 depends on file: /usr/local/sbin/pkg - found ===> Fetching all distfiles required by seed7-05.20160130 for building ===> Extracting for seed7-05.20160130 => SHA256 Checksum OK for seed7_05_20160130.tgz. ===> Patching for seed7-05.20160130 /usr/bin/sed -i.bak -e 's|%%LOCALBASE%%|/usr/local|g;' /var/ports/root/ports/lang/seed7/work/seed7/src/mk_freebsd.mk ===> seed7-05.20160130 depends on file: /usr/local/libdata/pkgconfig/x11.pc - found ===> seed7-05.20160130 depends on file: /usr/local/bin/ccache - found ===> Configuring for seed7-05.20160130 ===> Building for seed7-05.20160130 cd /var/ports/root/ports/lang/seed7/work/seed7/src && /usr/bin/env S7_LIB_DIR=/usr/local/lib/seed7/bin SEED7_LIBRARY=/usr/local/lib/seed7/lib C_COMPILER=cc CPLUSPLUS_COMPILER=cpp XDG_DATA_HOME=/var/ports/root/ports/lang/seed7/work XDG_CONFIG_HOME=/var/ports/root/ports/lang/seed7/work HOME=/var/ports/root/ports/lang/seed7/work NO_PIE=yes NO_DEBUG_FILES=yes SHELL=/bin/sh NO_LINT=YES PREFIX=/usr/local LOCALBASE=/usr/local LIBDIR="/usr/lib" CC="cc" CFLAGS="-O2 -pipe -fstack-protector -fno-strict-aliasing" CPP="cpp" CPPFLAGS="" LDFLAGS=" -Wl,-rpath=/usr/lib:/usr/local/lib -fstack-protector" LIBS="" CXX="c++" CXXFLAGS="-O2 -pipe -fstack-protector -fno-strict-aliasing " MANPREFIX="/usr/local" PATH=/usr/local/libexec/ccache:/sbin:/bin:/usr/sbin:/usr/bin:/usr/games:/usr/local/sbin:/usr/local/bin:/root/bin CCACHE_DIR="/root/.ccache" BSD_INSTALL_PROGRAM="install -s -m 555" BSD_INSTALL_LIB="install -s -m 444" BSD_INSTALL_SCRIPT="install -m 555" BSD_INSTALL_DATA="install -m 0644" BSD_INSTALL_MAN="install -m 444" make -f mk_freebsd.mk depend echo "#include \"sys/stat.h\"" > chkccomp.h echo "#include \"sys/types.h\"" >> chkccomp.h echo "#include \"unistd.h\"" >> chkccomp.h echo "#define LIST_DIRECTORY_CONTENTS \"ls\"" >> chkccomp.h echo "#define MYSQL_INCLUDE_OPTIONS \"-I/usr/local/include/mysql\"" >> chkccomp.h echo "#define MYSQL_LIBRARY_PATH \"-L/usr/local/lib/mysql\"" >> chkccomp.h echo "#define MYSQL_LIBS \"-lmysqlclient\"" >> chkccomp.h echo "#define MYSQL_DLL \"libmysqlclient.so\"" >> chkccomp.h echo "#define MYSQL_USE_LIB" >> chkccomp.h echo "#define SQLITE_INCLUDE_OPTIONS \"-I/usr/local/include\"" >> chkccomp.h echo "#define SQLITE_LIBRARY_PATH \"-L/usr/local/lib\"" >> chkccomp.h echo "#define SQLITE_LIBS \"-lsqlite3\"" >> chkccomp.h echo "#define SQLITE_DLL \"libsqlite3.so\"" >> chkccomp.h echo "#define SQLITE_USE_LIB" >> chkccomp.h echo "#define POSTGRESQL_INCLUDE_OPTIONS \"-I/usr/local/include/postgresql\"" >> chkccomp.h echo "#define POSTGRESQL_LIBRARY_PATH \"-L/usr/local/lib\"" >> chkccomp.h echo "#define POSTGRESQL_LIBS \"-lpq\"" >> chkccomp.h echo "#define POSTGRESQL_DLL \"libpq.so\"" >> chkccomp.h echo "#define POSTGRESQL_USE_LIB" >> chkccomp.h echo "#define ODBC_INCLUDE_OPTIONS \"-I/usr/local/include\"" >> chkccomp.h echo "#define ODBC_LIBRARY_PATH \"-L/usr/local/lib\"" >> chkccomp.h echo "#define ODBC_LIBS \"-lodbc\"" >> chkccomp.h echo "#define ODBC_DLL \"libodbc.so\"" >> chkccomp.h echo "#define ODBC_USE_LIB" >> chkccomp.h echo "#define OCI_LIBS \"-lclntsh\"" >> chkccomp.h echo "#define OCI_DLL \"libclntsh.so\"" >> chkccomp.h echo "#define OCI_USE_DLL" >> chkccomp.h echo "#define PATH_DELIMITER '/'" > version.h echo "#define USE_DIRENT" >> version.h echo "#define SEARCH_PATH_DELIMITER ':'" >> version.h echo "#define USE_MMAP" >> version.h echo "#define AWAIT_WITH_SELECT" >> version.h echo "#define WITH_SQL" >> version.h echo "#define USE_TERMINFO" >> version.h echo "#define SIGNAL_HANDLER_CAN_DO_IO" >> version.h echo "#define CONSOLE_UTF8" >> version.h echo "#define OS_STRI_UTF8" >> version.h echo "#define _FILE_OFFSET_BITS 64" >> version.h echo "#define os_fseek fseeko" >> version.h echo "#define os_ftell ftello" >> version.h echo "#define os_off_t off_t" >> version.h echo "#define os_environ environ" >> version.h echo "#define USE_GETADDRINFO" >> version.h echo "#define ESCAPE_SHELL_COMMANDS" >> version.h echo "#define USE_BIG_RTL_LIBRARY" >> version.h echo "#define OBJECT_FILE_EXTENSION \".o\"" >> version.h echo "#define LIBRARY_FILE_EXTENSION \".a\"" >> version.h echo "#define C_COMPILER \"cc\"" >> version.h echo "#define CPLUSPLUS_COMPILER \"cc -x c++\"" >> version.h echo "#define GET_CC_VERSION_INFO \"cc --version >\"" >> version.h echo "#define CC_SOURCE_UTF8" >> version.h echo "#define CC_OPT_DEBUG_INFO \"-g\"" >> version.h echo "#define CC_OPT_NO_WARNINGS \"-w\"" >> version.h echo "#define CC_FLAGS \"-ffunction-sections -fdata-sections -ftrapv\"" >> version.h echo "#define REDIRECT_C_ERRORS \"2>\"" >> version.h echo "#define LINKER_OPT_NO_DEBUG_INFO \"-Wl,--strip-debug\"" >> version.h echo "#define LINKER_OPT_OUTPUT_FILE \"-o \"" >> version.h echo "#define LINKER_FLAGS \"-Wl,--gc-sections -L/usr/local/lib\"" >> version.h echo "#define SYSTEM_LIBS \"-lm\"" >> version.h echo "#define SYSTEM_CONSOLE_LIBS \"-lncurses\"" >> version.h echo "#define SYSTEM_DRAW_LIBS \"-lX11\"" >> version.h cc --version > cc_vers.txt cc -ftrapv chkccomp.c -lm -o chkccomp ./chkccomp version.h Numeric sizes: determined Numeric properties: determined **** Compile and link failed for: #include #include int main(int argc, char *argv[]){ struct rlimit rlim; getrlimit(RLIMIT_STACK, &rlim);if (rlim.rlim_cur == RLIM_INFINITY) printf("0\n"); else printf("%d\n", rlim.rlim_cur / 1024); return 0;} **** Compile and link failed for: #include #include int main(int argc, char *argv[]){ struct rlimit rlim; getrlimit(RLIMIT_STACK, &rlim);if (rlim.rlim_max == RLIM_INFINITY) printf("0\n"); else printf("%d\n", rlim.rlim_max / 1024); return 0;} MySql/MariaDb: db_my.h found in Seed7 include directory. MySql/MariaDb: DLL / Shared library: libmysqlclient.so SQLite: sqlite3.h found in system include directory. SQLite: Linker option: -lsqlite3 PostgreSQL: db_post.h found in Seed7 include directory. PostgreSQL: DLL / Shared library: libpq.so Odbc: db_odbc.h found in Seed7 include directory. Odbc: DLL / Shared library: libodbc.so Oracle: db_oci.h found in Seed7 include directory. Oracle: DLL / Shared library: libclntsh.so rm chkccomp rm cc_vers.txt echo "#define SEED7_LIB \"seed7_05.a\"" >> version.h echo "#define CONSOLE_LIB \"s7_con.a\"" >> version.h echo "#define DRAW_LIB \"s7_draw.a\"" >> version.h echo "#define COMP_DATA_LIB \"s7_data.a\"" >> version.h echo "#define COMPILER_LIB \"s7_comp.a\"" >> version.h cc setpaths.c -o setpaths ./setpaths "S7_LIB_DIR=/usr/local/lib/seed7/bin" "SEED7_LIBRARY=/usr/local/lib/seed7/lib" >> version.h rm setpaths cc wrdepend.c -o wrdepend ./wrdepend -ffunction-sections -fdata-sections -Wall -Wstrict-prototypes -Winline -Wconversion -Wshadow -Wpointer-arith -ftrapv -I/usr/local/include -M s7.c "> depend" ./wrdepend -ffunction-sections -fdata-sections -Wall -Wstrict-prototypes -Winline -Wconversion -Wshadow -Wpointer-arith -ftrapv -I/usr/local/include -M arr_rtl.c bln_rtl.c bst_rtl.c chr_rtl.c cmd_rtl.c con_rtl.c dir_rtl.c drw_rtl.c fil_rtl.c flt_rtl.c hsh_rtl.c int_rtl.c itf_rtl.c pcs_rtl.c set_rtl.c soc_rtl.c sql_rtl.c str_rtl.c tim_rtl.c ut8_rtl.c heaputl.c numutl.c striutl.c sql_lite.c sql_my.c sql_oci.c sql_odbc.c sql_post.c big_rtl.c cmd_unx.c dll_unx.c fil_unx.c pcs_unx.c pol_unx.c tim_unx.c ">> depend" ./wrdepend -ffunction-sections -fdata-sections -Wall -Wstrict-prototypes -Winline -Wconversion -Wshadow -Wpointer-arith -ftrapv -I/usr/local/include -M kbd_rtl.c con_inf.c kbd_inf.c trm_inf.c ">> depend" ./wrdepend -ffunction-sections -fdata-sections -Wall -Wstrict-prototypes -Winline -Wconversion -Wshadow -Wpointer-arith -ftrapv -I/usr/local/include -M gkb_rtl.c drw_x11.c gkb_x11.c ">> depend" ./wrdepend -ffunction-sections -fdata-sections -Wall -Wstrict-prototypes -Winline -Wconversion -Wshadow -Wpointer-arith -ftrapv -I/usr/local/include -M typ_data.c rfl_data.c ref_data.c listutl.c flistutl.c typeutl.c datautl.c ">> depend" ./wrdepend -ffunction-sections -fdata-sections -Wall -Wstrict-prototypes -Winline -Wconversion -Wshadow -Wpointer-arith -ftrapv -I/usr/local/include -M runerr.c option.c primitiv.c actlib.c arrlib.c biglib.c binlib.c blnlib.c bstlib.c chrlib.c cmdlib.c conlib.c dcllib.c drwlib.c enulib.c fillib.c fltlib.c hshlib.c intlib.c itflib.c kbdlib.c lstlib.c pcslib.c pollib.c prclib.c prglib.c reflib.c rfllib.c sctlib.c setlib.c soclib.c sqllib.c strlib.c timlib.c typlib.c ut8lib.c exec.c doany.c objutl.c act_comp.c prg_comp.c analyze.c syntax.c token.c parser.c name.c type.c expr.c atom.c object.c scanner.c literal.c numlit.c findid.c error.c infile.c libpath.c symbol.c info.c stat.c fatal.c match.c syvarutl.c traceutl.c actutl.c executl.c blockutl.c entutl.c identutl.c chclsutl.c sigutl.c arrutl.c ">> depend" cd /var/ports/root/ports/lang/seed7/work/seed7/src && /usr/bin/env S7_LIB_DIR=/usr/local/lib/seed7/bin SEED7_LIBRARY=/usr/local/lib/seed7/lib C_COMPILER=cc CPLUSPLUS_COMPILER=cpp XDG_DATA_HOME=/var/ports/root/ports/lang/seed7/work XDG_CONFIG_HOME=/var/ports/root/ports/lang/seed7/work HOME=/var/ports/root/ports/lang/seed7/work NO_PIE=yes NO_DEBUG_FILES=yes SHELL=/bin/sh NO_LINT=YES PREFIX=/usr/local LOCALBASE=/usr/local LIBDIR="/usr/lib" CC="cc" CFLAGS="-O2 -pipe -fstack-protector -fno-strict-aliasing" CPP="cpp" CPPFLAGS="" LDFLAGS=" -Wl,-rpath=/usr/lib:/usr/local/lib -fstack-protector" LIBS="" CXX="c++" CXXFLAGS="-O2 -pipe -fstack-protector -fno-strict-aliasing " MANPREFIX="/usr/local" PATH=/usr/local/libexec/ccache:/sbin:/bin:/usr/sbin:/usr/bin:/usr/games:/usr/local/sbin:/usr/local/bin:/root/bin CCACHE_DIR="/root/.ccache" BSD_INSTALL_PROGRAM="install -s -m 555" BSD_INSTALL_LIB="install -s -m 444" BSD_INSTALL_SCRIPT="install -m 555" BSD_INSTALL_DATA="install -m 0644" BSD_INSTALL_MAN="install -m 444" make -f mk_freebsd.mk s7 s7c cc -ffunction-sections -fdata-sections -I/usr/local/include -Wall -Wstrict-prototypes -Winline -Wconversion -Wshadow -Wpointer-arith -ftrapv -I/usr/local/include -c s7.c -o s7.o cc -ffunction-sections -fdata-sections -I/usr/local/include -Wall -Wstrict-prototypes -Winline -Wconversion -Wshadow -Wpointer-arith -ftrapv -I/usr/local/include -c runerr.c -o runerr.o cc -ffunction-sections -fdata-sections -I/usr/local/include -Wall -Wstrict-prototypes -Winline -Wconversion -Wshadow -Wpointer-arith -ftrapv -I/usr/local/include -c option.c -o option.o cc -ffunction-sections -fdata-sections -I/usr/local/include -Wall -Wstrict-prototypes -Winline -Wconversion -Wshadow -Wpointer-arith -ftrapv -I/usr/local/include -c primitiv.c -o primitiv.o cc -ffunction-sections -fdata-sections -I/usr/local/include -Wall -Wstrict-prototypes -Winline -Wconversion -Wshadow -Wpointer-arith -ftrapv -I/usr/local/include -c actlib.c -o actlib.o cc -ffunction-sections -fdata-sections -I/usr/local/include -Wall -Wstrict-prototypes -Winline -Wconversion -Wshadow -Wpointer-arith -ftrapv -I/usr/local/include -c arrlib.c -o arrlib.o cc -ffunction-sections -fdata-sections -I/usr/local/include -Wall -Wstrict-prototypes -Winline -Wconversion -Wshadow -Wpointer-arith -ftrapv -I/usr/local/include -c biglib.c -o biglib.o cc -ffunction-sections -fdata-sections -I/usr/local/include -Wall -Wstrict-prototypes -Winline -Wconversion -Wshadow -Wpointer-arith -ftrapv -I/usr/local/include -c binlib.c -o binlib.o cc -ffunction-sections -fdata-sections -I/usr/local/include -Wall -Wstrict-prototypes -Winline -Wconversion -Wshadow -Wpointer-arith -ftrapv -I/usr/local/include -c blnlib.c -o blnlib.o cc -ffunction-sections -fdata-sections -I/usr/local/include -Wall -Wstrict-prototypes -Winline -Wconversion -Wshadow -Wpointer-arith -ftrapv -I/usr/local/include -c bstlib.c -o bstlib.o cc -ffunction-sections -fdata-sections -I/usr/local/include -Wall -Wstrict-prototypes -Winline -Wconversion -Wshadow -Wpointer-arith -ftrapv -I/usr/local/include -c chrlib.c -o chrlib.o cc -ffunction-sections -fdata-sections -I/usr/local/include -Wall -Wstrict-prototypes -Winline -Wconversion -Wshadow -Wpointer-arith -ftrapv -I/usr/local/include -c cmdlib.c -o cmdlib.o cc -ffunction-sections -fdata-sections -I/usr/local/include -Wall -Wstrict-prototypes -Winline -Wconversion -Wshadow -Wpointer-arith -ftrapv -I/usr/local/include -c conlib.c -o conlib.o cc -ffunction-sections -fdata-sections -I/usr/local/include -Wall -Wstrict-prototypes -Winline -Wconversion -Wshadow -Wpointer-arith -ftrapv -I/usr/local/include -c dcllib.c -o dcllib.o cc -ffunction-sections -fdata-sections -I/usr/local/include -Wall -Wstrict-prototypes -Winline -Wconversion -Wshadow -Wpointer-arith -ftrapv -I/usr/local/include -c drwlib.c -o drwlib.o cc -ffunction-sections -fdata-sections -I/usr/local/include -Wall -Wstrict-prototypes -Winline -Wconversion -Wshadow -Wpointer-arith -ftrapv -I/usr/local/include -c enulib.c -o enulib.o cc -ffunction-sections -fdata-sections -I/usr/local/include -Wall -Wstrict-prototypes -Winline -Wconversion -Wshadow -Wpointer-arith -ftrapv -I/usr/local/include -c fillib.c -o fillib.o cc -ffunction-sections -fdata-sections -I/usr/local/include -Wall -Wstrict-prototypes -Winline -Wconversion -Wshadow -Wpointer-arith -ftrapv -I/usr/local/include -c fltlib.c -o fltlib.o cc -ffunction-sections -fdata-sections -I/usr/local/include -Wall -Wstrict-prototypes -Winline -Wconversion -Wshadow -Wpointer-arith -ftrapv -I/usr/local/include -c hshlib.c -o hshlib.o cc -ffunction-sections -fdata-sections -I/usr/local/include -Wall -Wstrict-prototypes -Winline -Wconversion -Wshadow -Wpointer-arith -ftrapv -I/usr/local/include -c intlib.c -o intlib.o cc -ffunction-sections -fdata-sections -I/usr/local/include -Wall -Wstrict-prototypes -Winline -Wconversion -Wshadow -Wpointer-arith -ftrapv -I/usr/local/include -c itflib.c -o itflib.o cc -ffunction-sections -fdata-sections -I/usr/local/include -Wall -Wstrict-prototypes -Winline -Wconversion -Wshadow -Wpointer-arith -ftrapv -I/usr/local/include -c kbdlib.c -o kbdlib.o cc -ffunction-sections -fdata-sections -I/usr/local/include -Wall -Wstrict-prototypes -Winline -Wconversion -Wshadow -Wpointer-arith -ftrapv -I/usr/local/include -c lstlib.c -o lstlib.o cc -ffunction-sections -fdata-sections -I/usr/local/include -Wall -Wstrict-prototypes -Winline -Wconversion -Wshadow -Wpointer-arith -ftrapv -I/usr/local/include -c pcslib.c -o pcslib.o cc -ffunction-sections -fdata-sections -I/usr/local/include -Wall -Wstrict-prototypes -Winline -Wconversion -Wshadow -Wpointer-arith -ftrapv -I/usr/local/include -c pollib.c -o pollib.o cc -ffunction-sections -fdata-sections -I/usr/local/include -Wall -Wstrict-prototypes -Winline -Wconversion -Wshadow -Wpointer-arith -ftrapv -I/usr/local/include -c prclib.c -o prclib.o cc -ffunction-sections -fdata-sections -I/usr/local/include -Wall -Wstrict-prototypes -Winline -Wconversion -Wshadow -Wpointer-arith -ftrapv -I/usr/local/include -c prglib.c -o prglib.o cc -ffunction-sections -fdata-sections -I/usr/local/include -Wall -Wstrict-prototypes -Winline -Wconversion -Wshadow -Wpointer-arith -ftrapv -I/usr/local/include -c reflib.c -o reflib.o cc -ffunction-sections -fdata-sections -I/usr/local/include -Wall -Wstrict-prototypes -Winline -Wconversion -Wshadow -Wpointer-arith -ftrapv -I/usr/local/include -c rfllib.c -o rfllib.o cc -ffunction-sections -fdata-sections -I/usr/local/include -Wall -Wstrict-prototypes -Winline -Wconversion -Wshadow -Wpointer-arith -ftrapv -I/usr/local/include -c sctlib.c -o sctlib.o cc -ffunction-sections -fdata-sections -I/usr/local/include -Wall -Wstrict-prototypes -Winline -Wconversion -Wshadow -Wpointer-arith -ftrapv -I/usr/local/include -c setlib.c -o setlib.o cc -ffunction-sections -fdata-sections -I/usr/local/include -Wall -Wstrict-prototypes -Winline -Wconversion -Wshadow -Wpointer-arith -ftrapv -I/usr/local/include -c soclib.c -o soclib.o cc -ffunction-sections -fdata-sections -I/usr/local/include -Wall -Wstrict-prototypes -Winline -Wconversion -Wshadow -Wpointer-arith -ftrapv -I/usr/local/include -c sqllib.c -o sqllib.o cc -ffunction-sections -fdata-sections -I/usr/local/include -Wall -Wstrict-prototypes -Winline -Wconversion -Wshadow -Wpointer-arith -ftrapv -I/usr/local/include -c strlib.c -o strlib.o cc -ffunction-sections -fdata-sections -I/usr/local/include -Wall -Wstrict-prototypes -Winline -Wconversion -Wshadow -Wpointer-arith -ftrapv -I/usr/local/include -c timlib.c -o timlib.o cc -ffunction-sections -fdata-sections -I/usr/local/include -Wall -Wstrict-prototypes -Winline -Wconversion -Wshadow -Wpointer-arith -ftrapv -I/usr/local/include -c typlib.c -o typlib.o cc -ffunction-sections -fdata-sections -I/usr/local/include -Wall -Wstrict-prototypes -Winline -Wconversion -Wshadow -Wpointer-arith -ftrapv -I/usr/local/include -c ut8lib.c -o ut8lib.o cc -ffunction-sections -fdata-sections -I/usr/local/include -Wall -Wstrict-prototypes -Winline -Wconversion -Wshadow -Wpointer-arith -ftrapv -I/usr/local/include -c exec.c -o exec.o cc -ffunction-sections -fdata-sections -I/usr/local/include -Wall -Wstrict-prototypes -Winline -Wconversion -Wshadow -Wpointer-arith -ftrapv -I/usr/local/include -c doany.c -o doany.o cc -ffunction-sections -fdata-sections -I/usr/local/include -Wall -Wstrict-prototypes -Winline -Wconversion -Wshadow -Wpointer-arith -ftrapv -I/usr/local/include -c objutl.c -o objutl.o cc -ffunction-sections -fdata-sections -I/usr/local/include -Wall -Wstrict-prototypes -Winline -Wconversion -Wshadow -Wpointer-arith -ftrapv -I/usr/local/include -c act_comp.c -o act_comp.o cc -ffunction-sections -fdata-sections -I/usr/local/include -Wall -Wstrict-prototypes -Winline -Wconversion -Wshadow -Wpointer-arith -ftrapv -I/usr/local/include -c prg_comp.c -o prg_comp.o prg_comp.c:288:28: warning: comparison of constant 9223372036854775807 with expression of type 'const unsigned int' is always false [-Wtautological-constant-out-of-range-compare] if (aProg->error_count > INTTYPE_MAX) {  ~~~~~~~~~~~~~~~~~~ ^ ~~~~~~~~~~~ 1 warning generated. cc -ffunction-sections -fdata-sections -I/usr/local/include -Wall -Wstrict-prototypes -Winline -Wconversion -Wshadow -Wpointer-arith -ftrapv -I/usr/local/include -c analyze.c -o analyze.o cc -ffunction-sections -fdata-sections -I/usr/local/include -Wall -Wstrict-prototypes -Winline -Wconversion -Wshadow -Wpointer-arith -ftrapv -I/usr/local/include -c syntax.c -o syntax.o cc -ffunction-sections -fdata-sections -I/usr/local/include -Wall -Wstrict-prototypes -Winline -Wconversion -Wshadow -Wpointer-arith -ftrapv -I/usr/local/include -c token.c -o token.o cc -ffunction-sections -fdata-sections -I/usr/local/include -Wall -Wstrict-prototypes -Winline -Wconversion -Wshadow -Wpointer-arith -ftrapv -I/usr/local/include -c parser.c -o parser.o cc -ffunction-sections -fdata-sections -I/usr/local/include -Wall -Wstrict-prototypes -Winline -Wconversion -Wshadow -Wpointer-arith -ftrapv -I/usr/local/include -c name.c -o name.o cc -ffunction-sections -fdata-sections -I/usr/local/include -Wall -Wstrict-prototypes -Winline -Wconversion -Wshadow -Wpointer-arith -ftrapv -I/usr/local/include -c type.c -o type.o cc -ffunction-sections -fdata-sections -I/usr/local/include -Wall -Wstrict-prototypes -Winline -Wconversion -Wshadow -Wpointer-arith -ftrapv -I/usr/local/include -c expr.c -o expr.o cc -ffunction-sections -fdata-sections -I/usr/local/include -Wall -Wstrict-prototypes -Winline -Wconversion -Wshadow -Wpointer-arith -ftrapv -I/usr/local/include -c atom.c -o atom.o cc -ffunction-sections -fdata-sections -I/usr/local/include -Wall -Wstrict-prototypes -Winline -Wconversion -Wshadow -Wpointer-arith -ftrapv -I/usr/local/include -c object.c -o object.o cc -ffunction-sections -fdata-sections -I/usr/local/include -Wall -Wstrict-prototypes -Winline -Wconversion -Wshadow -Wpointer-arith -ftrapv -I/usr/local/include -c scanner.c -o scanner.o cc -ffunction-sections -fdata-sections -I/usr/local/include -Wall -Wstrict-prototypes -Winline -Wconversion -Wshadow -Wpointer-arith -ftrapv -I/usr/local/include -c literal.c -o literal.o cc -ffunction-sections -fdata-sections -I/usr/local/include -Wall -Wstrict-prototypes -Winline -Wconversion -Wshadow -Wpointer-arith -ftrapv -I/usr/local/include -c numlit.c -o numlit.o cc -ffunction-sections -fdata-sections -I/usr/local/include -Wall -Wstrict-prototypes -Winline -Wconversion -Wshadow -Wpointer-arith -ftrapv -I/usr/local/include -c findid.c -o findid.o cc -ffunction-sections -fdata-sections -I/usr/local/include -Wall -Wstrict-prototypes -Winline -Wconversion -Wshadow -Wpointer-arith -ftrapv -I/usr/local/include -c error.c -o error.o cc -ffunction-sections -fdata-sections -I/usr/local/include -Wall -Wstrict-prototypes -Winline -Wconversion -Wshadow -Wpointer-arith -ftrapv -I/usr/local/include -c infile.c -o infile.o cc -ffunction-sections -fdata-sections -I/usr/local/include -Wall -Wstrict-prototypes -Winline -Wconversion -Wshadow -Wpointer-arith -ftrapv -I/usr/local/include -c libpath.c -o libpath.o cc -ffunction-sections -fdata-sections -I/usr/local/include -Wall -Wstrict-prototypes -Winline -Wconversion -Wshadow -Wpointer-arith -ftrapv -I/usr/local/include -c symbol.c -o symbol.o cc -ffunction-sections -fdata-sections -I/usr/local/include -Wall -Wstrict-prototypes -Winline -Wconversion -Wshadow -Wpointer-arith -ftrapv -I/usr/local/include -c info.c -o info.o cc -ffunction-sections -fdata-sections -I/usr/local/include -Wall -Wstrict-prototypes -Winline -Wconversion -Wshadow -Wpointer-arith -ftrapv -I/usr/local/include -c stat.c -o stat.o cc -ffunction-sections -fdata-sections -I/usr/local/include -Wall -Wstrict-prototypes -Winline -Wconversion -Wshadow -Wpointer-arith -ftrapv -I/usr/local/include -c fatal.c -o fatal.o cc -ffunction-sections -fdata-sections -I/usr/local/include -Wall -Wstrict-prototypes -Winline -Wconversion -Wshadow -Wpointer-arith -ftrapv -I/usr/local/include -c match.c -o match.o cc -ffunction-sections -fdata-sections -I/usr/local/include -Wall -Wstrict-prototypes -Winline -Wconversion -Wshadow -Wpointer-arith -ftrapv -I/usr/local/include -c syvarutl.c -o syvarutl.o cc -ffunction-sections -fdata-sections -I/usr/local/include -Wall -Wstrict-prototypes -Winline -Wconversion -Wshadow -Wpointer-arith -ftrapv -I/usr/local/include -c traceutl.c -o traceutl.o cc -ffunction-sections -fdata-sections -I/usr/local/include -Wall -Wstrict-prototypes -Winline -Wconversion -Wshadow -Wpointer-arith -ftrapv -I/usr/local/include -c actutl.c -o actutl.o cc -ffunction-sections -fdata-sections -I/usr/local/include -Wall -Wstrict-prototypes -Winline -Wconversion -Wshadow -Wpointer-arith -ftrapv -I/usr/local/include -c executl.c -o executl.o cc -ffunction-sections -fdata-sections -I/usr/local/include -Wall -Wstrict-prototypes -Winline -Wconversion -Wshadow -Wpointer-arith -ftrapv -I/usr/local/include -c blockutl.c -o blockutl.o cc -ffunction-sections -fdata-sections -I/usr/local/include -Wall -Wstrict-prototypes -Winline -Wconversion -Wshadow -Wpointer-arith -ftrapv -I/usr/local/include -c entutl.c -o entutl.o cc -ffunction-sections -fdata-sections -I/usr/local/include -Wall -Wstrict-prototypes -Winline -Wconversion -Wshadow -Wpointer-arith -ftrapv -I/usr/local/include -c identutl.c -o identutl.o cc -ffunction-sections -fdata-sections -I/usr/local/include -Wall -Wstrict-prototypes -Winline -Wconversion -Wshadow -Wpointer-arith -ftrapv -I/usr/local/include -c chclsutl.c -o chclsutl.o cc -ffunction-sections -fdata-sections -I/usr/local/include -Wall -Wstrict-prototypes -Winline -Wconversion -Wshadow -Wpointer-arith -ftrapv -I/usr/local/include -c sigutl.c -o sigutl.o cc -ffunction-sections -fdata-sections -I/usr/local/include -Wall -Wstrict-prototypes -Winline -Wconversion -Wshadow -Wpointer-arith -ftrapv -I/usr/local/include -c arrutl.c -o arrutl.o ar r ../bin/s7_comp.a runerr.o option.o primitiv.o actlib.o arrlib.o biglib.o binlib.o blnlib.o bstlib.o chrlib.o cmdlib.o conlib.o dcllib.o drwlib.o enulib.o fillib.o fltlib.o hshlib.o intlib.o itflib.o kbdlib.o lstlib.o pcslib.o pollib.o prclib.o prglib.o reflib.o rfllib.o sctlib.o setlib.o soclib.o sqllib.o strlib.o timlib.o typlib.o ut8lib.o exec.o doany.o objutl.o act_comp.o prg_comp.o analyze.o syntax.o token.o parser.o name.o type.o expr.o atom.o object.o scanner.o literal.o numlit.o findid.o error.o infile.o libpath.o symbol.o info.o stat.o fatal.o match.o syvarutl.o traceutl.o actutl.o executl.o blockutl.o entutl.o identutl.o chclsutl.o sigutl.o arrutl.o ar: warning: creating ../bin/s7_comp.a cc -ffunction-sections -fdata-sections -I/usr/local/include -Wall -Wstrict-prototypes -Winline -Wconversion -Wshadow -Wpointer-arith -ftrapv -I/usr/local/include -c typ_data.c -o typ_data.o cc -ffunction-sections -fdata-sections -I/usr/local/include -Wall -Wstrict-prototypes -Winline -Wconversion -Wshadow -Wpointer-arith -ftrapv -I/usr/local/include -c rfl_data.c -o rfl_data.o cc -ffunction-sections -fdata-sections -I/usr/local/include -Wall -Wstrict-prototypes -Winline -Wconversion -Wshadow -Wpointer-arith -ftrapv -I/usr/local/include -c ref_data.c -o ref_data.o cc -ffunction-sections -fdata-sections -I/usr/local/include -Wall -Wstrict-prototypes -Winline -Wconversion -Wshadow -Wpointer-arith -ftrapv -I/usr/local/include -c listutl.c -o listutl.o cc -ffunction-sections -fdata-sections -I/usr/local/include -Wall -Wstrict-prototypes -Winline -Wconversion -Wshadow -Wpointer-arith -ftrapv -I/usr/local/include -c flistutl.c -o flistutl.o cc -ffunction-sections -fdata-sections -I/usr/local/include -Wall -Wstrict-prototypes -Winline -Wconversion -Wshadow -Wpointer-arith -ftrapv -I/usr/local/include -c typeutl.c -o typeutl.o cc -ffunction-sections -fdata-sections -I/usr/local/include -Wall -Wstrict-prototypes -Winline -Wconversion -Wshadow -Wpointer-arith -ftrapv -I/usr/local/include -c datautl.c -o datautl.o ar r ../bin/s7_data.a typ_data.o rfl_data.o ref_data.o listutl.o flistutl.o typeutl.o datautl.o ar: warning: creating ../bin/s7_data.a cc -ffunction-sections -fdata-sections -I/usr/local/include -Wall -Wstrict-prototypes -Winline -Wconversion -Wshadow -Wpointer-arith -ftrapv -I/usr/local/include -c gkb_rtl.c -o gkb_rtl.o cc -ffunction-sections -fdata-sections -I/usr/local/include -Wall -Wstrict-prototypes -Winline -Wconversion -Wshadow -Wpointer-arith -ftrapv -I/usr/local/include -c drw_x11.c -o drw_x11.o drw_x11.c:164:11: warning: implicit conversion changes signedness: 'int' to 'unsigned int' [-Wsign-conversion] width, height, xPos, yPos);  ^~~~~ drw_x11.c:164:18: warning: implicit conversion changes signedness: 'int' to 'unsigned int' [-Wsign-conversion] width, height, xPos, yPos);  ^~~~~~ drw_x11.c:170:41: warning: implicit conversion changes signedness: 'const intType' (aka 'const long') to 'unsigned long' [-Wsign-conversion] XSetForeground(mydisplay, mygc, to_clear_col(redraw_window));  ~~~~~~~~~~~~~~ ^~~~~~~~~~~~~~~~~~~~~~~~~~~ drw_x11.c:102:55: note: expanded from macro 'to_clear_col' #define to_clear_col(win) (((const_x11_winType) win)->clear_col)  ~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~ drw_x11.c:175:20: warning: implicit conversion changes signedness: 'const unsigned int' to 'int' [-Wsign-conversion] xClear = to_width(expose_window);  ~ ^~~~~~~~~~~~~~~~~~~~~~~ drw_x11.c:100:55: note: expanded from macro 'to_width' #define to_width(win) (((const_x11_winType) win)->width)  ~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~ drw_x11.c:176:37: warning: implicit conversion changes signedness: 'unsigned int' to 'int' [-Wsign-conversion] clearWidth = xPos + width - to_width(expose_window);  ~ ~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~ drw_x11.c:176:29: warning: implicit conversion changes signedness: 'int' to 'unsigned int' [-Wsign-conversion] clearWidth = xPos + width - to_width(expose_window);  ~~~~~^~~~~~~ ~ drw_x11.c:182:24: warning: implicit conversion changes signedness: 'const unsigned int' to 'int' [-Wsign-conversion] yClear = to_height(expose_window);  ~ ^~~~~~~~~~~~~~~~~~~~~~~~ drw_x11.c:101:55: note: expanded from macro 'to_height' #define to_height(win) (((const_x11_winType) win)->height)  ~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~ drw_x11.c:183:43: warning: implicit conversion changes signedness: 'unsigned int' to 'int' [-Wsign-conversion] clearHeight = yPos + height - to_height(expose_window);  ~ ~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~ drw_x11.c:183:34: warning: implicit conversion changes signedness: 'int' to 'unsigned int' [-Wsign-conversion] clearHeight = yPos + height - to_height(expose_window);  ~~~~~^~~~~~~~ ~ drw_x11.c:188:57: warning: implicit conversion changes signedness: 'int' to 'unsigned int' [-Wsign-conversion] xPos, yClear, to_width(expose_window) - xPos, clearHeight);  ~ ^~~~ drw_x11.c:188:63: warning: implicit conversion changes signedness: 'int' to 'unsigned int' [-Wsign-conversion] xPos, yClear, to_width(expose_window) - xPos, clearHeight);  ^~~~~~~~~~~ drw_x11.c:194:27: warning: implicit conversion changes signedness: 'int' to 'unsigned int' [-Wsign-conversion] xClear, yPos, clearWidth, height);  ^~~~~~~~~~ drw_x11.c:194:39: warning: implicit conversion changes signedness: 'int' to 'unsigned int' [-Wsign-conversion] xClear, yPos, clearWidth, height);  ^~~~~~ drw_x11.c:196:41: warning: implicit conversion changes signedness: 'const intType' (aka 'const long') to 'unsigned long' [-Wsign-conversion] XSetForeground(mydisplay, mygc, to_clear_col(redraw_window));  ~~~~~~~~~~~~~~ ^~~~~~~~~~~~~~~~~~~~~~~~~~~ drw_x11.c:102:55: note: expanded from macro 'to_clear_col' #define to_clear_col(win) (((const_x11_winType) win)->clear_col)  ~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~ drw_x11.c:201:20: warning: implicit conversion changes signedness: 'const unsigned int' to 'int' [-Wsign-conversion] yClear = to_height(expose_window);  ~ ^~~~~~~~~~~~~~~~~~~~~~~~ drw_x11.c:101:55: note: expanded from macro 'to_height' #define to_height(win) (((const_x11_winType) win)->height)  ~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~ drw_x11.c:202:39: warning: implicit conversion changes signedness: 'unsigned int' to 'int' [-Wsign-conversion] clearHeight = yPos + height - to_height(expose_window);  ~ ~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~ drw_x11.c:202:30: warning: implicit conversion changes signedness: 'int' to 'unsigned int' [-Wsign-conversion] clearHeight = yPos + height - to_height(expose_window);  ~~~~~^~~~~~~~ ~ drw_x11.c:207:27: warning: implicit conversion changes signedness: 'int' to 'unsigned int' [-Wsign-conversion] xPos, yClear, width, clearHeight);  ^~~~~ drw_x11.c:207:34: warning: implicit conversion changes signedness: 'int' to 'unsigned int' [-Wsign-conversion] xPos, yClear, width, clearHeight);  ^~~~~~~~~~~ 19 warnings generated. cc -ffunction-sections -fdata-sections -I/usr/local/include -Wall -Wstrict-prototypes -Winline -Wconversion -Wshadow -Wpointer-arith -ftrapv -I/usr/local/include -c gkb_x11.c -o gkb_x11.o ar r ../bin/s7_draw.a gkb_rtl.o drw_x11.o gkb_x11.o ar: warning: creating ../bin/s7_draw.a cc -ffunction-sections -fdata-sections -I/usr/local/include -Wall -Wstrict-prototypes -Winline -Wconversion -Wshadow -Wpointer-arith -ftrapv -I/usr/local/include -c kbd_rtl.c -o kbd_rtl.o cc -ffunction-sections -fdata-sections -I/usr/local/include -Wall -Wstrict-prototypes -Winline -Wconversion -Wshadow -Wpointer-arith -ftrapv -I/usr/local/include -c con_inf.c -o con_inf.o con_inf.c:306:13: warning: unused function 'inf_beep' [-Wunused-function] static void inf_beep (void)  ^ con_inf.c:343:13: warning: unused function 'inf_standardcolour' [-Wunused-function] static void inf_standardcolour (void)  ^ con_inf.c:361:12: warning: unused function 'inf_setfont' [-Wunused-function] static int inf_setfont (char *fontname)  ^ 3 warnings generated. cc -ffunction-sections -fdata-sections -I/usr/local/include -Wall -Wstrict-prototypes -Winline -Wconversion -Wshadow -Wpointer-arith -ftrapv -I/usr/local/include -c kbd_inf.c -o kbd_inf.o cc -ffunction-sections -fdata-sections -I/usr/local/include -Wall -Wstrict-prototypes -Winline -Wconversion -Wshadow -Wpointer-arith -ftrapv -I/usr/local/include -c trm_inf.c -o trm_inf.o ar r ../bin/s7_con.a kbd_rtl.o con_inf.o kbd_inf.o trm_inf.o ar: warning: creating ../bin/s7_con.a cc -ffunction-sections -fdata-sections -I/usr/local/include -Wall -Wstrict-prototypes -Winline -Wconversion -Wshadow -Wpointer-arith -ftrapv -I/usr/local/include -c arr_rtl.c -o arr_rtl.o cc -ffunction-sections -fdata-sections -I/usr/local/include -Wall -Wstrict-prototypes -Winline -Wconversion -Wshadow -Wpointer-arith -ftrapv -I/usr/local/include -c bln_rtl.c -o bln_rtl.o cc -ffunction-sections -fdata-sections -I/usr/local/include -Wall -Wstrict-prototypes -Winline -Wconversion -Wshadow -Wpointer-arith -ftrapv -I/usr/local/include -c bst_rtl.c -o bst_rtl.o cc -ffunction-sections -fdata-sections -I/usr/local/include -Wall -Wstrict-prototypes -Winline -Wconversion -Wshadow -Wpointer-arith -ftrapv -I/usr/local/include -c chr_rtl.c -o chr_rtl.o cc -ffunction-sections -fdata-sections -I/usr/local/include -Wall -Wstrict-prototypes -Winline -Wconversion -Wshadow -Wpointer-arith -ftrapv -I/usr/local/include -c cmd_rtl.c -o cmd_rtl.o cmd_rtl.c:2943:42: warning: implicit conversion loses integer precision: 'int' to 'mode_t' (aka 'unsigned short') [-Wconversion] chmod_result = os_chmod(os_path, int_mode);  ~~~~~~~~ ^~~~~~~~ 1 warning generated. cc -ffunction-sections -fdata-sections -I/usr/local/include -Wall -Wstrict-prototypes -Winline -Wconversion -Wshadow -Wpointer-arith -ftrapv -I/usr/local/include -c con_rtl.c -o con_rtl.o cc -ffunction-sections -fdata-sections -I/usr/local/include -Wall -Wstrict-prototypes -Winline -Wconversion -Wshadow -Wpointer-arith -ftrapv -I/usr/local/include -c dir_rtl.c -o dir_rtl.o cc -ffunction-sections -fdata-sections -I/usr/local/include -Wall -Wstrict-prototypes -Winline -Wconversion -Wshadow -Wpointer-arith -ftrapv -I/usr/local/include -c drw_rtl.c -o drw_rtl.o cc -ffunction-sections -fdata-sections -I/usr/local/include -Wall -Wstrict-prototypes -Winline -Wconversion -Wshadow -Wpointer-arith -ftrapv -I/usr/local/include -c fil_rtl.c -o fil_rtl.o cc -ffunction-sections -fdata-sections -I/usr/local/include -Wall -Wstrict-prototypes -Winline -Wconversion -Wshadow -Wpointer-arith -ftrapv -I/usr/local/include -c flt_rtl.c -o flt_rtl.o cc -ffunction-sections -fdata-sections -I/usr/local/include -Wall -Wstrict-prototypes -Winline -Wconversion -Wshadow -Wpointer-arith -ftrapv -I/usr/local/include -c hsh_rtl.c -o hsh_rtl.o cc -ffunction-sections -fdata-sections -I/usr/local/include -Wall -Wstrict-prototypes -Winline -Wconversion -Wshadow -Wpointer-arith -ftrapv -I/usr/local/include -c int_rtl.c -o int_rtl.o cc -ffunction-sections -fdata-sections -I/usr/local/include -Wall -Wstrict-prototypes -Winline -Wconversion -Wshadow -Wpointer-arith -ftrapv -I/usr/local/include -c itf_rtl.c -o itf_rtl.o cc -ffunction-sections -fdata-sections -I/usr/local/include -Wall -Wstrict-prototypes -Winline -Wconversion -Wshadow -Wpointer-arith -ftrapv -I/usr/local/include -c pcs_rtl.c -o pcs_rtl.o cc -ffunction-sections -fdata-sections -I/usr/local/include -Wall -Wstrict-prototypes -Winline -Wconversion -Wshadow -Wpointer-arith -ftrapv -I/usr/local/include -c set_rtl.c -o set_rtl.o cc -ffunction-sections -fdata-sections -I/usr/local/include -Wall -Wstrict-prototypes -Winline -Wconversion -Wshadow -Wpointer-arith -ftrapv -I/usr/local/include -c soc_rtl.c -o soc_rtl.o cc -ffunction-sections -fdata-sections -I/usr/local/include -Wall -Wstrict-prototypes -Winline -Wconversion -Wshadow -Wpointer-arith -ftrapv -I/usr/local/include -c sql_rtl.c -o sql_rtl.o cc -ffunction-sections -fdata-sections -I/usr/local/include -Wall -Wstrict-prototypes -Winline -Wconversion -Wshadow -Wpointer-arith -ftrapv -I/usr/local/include -c str_rtl.c -o str_rtl.o cc -ffunction-sections -fdata-sections -I/usr/local/include -Wall -Wstrict-prototypes -Winline -Wconversion -Wshadow -Wpointer-arith -ftrapv -I/usr/local/include -c tim_rtl.c -o tim_rtl.o tim_rtl.c:96:19: warning: comparison of constant -292277022655 with expression of type 'int' is always false [-Wtautological-constant-out-of-range-compare] real_year < STRUCT_TM_MIN_YEAR || real_year > STRUCT_TM_MAX_YEAR ||  ~~~~~~~~~ ^ ~~~~~~~~~~~~~~~~~~ ./version.h:41:39: note: expanded from macro 'unlikely' #define unlikely(x) __builtin_expect((x),0)  ^ tim_rtl.c:96:53: warning: comparison of constant 292277026595 with expression of type 'int' is always false [-Wtautological-constant-out-of-range-compare] real_year < STRUCT_TM_MIN_YEAR || real_year > STRUCT_TM_MAX_YEAR ||  ~~~~~~~~~ ^ ~~~~~~~~~~~~~~~~~~ ./version.h:41:39: note: expanded from macro 'unlikely' #define unlikely(x) __builtin_expect((x),0)  ^ 2 warnings generated. cc -ffunction-sections -fdata-sections -I/usr/local/include -Wall -Wstrict-prototypes -Winline -Wconversion -Wshadow -Wpointer-arith -ftrapv -I/usr/local/include -c ut8_rtl.c -o ut8_rtl.o cc -ffunction-sections -fdata-sections -I/usr/local/include -Wall -Wstrict-prototypes -Winline -Wconversion -Wshadow -Wpointer-arith -ftrapv -I/usr/local/include -c heaputl.c -o heaputl.o heaputl.c:73:28: error: use of undeclared identifier 'uint64_t' if (rlim.rlim_cur != RLIM_INFINITY && (rlim_t) STACK_SIZE > rlim.rlim_cur) {  ^ /usr/include/sys/resource.h:109:35: note: expanded from macro 'RLIM_INFINITY' #define RLIM_INFINITY ((rlim_t)(((uint64_t)1 << 63) - 1))  ^ heaputl.c:74:30: error: use of undeclared identifier 'uint64_t' if (rlim.rlim_max == RLIM_INFINITY || (rlim_t) STACK_SIZE <= rlim.rlim_max) {  ^ /usr/include/sys/resource.h:109:35: note: expanded from macro 'RLIM_INFINITY' #define RLIM_INFINITY ((rlim_t)(((uint64_t)1 << 63) - 1))  ^ 2 errors generated. *** Error code 1 Stop. make[2]: stopped in /var/ports/root/ports/lang/seed7/work/seed7/src *** Error code 1 Stop. make[1]: stopped in /root/ports/lang/seed7 *** Error code 1 Stop. make: stopped in /root/ports/lang/seed7 root@dev.ptrcrt.ch:~/ports/lang/seed7 # exit Script done on Tue Feb 23 14:27:02 2016 root@dev.ptrcrt.ch:~/ports/lang/seed7 # cat src/version.h #define PATH_DELIMITER '/' #define USE_DIRENT #define SEARCH_PATH_DELIMITER ':' #define USE_MMAP #define AWAIT_WITH_SELECT #define WITH_SQL #define USE_TERMINFO #define SIGNAL_HANDLER_CAN_DO_IO #define CONSOLE_UTF8 #define OS_STRI_UTF8 #define _FILE_OFFSET_BITS 64 #define os_fseek fseeko #define os_ftell ftello #define os_off_t off_t #define os_environ environ #define USE_GETADDRINFO #define ESCAPE_SHELL_COMMANDS #define USE_BIG_RTL_LIBRARY #define OBJECT_FILE_EXTENSION ".o" #define LIBRARY_FILE_EXTENSION ".a" #define C_COMPILER "cc" #define CPLUSPLUS_COMPILER "cc -x c++" #define GET_CC_VERSION_INFO "cc --version >" #define CC_SOURCE_UTF8 #define CC_OPT_DEBUG_INFO "-g" #define CC_OPT_NO_WARNINGS "-w" #define CC_FLAGS "-ffunction-sections -fdata-sections -ftrapv" #define REDIRECT_C_ERRORS "2>" #define LINKER_OPT_NO_DEBUG_INFO "-Wl,--strip-debug" #define LINKER_OPT_OUTPUT_FILE "-o " #define LINKER_FLAGS "-Wl,--gc-sections -L/usr/local/lib" #define SYSTEM_LIBS "-lm" #define SYSTEM_CONSOLE_LIBS "-lncurses" #define SYSTEM_DRAW_LIBS "-lX11" #define C_COMPILER_VERSION "FreeBSD clang version 3.4.1 (tags/RELEASE_34/dot1-final 208032) 20140512" #define UNISTD_H_PRESENT #define HAS_SIGNAL 1 #define HAS_SIGACTION 1 #define makeDir(path,mode) _mkdir(path) #define likely(x) __builtin_expect((x),1) #define unlikely(x) __builtin_expect((x),0) #define NORETURN __attribute__ ((noreturn)) #define MACRO_DEFS "#define likely(x) __builtin_expect((x),1)\n#define unlikely(x) __builtin_expect((x),0)\n#define NORETURN __attribute__ ((noreturn))\n" #define HAS_POPEN 1 #define POPEN_SUPPORTS_BINARY_MODE 0 #define POPEN_SUPPORTS_TEXT_MODE 0 #define FTELL_SUCCEEDS_FOR_PIPE 0 #define STDOUT_IS_IN_TEXT_MODE 0 #define FILENO_WORKS_FOR_NULL 0 #define FSEEK_SUCCEEDS_FOR_STDIN 1 #define FOPEN_OPENS_DIRECTORIES 1 #define FWRITE_WRONG_FOR_READ_ONLY_FILES 0 #define REMOVE_FAILS_FOR_EMPTY_DIRS 0 #define OS_PATH_HAS_DRIVE_LETTERS 0 #define HOME_DIR_ENV_VAR {'H', 'O', 'M', 'E', 0} #define EXDEV_IS_DEFINED #define SHORT_SIZE 16 #define INT_SIZE 32 #define LONG_SIZE 64 #define LONG_LONG_SIZE 64 #define POINTER_SIZE 64 #define FLOAT_SIZE 32 #define DOUBLE_SIZE 64 #define WCHAR_T_SIZE 32 #define OS_OFF_T_SIZE 64 #define TIME_T_SIZE 64 #define TIME_T_SIGNED 1 #define SIZE_T_SIGNED 0 #define BOOLTYPE _Bool #define BOOLTYPE_STRI "_Bool" #define INT8TYPE signed char #define INT8TYPE_STRI "signed char" #define UINT8TYPE unsigned char #define UINT8TYPE_STRI "unsigned char" #define INT16TYPE short int #define INT16TYPE_STRI "short int" #define UINT16TYPE unsigned short int #define UINT16TYPE_STRI "unsigned short int" #define INT32TYPE int #define INT32TYPE_STRI "int" #define UINT32TYPE unsigned int #define UINT32TYPE_STRI "unsigned int" #define INT32_SUFFIX(num) num #define UINT32_SUFFIX(num) num ## U #define INT32TYPE_LITERAL_SUFFIX "" #define INT32TYPE_FORMAT "" #define INT64TYPE long #define INT64TYPE_STRI "long" #define UINT64TYPE unsigned long #define UINT64TYPE_STRI "unsigned long" #define INT64_SUFFIX(num) num ## L #define UINT64_SUFFIX(num) num ## UL #define INT64TYPE_LITERAL_SUFFIX "L" #define INT64TYPE_FORMAT "l" #define INT128TYPE __int128 #define INT128TYPE_STRI "__int128" #define UINT128TYPE unsigned __int128 #define UINT128TYPE_STRI "unsigned __int128" #define RSHIFT_DOES_SIGN_EXTEND 1 #define TWOS_COMPLEMENT_INTTYPE 1 #define ONES_COMPLEMENT_INTTYPE 0 #define LITTLE_ENDIAN_INTTYPE 1 #define BIG_ENDIAN_INTTYPE 0 #define CHECK_INT_DIV_BY_ZERO 1 #define CHECK_INT_REM_BY_ZERO 1 #define CHECK_INT_REM_ZERO_BY_ZERO 1 #define OVERFLOW_SIGNAL "SIGILL" #define ROUND_HALF_TO_EVEN #define PRINTF_SUPPORTS_VARIABLE_FORMATS 1 #define DOUBLE_MIN_EXP10 -308 #define DOUBLE_MAX_EXP10 308 #define MIN_PRINTED_EXPONENT_DIGITS 2 #define MAX_PRINTED_EXPONENT_DIGITS 3 #define FLOAT_STR_FORMAT "%1.5e" #define FLOAT_STR_LARGE_NUMBER 1.0e6 #define DOUBLE_STR_FORMAT "%1.14e" #define DOUBLE_STR_LARGE_NUMBER 1.0e15 #define CAST_INT_TO_FLOAT_OKAY 1 #define HAS_LOG2 1 #define HAS_CBRT 1 #define CHECK_FLOAT_DIV_BY_ZERO 0 #define USE_NEGATIVE_ZERO_BITPATTERN 0 #define os_isnan isnan #define OS_ISNAN_DEFINITION "#define os_isnan isnan\n" #define HAS_EXP 1 #define HAS_EXP2 1 #define HAS_EXP10 0 #define FLOAT_ZERO_TIMES_INFINITE_OKAY 1 #define NAN_COMPARISON_OKAY 1 #define NAN_MULTIPLICATION_OKAY 1 #define NAN_DIVISION_OKAY 1 #define MAX_ODD_FLOAT 16777215.0 #define MAX_ODD_DOUBLE 9007199254740991.0 #define POW_OF_NAN_OKAY 1 #define POW_OF_ZERO_OKAY 1 #define POW_OF_ONE_OKAY 1 #define POW_EXP_NAN_OKAY 1 #define POW_EXP_MINUS_INFINITY_OKAY 1 #define POW_UNDERFLOW_WITH_SIGN 1 #define PRINTS_NEGATIVE_ZERO 1 #define os_isinf isinf #define FLOAT_TO_INT_OVERFLOW_SATURATES #define INT_RANGE_IN_FLOAT_MAX 16777216 #define FLOAT_MANTISSA_FACTOR 16777216.0 #define FLOAT_MANTISSA_SHIFT 24 #define INT_RANGE_IN_DOUBLE_MAX 9007199254740992 #define DOUBLE_MANTISSA_FACTOR 9007199254740992.0 #define DOUBLE_MANTISSA_SHIFT 53 #define STRTOD_ACCEPTS_HEX_NUMBERS 1 #define ATOF_ACCEPTS_HEX_NUMBERS 1 #define STRTOD_ACCEPTS_DENORMAL_NUMBERS 1 #define ATOF_ACCEPTS_DENORMAL_NUMBERS 1 #define MALLOC_ALIGNMENT 3 #define UNALIGNED_MEMORY_ACCESS_OKAY 1 #define CASTING_GETS_A_UNION_ELEMENT 1 #define TRIGRAPH_SEQUENCES_ARE_REPLACED 0 #define STACK_GROWS_DOWNWARD #define STACK_SIZE 0x1000000 #define USE_LOCALTIME_R #define LOCALTIME_WORKS_SIGNED 1 #define DECLARE_OS_ENVIRON 1 #define USE_GET_ENVIRONMENT 0 #define INITIALIZE_OS_ENVIRON 0 #define HAS_GETRLIMIT 1 #define HAS_WMEMCMP 1 #define HAS_WMEMCHR 1 #define HAS_WMEMSET 1 #define HAS_SETJMP 1 #define HAS_SIGSETJMP 1 #define HAS_SYMBOLIC_LINKS 1 #define HAS_READLINK 1 #define HAS_FIFO_FILES 1 #define HAS_POLL 1 #define MYSQL_INCLUDE "db_my.h" #define MYSQL_DLL "libmysqlclient.so", #define SQLITE_INCLUDE "sqlite3.h" #define POSTGRESQL_INCLUDE "db_post.h" #define POSTGRESQL_DLL "libpq.so", #define ODBC_INCLUDE "db_odbc.h" #define ODBC_DLL "libodbc.so", #define OCI_INCLUDE "db_oci.h" #define OCI_DLL "libclntsh.so", #define INCLUDE_OPTIONS "-I/usr/local/include" #define SYSTEM_DB_LIBS "-L/usr/local/lib -lsqlite3" #define read_buffer_empty(fp) ((fp)->_r <= 0) #define SEED7_LIB "seed7_05.a" #define CONSOLE_LIB "s7_con.a" #define DRAW_LIB "s7_draw.a" #define COMP_DATA_LIB "s7_data.a" #define COMPILER_LIB "s7_comp.a" #define S7_LIB_DIR "/usr/local/lib/seed7/bin" #define SEED7_LIBRARY "/usr/local/lib/seed7/lib"