+ case "${usergroup_phase}" in + local run_cmd + run_cmd=run_su + shift + run_su /opt/local/bin/bmake all BATCH=1 DEPENDS_TARGET=/nonexistent WRKLOG=/tmp/bulklog/icon-9.4.3nb1/work.log + su pbulk -c '"$@"' make /opt/local/bin/bmake all BATCH=1 DEPENDS_TARGET=/nonexistent WRKLOG=/tmp/bulklog/icon-9.4.3nb1/work.log => Bootstrap dependency digest>=20211023: found digest-20220214 ===> Building for icon-9.4.3nb1 /usr/bin/mkdir -p /home/pbulk/build/lang/icon/work/icon.v943src/lib/icon cd src/common; /opt/local/bin/bmake gcc -I/usr/openwin/include -o infer infer.c ./infer >../h/arch.h gcc -I/usr/openwin/include -o doincl doincl.c In file included from ../h/../h/graphics.h:6, from ../h/rt.h:21, from doincl.c:14: ../h/../h/../h/xwin.h:77: warning: "SHARED" redefined 77 | #define SHARED 0 | In file included from /usr/include/dlfcn.h:37, from ../h/../h/sys.h:74, from ../h/rt.h:11, from doincl.c:14: /usr/include/sys/mman.h:358: note: this is the location of the previous definition 358 | #define SHARED 0x10 /* Use MEMCNTL_SHARED */ | ./doincl -o ../../bin/rt.h ../h/rt.h gcc -I/usr/openwin/include -o patchstr patchstr.c In file included from ../h/../h/graphics.h:6, from ../h/rt.h:21, from patchstr.c:20: ../h/../h/../h/xwin.h:77: warning: "SHARED" redefined 77 | #define SHARED 0 | In file included from /usr/include/dlfcn.h:37, from ../h/../h/sys.h:74, from ../h/rt.h:11, from patchstr.c:20: /usr/include/sys/mman.h:358: note: this is the location of the previous definition 358 | #define SHARED 0x10 /* Use MEMCNTL_SHARED */ | cp patchstr ../../bin gcc -I/usr/openwin/include -I/opt/local/include -I/usr/include -c long.c gcc -I/usr/openwin/include -I/opt/local/include -I/usr/include -c getopt.c gcc -I/usr/openwin/include -I/opt/local/include -I/usr/include -c time.c gcc -I/usr/openwin/include -I/opt/local/include -I/usr/include -c filepart.c gcc -I/usr/openwin/include -I/opt/local/include -I/usr/include -c identify.c gcc -I/usr/openwin/include -I/opt/local/include -I/usr/include -c strtbl.c gcc -I/usr/openwin/include -I/opt/local/include -I/usr/include -c rtdb.c gcc -I/usr/openwin/include -I/opt/local/include -I/usr/include -c munix.c gcc -I/usr/openwin/include -I/opt/local/include -I/usr/include -c literals.c gcc -c rswitch.c rswitch.c: In function 'coswitch': rswitch.c:65:7: warning: implicit declaration of function 'new_context' [-Wimplicit-function-declaration] 65 | new_context( 0, NULL ); | ^~~~~~~~~~~ rswitch.c:66:7: warning: implicit declaration of function 'syserr' [-Wimplicit-function-declaration] 66 | syserr( "interp() returned in coswitch" ); | ^~~~~~ gcc -I/usr/openwin/include -I/opt/local/include -I/usr/include -c alloc.c gcc -I/usr/openwin/include -I/opt/local/include -I/usr/include -c xwindow.c gcc -I/usr/openwin/include -I/opt/local/include -I/usr/include -c dlrgint.c In file included from ../h/../h/graphics.h:6, from ../h/rt.h:21, from dlrgint.c:6: ../h/../h/../h/xwin.h:77: warning: "SHARED" redefined 77 | #define SHARED 0 | In file included from /usr/include/dlfcn.h:37, from ../h/../h/sys.h:74, from ../h/rt.h:11, from dlrgint.c:6: /usr/include/sys/mman.h:358: note: this is the location of the previous definition 358 | #define SHARED 0x10 /* Use MEMCNTL_SHARED */ | gcc -I/usr/openwin/include -I/opt/local/include -I/usr/include -c ipp.c cd ../h; for f in *.h; do sed -e 's:../h/::g;s:../xpm/::g' $f > ../../lib/icon/$f; done if [ "x-L../../lib/icon -lIgpx -L /usr/openwin/lib -Xlinker -R/usr/openwin/lib -lX11" != "x" ]; then /opt/local/bin/bmake xpm; fi cd ../xpm; /opt/local/bin/bmake libXpm.a gcc -c -I/usr/openwin/include -DZPIPE -DSYSV data.c data.c:113:1: warning: return type defaults to 'int' [-Wimplicit-int] 113 | xpmNextString(mdata) | ^~~~~~~~~~~~~ data.c:280:1: warning: return type defaults to 'int' [-Wimplicit-int] 280 | xpmGetCmt(mdata, cmt) | ^~~~~~~~~ data.c:406:1: warning: return type defaults to 'int' [-Wimplicit-int] 406 | XpmDataClose(mdata) | ^~~~~~~~~~~~ gcc -c -I/usr/openwin/include -DZPIPE -DSYSV create.c create.c:347:1: warning: return type defaults to 'int' [-Wimplicit-int] 347 | xpmCreateImage(display, attrib, image_return, shapeimage_return, attributes) | ^~~~~~~~~~~~~~ gcc -c -I/usr/openwin/include -DZPIPE -DSYSV misc.c misc.c:17:1: warning: return type defaults to 'int' [-Wimplicit-int] 17 | xpmFreeColorTable(colorTable, ncolors) | ^~~~~~~~~~~~~~~~~ misc.c:42:1: warning: return type defaults to 'int' [-Wimplicit-int] 42 | xpmInitInternAttrib(attrib) | ^~~~~~~~~~~~~~~~~~~ misc.c:58:1: warning: return type defaults to 'int' [-Wimplicit-int] 58 | xpmFreeInternAttrib(attrib) | ^~~~~~~~~~~~~~~~~~~ misc.c:83:1: warning: return type defaults to 'int' [-Wimplicit-int] 83 | XpmFreeExtensions(extensions, nextensions) | ^~~~~~~~~~~~~~~~~ misc.c:111:1: warning: return type defaults to 'int' [-Wimplicit-int] 111 | XpmAttributesSize() | ^~~~~~~~~~~~~~~~~ misc.c:122:1: warning: return type defaults to 'int' [-Wimplicit-int] 122 | XpmFreeAttributes(attributes) | ^~~~~~~~~~~~~~~~~ misc.c:170:1: warning: return type defaults to 'int' [-Wimplicit-int] 170 | xpmSetAttributes(attrib, attributes) | ^~~~~~~~~~~~~~~~ gcc -c -I/usr/openwin/include -DZPIPE -DSYSV rgb.c gcc -c -I/usr/openwin/include -DZPIPE -DSYSV scan.c gcc -c -I/usr/openwin/include -DZPIPE -DSYSV parse.c parse.c: In function 'ParseValues': parse.c:203:17: warning: implicit declaration of function 'atoui'; did you mean 'atoi'? [-Wimplicit-function-declaration] 203 | *hotspot = atoui(buf, l, x_hotspot) && xpmNextUI(data, y_hotspot); | ^~~~~ | atoi parse.c: In function 'ParseExtensions': parse.c:447:14: warning: implicit declaration of function 'xpmGetString'; did you mean 'xpmNextString'? [-Wimplicit-function-declaration] 447 | status = xpmGetString(data, &string, &l); | ^~~~~~~~~~~~ | xpmNextString gcc -c -I/usr/openwin/include -DZPIPE -DSYSV hashtable.c gcc -c -I/usr/openwin/include -DZPIPE -DSYSV XpmWrFFrP.c gcc -c -I/usr/openwin/include -DZPIPE -DSYSV XpmRdFToP.c gcc -c -I/usr/openwin/include -DZPIPE -DSYSV XpmCrPFData.c gcc -c -I/usr/openwin/include -DZPIPE -DSYSV XpmCrDataFP.c gcc -c -I/usr/openwin/include -DZPIPE -DSYSV XpmWrFFrI.c gcc -c -I/usr/openwin/include -DZPIPE -DSYSV XpmRdFToI.c gcc -c -I/usr/openwin/include -DZPIPE -DSYSV XpmCrIFData.c gcc -c -I/usr/openwin/include -DZPIPE -DSYSV XpmCrDataFI.c rm -f libXpm.a ar qc libXpm.a data.o create.o misc.o rgb.o scan.o parse.o hashtable.o XpmWrFFrP.o XpmRdFToP.o XpmCrPFData.o XpmCrDataFP.o XpmWrFFrI.o XpmRdFToI.o XpmCrIFData.o XpmCrDataFI.o ranlib libXpm.a 2>/dev/null || : cp -p ../xpm/libXpm.a ../../lib/icon/libIgpx.a cd ../xpm; for f in *.h; do sed -e 's:../h/::g;s:../xpm/::g' $f > ../../lib/icon/$f; done cd src/rtt; /opt/local/bin/bmake gcc -I/usr/openwin/include -I/opt/local/include -I/usr/include -c rttparse.c gcc -I/usr/openwin/include -I/opt/local/include -I/usr/include -c rttmain.c gcc -I/usr/openwin/include -I/opt/local/include -I/usr/include -c rttlex.c gcc -I/usr/openwin/include -I/opt/local/include -I/usr/include -c rttsym.c gcc -I/usr/openwin/include -I/opt/local/include -I/usr/include -c rttnode.c gcc -I/usr/openwin/include -I/opt/local/include -I/usr/include -c rttout.c gcc -I/usr/openwin/include -I/opt/local/include -I/usr/include -c rttmisc.c gcc -I/usr/openwin/include -I/opt/local/include -I/usr/include -c rttdb.c gcc -I/usr/openwin/include -I/opt/local/include -I/usr/include -c rttinlin.c gcc -I/usr/openwin/include -I/opt/local/include -I/usr/include -c rttilc.c gcc -c -I/usr/openwin/include ../preproc/pout.c gcc -c -I/usr/openwin/include ../preproc/pchars.c gcc -c -I/usr/openwin/include ../preproc/perr.c gcc -c -I/usr/openwin/include ../preproc/pmem.c gcc -c -I/usr/openwin/include ../preproc/bldtok.c gcc -c -I/usr/openwin/include ../preproc/macro.c gcc -c -I/usr/openwin/include ../preproc/preproc.c gcc -c -I/usr/openwin/include ../preproc/evaluate.c gcc -c -I/usr/openwin/include ../preproc/files.c gcc -c -I/usr/openwin/include ../preproc/gettok.c gcc -c -I/usr/openwin/include ../preproc/pinit.c gcc -L/opt/local/gcc10/lib/gcc/x86_64-sun-solaris2.11/10.3.0 -Wl,-R/opt/local/gcc10/lib/gcc/x86_64-sun-solaris2.11/10.3.0 -L/opt/local/lib -L/usr/lib/amd64 -Wl,-R/usr/lib/amd64 -Wl,-R/opt/local/lib -o rtt rttparse.o rttmain.o rttlex.o rttsym.o rttnode.o rttout.o rttmisc.o rttdb.o rttinlin.o rttilc.o pout.o pchars.o perr.o pmem.o bldtok.o macro.o preproc.o evaluate.o files.o gettok.o pinit.o ../common/getopt.o ../common/time.o ../common/filepart.o ../common/identify.o ../common/strtbl.o ../common/alloc.o ../common/rtdb.o ../common/munix.o ../common/literals.o cp rtt ../../bin cd src/icont; /opt/local/bin/bmake gcc -I/usr/openwin/include -I/opt/local/include -I/usr/include -c tunix.c gcc -I/usr/openwin/include -I/opt/local/include -I/usr/include -c tglobals.c gcc -I/usr/openwin/include -I/opt/local/include -I/usr/include -c util.c gcc -I/usr/openwin/include -I/opt/local/include -I/usr/include -c trans.c gcc -I/usr/openwin/include -I/opt/local/include -I/usr/include -c tcode.c gcc -I/usr/openwin/include -I/opt/local/include -I/usr/include -c tlex.c In file included from tlex.c:15: ../common/yylex.h: In function 'bufcmp': ../common/yylex.h:272:13: warning: comparison between pointer and zero character constant [-Wpointer-compare] 272 | while (s != '\0' && s1 < lex_sbuf.endimage && *s == *s1) { | ^~ ../common/yylex.h:272:11: note: did you mean to dereference the pointer? 272 | while (s != '\0' && s1 < lex_sbuf.endimage && *s == *s1) { | ^ gcc -I/usr/openwin/include -I/opt/local/include -I/usr/include -c lnklist.c gcc -I/usr/openwin/include -I/opt/local/include -I/usr/include -c tparse.c gcc -I/usr/openwin/include -I/opt/local/include -I/usr/include -c tsym.c gcc -I/usr/openwin/include -I/opt/local/include -I/usr/include -c tmem.c gcc -I/usr/openwin/include -I/opt/local/include -I/usr/include -c tree.c gcc -I/usr/openwin/include -L/opt/local/gcc10/lib/gcc/x86_64-sun-solaris2.11/10.3.0 -Wl,-R/opt/local/gcc10/lib/gcc/x86_64-sun-solaris2.11/10.3.0 -L/opt/local/lib -L/usr/lib/amd64 -Wl,-R/usr/lib/amd64 -Wl,-R/opt/local/lib -o newhdr newhdr.c gcc -I/usr/openwin/include -L/opt/local/gcc10/lib/gcc/x86_64-sun-solaris2.11/10.3.0 -Wl,-R/opt/local/gcc10/lib/gcc/x86_64-sun-solaris2.11/10.3.0 -L/opt/local/lib -L/usr/lib/amd64 -Wl,-R/usr/lib/amd64 -Wl,-R/opt/local/lib -o ixhdr.hdr ixhdr.c ../common/alloc.o ../common/munix.o ./newhdr -o hdr.h ixhdr.hdr gcc -I/usr/openwin/include -I/opt/local/include -I/usr/include -c link.c In file included from ../h/../h/graphics.h:6, from ../h/rt.h:21, from link.h:5, from link.c:5: ../h/../h/../h/xwin.h:77: warning: "SHARED" redefined 77 | #define SHARED 0 | In file included from /usr/include/dlfcn.h:37, from ../h/../h/sys.h:74, from ../h/rt.h:11, from link.h:5, from link.c:5: /usr/include/sys/mman.h:358: note: this is the location of the previous definition 358 | #define SHARED 0x10 /* Use MEMCNTL_SHARED */ | gcc -I/usr/openwin/include -I/opt/local/include -I/usr/include -c lglob.c In file included from ../h/../h/graphics.h:6, from ../h/rt.h:21, from link.h:5, from lglob.c:5: ../h/../h/../h/xwin.h:77: warning: "SHARED" redefined 77 | #define SHARED 0 | In file included from /usr/include/dlfcn.h:37, from ../h/../h/sys.h:74, from ../h/rt.h:11, from link.h:5, from lglob.c:5: /usr/include/sys/mman.h:358: note: this is the location of the previous definition 358 | #define SHARED 0x10 /* Use MEMCNTL_SHARED */ | gcc -I/usr/openwin/include -I/opt/local/include -I/usr/include -c lcode.c In file included from ../h/../h/graphics.h:6, from ../h/rt.h:21, from link.h:5, from lcode.c:5: ../h/../h/../h/xwin.h:77: warning: "SHARED" redefined 77 | #define SHARED 0 | In file included from /usr/include/dlfcn.h:37, from ../h/../h/sys.h:74, from ../h/rt.h:11, from link.h:5, from lcode.c:5: /usr/include/sys/mman.h:358: note: this is the location of the previous definition 358 | #define SHARED 0x10 /* Use MEMCNTL_SHARED */ | gcc -I/usr/openwin/include -I/opt/local/include -I/usr/include -c llex.c In file included from ../h/../h/graphics.h:6, from ../h/rt.h:21, from link.h:5, from llex.c:5: ../h/../h/../h/xwin.h:77: warning: "SHARED" redefined 77 | #define SHARED 0 | In file included from /usr/include/dlfcn.h:37, from ../h/../h/sys.h:74, from ../h/rt.h:11, from link.h:5, from llex.c:5: /usr/include/sys/mman.h:358: note: this is the location of the previous definition 358 | #define SHARED 0x10 /* Use MEMCNTL_SHARED */ | gcc -I/usr/openwin/include -I/opt/local/include -I/usr/include -c lmem.c In file included from ../h/../h/graphics.h:6, from ../h/rt.h:21, from link.h:5, from lmem.c:5: ../h/../h/../h/xwin.h:77: warning: "SHARED" redefined 77 | #define SHARED 0 | In file included from /usr/include/dlfcn.h:37, from ../h/../h/sys.h:74, from ../h/rt.h:11, from link.h:5, from lmem.c:5: /usr/include/sys/mman.h:358: note: this is the location of the previous definition 358 | #define SHARED 0x10 /* Use MEMCNTL_SHARED */ | gcc -I/usr/openwin/include -I/opt/local/include -I/usr/include -c lsym.c In file included from ../h/../h/graphics.h:6, from ../h/rt.h:21, from link.h:5, from lsym.c:5: ../h/../h/../h/xwin.h:77: warning: "SHARED" redefined 77 | #define SHARED 0 | In file included from /usr/include/dlfcn.h:37, from ../h/../h/sys.h:74, from ../h/rt.h:11, from link.h:5, from lsym.c:5: /usr/include/sys/mman.h:358: note: this is the location of the previous definition 358 | #define SHARED 0x10 /* Use MEMCNTL_SHARED */ | gcc -I/usr/openwin/include -I/opt/local/include -I/usr/include -c opcode.c In file included from ../h/../h/graphics.h:6, from ../h/rt.h:21, from link.h:5, from opcode.c:1: ../h/../h/../h/xwin.h:77: warning: "SHARED" redefined 77 | #define SHARED 0 | In file included from /usr/include/dlfcn.h:37, from ../h/../h/sys.h:74, from ../h/rt.h:11, from link.h:5, from opcode.c:1: /usr/include/sys/mman.h:358: note: this is the location of the previous definition 358 | #define SHARED 0x10 /* Use MEMCNTL_SHARED */ | gcc -I/usr/openwin/include -L/opt/local/gcc10/lib/gcc/x86_64-sun-solaris2.11/10.3.0 -Wl,-R/opt/local/gcc10/lib/gcc/x86_64-sun-solaris2.11/10.3.0 -L/opt/local/lib -L/usr/lib/amd64 -Wl,-R/usr/lib/amd64 -Wl,-R/opt/local/lib -o icont tunix.o tglobals.o util.o trans.o tcode.o tlex.o lnklist.o tparse.o tsym.o tmem.o tree.o link.o lglob.o lcode.o llex.o lmem.o lsym.o opcode.o ../common/long.o ../common/getopt.o ../common/alloc.o ../common/filepart.o ../common/strtbl.o ../common/ipp.o ../common/munix.o cp icont ../../bin (cd ../../bin; rm -f icon; ln -s icont icon) cd src/runtime; /opt/local/bin/bmake ../../bin/rtt -x cnv.r gcc -c -I/usr/openwin/include xcnv.c In file included from /home/pbulk/build/lang/icon/work/icon.v943src/bin/../src/h/../h/graphics.h:6, from /home/pbulk/build/lang/icon/work/icon.v943src/bin/../src/h/rt.h:21, from xcnv.c:7: /home/pbulk/build/lang/icon/work/icon.v943src/bin/../src/h/../h/../h/xwin.h:77: warning: "SHARED" redefined 77 | #define SHARED 0 | In file included from /usr/include/dlfcn.h:37, from /home/pbulk/build/lang/icon/work/icon.v943src/bin/../src/h/../h/sys.h:74, from /home/pbulk/build/lang/icon/work/icon.v943src/bin/../src/h/rt.h:11, from xcnv.c:7: /usr/include/sys/mman.h:358: note: this is the location of the previous definition 358 | #define SHARED 0x10 /* Use MEMCNTL_SHARED */ | rm xcnv.c ../../bin/rtt -x data.r gcc -c -I/usr/openwin/include xdata.c In file included from /home/pbulk/build/lang/icon/work/icon.v943src/bin/../src/h/../h/graphics.h:6, from /home/pbulk/build/lang/icon/work/icon.v943src/bin/../src/h/rt.h:21, from xdata.c:7: /home/pbulk/build/lang/icon/work/icon.v943src/bin/../src/h/../h/../h/xwin.h:77: warning: "SHARED" redefined 77 | #define SHARED 0 | In file included from /usr/include/dlfcn.h:37, from /home/pbulk/build/lang/icon/work/icon.v943src/bin/../src/h/../h/sys.h:74, from /home/pbulk/build/lang/icon/work/icon.v943src/bin/../src/h/rt.h:11, from xdata.c:7: /usr/include/sys/mman.h:358: note: this is the location of the previous definition 358 | #define SHARED 0x10 /* Use MEMCNTL_SHARED */ | rm xdata.c ../../bin/rtt -x def.r gcc -c -I/usr/openwin/include xdef.c In file included from /home/pbulk/build/lang/icon/work/icon.v943src/bin/../src/h/../h/graphics.h:6, from /home/pbulk/build/lang/icon/work/icon.v943src/bin/../src/h/rt.h:21, from xdef.c:7: /home/pbulk/build/lang/icon/work/icon.v943src/bin/../src/h/../h/../h/xwin.h:77: warning: "SHARED" redefined 77 | #define SHARED 0 | In file included from /usr/include/dlfcn.h:37, from /home/pbulk/build/lang/icon/work/icon.v943src/bin/../src/h/../h/sys.h:74, from /home/pbulk/build/lang/icon/work/icon.v943src/bin/../src/h/rt.h:11, from xdef.c:7: /usr/include/sys/mman.h:358: note: this is the location of the previous definition 358 | #define SHARED 0x10 /* Use MEMCNTL_SHARED */ | rm xdef.c ../../bin/rtt -x errmsg.r gcc -c -I/usr/openwin/include xerrmsg.c In file included from /home/pbulk/build/lang/icon/work/icon.v943src/bin/../src/h/../h/graphics.h:6, from /home/pbulk/build/lang/icon/work/icon.v943src/bin/../src/h/rt.h:21, from xerrmsg.c:7: /home/pbulk/build/lang/icon/work/icon.v943src/bin/../src/h/../h/../h/xwin.h:77: warning: "SHARED" redefined 77 | #define SHARED 0 | In file included from /usr/include/dlfcn.h:37, from /home/pbulk/build/lang/icon/work/icon.v943src/bin/../src/h/../h/sys.h:74, from /home/pbulk/build/lang/icon/work/icon.v943src/bin/../src/h/rt.h:11, from xerrmsg.c:7: /usr/include/sys/mman.h:358: note: this is the location of the previous definition 358 | #define SHARED 0x10 /* Use MEMCNTL_SHARED */ | rm xerrmsg.c ../../bin/rtt -x extcall.r gcc -c -I/usr/openwin/include xextcall.c In file included from /home/pbulk/build/lang/icon/work/icon.v943src/bin/../src/h/../h/graphics.h:6, from /home/pbulk/build/lang/icon/work/icon.v943src/bin/../src/h/rt.h:21, from xextcall.c:7: /home/pbulk/build/lang/icon/work/icon.v943src/bin/../src/h/../h/../h/xwin.h:77: warning: "SHARED" redefined 77 | #define SHARED 0 | In file included from /usr/include/dlfcn.h:37, from /home/pbulk/build/lang/icon/work/icon.v943src/bin/../src/h/../h/sys.h:74, from /home/pbulk/build/lang/icon/work/icon.v943src/bin/../src/h/rt.h:11, from xextcall.c:7: /usr/include/sys/mman.h:358: note: this is the location of the previous definition 358 | #define SHARED 0x10 /* Use MEMCNTL_SHARED */ | rm xextcall.c ../../bin/rtt -x fconv.r gcc -c -I/usr/openwin/include xfconv.c In file included from /home/pbulk/build/lang/icon/work/icon.v943src/bin/../src/h/../h/graphics.h:6, from /home/pbulk/build/lang/icon/work/icon.v943src/bin/../src/h/rt.h:21, from xfconv.c:7: /home/pbulk/build/lang/icon/work/icon.v943src/bin/../src/h/../h/../h/xwin.h:77: warning: "SHARED" redefined 77 | #define SHARED 0 | In file included from /usr/include/dlfcn.h:37, from /home/pbulk/build/lang/icon/work/icon.v943src/bin/../src/h/../h/sys.h:74, from /home/pbulk/build/lang/icon/work/icon.v943src/bin/../src/h/rt.h:11, from xfconv.c:7: /usr/include/sys/mman.h:358: note: this is the location of the previous definition 358 | #define SHARED 0x10 /* Use MEMCNTL_SHARED */ | rm xfconv.c ../../bin/rtt -x fload.r gcc -c -I/usr/openwin/include xfload.c In file included from /home/pbulk/build/lang/icon/work/icon.v943src/bin/../src/h/../h/graphics.h:6, from /home/pbulk/build/lang/icon/work/icon.v943src/bin/../src/h/rt.h:21, from xfload.c:7: /home/pbulk/build/lang/icon/work/icon.v943src/bin/../src/h/../h/../h/xwin.h:77: warning: "SHARED" redefined 77 | #define SHARED 0 | In file included from /usr/include/dlfcn.h:37, from /home/pbulk/build/lang/icon/work/icon.v943src/bin/../src/h/../h/sys.h:74, from /home/pbulk/build/lang/icon/work/icon.v943src/bin/../src/h/rt.h:11, from xfload.c:7: /usr/include/sys/mman.h:358: note: this is the location of the previous definition 358 | #define SHARED 0x10 /* Use MEMCNTL_SHARED */ | rm xfload.c ../../bin/rtt -x fmath.r gcc -c -I/usr/openwin/include xfmath.c In file included from /home/pbulk/build/lang/icon/work/icon.v943src/bin/../src/h/../h/graphics.h:6, from /home/pbulk/build/lang/icon/work/icon.v943src/bin/../src/h/rt.h:21, from xfmath.c:7: /home/pbulk/build/lang/icon/work/icon.v943src/bin/../src/h/../h/../h/xwin.h:77: warning: "SHARED" redefined 77 | #define SHARED 0 | In file included from /usr/include/dlfcn.h:37, from /home/pbulk/build/lang/icon/work/icon.v943src/bin/../src/h/../h/sys.h:74, from /home/pbulk/build/lang/icon/work/icon.v943src/bin/../src/h/rt.h:11, from xfmath.c:7: /usr/include/sys/mman.h:358: note: this is the location of the previous definition 358 | #define SHARED 0x10 /* Use MEMCNTL_SHARED */ | rm xfmath.c ../../bin/rtt -x fmisc.r gcc -c -I/usr/openwin/include xfmisc.c In file included from /home/pbulk/build/lang/icon/work/icon.v943src/bin/../src/h/../h/graphics.h:6, from /home/pbulk/build/lang/icon/work/icon.v943src/bin/../src/h/rt.h:21, from xfmisc.c:7: /home/pbulk/build/lang/icon/work/icon.v943src/bin/../src/h/../h/../h/xwin.h:77: warning: "SHARED" redefined 77 | #define SHARED 0 | In file included from /usr/include/dlfcn.h:37, from /home/pbulk/build/lang/icon/work/icon.v943src/bin/../src/h/../h/sys.h:74, from /home/pbulk/build/lang/icon/work/icon.v943src/bin/../src/h/rt.h:11, from xfmisc.c:7: /usr/include/sys/mman.h:358: note: this is the location of the previous definition 358 | #define SHARED 0x10 /* Use MEMCNTL_SHARED */ | rm xfmisc.c ../../bin/rtt -x fmonitr.r gcc -c -I/usr/openwin/include xfmonitr.c In file included from /home/pbulk/build/lang/icon/work/icon.v943src/bin/../src/h/../h/graphics.h:6, from /home/pbulk/build/lang/icon/work/icon.v943src/bin/../src/h/rt.h:21, from xfmonitr.c:7: /home/pbulk/build/lang/icon/work/icon.v943src/bin/../src/h/../h/../h/xwin.h:77: warning: "SHARED" redefined 77 | #define SHARED 0 | In file included from /usr/include/dlfcn.h:37, from /home/pbulk/build/lang/icon/work/icon.v943src/bin/../src/h/../h/sys.h:74, from /home/pbulk/build/lang/icon/work/icon.v943src/bin/../src/h/rt.h:11, from xfmonitr.c:7: /usr/include/sys/mman.h:358: note: this is the location of the previous definition 358 | #define SHARED 0x10 /* Use MEMCNTL_SHARED */ | rm xfmonitr.c ../../bin/rtt -x fscan.r gcc -c -I/usr/openwin/include xfscan.c In file included from /home/pbulk/build/lang/icon/work/icon.v943src/bin/../src/h/../h/graphics.h:6, from /home/pbulk/build/lang/icon/work/icon.v943src/bin/../src/h/rt.h:21, from xfscan.c:7: /home/pbulk/build/lang/icon/work/icon.v943src/bin/../src/h/../h/../h/xwin.h:77: warning: "SHARED" redefined 77 | #define SHARED 0 | In file included from /usr/include/dlfcn.h:37, from /home/pbulk/build/lang/icon/work/icon.v943src/bin/../src/h/../h/sys.h:74, from /home/pbulk/build/lang/icon/work/icon.v943src/bin/../src/h/rt.h:11, from xfscan.c:7: /usr/include/sys/mman.h:358: note: this is the location of the previous definition 358 | #define SHARED 0x10 /* Use MEMCNTL_SHARED */ | rm xfscan.c ../../bin/rtt -x fstr.r gcc -c -I/usr/openwin/include xfstr.c In file included from /home/pbulk/build/lang/icon/work/icon.v943src/bin/../src/h/../h/graphics.h:6, from /home/pbulk/build/lang/icon/work/icon.v943src/bin/../src/h/rt.h:21, from xfstr.c:7: /home/pbulk/build/lang/icon/work/icon.v943src/bin/../src/h/../h/../h/xwin.h:77: warning: "SHARED" redefined 77 | #define SHARED 0 | In file included from /usr/include/dlfcn.h:37, from /home/pbulk/build/lang/icon/work/icon.v943src/bin/../src/h/../h/sys.h:74, from /home/pbulk/build/lang/icon/work/icon.v943src/bin/../src/h/rt.h:11, from xfstr.c:7: /usr/include/sys/mman.h:358: note: this is the location of the previous definition 358 | #define SHARED 0x10 /* Use MEMCNTL_SHARED */ | rm xfstr.c ../../bin/rtt -x fstranl.r gcc -c -I/usr/openwin/include xfstranl.c In file included from /home/pbulk/build/lang/icon/work/icon.v943src/bin/../src/h/../h/graphics.h:6, from /home/pbulk/build/lang/icon/work/icon.v943src/bin/../src/h/rt.h:21, from xfstranl.c:7: /home/pbulk/build/lang/icon/work/icon.v943src/bin/../src/h/../h/../h/xwin.h:77: warning: "SHARED" redefined 77 | #define SHARED 0 | In file included from /usr/include/dlfcn.h:37, from /home/pbulk/build/lang/icon/work/icon.v943src/bin/../src/h/../h/sys.h:74, from /home/pbulk/build/lang/icon/work/icon.v943src/bin/../src/h/rt.h:11, from xfstranl.c:7: /usr/include/sys/mman.h:358: note: this is the location of the previous definition 358 | #define SHARED 0x10 /* Use MEMCNTL_SHARED */ | rm xfstranl.c ../../bin/rtt -x fstruct.r gcc -c -I/usr/openwin/include xfstruct.c In file included from /home/pbulk/build/lang/icon/work/icon.v943src/bin/../src/h/../h/graphics.h:6, from /home/pbulk/build/lang/icon/work/icon.v943src/bin/../src/h/rt.h:21, from xfstruct.c:7: /home/pbulk/build/lang/icon/work/icon.v943src/bin/../src/h/../h/../h/xwin.h:77: warning: "SHARED" redefined 77 | #define SHARED 0 | In file included from /usr/include/dlfcn.h:37, from /home/pbulk/build/lang/icon/work/icon.v943src/bin/../src/h/../h/sys.h:74, from /home/pbulk/build/lang/icon/work/icon.v943src/bin/../src/h/rt.h:11, from xfstruct.c:7: /usr/include/sys/mman.h:358: note: this is the location of the previous definition 358 | #define SHARED 0x10 /* Use MEMCNTL_SHARED */ | rm xfstruct.c ../../bin/rtt -x fsys.r gcc -c -I/usr/openwin/include xfsys.c In file included from /home/pbulk/build/lang/icon/work/icon.v943src/bin/../src/h/../h/graphics.h:6, from /home/pbulk/build/lang/icon/work/icon.v943src/bin/../src/h/rt.h:21, from xfsys.c:7: /home/pbulk/build/lang/icon/work/icon.v943src/bin/../src/h/../h/../h/xwin.h:77: warning: "SHARED" redefined 77 | #define SHARED 0 | In file included from /usr/include/dlfcn.h:37, from /home/pbulk/build/lang/icon/work/icon.v943src/bin/../src/h/../h/sys.h:74, from /home/pbulk/build/lang/icon/work/icon.v943src/bin/../src/h/rt.h:11, from xfsys.c:7: /usr/include/sys/mman.h:358: note: this is the location of the previous definition 358 | #define SHARED 0x10 /* Use MEMCNTL_SHARED */ | rm xfsys.c ../../bin/rtt -x fwindow.r gcc -c -I/usr/openwin/include xfwindow.c In file included from /home/pbulk/build/lang/icon/work/icon.v943src/bin/../src/h/../h/graphics.h:6, from /home/pbulk/build/lang/icon/work/icon.v943src/bin/../src/h/rt.h:21, from xfwindow.c:7: /home/pbulk/build/lang/icon/work/icon.v943src/bin/../src/h/../h/../h/xwin.h:77: warning: "SHARED" redefined 77 | #define SHARED 0 | In file included from /usr/include/dlfcn.h:37, from /home/pbulk/build/lang/icon/work/icon.v943src/bin/../src/h/../h/sys.h:74, from /home/pbulk/build/lang/icon/work/icon.v943src/bin/../src/h/rt.h:11, from xfwindow.c:7: /usr/include/sys/mman.h:358: note: this is the location of the previous definition 358 | #define SHARED 0x10 /* Use MEMCNTL_SHARED */ | rm xfwindow.c ../../bin/rtt -x imain.r gcc -c -I/usr/openwin/include ximain.c In file included from /home/pbulk/build/lang/icon/work/icon.v943src/bin/../src/h/../h/graphics.h:6, from /home/pbulk/build/lang/icon/work/icon.v943src/bin/../src/h/rt.h:21, from ximain.c:7: /home/pbulk/build/lang/icon/work/icon.v943src/bin/../src/h/../h/../h/xwin.h:77: warning: "SHARED" redefined 77 | #define SHARED 0 | In file included from /usr/include/dlfcn.h:37, from /home/pbulk/build/lang/icon/work/icon.v943src/bin/../src/h/../h/sys.h:74, from /home/pbulk/build/lang/icon/work/icon.v943src/bin/../src/h/rt.h:11, from ximain.c:7: /usr/include/sys/mman.h:358: note: this is the location of the previous definition 358 | #define SHARED 0x10 /* Use MEMCNTL_SHARED */ | rm ximain.c ../../bin/rtt -x imisc.r gcc -c -I/usr/openwin/include ximisc.c In file included from /home/pbulk/build/lang/icon/work/icon.v943src/bin/../src/h/../h/graphics.h:6, from /home/pbulk/build/lang/icon/work/icon.v943src/bin/../src/h/rt.h:21, from ximisc.c:7: /home/pbulk/build/lang/icon/work/icon.v943src/bin/../src/h/../h/../h/xwin.h:77: warning: "SHARED" redefined 77 | #define SHARED 0 | In file included from /usr/include/dlfcn.h:37, from /home/pbulk/build/lang/icon/work/icon.v943src/bin/../src/h/../h/sys.h:74, from /home/pbulk/build/lang/icon/work/icon.v943src/bin/../src/h/rt.h:11, from ximisc.c:7: /usr/include/sys/mman.h:358: note: this is the location of the previous definition 358 | #define SHARED 0x10 /* Use MEMCNTL_SHARED */ | rm ximisc.c ../../bin/rtt -x init.r gcc -c -I/usr/openwin/include xinit.c In file included from /home/pbulk/build/lang/icon/work/icon.v943src/bin/../src/h/../h/graphics.h:6, from /home/pbulk/build/lang/icon/work/icon.v943src/bin/../src/h/rt.h:21, from xinit.c:7: /home/pbulk/build/lang/icon/work/icon.v943src/bin/../src/h/../h/../h/xwin.h:77: warning: "SHARED" redefined 77 | #define SHARED 0 | In file included from /usr/include/dlfcn.h:37, from /home/pbulk/build/lang/icon/work/icon.v943src/bin/../src/h/../h/sys.h:74, from /home/pbulk/build/lang/icon/work/icon.v943src/bin/../src/h/rt.h:11, from xinit.c:7: /usr/include/sys/mman.h:358: note: this is the location of the previous definition 358 | #define SHARED 0x10 /* Use MEMCNTL_SHARED */ | rm xinit.c ../../bin/rtt -x interp.r gcc -c -I/usr/openwin/include xinterp.c In file included from /home/pbulk/build/lang/icon/work/icon.v943src/bin/../src/h/../h/graphics.h:6, from /home/pbulk/build/lang/icon/work/icon.v943src/bin/../src/h/rt.h:21, from xinterp.c:7: /home/pbulk/build/lang/icon/work/icon.v943src/bin/../src/h/../h/../h/xwin.h:77: warning: "SHARED" redefined 77 | #define SHARED 0 | In file included from /usr/include/dlfcn.h:37, from /home/pbulk/build/lang/icon/work/icon.v943src/bin/../src/h/../h/sys.h:74, from /home/pbulk/build/lang/icon/work/icon.v943src/bin/../src/h/rt.h:11, from xinterp.c:7: /usr/include/sys/mman.h:358: note: this is the location of the previous definition 358 | #define SHARED 0x10 /* Use MEMCNTL_SHARED */ | rm xinterp.c ../../bin/rtt -x invoke.r gcc -c -I/usr/openwin/include xinvoke.c In file included from /home/pbulk/build/lang/icon/work/icon.v943src/bin/../src/h/../h/graphics.h:6, from /home/pbulk/build/lang/icon/work/icon.v943src/bin/../src/h/rt.h:21, from xinvoke.c:7: /home/pbulk/build/lang/icon/work/icon.v943src/bin/../src/h/../h/../h/xwin.h:77: warning: "SHARED" redefined 77 | #define SHARED 0 | In file included from /usr/include/dlfcn.h:37, from /home/pbulk/build/lang/icon/work/icon.v943src/bin/../src/h/../h/sys.h:74, from /home/pbulk/build/lang/icon/work/icon.v943src/bin/../src/h/rt.h:11, from xinvoke.c:7: /usr/include/sys/mman.h:358: note: this is the location of the previous definition 358 | #define SHARED 0x10 /* Use MEMCNTL_SHARED */ | rm xinvoke.c ../../bin/rtt -x keyword.r gcc -c -I/usr/openwin/include xkeyword.c In file included from /home/pbulk/build/lang/icon/work/icon.v943src/bin/../src/h/../h/graphics.h:6, from /home/pbulk/build/lang/icon/work/icon.v943src/bin/../src/h/rt.h:21, from xkeyword.c:7: /home/pbulk/build/lang/icon/work/icon.v943src/bin/../src/h/../h/../h/xwin.h:77: warning: "SHARED" redefined 77 | #define SHARED 0 | In file included from /usr/include/dlfcn.h:37, from /home/pbulk/build/lang/icon/work/icon.v943src/bin/../src/h/../h/sys.h:74, from /home/pbulk/build/lang/icon/work/icon.v943src/bin/../src/h/rt.h:11, from xkeyword.c:7: /usr/include/sys/mman.h:358: note: this is the location of the previous definition 358 | #define SHARED 0x10 /* Use MEMCNTL_SHARED */ | rm xkeyword.c ../../bin/rtt -x lmisc.r gcc -c -I/usr/openwin/include xlmisc.c In file included from /home/pbulk/build/lang/icon/work/icon.v943src/bin/../src/h/../h/graphics.h:6, from /home/pbulk/build/lang/icon/work/icon.v943src/bin/../src/h/rt.h:21, from xlmisc.c:7: /home/pbulk/build/lang/icon/work/icon.v943src/bin/../src/h/../h/../h/xwin.h:77: warning: "SHARED" redefined 77 | #define SHARED 0 | In file included from /usr/include/dlfcn.h:37, from /home/pbulk/build/lang/icon/work/icon.v943src/bin/../src/h/../h/sys.h:74, from /home/pbulk/build/lang/icon/work/icon.v943src/bin/../src/h/rt.h:11, from xlmisc.c:7: /usr/include/sys/mman.h:358: note: this is the location of the previous definition 358 | #define SHARED 0x10 /* Use MEMCNTL_SHARED */ | rm xlmisc.c ../../bin/rtt -x oarith.r gcc -c -I/usr/openwin/include xoarith.c In file included from /home/pbulk/build/lang/icon/work/icon.v943src/bin/../src/h/../h/graphics.h:6, from /home/pbulk/build/lang/icon/work/icon.v943src/bin/../src/h/rt.h:21, from xoarith.c:7: /home/pbulk/build/lang/icon/work/icon.v943src/bin/../src/h/../h/../h/xwin.h:77: warning: "SHARED" redefined 77 | #define SHARED 0 | In file included from /usr/include/dlfcn.h:37, from /home/pbulk/build/lang/icon/work/icon.v943src/bin/../src/h/../h/sys.h:74, from /home/pbulk/build/lang/icon/work/icon.v943src/bin/../src/h/rt.h:11, from xoarith.c:7: /usr/include/sys/mman.h:358: note: this is the location of the previous definition 358 | #define SHARED 0x10 /* Use MEMCNTL_SHARED */ | rm xoarith.c ../../bin/rtt -x oasgn.r gcc -c -I/usr/openwin/include xoasgn.c In file included from /home/pbulk/build/lang/icon/work/icon.v943src/bin/../src/h/../h/graphics.h:6, from /home/pbulk/build/lang/icon/work/icon.v943src/bin/../src/h/rt.h:21, from xoasgn.c:7: /home/pbulk/build/lang/icon/work/icon.v943src/bin/../src/h/../h/../h/xwin.h:77: warning: "SHARED" redefined 77 | #define SHARED 0 | In file included from /usr/include/dlfcn.h:37, from /home/pbulk/build/lang/icon/work/icon.v943src/bin/../src/h/../h/sys.h:74, from /home/pbulk/build/lang/icon/work/icon.v943src/bin/../src/h/rt.h:11, from xoasgn.c:7: /usr/include/sys/mman.h:358: note: this is the location of the previous definition 358 | #define SHARED 0x10 /* Use MEMCNTL_SHARED */ | rm xoasgn.c ../../bin/rtt -x ocat.r gcc -c -I/usr/openwin/include xocat.c In file included from /home/pbulk/build/lang/icon/work/icon.v943src/bin/../src/h/../h/graphics.h:6, from /home/pbulk/build/lang/icon/work/icon.v943src/bin/../src/h/rt.h:21, from xocat.c:7: /home/pbulk/build/lang/icon/work/icon.v943src/bin/../src/h/../h/../h/xwin.h:77: warning: "SHARED" redefined 77 | #define SHARED 0 | In file included from /usr/include/dlfcn.h:37, from /home/pbulk/build/lang/icon/work/icon.v943src/bin/../src/h/../h/sys.h:74, from /home/pbulk/build/lang/icon/work/icon.v943src/bin/../src/h/rt.h:11, from xocat.c:7: /usr/include/sys/mman.h:358: note: this is the location of the previous definition 358 | #define SHARED 0x10 /* Use MEMCNTL_SHARED */ | rm xocat.c ../../bin/rtt -x ocomp.r gcc -c -I/usr/openwin/include xocomp.c In file included from /home/pbulk/build/lang/icon/work/icon.v943src/bin/../src/h/../h/graphics.h:6, from /home/pbulk/build/lang/icon/work/icon.v943src/bin/../src/h/rt.h:21, from xocomp.c:7: /home/pbulk/build/lang/icon/work/icon.v943src/bin/../src/h/../h/../h/xwin.h:77: warning: "SHARED" redefined 77 | #define SHARED 0 | In file included from /usr/include/dlfcn.h:37, from /home/pbulk/build/lang/icon/work/icon.v943src/bin/../src/h/../h/sys.h:74, from /home/pbulk/build/lang/icon/work/icon.v943src/bin/../src/h/rt.h:11, from xocomp.c:7: /usr/include/sys/mman.h:358: note: this is the location of the previous definition 358 | #define SHARED 0x10 /* Use MEMCNTL_SHARED */ | rm xocomp.c ../../bin/rtt -x omisc.r gcc -c -I/usr/openwin/include xomisc.c In file included from /home/pbulk/build/lang/icon/work/icon.v943src/bin/../src/h/../h/graphics.h:6, from /home/pbulk/build/lang/icon/work/icon.v943src/bin/../src/h/rt.h:21, from xomisc.c:7: /home/pbulk/build/lang/icon/work/icon.v943src/bin/../src/h/../h/../h/xwin.h:77: warning: "SHARED" redefined 77 | #define SHARED 0 | In file included from /usr/include/dlfcn.h:37, from /home/pbulk/build/lang/icon/work/icon.v943src/bin/../src/h/../h/sys.h:74, from /home/pbulk/build/lang/icon/work/icon.v943src/bin/../src/h/rt.h:11, from xomisc.c:7: /usr/include/sys/mman.h:358: note: this is the location of the previous definition 358 | #define SHARED 0x10 /* Use MEMCNTL_SHARED */ | rm xomisc.c ../../bin/rtt -x oref.r gcc -c -I/usr/openwin/include xoref.c In file included from /home/pbulk/build/lang/icon/work/icon.v943src/bin/../src/h/../h/graphics.h:6, from /home/pbulk/build/lang/icon/work/icon.v943src/bin/../src/h/rt.h:21, from xoref.c:7: /home/pbulk/build/lang/icon/work/icon.v943src/bin/../src/h/../h/../h/xwin.h:77: warning: "SHARED" redefined 77 | #define SHARED 0 | In file included from /usr/include/dlfcn.h:37, from /home/pbulk/build/lang/icon/work/icon.v943src/bin/../src/h/../h/sys.h:74, from /home/pbulk/build/lang/icon/work/icon.v943src/bin/../src/h/rt.h:11, from xoref.c:7: /usr/include/sys/mman.h:358: note: this is the location of the previous definition 358 | #define SHARED 0x10 /* Use MEMCNTL_SHARED */ | rm xoref.c ../../bin/rtt -x oset.r gcc -c -I/usr/openwin/include xoset.c In file included from /home/pbulk/build/lang/icon/work/icon.v943src/bin/../src/h/../h/graphics.h:6, from /home/pbulk/build/lang/icon/work/icon.v943src/bin/../src/h/rt.h:21, from xoset.c:7: /home/pbulk/build/lang/icon/work/icon.v943src/bin/../src/h/../h/../h/xwin.h:77: warning: "SHARED" redefined 77 | #define SHARED 0 | In file included from /usr/include/dlfcn.h:37, from /home/pbulk/build/lang/icon/work/icon.v943src/bin/../src/h/../h/sys.h:74, from /home/pbulk/build/lang/icon/work/icon.v943src/bin/../src/h/rt.h:11, from xoset.c:7: /usr/include/sys/mman.h:358: note: this is the location of the previous definition 358 | #define SHARED 0x10 /* Use MEMCNTL_SHARED */ | rm xoset.c ../../bin/rtt -x ovalue.r gcc -c -I/usr/openwin/include xovalue.c In file included from /home/pbulk/build/lang/icon/work/icon.v943src/bin/../src/h/../h/graphics.h:6, from /home/pbulk/build/lang/icon/work/icon.v943src/bin/../src/h/rt.h:21, from xovalue.c:7: /home/pbulk/build/lang/icon/work/icon.v943src/bin/../src/h/../h/../h/xwin.h:77: warning: "SHARED" redefined 77 | #define SHARED 0 | In file included from /usr/include/dlfcn.h:37, from /home/pbulk/build/lang/icon/work/icon.v943src/bin/../src/h/../h/sys.h:74, from /home/pbulk/build/lang/icon/work/icon.v943src/bin/../src/h/rt.h:11, from xovalue.c:7: /usr/include/sys/mman.h:358: note: this is the location of the previous definition 358 | #define SHARED 0x10 /* Use MEMCNTL_SHARED */ | rm xovalue.c ../../bin/rtt -x ralc.r gcc -c -I/usr/openwin/include xralc.c In file included from /home/pbulk/build/lang/icon/work/icon.v943src/bin/../src/h/../h/graphics.h:6, from /home/pbulk/build/lang/icon/work/icon.v943src/bin/../src/h/rt.h:21, from xralc.c:7: /home/pbulk/build/lang/icon/work/icon.v943src/bin/../src/h/../h/../h/xwin.h:77: warning: "SHARED" redefined 77 | #define SHARED 0 | In file included from /usr/include/dlfcn.h:37, from /home/pbulk/build/lang/icon/work/icon.v943src/bin/../src/h/../h/sys.h:74, from /home/pbulk/build/lang/icon/work/icon.v943src/bin/../src/h/rt.h:11, from xralc.c:7: /usr/include/sys/mman.h:358: note: this is the location of the previous definition 358 | #define SHARED 0x10 /* Use MEMCNTL_SHARED */ | rm xralc.c ../../bin/rtt -x rcoexpr.r gcc -c -I/usr/openwin/include xrcoexpr.c In file included from /home/pbulk/build/lang/icon/work/icon.v943src/bin/../src/h/../h/graphics.h:6, from /home/pbulk/build/lang/icon/work/icon.v943src/bin/../src/h/rt.h:21, from xrcoexpr.c:7: /home/pbulk/build/lang/icon/work/icon.v943src/bin/../src/h/../h/../h/xwin.h:77: warning: "SHARED" redefined 77 | #define SHARED 0 | In file included from /usr/include/dlfcn.h:37, from /home/pbulk/build/lang/icon/work/icon.v943src/bin/../src/h/../h/sys.h:74, from /home/pbulk/build/lang/icon/work/icon.v943src/bin/../src/h/rt.h:11, from xrcoexpr.c:7: /usr/include/sys/mman.h:358: note: this is the location of the previous definition 358 | #define SHARED 0x10 /* Use MEMCNTL_SHARED */ | rm xrcoexpr.c ../../bin/rtt -x rcomp.r gcc -c -I/usr/openwin/include xrcomp.c In file included from /home/pbulk/build/lang/icon/work/icon.v943src/bin/../src/h/../h/graphics.h:6, from /home/pbulk/build/lang/icon/work/icon.v943src/bin/../src/h/rt.h:21, from xrcomp.c:7: /home/pbulk/build/lang/icon/work/icon.v943src/bin/../src/h/../h/../h/xwin.h:77: warning: "SHARED" redefined 77 | #define SHARED 0 | In file included from /usr/include/dlfcn.h:37, from /home/pbulk/build/lang/icon/work/icon.v943src/bin/../src/h/../h/sys.h:74, from /home/pbulk/build/lang/icon/work/icon.v943src/bin/../src/h/rt.h:11, from xrcomp.c:7: /usr/include/sys/mman.h:358: note: this is the location of the previous definition 358 | #define SHARED 0x10 /* Use MEMCNTL_SHARED */ | rm xrcomp.c ../../bin/rtt -x rdebug.r gcc -c -I/usr/openwin/include xrdebug.c In file included from /home/pbulk/build/lang/icon/work/icon.v943src/bin/../src/h/../h/graphics.h:6, from /home/pbulk/build/lang/icon/work/icon.v943src/bin/../src/h/rt.h:21, from xrdebug.c:7: /home/pbulk/build/lang/icon/work/icon.v943src/bin/../src/h/../h/../h/xwin.h:77: warning: "SHARED" redefined 77 | #define SHARED 0 | In file included from /usr/include/dlfcn.h:37, from /home/pbulk/build/lang/icon/work/icon.v943src/bin/../src/h/../h/sys.h:74, from /home/pbulk/build/lang/icon/work/icon.v943src/bin/../src/h/rt.h:11, from xrdebug.c:7: /usr/include/sys/mman.h:358: note: this is the location of the previous definition 358 | #define SHARED 0x10 /* Use MEMCNTL_SHARED */ | rm xrdebug.c ../../bin/rtt -x rlrgint.r gcc -c -I/usr/openwin/include xrlrgint.c In file included from /home/pbulk/build/lang/icon/work/icon.v943src/bin/../src/h/../h/graphics.h:6, from /home/pbulk/build/lang/icon/work/icon.v943src/bin/../src/h/rt.h:21, from xrlrgint.c:7: /home/pbulk/build/lang/icon/work/icon.v943src/bin/../src/h/../h/../h/xwin.h:77: warning: "SHARED" redefined 77 | #define SHARED 0 | In file included from /usr/include/dlfcn.h:37, from /home/pbulk/build/lang/icon/work/icon.v943src/bin/../src/h/../h/sys.h:74, from /home/pbulk/build/lang/icon/work/icon.v943src/bin/../src/h/rt.h:11, from xrlrgint.c:7: /usr/include/sys/mman.h:358: note: this is the location of the previous definition 358 | #define SHARED 0x10 /* Use MEMCNTL_SHARED */ | rm xrlrgint.c ../../bin/rtt -x rmemmgt.r gcc -c -I/usr/openwin/include xrmemmgt.c In file included from /home/pbulk/build/lang/icon/work/icon.v943src/bin/../src/h/../h/graphics.h:6, from /home/pbulk/build/lang/icon/work/icon.v943src/bin/../src/h/rt.h:21, from xrmemmgt.c:7: /home/pbulk/build/lang/icon/work/icon.v943src/bin/../src/h/../h/../h/xwin.h:77: warning: "SHARED" redefined 77 | #define SHARED 0 | In file included from /usr/include/dlfcn.h:37, from /home/pbulk/build/lang/icon/work/icon.v943src/bin/../src/h/../h/sys.h:74, from /home/pbulk/build/lang/icon/work/icon.v943src/bin/../src/h/rt.h:11, from xrmemmgt.c:7: /usr/include/sys/mman.h:358: note: this is the location of the previous definition 358 | #define SHARED 0x10 /* Use MEMCNTL_SHARED */ | rm xrmemmgt.c ../../bin/rtt -x rmisc.r gcc -c -I/usr/openwin/include xrmisc.c In file included from /home/pbulk/build/lang/icon/work/icon.v943src/bin/../src/h/../h/graphics.h:6, from /home/pbulk/build/lang/icon/work/icon.v943src/bin/../src/h/rt.h:21, from xrmisc.c:7: /home/pbulk/build/lang/icon/work/icon.v943src/bin/../src/h/../h/../h/xwin.h:77: warning: "SHARED" redefined 77 | #define SHARED 0 | In file included from /usr/include/dlfcn.h:37, from /home/pbulk/build/lang/icon/work/icon.v943src/bin/../src/h/../h/sys.h:74, from /home/pbulk/build/lang/icon/work/icon.v943src/bin/../src/h/rt.h:11, from xrmisc.c:7: /usr/include/sys/mman.h:358: note: this is the location of the previous definition 358 | #define SHARED 0x10 /* Use MEMCNTL_SHARED */ | rm xrmisc.c ../../bin/rtt -x rstruct.r gcc -c -I/usr/openwin/include xrstruct.c In file included from /home/pbulk/build/lang/icon/work/icon.v943src/bin/../src/h/../h/graphics.h:6, from /home/pbulk/build/lang/icon/work/icon.v943src/bin/../src/h/rt.h:21, from xrstruct.c:7: /home/pbulk/build/lang/icon/work/icon.v943src/bin/../src/h/../h/../h/xwin.h:77: warning: "SHARED" redefined 77 | #define SHARED 0 | In file included from /usr/include/dlfcn.h:37, from /home/pbulk/build/lang/icon/work/icon.v943src/bin/../src/h/../h/sys.h:74, from /home/pbulk/build/lang/icon/work/icon.v943src/bin/../src/h/rt.h:11, from xrstruct.c:7: /usr/include/sys/mman.h:358: note: this is the location of the previous definition 358 | #define SHARED 0x10 /* Use MEMCNTL_SHARED */ | rm xrstruct.c ../../bin/rtt -x rsys.r gcc -c -I/usr/openwin/include xrsys.c In file included from /home/pbulk/build/lang/icon/work/icon.v943src/bin/../src/h/../h/graphics.h:6, from /home/pbulk/build/lang/icon/work/icon.v943src/bin/../src/h/rt.h:21, from xrsys.c:7: /home/pbulk/build/lang/icon/work/icon.v943src/bin/../src/h/../h/../h/xwin.h:77: warning: "SHARED" redefined 77 | #define SHARED 0 | In file included from /usr/include/dlfcn.h:37, from /home/pbulk/build/lang/icon/work/icon.v943src/bin/../src/h/../h/sys.h:74, from /home/pbulk/build/lang/icon/work/icon.v943src/bin/../src/h/rt.h:11, from xrsys.c:7: /usr/include/sys/mman.h:358: note: this is the location of the previous definition 358 | #define SHARED 0x10 /* Use MEMCNTL_SHARED */ | rm xrsys.c ../../bin/rtt -x rwinrsc.r gcc -c -I/usr/openwin/include xrwinrsc.c In file included from /home/pbulk/build/lang/icon/work/icon.v943src/bin/../src/h/../h/graphics.h:6, from /home/pbulk/build/lang/icon/work/icon.v943src/bin/../src/h/rt.h:21, from xrwinrsc.c:7: /home/pbulk/build/lang/icon/work/icon.v943src/bin/../src/h/../h/../h/xwin.h:77: warning: "SHARED" redefined 77 | #define SHARED 0 | In file included from /usr/include/dlfcn.h:37, from /home/pbulk/build/lang/icon/work/icon.v943src/bin/../src/h/../h/sys.h:74, from /home/pbulk/build/lang/icon/work/icon.v943src/bin/../src/h/rt.h:11, from xrwinrsc.c:7: /usr/include/sys/mman.h:358: note: this is the location of the previous definition 358 | #define SHARED 0x10 /* Use MEMCNTL_SHARED */ | rm xrwinrsc.c ../../bin/rtt -x rwinsys.r gcc -c -I/usr/openwin/include xrwinsys.c In file included from /home/pbulk/build/lang/icon/work/icon.v943src/bin/../src/h/../h/graphics.h:6, from /home/pbulk/build/lang/icon/work/icon.v943src/bin/../src/h/rt.h:21, from xrwinsys.c:7: /home/pbulk/build/lang/icon/work/icon.v943src/bin/../src/h/../h/../h/xwin.h:77: warning: "SHARED" redefined 77 | #define SHARED 0 | In file included from /usr/include/dlfcn.h:37, from /home/pbulk/build/lang/icon/work/icon.v943src/bin/../src/h/../h/sys.h:74, from /home/pbulk/build/lang/icon/work/icon.v943src/bin/../src/h/rt.h:11, from xrwinsys.c:7: /usr/include/sys/mman.h:358: note: this is the location of the previous definition 358 | #define SHARED 0x10 /* Use MEMCNTL_SHARED */ | rm xrwinsys.c ../../bin/rtt -x rwindow.r gcc -c -I/usr/openwin/include xrwindow.c In file included from /home/pbulk/build/lang/icon/work/icon.v943src/bin/../src/h/../h/graphics.h:6, from /home/pbulk/build/lang/icon/work/icon.v943src/bin/../src/h/rt.h:21, from xrwindow.c:7: /home/pbulk/build/lang/icon/work/icon.v943src/bin/../src/h/../h/../h/xwin.h:77: warning: "SHARED" redefined 77 | #define SHARED 0 | In file included from /usr/include/dlfcn.h:37, from /home/pbulk/build/lang/icon/work/icon.v943src/bin/../src/h/../h/sys.h:74, from /home/pbulk/build/lang/icon/work/icon.v943src/bin/../src/h/rt.h:11, from xrwindow.c:7: /usr/include/sys/mman.h:358: note: this is the location of the previous definition 358 | #define SHARED 0x10 /* Use MEMCNTL_SHARED */ | rm xrwindow.c ../../bin/rtt -x rcolor.r gcc -c -I/usr/openwin/include xrcolor.c In file included from /home/pbulk/build/lang/icon/work/icon.v943src/bin/../src/h/../h/graphics.h:6, from /home/pbulk/build/lang/icon/work/icon.v943src/bin/../src/h/rt.h:21, from xrcolor.c:7: /home/pbulk/build/lang/icon/work/icon.v943src/bin/../src/h/../h/../h/xwin.h:77: warning: "SHARED" redefined 77 | #define SHARED 0 | In file included from /usr/include/dlfcn.h:37, from /home/pbulk/build/lang/icon/work/icon.v943src/bin/../src/h/../h/sys.h:74, from /home/pbulk/build/lang/icon/work/icon.v943src/bin/../src/h/rt.h:11, from xrcolor.c:7: /usr/include/sys/mman.h:358: note: this is the location of the previous definition 358 | #define SHARED 0x10 /* Use MEMCNTL_SHARED */ | rm xrcolor.c ../../bin/rtt -x rimage.r gcc -c -I/usr/openwin/include xrimage.c In file included from /home/pbulk/build/lang/icon/work/icon.v943src/bin/../src/h/../h/graphics.h:6, from /home/pbulk/build/lang/icon/work/icon.v943src/bin/../src/h/rt.h:21, from xrimage.c:7: /home/pbulk/build/lang/icon/work/icon.v943src/bin/../src/h/../h/../h/xwin.h:77: warning: "SHARED" redefined 77 | #define SHARED 0 | In file included from /usr/include/dlfcn.h:37, from /home/pbulk/build/lang/icon/work/icon.v943src/bin/../src/h/../h/sys.h:74, from /home/pbulk/build/lang/icon/work/icon.v943src/bin/../src/h/rt.h:11, from xrimage.c:7: /usr/include/sys/mman.h:358: note: this is the location of the previous definition 358 | #define SHARED 0x10 /* Use MEMCNTL_SHARED */ | rm xrimage.c cd ../common; /opt/local/bin/bmake cd ../h; for f in *.h; do sed -e 's:../h/::g;s:../xpm/::g' $f > ../../lib/icon/$f; done if [ "x-L../../lib/icon -lIgpx -L /usr/openwin/lib -Xlinker -R/usr/openwin/lib -lX11" != "x" ]; then /opt/local/bin/bmake xpm; fi cd ../xpm; /opt/local/bin/bmake libXpm.a `libXpm.a' is up to date. cp -p ../xpm/libXpm.a ../../lib/icon/libIgpx.a cd ../xpm; for f in *.h; do sed -e 's:../h/::g;s:../xpm/::g' $f > ../../lib/icon/$f; done gcc -o iconx xcnv.o xdata.o xdef.o xerrmsg.o xextcall.o xfconv.o xfload.o xfmath.o xfmisc.o xfmonitr.o xfscan.o xfstr.o xfstranl.o xfstruct.o xfsys.o xfwindow.o ximain.o ximisc.o xinit.o xinterp.o xinvoke.o xkeyword.o xlmisc.o xoarith.o xoasgn.o xocat.o xocomp.o xomisc.o xoref.o xoset.o xovalue.o xralc.o xrcoexpr.o xrcomp.o xrdebug.o xrlrgint.o xrmemmgt.o xrmisc.o xrstruct.o xrsys.o xrwinrsc.o xrwinsys.o xrwindow.o xrcolor.o xrimage.o ../common/long.o ../common/time.o ../common/rswitch.o ../common/xwindow.o ../common/alloc.o ../common/filepart.o ../common/munix.o -L../../lib/icon -lIgpx -L /usr/openwin/lib -Xlinker -R/usr/openwin/lib -lX11 -lm -ldl cp iconx ../../bin cd src/runtime; /opt/local/bin/bmake comp_all rm -f rt.db rt.a ../../bin/rtt cnv.r data.r def.r errmsg.r fconv.r fload.r fmath.r fmisc.r fmonitr.r fscan.r fstr.r fstranl.r fstruct.r fsys.r fwindow.r init.r invoke.r keyword.r lmisc.r oarith.r oasgn.r ocat.r ocomp.r omisc.r oref.r oset.r ovalue.r ralc.r rcoexpr.r rcomp.r rdebug.r rlrgint.r rmemmgt.r rmisc.r rstruct.r rsys.r rwinrsc.r rwinsys.r rwindow.r rcolor.r rimage.r creating new data base: rt.db gcc -c -I/usr/openwin/include `sed 's/$/.c/' rttcur.lst` In file included from /home/pbulk/build/lang/icon/work/icon.v943src/bin/../src/h/../h/graphics.h:6, from /home/pbulk/build/lang/icon/work/icon.v943src/bin/../src/h/rt.h:21, from cnv.c:7: /home/pbulk/build/lang/icon/work/icon.v943src/bin/../src/h/../h/../h/xwin.h:77: warning: "SHARED" redefined 77 | #define SHARED 0 | In file included from /usr/include/dlfcn.h:37, from /home/pbulk/build/lang/icon/work/icon.v943src/bin/../src/h/../h/sys.h:74, from /home/pbulk/build/lang/icon/work/icon.v943src/bin/../src/h/rt.h:11, from cnv.c:7: /usr/include/sys/mman.h:358: note: this is the location of the previous definition 358 | #define SHARED 0x10 /* Use MEMCNTL_SHARED */ | In file included from /home/pbulk/build/lang/icon/work/icon.v943src/bin/../src/h/../h/graphics.h:6, from /home/pbulk/build/lang/icon/work/icon.v943src/bin/../src/h/rt.h:21, from data.c:7: /home/pbulk/build/lang/icon/work/icon.v943src/bin/../src/h/../h/../h/xwin.h:77: warning: "SHARED" redefined 77 | #define SHARED 0 | In file included from /usr/include/dlfcn.h:37, from /home/pbulk/build/lang/icon/work/icon.v943src/bin/../src/h/../h/sys.h:74, from /home/pbulk/build/lang/icon/work/icon.v943src/bin/../src/h/rt.h:11, from data.c:7: /usr/include/sys/mman.h:358: note: this is the location of the previous definition 358 | #define SHARED 0x10 /* Use MEMCNTL_SHARED */ | In file included from /home/pbulk/build/lang/icon/work/icon.v943src/bin/../src/h/../h/graphics.h:6, from /home/pbulk/build/lang/icon/work/icon.v943src/bin/../src/h/rt.h:21, from def.c:7: /home/pbulk/build/lang/icon/work/icon.v943src/bin/../src/h/../h/../h/xwin.h:77: warning: "SHARED" redefined 77 | #define SHARED 0 | In file included from /usr/include/dlfcn.h:37, from /home/pbulk/build/lang/icon/work/icon.v943src/bin/../src/h/../h/sys.h:74, from /home/pbulk/build/lang/icon/work/icon.v943src/bin/../src/h/rt.h:11, from def.c:7: /usr/include/sys/mman.h:358: note: this is the location of the previous definition 358 | #define SHARED 0x10 /* Use MEMCNTL_SHARED */ | In file included from /home/pbulk/build/lang/icon/work/icon.v943src/bin/../src/h/../h/graphics.h:6, from /home/pbulk/build/lang/icon/work/icon.v943src/bin/../src/h/rt.h:21, from errmsg.c:7: /home/pbulk/build/lang/icon/work/icon.v943src/bin/../src/h/../h/../h/xwin.h:77: warning: "SHARED" redefined 77 | #define SHARED 0 | In file included from /usr/include/dlfcn.h:37, from /home/pbulk/build/lang/icon/work/icon.v943src/bin/../src/h/../h/sys.h:74, from /home/pbulk/build/lang/icon/work/icon.v943src/bin/../src/h/rt.h:11, from errmsg.c:7: /usr/include/sys/mman.h:358: note: this is the location of the previous definition 358 | #define SHARED 0x10 /* Use MEMCNTL_SHARED */ | In file included from /home/pbulk/build/lang/icon/work/icon.v943src/bin/../src/h/../h/graphics.h:6, from /home/pbulk/build/lang/icon/work/icon.v943src/bin/../src/h/rt.h:21, from f_00.c:7: /home/pbulk/build/lang/icon/work/icon.v943src/bin/../src/h/../h/../h/xwin.h:77: warning: "SHARED" redefined 77 | #define SHARED 0 | In file included from /usr/include/dlfcn.h:37, from /home/pbulk/build/lang/icon/work/icon.v943src/bin/../src/h/../h/sys.h:74, from /home/pbulk/build/lang/icon/work/icon.v943src/bin/../src/h/rt.h:11, from f_00.c:7: /usr/include/sys/mman.h:358: note: this is the location of the previous definition 358 | #define SHARED 0x10 /* Use MEMCNTL_SHARED */ | In file included from /home/pbulk/build/lang/icon/work/icon.v943src/bin/../src/h/../h/graphics.h:6, from /home/pbulk/build/lang/icon/work/icon.v943src/bin/../src/h/rt.h:21, from f_01.c:7: /home/pbulk/build/lang/icon/work/icon.v943src/bin/../src/h/../h/../h/xwin.h:77: warning: "SHARED" redefined 77 | #define SHARED 0 | In file included from /usr/include/dlfcn.h:37, from /home/pbulk/build/lang/icon/work/icon.v943src/bin/../src/h/../h/sys.h:74, from /home/pbulk/build/lang/icon/work/icon.v943src/bin/../src/h/rt.h:11, from f_01.c:7: /usr/include/sys/mman.h:358: note: this is the location of the previous definition 358 | #define SHARED 0x10 /* Use MEMCNTL_SHARED */ | In file included from /home/pbulk/build/lang/icon/work/icon.v943src/bin/../src/h/../h/graphics.h:6, from /home/pbulk/build/lang/icon/work/icon.v943src/bin/../src/h/rt.h:21, from f_02.c:7: /home/pbulk/build/lang/icon/work/icon.v943src/bin/../src/h/../h/../h/xwin.h:77: warning: "SHARED" redefined 77 | #define SHARED 0 | In file included from /usr/include/dlfcn.h:37, from /home/pbulk/build/lang/icon/work/icon.v943src/bin/../src/h/../h/sys.h:74, from /home/pbulk/build/lang/icon/work/icon.v943src/bin/../src/h/rt.h:11, from f_02.c:7: /usr/include/sys/mman.h:358: note: this is the location of the previous definition 358 | #define SHARED 0x10 /* Use MEMCNTL_SHARED */ | In file included from /home/pbulk/build/lang/icon/work/icon.v943src/bin/../src/h/../h/graphics.h:6, from /home/pbulk/build/lang/icon/work/icon.v943src/bin/../src/h/rt.h:21, from f_03.c:7: /home/pbulk/build/lang/icon/work/icon.v943src/bin/../src/h/../h/../h/xwin.h:77: warning: "SHARED" redefined 77 | #define SHARED 0 | In file included from /usr/include/dlfcn.h:37, from /home/pbulk/build/lang/icon/work/icon.v943src/bin/../src/h/../h/sys.h:74, from /home/pbulk/build/lang/icon/work/icon.v943src/bin/../src/h/rt.h:11, from f_03.c:7: /usr/include/sys/mman.h:358: note: this is the location of the previous definition 358 | #define SHARED 0x10 /* Use MEMCNTL_SHARED */ | In file included from /home/pbulk/build/lang/icon/work/icon.v943src/bin/../src/h/../h/graphics.h:6, from /home/pbulk/build/lang/icon/work/icon.v943src/bin/../src/h/rt.h:21, from f_04.c:7: /home/pbulk/build/lang/icon/work/icon.v943src/bin/../src/h/../h/../h/xwin.h:77: warning: "SHARED" redefined 77 | #define SHARED 0 | In file included from /usr/include/dlfcn.h:37, from /home/pbulk/build/lang/icon/work/icon.v943src/bin/../src/h/../h/sys.h:74, from /home/pbulk/build/lang/icon/work/icon.v943src/bin/../src/h/rt.h:11, from f_04.c:7: /usr/include/sys/mman.h:358: note: this is the location of the previous definition 358 | #define SHARED 0x10 /* Use MEMCNTL_SHARED */ | In file included from /home/pbulk/build/lang/icon/work/icon.v943src/bin/../src/h/../h/graphics.h:6, from /home/pbulk/build/lang/icon/work/icon.v943src/bin/../src/h/rt.h:21, from f_05.c:7: /home/pbulk/build/lang/icon/work/icon.v943src/bin/../src/h/../h/../h/xwin.h:77: warning: "SHARED" redefined 77 | #define SHARED 0 | In file included from /usr/include/dlfcn.h:37, from /home/pbulk/build/lang/icon/work/icon.v943src/bin/../src/h/../h/sys.h:74, from /home/pbulk/build/lang/icon/work/icon.v943src/bin/../src/h/rt.h:11, from f_05.c:7: /usr/include/sys/mman.h:358: note: this is the location of the previous definition 358 | #define SHARED 0x10 /* Use MEMCNTL_SHARED */ | In file included from /home/pbulk/build/lang/icon/work/icon.v943src/bin/../src/h/../h/graphics.h:6, from /home/pbulk/build/lang/icon/work/icon.v943src/bin/../src/h/rt.h:21, from f_06.c:7: /home/pbulk/build/lang/icon/work/icon.v943src/bin/../src/h/../h/../h/xwin.h:77: warning: "SHARED" redefined 77 | #define SHARED 0 | In file included from /usr/include/dlfcn.h:37, from /home/pbulk/build/lang/icon/work/icon.v943src/bin/../src/h/../h/sys.h:74, from /home/pbulk/build/lang/icon/work/icon.v943src/bin/../src/h/rt.h:11, from f_06.c:7: /usr/include/sys/mman.h:358: note: this is the location of the previous definition 358 | #define SHARED 0x10 /* Use MEMCNTL_SHARED */ | In file included from /home/pbulk/build/lang/icon/work/icon.v943src/bin/../src/h/../h/graphics.h:6, from /home/pbulk/build/lang/icon/work/icon.v943src/bin/../src/h/rt.h:21, from fconv.c:7: /home/pbulk/build/lang/icon/work/icon.v943src/bin/../src/h/../h/../h/xwin.h:77: warning: "SHARED" redefined 77 | #define SHARED 0 | In file included from /usr/include/dlfcn.h:37, from /home/pbulk/build/lang/icon/work/icon.v943src/bin/../src/h/../h/sys.h:74, from /home/pbulk/build/lang/icon/work/icon.v943src/bin/../src/h/rt.h:11, from fconv.c:7: /usr/include/sys/mman.h:358: note: this is the location of the previous definition 358 | #define SHARED 0x10 /* Use MEMCNTL_SHARED */ | In file included from /home/pbulk/build/lang/icon/work/icon.v943src/bin/../src/h/../h/graphics.h:6, from /home/pbulk/build/lang/icon/work/icon.v943src/bin/../src/h/rt.h:21, from f_07.c:7: /home/pbulk/build/lang/icon/work/icon.v943src/bin/../src/h/../h/../h/xwin.h:77: warning: "SHARED" redefined 77 | #define SHARED 0 | In file included from /usr/include/dlfcn.h:37, from /home/pbulk/build/lang/icon/work/icon.v943src/bin/../src/h/../h/sys.h:74, from /home/pbulk/build/lang/icon/work/icon.v943src/bin/../src/h/rt.h:11, from f_07.c:7: /usr/include/sys/mman.h:358: note: this is the location of the previous definition 358 | #define SHARED 0x10 /* Use MEMCNTL_SHARED */ | fload.r: In function 'F07_loadfunc': fload.r:101:9: warning: implicit declaration of function 'makefunc' [-Wimplicit-function-declaration] 101 | if (!makefunc(&result, funcname, func)) | ^~~~~~~~ In file included from /home/pbulk/build/lang/icon/work/icon.v943src/bin/../src/h/../h/graphics.h:6, from /home/pbulk/build/lang/icon/work/icon.v943src/bin/../src/h/rt.h:21, from f_070.c:7: /home/pbulk/build/lang/icon/work/icon.v943src/bin/../src/h/../h/../h/xwin.h:77: warning: "SHARED" redefined 77 | #define SHARED 0 | In file included from /usr/include/dlfcn.h:37, from /home/pbulk/build/lang/icon/work/icon.v943src/bin/../src/h/../h/sys.h:74, from /home/pbulk/build/lang/icon/work/icon.v943src/bin/../src/h/rt.h:11, from f_070.c:7: /usr/include/sys/mman.h:358: note: this is the location of the previous definition 358 | #define SHARED 0x10 /* Use MEMCNTL_SHARED */ | fload.r: In function 'F070_loadfunc': fload.r:101:9: warning: implicit declaration of function 'makefunc' [-Wimplicit-function-declaration] 101 | if (!makefunc(&result, funcname, func)) | ^~~~~~~~ In file included from /home/pbulk/build/lang/icon/work/icon.v943src/bin/../src/h/../h/graphics.h:6, from /home/pbulk/build/lang/icon/work/icon.v943src/bin/../src/h/rt.h:21, from fload.c:7: /home/pbulk/build/lang/icon/work/icon.v943src/bin/../src/h/../h/../h/xwin.h:77: warning: "SHARED" redefined 77 | #define SHARED 0 | In file included from /usr/include/dlfcn.h:37, from /home/pbulk/build/lang/icon/work/icon.v943src/bin/../src/h/../h/sys.h:74, from /home/pbulk/build/lang/icon/work/icon.v943src/bin/../src/h/rt.h:11, from fload.c:7: /usr/include/sys/mman.h:358: note: this is the location of the previous definition 358 | #define SHARED 0x10 /* Use MEMCNTL_SHARED */ | In file included from /home/pbulk/build/lang/icon/work/icon.v943src/bin/../src/h/../h/graphics.h:6, from /home/pbulk/build/lang/icon/work/icon.v943src/bin/../src/h/rt.h:21, from f_08.c:7: /home/pbulk/build/lang/icon/work/icon.v943src/bin/../src/h/../h/../h/xwin.h:77: warning: "SHARED" redefined 77 | #define SHARED 0 | In file included from /usr/include/dlfcn.h:37, from /home/pbulk/build/lang/icon/work/icon.v943src/bin/../src/h/../h/sys.h:74, from /home/pbulk/build/lang/icon/work/icon.v943src/bin/../src/h/rt.h:11, from f_08.c:7: /usr/include/sys/mman.h:358: note: this is the location of the previous definition 358 | #define SHARED 0x10 /* Use MEMCNTL_SHARED */ | In file included from /home/pbulk/build/lang/icon/work/icon.v943src/bin/../src/h/../h/graphics.h:6, from /home/pbulk/build/lang/icon/work/icon.v943src/bin/../src/h/rt.h:21, from f_09.c:7: /home/pbulk/build/lang/icon/work/icon.v943src/bin/../src/h/../h/../h/xwin.h:77: warning: "SHARED" redefined 77 | #define SHARED 0 | In file included from /usr/include/dlfcn.h:37, from /home/pbulk/build/lang/icon/work/icon.v943src/bin/../src/h/../h/sys.h:74, from /home/pbulk/build/lang/icon/work/icon.v943src/bin/../src/h/rt.h:11, from f_09.c:7: /usr/include/sys/mman.h:358: note: this is the location of the previous definition 358 | #define SHARED 0x10 /* Use MEMCNTL_SHARED */ | In file included from /home/pbulk/build/lang/icon/work/icon.v943src/bin/../src/h/../h/graphics.h:6, from /home/pbulk/build/lang/icon/work/icon.v943src/bin/../src/h/rt.h:21, from f_0a.c:7: /home/pbulk/build/lang/icon/work/icon.v943src/bin/../src/h/../h/../h/xwin.h:77: warning: "SHARED" redefined 77 | #define SHARED 0 | In file included from /usr/include/dlfcn.h:37, from /home/pbulk/build/lang/icon/work/icon.v943src/bin/../src/h/../h/sys.h:74, from /home/pbulk/build/lang/icon/work/icon.v943src/bin/../src/h/rt.h:11, from f_0a.c:7: /usr/include/sys/mman.h:358: note: this is the location of the previous definition 358 | #define SHARED 0x10 /* Use MEMCNTL_SHARED */ | In file included from /home/pbulk/build/lang/icon/work/icon.v943src/bin/../src/h/../h/graphics.h:6, from /home/pbulk/build/lang/icon/work/icon.v943src/bin/../src/h/rt.h:21, from f_0b.c:7: /home/pbulk/build/lang/icon/work/icon.v943src/bin/../src/h/../h/../h/xwin.h:77: warning: "SHARED" redefined 77 | #define SHARED 0 | In file included from /usr/include/dlfcn.h:37, from /home/pbulk/build/lang/icon/work/icon.v943src/bin/../src/h/../h/sys.h:74, from /home/pbulk/build/lang/icon/work/icon.v943src/bin/../src/h/rt.h:11, from f_0b.c:7: /usr/include/sys/mman.h:358: note: this is the location of the previous definition 358 | #define SHARED 0x10 /* Use MEMCNTL_SHARED */ | In file included from /home/pbulk/build/lang/icon/work/icon.v943src/bin/../src/h/../h/graphics.h:6, from /home/pbulk/build/lang/icon/work/icon.v943src/bin/../src/h/rt.h:21, from f_0c.c:7: /home/pbulk/build/lang/icon/work/icon.v943src/bin/../src/h/../h/../h/xwin.h:77: warning: "SHARED" redefined 77 | #define SHARED 0 | In file included from /usr/include/dlfcn.h:37, from /home/pbulk/build/lang/icon/work/icon.v943src/bin/../src/h/../h/sys.h:74, from /home/pbulk/build/lang/icon/work/icon.v943src/bin/../src/h/rt.h:11, from f_0c.c:7: /usr/include/sys/mman.h:358: note: this is the location of the previous definition 358 | #define SHARED 0x10 /* Use MEMCNTL_SHARED */ | In file included from /home/pbulk/build/lang/icon/work/icon.v943src/bin/../src/h/../h/graphics.h:6, from /home/pbulk/build/lang/icon/work/icon.v943src/bin/../src/h/rt.h:21, from f_0d.c:7: /home/pbulk/build/lang/icon/work/icon.v943src/bin/../src/h/../h/../h/xwin.h:77: warning: "SHARED" redefined 77 | #define SHARED 0 | In file included from /usr/include/dlfcn.h:37, from /home/pbulk/build/lang/icon/work/icon.v943src/bin/../src/h/../h/sys.h:74, from /home/pbulk/build/lang/icon/work/icon.v943src/bin/../src/h/rt.h:11, from f_0d.c:7: /usr/include/sys/mman.h:358: note: this is the location of the previous definition 358 | #define SHARED 0x10 /* Use MEMCNTL_SHARED */ | In file included from /home/pbulk/build/lang/icon/work/icon.v943src/bin/../src/h/../h/graphics.h:6, from /home/pbulk/build/lang/icon/work/icon.v943src/bin/../src/h/rt.h:21, from f_0e.c:7: /home/pbulk/build/lang/icon/work/icon.v943src/bin/../src/h/../h/../h/xwin.h:77: warning: "SHARED" redefined 77 | #define SHARED 0 | In file included from /usr/include/dlfcn.h:37, from /home/pbulk/build/lang/icon/work/icon.v943src/bin/../src/h/../h/sys.h:74, from /home/pbulk/build/lang/icon/work/icon.v943src/bin/../src/h/rt.h:11, from f_0e.c:7: /usr/include/sys/mman.h:358: note: this is the location of the previous definition 358 | #define SHARED 0x10 /* Use MEMCNTL_SHARED */ | In file included from /home/pbulk/build/lang/icon/work/icon.v943src/bin/../src/h/../h/graphics.h:6, from /home/pbulk/build/lang/icon/work/icon.v943src/bin/../src/h/rt.h:21, from f_0f.c:7: /home/pbulk/build/lang/icon/work/icon.v943src/bin/../src/h/../h/../h/xwin.h:77: warning: "SHARED" redefined 77 | #define SHARED 0 | In file included from /usr/include/dlfcn.h:37, from /home/pbulk/build/lang/icon/work/icon.v943src/bin/../src/h/../h/sys.h:74, from /home/pbulk/build/lang/icon/work/icon.v943src/bin/../src/h/rt.h:11, from f_0f.c:7: /usr/include/sys/mman.h:358: note: this is the location of the previous definition 358 | #define SHARED 0x10 /* Use MEMCNTL_SHARED */ | In file included from /home/pbulk/build/lang/icon/work/icon.v943src/bin/../src/h/../h/graphics.h:6, from /home/pbulk/build/lang/icon/work/icon.v943src/bin/../src/h/rt.h:21, from f_0g.c:7: /home/pbulk/build/lang/icon/work/icon.v943src/bin/../src/h/../h/../h/xwin.h:77: warning: "SHARED" redefined 77 | #define SHARED 0 | In file included from /usr/include/dlfcn.h:37, from /home/pbulk/build/lang/icon/work/icon.v943src/bin/../src/h/../h/sys.h:74, from /home/pbulk/build/lang/icon/work/icon.v943src/bin/../src/h/rt.h:11, from f_0g.c:7: /usr/include/sys/mman.h:358: note: this is the location of the previous definition 358 | #define SHARED 0x10 /* Use MEMCNTL_SHARED */ | In file included from /home/pbulk/build/lang/icon/work/icon.v943src/bin/../src/h/../h/graphics.h:6, from /home/pbulk/build/lang/icon/work/icon.v943src/bin/../src/h/rt.h:21, from f_0h.c:7: /home/pbulk/build/lang/icon/work/icon.v943src/bin/../src/h/../h/../h/xwin.h:77: warning: "SHARED" redefined 77 | #define SHARED 0 | In file included from /usr/include/dlfcn.h:37, from /home/pbulk/build/lang/icon/work/icon.v943src/bin/../src/h/../h/sys.h:74, from /home/pbulk/build/lang/icon/work/icon.v943src/bin/../src/h/rt.h:11, from f_0h.c:7: /usr/include/sys/mman.h:358: note: this is the location of the previous definition 358 | #define SHARED 0x10 /* Use MEMCNTL_SHARED */ | In file included from /home/pbulk/build/lang/icon/work/icon.v943src/bin/../src/h/../h/graphics.h:6, from /home/pbulk/build/lang/icon/work/icon.v943src/bin/../src/h/rt.h:21, from f_0i.c:7: /home/pbulk/build/lang/icon/work/icon.v943src/bin/../src/h/../h/../h/xwin.h:77: warning: "SHARED" redefined 77 | #define SHARED 0 | In file included from /usr/include/dlfcn.h:37, from /home/pbulk/build/lang/icon/work/icon.v943src/bin/../src/h/../h/sys.h:74, from /home/pbulk/build/lang/icon/work/icon.v943src/bin/../src/h/rt.h:11, from f_0i.c:7: /usr/include/sys/mman.h:358: note: this is the location of the previous definition 358 | #define SHARED 0x10 /* Use MEMCNTL_SHARED */ | In file included from /home/pbulk/build/lang/icon/work/icon.v943src/bin/../src/h/../h/graphics.h:6, from /home/pbulk/build/lang/icon/work/icon.v943src/bin/../src/h/rt.h:21, from f_0i0.c:7: /home/pbulk/build/lang/icon/work/icon.v943src/bin/../src/h/../h/../h/xwin.h:77: warning: "SHARED" redefined 77 | #define SHARED 0 | In file included from /usr/include/dlfcn.h:37, from /home/pbulk/build/lang/icon/work/icon.v943src/bin/../src/h/../h/sys.h:74, from /home/pbulk/build/lang/icon/work/icon.v943src/bin/../src/h/rt.h:11, from f_0i0.c:7: /usr/include/sys/mman.h:358: note: this is the location of the previous definition 358 | #define SHARED 0x10 /* Use MEMCNTL_SHARED */ | In file included from /home/pbulk/build/lang/icon/work/icon.v943src/bin/../src/h/../h/graphics.h:6, from /home/pbulk/build/lang/icon/work/icon.v943src/bin/../src/h/rt.h:21, from fmath.c:7: /home/pbulk/build/lang/icon/work/icon.v943src/bin/../src/h/../h/../h/xwin.h:77: warning: "SHARED" redefined 77 | #define SHARED 0 | In file included from /usr/include/dlfcn.h:37, from /home/pbulk/build/lang/icon/work/icon.v943src/bin/../src/h/../h/sys.h:74, from /home/pbulk/build/lang/icon/work/icon.v943src/bin/../src/h/rt.h:11, from fmath.c:7: /usr/include/sys/mman.h:358: note: this is the location of the previous definition 358 | #define SHARED 0x10 /* Use MEMCNTL_SHARED */ | In file included from /home/pbulk/build/lang/icon/work/icon.v943src/bin/../src/h/../h/graphics.h:6, from /home/pbulk/build/lang/icon/work/icon.v943src/bin/../src/h/rt.h:21, from f_0j.c:7: /home/pbulk/build/lang/icon/work/icon.v943src/bin/../src/h/../h/../h/xwin.h:77: warning: "SHARED" redefined 77 | #define SHARED 0 | In file included from /usr/include/dlfcn.h:37, from /home/pbulk/build/lang/icon/work/icon.v943src/bin/../src/h/../h/sys.h:74, from /home/pbulk/build/lang/icon/work/icon.v943src/bin/../src/h/rt.h:11, from f_0j.c:7: /usr/include/sys/mman.h:358: note: this is the location of the previous definition 358 | #define SHARED 0x10 /* Use MEMCNTL_SHARED */ | In file included from /home/pbulk/build/lang/icon/work/icon.v943src/bin/../src/h/../h/graphics.h:6, from /home/pbulk/build/lang/icon/work/icon.v943src/bin/../src/h/rt.h:21, from f_0k.c:7: /home/pbulk/build/lang/icon/work/icon.v943src/bin/../src/h/../h/../h/xwin.h:77: warning: "SHARED" redefined 77 | #define SHARED 0 | In file included from /usr/include/dlfcn.h:37, from /home/pbulk/build/lang/icon/work/icon.v943src/bin/../src/h/../h/sys.h:74, from /home/pbulk/build/lang/icon/work/icon.v943src/bin/../src/h/rt.h:11, from f_0k.c:7: /usr/include/sys/mman.h:358: note: this is the location of the previous definition 358 | #define SHARED 0x10 /* Use MEMCNTL_SHARED */ | In file included from /home/pbulk/build/lang/icon/work/icon.v943src/bin/../src/h/../h/graphics.h:6, from /home/pbulk/build/lang/icon/work/icon.v943src/bin/../src/h/rt.h:21, from f_0k0.c:7: /home/pbulk/build/lang/icon/work/icon.v943src/bin/../src/h/../h/../h/xwin.h:77: warning: "SHARED" redefined 77 | #define SHARED 0 | In file included from /usr/include/dlfcn.h:37, from /home/pbulk/build/lang/icon/work/icon.v943src/bin/../src/h/../h/sys.h:74, from /home/pbulk/build/lang/icon/work/icon.v943src/bin/../src/h/rt.h:11, from f_0k0.c:7: /usr/include/sys/mman.h:358: note: this is the location of the previous definition 358 | #define SHARED 0x10 /* Use MEMCNTL_SHARED */ | In file included from /home/pbulk/build/lang/icon/work/icon.v943src/bin/../src/h/../h/graphics.h:6, from /home/pbulk/build/lang/icon/work/icon.v943src/bin/../src/h/rt.h:21, from f_0l.c:7: /home/pbulk/build/lang/icon/work/icon.v943src/bin/../src/h/../h/../h/xwin.h:77: warning: "SHARED" redefined 77 | #define SHARED 0 | In file included from /usr/include/dlfcn.h:37, from /home/pbulk/build/lang/icon/work/icon.v943src/bin/../src/h/../h/sys.h:74, from /home/pbulk/build/lang/icon/work/icon.v943src/bin/../src/h/rt.h:11, from f_0l.c:7: /usr/include/sys/mman.h:358: note: this is the location of the previous definition 358 | #define SHARED 0x10 /* Use MEMCNTL_SHARED */ | In file included from /home/pbulk/build/lang/icon/work/icon.v943src/bin/../src/h/../h/graphics.h:6, from /home/pbulk/build/lang/icon/work/icon.v943src/bin/../src/h/rt.h:21, from f_0l0.c:7: /home/pbulk/build/lang/icon/work/icon.v943src/bin/../src/h/../h/../h/xwin.h:77: warning: "SHARED" redefined 77 | #define SHARED 0 | In file included from /usr/include/dlfcn.h:37, from /home/pbulk/build/lang/icon/work/icon.v943src/bin/../src/h/../h/sys.h:74, from /home/pbulk/build/lang/icon/work/icon.v943src/bin/../src/h/rt.h:11, from f_0l0.c:7: /usr/include/sys/mman.h:358: note: this is the location of the previous definition 358 | #define SHARED 0x10 /* Use MEMCNTL_SHARED */ | In file included from /home/pbulk/build/lang/icon/work/icon.v943src/bin/../src/h/../h/graphics.h:6, from /home/pbulk/build/lang/icon/work/icon.v943src/bin/../src/h/rt.h:21, from f_0m.c:7: /home/pbulk/build/lang/icon/work/icon.v943src/bin/../src/h/../h/../h/xwin.h:77: warning: "SHARED" redefined 77 | #define SHARED 0 | In file included from /usr/include/dlfcn.h:37, from /home/pbulk/build/lang/icon/work/icon.v943src/bin/../src/h/../h/sys.h:74, from /home/pbulk/build/lang/icon/work/icon.v943src/bin/../src/h/rt.h:11, from f_0m.c:7: /usr/include/sys/mman.h:358: note: this is the location of the previous definition 358 | #define SHARED 0x10 /* Use MEMCNTL_SHARED */ | In file included from /home/pbulk/build/lang/icon/work/icon.v943src/bin/../src/h/../h/graphics.h:6, from /home/pbulk/build/lang/icon/work/icon.v943src/bin/../src/h/rt.h:21, from f_0m0.c:7: /home/pbulk/build/lang/icon/work/icon.v943src/bin/../src/h/../h/../h/xwin.h:77: warning: "SHARED" redefined 77 | #define SHARED 0 | In file included from /usr/include/dlfcn.h:37, from /home/pbulk/build/lang/icon/work/icon.v943src/bin/../src/h/../h/sys.h:74, from /home/pbulk/build/lang/icon/work/icon.v943src/bin/../src/h/rt.h:11, from f_0m0.c:7: /usr/include/sys/mman.h:358: note: this is the location of the previous definition 358 | #define SHARED 0x10 /* Use MEMCNTL_SHARED */ | In file included from /home/pbulk/build/lang/icon/work/icon.v943src/bin/../src/h/../h/graphics.h:6, from /home/pbulk/build/lang/icon/work/icon.v943src/bin/../src/h/rt.h:21, from f_0m1.c:7: /home/pbulk/build/lang/icon/work/icon.v943src/bin/../src/h/../h/../h/xwin.h:77: warning: "SHARED" redefined 77 | #define SHARED 0 | In file included from /usr/include/dlfcn.h:37, from /home/pbulk/build/lang/icon/work/icon.v943src/bin/../src/h/../h/sys.h:74, from /home/pbulk/build/lang/icon/work/icon.v943src/bin/../src/h/rt.h:11, from f_0m1.c:7: /usr/include/sys/mman.h:358: note: this is the location of the previous definition 358 | #define SHARED 0x10 /* Use MEMCNTL_SHARED */ | In file included from /home/pbulk/build/lang/icon/work/icon.v943src/bin/../src/h/../h/graphics.h:6, from /home/pbulk/build/lang/icon/work/icon.v943src/bin/../src/h/rt.h:21, from f_0m2.c:7: /home/pbulk/build/lang/icon/work/icon.v943src/bin/../src/h/../h/../h/xwin.h:77: warning: "SHARED" redefined 77 | #define SHARED 0 | In file included from /usr/include/dlfcn.h:37, from /home/pbulk/build/lang/icon/work/icon.v943src/bin/../src/h/../h/sys.h:74, from /home/pbulk/build/lang/icon/work/icon.v943src/bin/../src/h/rt.h:11, from f_0m2.c:7: /usr/include/sys/mman.h:358: note: this is the location of the previous definition 358 | #define SHARED 0x10 /* Use MEMCNTL_SHARED */ | In file included from /home/pbulk/build/lang/icon/work/icon.v943src/bin/../src/h/../h/graphics.h:6, from /home/pbulk/build/lang/icon/work/icon.v943src/bin/../src/h/rt.h:21, from f_0m3.c:7: /home/pbulk/build/lang/icon/work/icon.v943src/bin/../src/h/../h/../h/xwin.h:77: warning: "SHARED" redefined 77 | #define SHARED 0 | In file included from /usr/include/dlfcn.h:37, from /home/pbulk/build/lang/icon/work/icon.v943src/bin/../src/h/../h/sys.h:74, from /home/pbulk/build/lang/icon/work/icon.v943src/bin/../src/h/rt.h:11, from f_0m3.c:7: /usr/include/sys/mman.h:358: note: this is the location of the previous definition 358 | #define SHARED 0x10 /* Use MEMCNTL_SHARED */ | In file included from /home/pbulk/build/lang/icon/work/icon.v943src/bin/../src/h/../h/graphics.h:6, from /home/pbulk/build/lang/icon/work/icon.v943src/bin/../src/h/rt.h:21, from f_0n.c:7: /home/pbulk/build/lang/icon/work/icon.v943src/bin/../src/h/../h/../h/xwin.h:77: warning: "SHARED" redefined 77 | #define SHARED 0 | In file included from /usr/include/dlfcn.h:37, from /home/pbulk/build/lang/icon/work/icon.v943src/bin/../src/h/../h/sys.h:74, from /home/pbulk/build/lang/icon/work/icon.v943src/bin/../src/h/rt.h:11, from f_0n.c:7: /usr/include/sys/mman.h:358: note: this is the location of the previous definition 358 | #define SHARED 0x10 /* Use MEMCNTL_SHARED */ | In file included from /home/pbulk/build/lang/icon/work/icon.v943src/bin/../src/h/../h/graphics.h:6, from /home/pbulk/build/lang/icon/work/icon.v943src/bin/../src/h/rt.h:21, from f_0n0.c:7: /home/pbulk/build/lang/icon/work/icon.v943src/bin/../src/h/../h/../h/xwin.h:77: warning: "SHARED" redefined 77 | #define SHARED 0 | In file included from /usr/include/dlfcn.h:37, from /home/pbulk/build/lang/icon/work/icon.v943src/bin/../src/h/../h/sys.h:74, from /home/pbulk/build/lang/icon/work/icon.v943src/bin/../src/h/rt.h:11, from f_0n0.c:7: /usr/include/sys/mman.h:358: note: this is the location of the previous definition 358 | #define SHARED 0x10 /* Use MEMCNTL_SHARED */ | In file included from /home/pbulk/build/lang/icon/work/icon.v943src/bin/../src/h/../h/graphics.h:6, from /home/pbulk/build/lang/icon/work/icon.v943src/bin/../src/h/rt.h:21, from f_0o.c:7: /home/pbulk/build/lang/icon/work/icon.v943src/bin/../src/h/../h/../h/xwin.h:77: warning: "SHARED" redefined 77 | #define SHARED 0 | In file included from /usr/include/dlfcn.h:37, from /home/pbulk/build/lang/icon/work/icon.v943src/bin/../src/h/../h/sys.h:74, from /home/pbulk/build/lang/icon/work/icon.v943src/bin/../src/h/rt.h:11, from f_0o.c:7: /usr/include/sys/mman.h:358: note: this is the location of the previous definition 358 | #define SHARED 0x10 /* Use MEMCNTL_SHARED */ | In file included from /home/pbulk/build/lang/icon/work/icon.v943src/bin/../src/h/../h/graphics.h:6, from /home/pbulk/build/lang/icon/work/icon.v943src/bin/../src/h/rt.h:21, from f_0o0.c:7: /home/pbulk/build/lang/icon/work/icon.v943src/bin/../src/h/../h/../h/xwin.h:77: warning: "SHARED" redefined 77 | #define SHARED 0 | In file included from /usr/include/dlfcn.h:37, from /home/pbulk/build/lang/icon/work/icon.v943src/bin/../src/h/../h/sys.h:74, from /home/pbulk/build/lang/icon/work/icon.v943src/bin/../src/h/rt.h:11, from f_0o0.c:7: /usr/include/sys/mman.h:358: note: this is the location of the previous definition 358 | #define SHARED 0x10 /* Use MEMCNTL_SHARED */ | In file included from /home/pbulk/build/lang/icon/work/icon.v943src/bin/../src/h/../h/graphics.h:6, from /home/pbulk/build/lang/icon/work/icon.v943src/bin/../src/h/rt.h:21, from f_0p.c:7: /home/pbulk/build/lang/icon/work/icon.v943src/bin/../src/h/../h/../h/xwin.h:77: warning: "SHARED" redefined 77 | #define SHARED 0 | In file included from /usr/include/dlfcn.h:37, from /home/pbulk/build/lang/icon/work/icon.v943src/bin/../src/h/../h/sys.h:74, from /home/pbulk/build/lang/icon/work/icon.v943src/bin/../src/h/rt.h:11, from f_0p.c:7: /usr/include/sys/mman.h:358: note: this is the location of the previous definition 358 | #define SHARED 0x10 /* Use MEMCNTL_SHARED */ | In file included from /home/pbulk/build/lang/icon/work/icon.v943src/bin/../src/h/../h/graphics.h:6, from /home/pbulk/build/lang/icon/work/icon.v943src/bin/../src/h/rt.h:21, from f_0q.c:7: /home/pbulk/build/lang/icon/work/icon.v943src/bin/../src/h/../h/../h/xwin.h:77: warning: "SHARED" redefined 77 | #define SHARED 0 | In file included from /usr/include/dlfcn.h:37, from /home/pbulk/build/lang/icon/work/icon.v943src/bin/../src/h/../h/sys.h:74, from /home/pbulk/build/lang/icon/work/icon.v943src/bin/../src/h/rt.h:11, from f_0q.c:7: /usr/include/sys/mman.h:358: note: this is the location of the previous definition 358 | #define SHARED 0x10 /* Use MEMCNTL_SHARED */ | In file included from /home/pbulk/build/lang/icon/work/icon.v943src/bin/../src/h/../h/graphics.h:6, from /home/pbulk/build/lang/icon/work/icon.v943src/bin/../src/h/rt.h:21, from f_0r.c:7: /home/pbulk/build/lang/icon/work/icon.v943src/bin/../src/h/../h/../h/xwin.h:77: warning: "SHARED" redefined 77 | #define SHARED 0 | In file included from /usr/include/dlfcn.h:37, from /home/pbulk/build/lang/icon/work/icon.v943src/bin/../src/h/../h/sys.h:74, from /home/pbulk/build/lang/icon/work/icon.v943src/bin/../src/h/rt.h:11, from f_0r.c:7: /usr/include/sys/mman.h:358: note: this is the location of the previous definition 358 | #define SHARED 0x10 /* Use MEMCNTL_SHARED */ | In file included from /home/pbulk/build/lang/icon/work/icon.v943src/bin/../src/h/../h/graphics.h:6, from /home/pbulk/build/lang/icon/work/icon.v943src/bin/../src/h/rt.h:21, from f_0s.c:7: /home/pbulk/build/lang/icon/work/icon.v943src/bin/../src/h/../h/../h/xwin.h:77: warning: "SHARED" redefined 77 | #define SHARED 0 | In file included from /usr/include/dlfcn.h:37, from /home/pbulk/build/lang/icon/work/icon.v943src/bin/../src/h/../h/sys.h:74, from /home/pbulk/build/lang/icon/work/icon.v943src/bin/../src/h/rt.h:11, from f_0s.c:7: /usr/include/sys/mman.h:358: note: this is the location of the previous definition 358 | #define SHARED 0x10 /* Use MEMCNTL_SHARED */ | In file included from /home/pbulk/build/lang/icon/work/icon.v943src/bin/../src/h/../h/graphics.h:6, from /home/pbulk/build/lang/icon/work/icon.v943src/bin/../src/h/rt.h:21, from f_0t.c:7: /home/pbulk/build/lang/icon/work/icon.v943src/bin/../src/h/../h/../h/xwin.h:77: warning: "SHARED" redefined 77 | #define SHARED 0 | In file included from /usr/include/dlfcn.h:37, from /home/pbulk/build/lang/icon/work/icon.v943src/bin/../src/h/../h/sys.h:74, from /home/pbulk/build/lang/icon/work/icon.v943src/bin/../src/h/rt.h:11, from f_0t.c:7: /usr/include/sys/mman.h:358: note: this is the location of the previous definition 358 | #define SHARED 0x10 /* Use MEMCNTL_SHARED */ | In file included from /home/pbulk/build/lang/icon/work/icon.v943src/bin/../src/h/../h/graphics.h:6, from /home/pbulk/build/lang/icon/work/icon.v943src/bin/../src/h/rt.h:21, from f_0u.c:7: /home/pbulk/build/lang/icon/work/icon.v943src/bin/../src/h/../h/../h/xwin.h:77: warning: "SHARED" redefined 77 | #define SHARED 0 | In file included from /usr/include/dlfcn.h:37, from /home/pbulk/build/lang/icon/work/icon.v943src/bin/../src/h/../h/sys.h:74, from /home/pbulk/build/lang/icon/work/icon.v943src/bin/../src/h/rt.h:11, from f_0u.c:7: /usr/include/sys/mman.h:358: note: this is the location of the previous definition 358 | #define SHARED 0x10 /* Use MEMCNTL_SHARED */ | In file included from /home/pbulk/build/lang/icon/work/icon.v943src/bin/../src/h/../h/graphics.h:6, from /home/pbulk/build/lang/icon/work/icon.v943src/bin/../src/h/rt.h:21, from f_0u0.c:7: /home/pbulk/build/lang/icon/work/icon.v943src/bin/../src/h/../h/../h/xwin.h:77: warning: "SHARED" redefined 77 | #define SHARED 0 | In file included from /usr/include/dlfcn.h:37, from /home/pbulk/build/lang/icon/work/icon.v943src/bin/../src/h/../h/sys.h:74, from /home/pbulk/build/lang/icon/work/icon.v943src/bin/../src/h/rt.h:11, from f_0u0.c:7: /usr/include/sys/mman.h:358: note: this is the location of the previous definition 358 | #define SHARED 0x10 /* Use MEMCNTL_SHARED */ | In file included from /home/pbulk/build/lang/icon/work/icon.v943src/bin/../src/h/../h/graphics.h:6, from /home/pbulk/build/lang/icon/work/icon.v943src/bin/../src/h/rt.h:21, from f_0v.c:7: /home/pbulk/build/lang/icon/work/icon.v943src/bin/../src/h/../h/../h/xwin.h:77: warning: "SHARED" redefined 77 | #define SHARED 0 | In file included from /usr/include/dlfcn.h:37, from /home/pbulk/build/lang/icon/work/icon.v943src/bin/../src/h/../h/sys.h:74, from /home/pbulk/build/lang/icon/work/icon.v943src/bin/../src/h/rt.h:11, from f_0v.c:7: /usr/include/sys/mman.h:358: note: this is the location of the previous definition 358 | #define SHARED 0x10 /* Use MEMCNTL_SHARED */ | In file included from /home/pbulk/build/lang/icon/work/icon.v943src/bin/../src/h/../h/graphics.h:6, from /home/pbulk/build/lang/icon/work/icon.v943src/bin/../src/h/rt.h:21, from f_0v0.c:7: /home/pbulk/build/lang/icon/work/icon.v943src/bin/../src/h/../h/../h/xwin.h:77: warning: "SHARED" redefined 77 | #define SHARED 0 | In file included from /usr/include/dlfcn.h:37, from /home/pbulk/build/lang/icon/work/icon.v943src/bin/../src/h/../h/sys.h:74, from /home/pbulk/build/lang/icon/work/icon.v943src/bin/../src/h/rt.h:11, from f_0v0.c:7: /usr/include/sys/mman.h:358: note: this is the location of the previous definition 358 | #define SHARED 0x10 /* Use MEMCNTL_SHARED */ | In file included from /home/pbulk/build/lang/icon/work/icon.v943src/bin/../src/h/../h/graphics.h:6, from /home/pbulk/build/lang/icon/work/icon.v943src/bin/../src/h/rt.h:21, from f_0w.c:7: /home/pbulk/build/lang/icon/work/icon.v943src/bin/../src/h/../h/../h/xwin.h:77: warning: "SHARED" redefined 77 | #define SHARED 0 | In file included from /usr/include/dlfcn.h:37, from /home/pbulk/build/lang/icon/work/icon.v943src/bin/../src/h/../h/sys.h:74, from /home/pbulk/build/lang/icon/work/icon.v943src/bin/../src/h/rt.h:11, from f_0w.c:7: /usr/include/sys/mman.h:358: note: this is the location of the previous definition 358 | #define SHARED 0x10 /* Use MEMCNTL_SHARED */ | In file included from /home/pbulk/build/lang/icon/work/icon.v943src/bin/../src/h/../h/graphics.h:6, from /home/pbulk/build/lang/icon/work/icon.v943src/bin/../src/h/rt.h:21, from f_0w0.c:7: /home/pbulk/build/lang/icon/work/icon.v943src/bin/../src/h/../h/../h/xwin.h:77: warning: "SHARED" redefined 77 | #define SHARED 0 | In file included from /usr/include/dlfcn.h:37, from /home/pbulk/build/lang/icon/work/icon.v943src/bin/../src/h/../h/sys.h:74, from /home/pbulk/build/lang/icon/work/icon.v943src/bin/../src/h/rt.h:11, from f_0w0.c:7: /usr/include/sys/mman.h:358: note: this is the location of the previous definition 358 | #define SHARED 0x10 /* Use MEMCNTL_SHARED */ | In file included from /home/pbulk/build/lang/icon/work/icon.v943src/bin/../src/h/../h/graphics.h:6, from /home/pbulk/build/lang/icon/work/icon.v943src/bin/../src/h/rt.h:21, from f_0x.c:7: /home/pbulk/build/lang/icon/work/icon.v943src/bin/../src/h/../h/../h/xwin.h:77: warning: "SHARED" redefined 77 | #define SHARED 0 | In file included from /usr/include/dlfcn.h:37, from /home/pbulk/build/lang/icon/work/icon.v943src/bin/../src/h/../h/sys.h:74, from /home/pbulk/build/lang/icon/work/icon.v943src/bin/../src/h/rt.h:11, from f_0x.c:7: /usr/include/sys/mman.h:358: note: this is the location of the previous definition 358 | #define SHARED 0x10 /* Use MEMCNTL_SHARED */ | In file included from /home/pbulk/build/lang/icon/work/icon.v943src/bin/../src/h/../h/graphics.h:6, from /home/pbulk/build/lang/icon/work/icon.v943src/bin/../src/h/rt.h:21, from f_0x0.c:7: /home/pbulk/build/lang/icon/work/icon.v943src/bin/../src/h/../h/../h/xwin.h:77: warning: "SHARED" redefined 77 | #define SHARED 0 | In file included from /usr/include/dlfcn.h:37, from /home/pbulk/build/lang/icon/work/icon.v943src/bin/../src/h/../h/sys.h:74, from /home/pbulk/build/lang/icon/work/icon.v943src/bin/../src/h/rt.h:11, from f_0x0.c:7: /usr/include/sys/mman.h:358: note: this is the location of the previous definition 358 | #define SHARED 0x10 /* Use MEMCNTL_SHARED */ | In file included from /home/pbulk/build/lang/icon/work/icon.v943src/bin/../src/h/../h/graphics.h:6, from /home/pbulk/build/lang/icon/work/icon.v943src/bin/../src/h/rt.h:21, from f_0y.c:7: /home/pbulk/build/lang/icon/work/icon.v943src/bin/../src/h/../h/../h/xwin.h:77: warning: "SHARED" redefined 77 | #define SHARED 0 | In file included from /usr/include/dlfcn.h:37, from /home/pbulk/build/lang/icon/work/icon.v943src/bin/../src/h/../h/sys.h:74, from /home/pbulk/build/lang/icon/work/icon.v943src/bin/../src/h/rt.h:11, from f_0y.c:7: /usr/include/sys/mman.h:358: note: this is the location of the previous definition 358 | #define SHARED 0x10 /* Use MEMCNTL_SHARED */ | In file included from /home/pbulk/build/lang/icon/work/icon.v943src/bin/../src/h/../h/graphics.h:6, from /home/pbulk/build/lang/icon/work/icon.v943src/bin/../src/h/rt.h:21, from f_0y0.c:7: /home/pbulk/build/lang/icon/work/icon.v943src/bin/../src/h/../h/../h/xwin.h:77: warning: "SHARED" redefined 77 | #define SHARED 0 | In file included from /usr/include/dlfcn.h:37, from /home/pbulk/build/lang/icon/work/icon.v943src/bin/../src/h/../h/sys.h:74, from /home/pbulk/build/lang/icon/work/icon.v943src/bin/../src/h/rt.h:11, from f_0y0.c:7: /usr/include/sys/mman.h:358: note: this is the location of the previous definition 358 | #define SHARED 0x10 /* Use MEMCNTL_SHARED */ | In file included from /home/pbulk/build/lang/icon/work/icon.v943src/bin/../src/h/../h/graphics.h:6, from /home/pbulk/build/lang/icon/work/icon.v943src/bin/../src/h/rt.h:21, from f_0z.c:7: /home/pbulk/build/lang/icon/work/icon.v943src/bin/../src/h/../h/../h/xwin.h:77: warning: "SHARED" redefined 77 | #define SHARED 0 | In file included from /usr/include/dlfcn.h:37, from /home/pbulk/build/lang/icon/work/icon.v943src/bin/../src/h/../h/sys.h:74, from /home/pbulk/build/lang/icon/work/icon.v943src/bin/../src/h/rt.h:11, from f_0z.c:7: /usr/include/sys/mman.h:358: note: this is the location of the previous definition 358 | #define SHARED 0x10 /* Use MEMCNTL_SHARED */ | In file included from /home/pbulk/build/lang/icon/work/icon.v943src/bin/../src/h/../h/graphics.h:6, from /home/pbulk/build/lang/icon/work/icon.v943src/bin/../src/h/rt.h:21, from f_10.c:7: /home/pbulk/build/lang/icon/work/icon.v943src/bin/../src/h/../h/../h/xwin.h:77: warning: "SHARED" redefined 77 | #define SHARED 0 | In file included from /usr/include/dlfcn.h:37, from /home/pbulk/build/lang/icon/work/icon.v943src/bin/../src/h/../h/sys.h:74, from /home/pbulk/build/lang/icon/work/icon.v943src/bin/../src/h/rt.h:11, from f_10.c:7: /usr/include/sys/mman.h:358: note: this is the location of the previous definition 358 | #define SHARED 0x10 /* Use MEMCNTL_SHARED */ | In file included from /home/pbulk/build/lang/icon/work/icon.v943src/bin/../src/h/../h/graphics.h:6, from /home/pbulk/build/lang/icon/work/icon.v943src/bin/../src/h/rt.h:21, from f_100.c:7: /home/pbulk/build/lang/icon/work/icon.v943src/bin/../src/h/../h/../h/xwin.h:77: warning: "SHARED" redefined 77 | #define SHARED 0 | In file included from /usr/include/dlfcn.h:37, from /home/pbulk/build/lang/icon/work/icon.v943src/bin/../src/h/../h/sys.h:74, from /home/pbulk/build/lang/icon/work/icon.v943src/bin/../src/h/rt.h:11, from f_100.c:7: /usr/include/sys/mman.h:358: note: this is the location of the previous definition 358 | #define SHARED 0x10 /* Use MEMCNTL_SHARED */ | In file included from /home/pbulk/build/lang/icon/work/icon.v943src/bin/../src/h/../h/graphics.h:6, from /home/pbulk/build/lang/icon/work/icon.v943src/bin/../src/h/rt.h:21, from f_101.c:7: /home/pbulk/build/lang/icon/work/icon.v943src/bin/../src/h/../h/../h/xwin.h:77: warning: "SHARED" redefined 77 | #define SHARED 0 | In file included from /usr/include/dlfcn.h:37, from /home/pbulk/build/lang/icon/work/icon.v943src/bin/../src/h/../h/sys.h:74, from /home/pbulk/build/lang/icon/work/icon.v943src/bin/../src/h/rt.h:11, from f_101.c:7: /usr/include/sys/mman.h:358: note: this is the location of the previous definition 358 | #define SHARED 0x10 /* Use MEMCNTL_SHARED */ | In file included from /home/pbulk/build/lang/icon/work/icon.v943src/bin/../src/h/../h/graphics.h:6, from /home/pbulk/build/lang/icon/work/icon.v943src/bin/../src/h/rt.h:21, from f_102.c:7: /home/pbulk/build/lang/icon/work/icon.v943src/bin/../src/h/../h/../h/xwin.h:77: warning: "SHARED" redefined 77 | #define SHARED 0 | In file included from /usr/include/dlfcn.h:37, from /home/pbulk/build/lang/icon/work/icon.v943src/bin/../src/h/../h/sys.h:74, from /home/pbulk/build/lang/icon/work/icon.v943src/bin/../src/h/rt.h:11, from f_102.c:7: /usr/include/sys/mman.h:358: note: this is the location of the previous definition 358 | #define SHARED 0x10 /* Use MEMCNTL_SHARED */ | In file included from /home/pbulk/build/lang/icon/work/icon.v943src/bin/../src/h/../h/graphics.h:6, from /home/pbulk/build/lang/icon/work/icon.v943src/bin/../src/h/rt.h:21, from f_103.c:7: /home/pbulk/build/lang/icon/work/icon.v943src/bin/../src/h/../h/../h/xwin.h:77: warning: "SHARED" redefined 77 | #define SHARED 0 | In file included from /usr/include/dlfcn.h:37, from /home/pbulk/build/lang/icon/work/icon.v943src/bin/../src/h/../h/sys.h:74, from /home/pbulk/build/lang/icon/work/icon.v943src/bin/../src/h/rt.h:11, from f_103.c:7: /usr/include/sys/mman.h:358: note: this is the location of the previous definition 358 | #define SHARED 0x10 /* Use MEMCNTL_SHARED */ | In file included from /home/pbulk/build/lang/icon/work/icon.v943src/bin/../src/h/../h/graphics.h:6, from /home/pbulk/build/lang/icon/work/icon.v943src/bin/../src/h/rt.h:21, from f_11.c:7: /home/pbulk/build/lang/icon/work/icon.v943src/bin/../src/h/../h/../h/xwin.h:77: warning: "SHARED" redefined 77 | #define SHARED 0 | In file included from /usr/include/dlfcn.h:37, from /home/pbulk/build/lang/icon/work/icon.v943src/bin/../src/h/../h/sys.h:74, from /home/pbulk/build/lang/icon/work/icon.v943src/bin/../src/h/rt.h:11, from f_11.c:7: /usr/include/sys/mman.h:358: note: this is the location of the previous definition 358 | #define SHARED 0x10 /* Use MEMCNTL_SHARED */ | In file included from /home/pbulk/build/lang/icon/work/icon.v943src/bin/../src/h/../h/graphics.h:6, from /home/pbulk/build/lang/icon/work/icon.v943src/bin/../src/h/rt.h:21, from f_110.c:7: /home/pbulk/build/lang/icon/work/icon.v943src/bin/../src/h/../h/../h/xwin.h:77: warning: "SHARED" redefined 77 | #define SHARED 0 | In file included from /usr/include/dlfcn.h:37, from /home/pbulk/build/lang/icon/work/icon.v943src/bin/../src/h/../h/sys.h:74, from /home/pbulk/build/lang/icon/work/icon.v943src/bin/../src/h/rt.h:11, from f_110.c:7: /usr/include/sys/mman.h:358: note: this is the location of the previous definition 358 | #define SHARED 0x10 /* Use MEMCNTL_SHARED */ | In file included from /home/pbulk/build/lang/icon/work/icon.v943src/bin/../src/h/../h/graphics.h:6, from /home/pbulk/build/lang/icon/work/icon.v943src/bin/../src/h/rt.h:21, from f_111.c:7: /home/pbulk/build/lang/icon/work/icon.v943src/bin/../src/h/../h/../h/xwin.h:77: warning: "SHARED" redefined 77 | #define SHARED 0 | In file included from /usr/include/dlfcn.h:37, from /home/pbulk/build/lang/icon/work/icon.v943src/bin/../src/h/../h/sys.h:74, from /home/pbulk/build/lang/icon/work/icon.v943src/bin/../src/h/rt.h:11, from f_111.c:7: /usr/include/sys/mman.h:358: note: this is the location of the previous definition 358 | #define SHARED 0x10 /* Use MEMCNTL_SHARED */ | In file included from /home/pbulk/build/lang/icon/work/icon.v943src/bin/../src/h/../h/graphics.h:6, from /home/pbulk/build/lang/icon/work/icon.v943src/bin/../src/h/rt.h:21, from f_112.c:7: /home/pbulk/build/lang/icon/work/icon.v943src/bin/../src/h/../h/../h/xwin.h:77: warning: "SHARED" redefined 77 | #define SHARED 0 | In file included from /usr/include/dlfcn.h:37, from /home/pbulk/build/lang/icon/work/icon.v943src/bin/../src/h/../h/sys.h:74, from /home/pbulk/build/lang/icon/work/icon.v943src/bin/../src/h/rt.h:11, from f_112.c:7: /usr/include/sys/mman.h:358: note: this is the location of the previous definition 358 | #define SHARED 0x10 /* Use MEMCNTL_SHARED */ | In file included from /home/pbulk/build/lang/icon/work/icon.v943src/bin/../src/h/../h/graphics.h:6, from /home/pbulk/build/lang/icon/work/icon.v943src/bin/../src/h/rt.h:21, from f_12.c:7: /home/pbulk/build/lang/icon/work/icon.v943src/bin/../src/h/../h/../h/xwin.h:77: warning: "SHARED" redefined 77 | #define SHARED 0 | In file included from /usr/include/dlfcn.h:37, from /home/pbulk/build/lang/icon/work/icon.v943src/bin/../src/h/../h/sys.h:74, from /home/pbulk/build/lang/icon/work/icon.v943src/bin/../src/h/rt.h:11, from f_12.c:7: /usr/include/sys/mman.h:358: note: this is the location of the previous definition 358 | #define SHARED 0x10 /* Use MEMCNTL_SHARED */ | In file included from /home/pbulk/build/lang/icon/work/icon.v943src/bin/../src/h/../h/graphics.h:6, from /home/pbulk/build/lang/icon/work/icon.v943src/bin/../src/h/rt.h:21, from f_13.c:7: /home/pbulk/build/lang/icon/work/icon.v943src/bin/../src/h/../h/../h/xwin.h:77: warning: "SHARED" redefined 77 | #define SHARED 0 | In file included from /usr/include/dlfcn.h:37, from /home/pbulk/build/lang/icon/work/icon.v943src/bin/../src/h/../h/sys.h:74, from /home/pbulk/build/lang/icon/work/icon.v943src/bin/../src/h/rt.h:11, from f_13.c:7: /usr/include/sys/mman.h:358: note: this is the location of the previous definition 358 | #define SHARED 0x10 /* Use MEMCNTL_SHARED */ | In file included from /home/pbulk/build/lang/icon/work/icon.v943src/bin/../src/h/../h/graphics.h:6, from /home/pbulk/build/lang/icon/work/icon.v943src/bin/../src/h/rt.h:21, from f_130.c:7: /home/pbulk/build/lang/icon/work/icon.v943src/bin/../src/h/../h/../h/xwin.h:77: warning: "SHARED" redefined 77 | #define SHARED 0 | In file included from /usr/include/dlfcn.h:37, from /home/pbulk/build/lang/icon/work/icon.v943src/bin/../src/h/../h/sys.h:74, from /home/pbulk/build/lang/icon/work/icon.v943src/bin/../src/h/rt.h:11, from f_130.c:7: /usr/include/sys/mman.h:358: note: this is the location of the previous definition 358 | #define SHARED 0x10 /* Use MEMCNTL_SHARED */ | In file included from /home/pbulk/build/lang/icon/work/icon.v943src/bin/../src/h/../h/graphics.h:6, from /home/pbulk/build/lang/icon/work/icon.v943src/bin/../src/h/rt.h:21, from fmisc.c:7: /home/pbulk/build/lang/icon/work/icon.v943src/bin/../src/h/../h/../h/xwin.h:77: warning: "SHARED" redefined 77 | #define SHARED 0 | In file included from /usr/include/dlfcn.h:37, from /home/pbulk/build/lang/icon/work/icon.v943src/bin/../src/h/../h/sys.h:74, from /home/pbulk/build/lang/icon/work/icon.v943src/bin/../src/h/rt.h:11, from fmisc.c:7: /usr/include/sys/mman.h:358: note: this is the location of the previous definition 358 | #define SHARED 0x10 /* Use MEMCNTL_SHARED */ | In file included from /home/pbulk/build/lang/icon/work/icon.v943src/bin/../src/h/../h/graphics.h:6, from /home/pbulk/build/lang/icon/work/icon.v943src/bin/../src/h/rt.h:21, from fmonitr.c:7: /home/pbulk/build/lang/icon/work/icon.v943src/bin/../src/h/../h/../h/xwin.h:77: warning: "SHARED" redefined 77 | #define SHARED 0 | In file included from /usr/include/dlfcn.h:37, from /home/pbulk/build/lang/icon/work/icon.v943src/bin/../src/h/../h/sys.h:74, from /home/pbulk/build/lang/icon/work/icon.v943src/bin/../src/h/rt.h:11, from fmonitr.c:7: /usr/include/sys/mman.h:358: note: this is the location of the previous definition 358 | #define SHARED 0x10 /* Use MEMCNTL_SHARED */ | In file included from /home/pbulk/build/lang/icon/work/icon.v943src/bin/../src/h/../h/graphics.h:6, from /home/pbulk/build/lang/icon/work/icon.v943src/bin/../src/h/rt.h:21, from f_14.c:7: /home/pbulk/build/lang/icon/work/icon.v943src/bin/../src/h/../h/../h/xwin.h:77: warning: "SHARED" redefined 77 | #define SHARED 0 | In file included from /usr/include/dlfcn.h:37, from /home/pbulk/build/lang/icon/work/icon.v943src/bin/../src/h/../h/sys.h:74, from /home/pbulk/build/lang/icon/work/icon.v943src/bin/../src/h/rt.h:11, from f_14.c:7: /usr/include/sys/mman.h:358: note: this is the location of the previous definition 358 | #define SHARED 0x10 /* Use MEMCNTL_SHARED */ | In file included from /home/pbulk/build/lang/icon/work/icon.v943src/bin/../src/h/../h/graphics.h:6, from /home/pbulk/build/lang/icon/work/icon.v943src/bin/../src/h/rt.h:21, from f_140.c:7: /home/pbulk/build/lang/icon/work/icon.v943src/bin/../src/h/../h/../h/xwin.h:77: warning: "SHARED" redefined 77 | #define SHARED 0 | In file included from /usr/include/dlfcn.h:37, from /home/pbulk/build/lang/icon/work/icon.v943src/bin/../src/h/../h/sys.h:74, from /home/pbulk/build/lang/icon/work/icon.v943src/bin/../src/h/rt.h:11, from f_140.c:7: /usr/include/sys/mman.h:358: note: this is the location of the previous definition 358 | #define SHARED 0x10 /* Use MEMCNTL_SHARED */ | In file included from /home/pbulk/build/lang/icon/work/icon.v943src/bin/../src/h/../h/graphics.h:6, from /home/pbulk/build/lang/icon/work/icon.v943src/bin/../src/h/rt.h:21, from f_15.c:7: /home/pbulk/build/lang/icon/work/icon.v943src/bin/../src/h/../h/../h/xwin.h:77: warning: "SHARED" redefined 77 | #define SHARED 0 | In file included from /usr/include/dlfcn.h:37, from /home/pbulk/build/lang/icon/work/icon.v943src/bin/../src/h/../h/sys.h:74, from /home/pbulk/build/lang/icon/work/icon.v943src/bin/../src/h/rt.h:11, from f_15.c:7: /usr/include/sys/mman.h:358: note: this is the location of the previous definition 358 | #define SHARED 0x10 /* Use MEMCNTL_SHARED */ | In file included from /home/pbulk/build/lang/icon/work/icon.v943src/bin/../src/h/../h/graphics.h:6, from /home/pbulk/build/lang/icon/work/icon.v943src/bin/../src/h/rt.h:21, from f_150.c:7: /home/pbulk/build/lang/icon/work/icon.v943src/bin/../src/h/../h/../h/xwin.h:77: warning: "SHARED" redefined 77 | #define SHARED 0 | In file included from /usr/include/dlfcn.h:37, from /home/pbulk/build/lang/icon/work/icon.v943src/bin/../src/h/../h/sys.h:74, from /home/pbulk/build/lang/icon/work/icon.v943src/bin/../src/h/rt.h:11, from f_150.c:7: /usr/include/sys/mman.h:358: note: this is the location of the previous definition 358 | #define SHARED 0x10 /* Use MEMCNTL_SHARED */ | In file included from /home/pbulk/build/lang/icon/work/icon.v943src/bin/../src/h/../h/graphics.h:6, from /home/pbulk/build/lang/icon/work/icon.v943src/bin/../src/h/rt.h:21, from f_16.c:7: /home/pbulk/build/lang/icon/work/icon.v943src/bin/../src/h/../h/../h/xwin.h:77: warning: "SHARED" redefined 77 | #define SHARED 0 | In file included from /usr/include/dlfcn.h:37, from /home/pbulk/build/lang/icon/work/icon.v943src/bin/../src/h/../h/sys.h:74, from /home/pbulk/build/lang/icon/work/icon.v943src/bin/../src/h/rt.h:11, from f_16.c:7: /usr/include/sys/mman.h:358: note: this is the location of the previous definition 358 | #define SHARED 0x10 /* Use MEMCNTL_SHARED */ | In file included from /home/pbulk/build/lang/icon/work/icon.v943src/bin/../src/h/../h/graphics.h:6, from /home/pbulk/build/lang/icon/work/icon.v943src/bin/../src/h/rt.h:21, from f_160.c:7: /home/pbulk/build/lang/icon/work/icon.v943src/bin/../src/h/../h/../h/xwin.h:77: warning: "SHARED" redefined 77 | #define SHARED 0 | In file included from /usr/include/dlfcn.h:37, from /home/pbulk/build/lang/icon/work/icon.v943src/bin/../src/h/../h/sys.h:74, from /home/pbulk/build/lang/icon/work/icon.v943src/bin/../src/h/rt.h:11, from f_160.c:7: /usr/include/sys/mman.h:358: note: this is the location of the previous definition 358 | #define SHARED 0x10 /* Use MEMCNTL_SHARED */ | In file included from /home/pbulk/build/lang/icon/work/icon.v943src/bin/../src/h/../h/graphics.h:6, from /home/pbulk/build/lang/icon/work/icon.v943src/bin/../src/h/rt.h:21, from fscan.c:7: /home/pbulk/build/lang/icon/work/icon.v943src/bin/../src/h/../h/../h/xwin.h:77: warning: "SHARED" redefined 77 | #define SHARED 0 | In file included from /usr/include/dlfcn.h:37, from /home/pbulk/build/lang/icon/work/icon.v943src/bin/../src/h/../h/sys.h:74, from /home/pbulk/build/lang/icon/work/icon.v943src/bin/../src/h/rt.h:11, from fscan.c:7: /usr/include/sys/mman.h:358: note: this is the location of the previous definition 358 | #define SHARED 0x10 /* Use MEMCNTL_SHARED */ | In file included from /home/pbulk/build/lang/icon/work/icon.v943src/bin/../src/h/../h/graphics.h:6, from /home/pbulk/build/lang/icon/work/icon.v943src/bin/../src/h/rt.h:21, from f_17.c:7: /home/pbulk/build/lang/icon/work/icon.v943src/bin/../src/h/../h/../h/xwin.h:77: warning: "SHARED" redefined 77 | #define SHARED 0 | In file included from /usr/include/dlfcn.h:37, from /home/pbulk/build/lang/icon/work/icon.v943src/bin/../src/h/../h/sys.h:74, from /home/pbulk/build/lang/icon/work/icon.v943src/bin/../src/h/rt.h:11, from f_17.c:7: /usr/include/sys/mman.h:358: note: this is the location of the previous definition 358 | #define SHARED 0x10 /* Use MEMCNTL_SHARED */ | In file included from /home/pbulk/build/lang/icon/work/icon.v943src/bin/../src/h/../h/graphics.h:6, from /home/pbulk/build/lang/icon/work/icon.v943src/bin/../src/h/rt.h:21, from f_170.c:7: /home/pbulk/build/lang/icon/work/icon.v943src/bin/../src/h/../h/../h/xwin.h:77: warning: "SHARED" redefined 77 | #define SHARED 0 | In file included from /usr/include/dlfcn.h:37, from /home/pbulk/build/lang/icon/work/icon.v943src/bin/../src/h/../h/sys.h:74, from /home/pbulk/build/lang/icon/work/icon.v943src/bin/../src/h/rt.h:11, from f_170.c:7: /usr/include/sys/mman.h:358: note: this is the location of the previous definition 358 | #define SHARED 0x10 /* Use MEMCNTL_SHARED */ | In file included from /home/pbulk/build/lang/icon/work/icon.v943src/bin/../src/h/../h/graphics.h:6, from /home/pbulk/build/lang/icon/work/icon.v943src/bin/../src/h/rt.h:21, from f_18.c:7: /home/pbulk/build/lang/icon/work/icon.v943src/bin/../src/h/../h/../h/xwin.h:77: warning: "SHARED" redefined 77 | #define SHARED 0 | In file included from /usr/include/dlfcn.h:37, from /home/pbulk/build/lang/icon/work/icon.v943src/bin/../src/h/../h/sys.h:74, from /home/pbulk/build/lang/icon/work/icon.v943src/bin/../src/h/rt.h:11, from f_18.c:7: /usr/include/sys/mman.h:358: note: this is the location of the previous definition 358 | #define SHARED 0x10 /* Use MEMCNTL_SHARED */ | In file included from /home/pbulk/build/lang/icon/work/icon.v943src/bin/../src/h/../h/graphics.h:6, from /home/pbulk/build/lang/icon/work/icon.v943src/bin/../src/h/rt.h:21, from f_180.c:7: /home/pbulk/build/lang/icon/work/icon.v943src/bin/../src/h/../h/../h/xwin.h:77: warning: "SHARED" redefined 77 | #define SHARED 0 | In file included from /usr/include/dlfcn.h:37, from /home/pbulk/build/lang/icon/work/icon.v943src/bin/../src/h/../h/sys.h:74, from /home/pbulk/build/lang/icon/work/icon.v943src/bin/../src/h/rt.h:11, from f_180.c:7: /usr/include/sys/mman.h:358: note: this is the location of the previous definition 358 | #define SHARED 0x10 /* Use MEMCNTL_SHARED */ | In file included from /home/pbulk/build/lang/icon/work/icon.v943src/bin/../src/h/../h/graphics.h:6, from /home/pbulk/build/lang/icon/work/icon.v943src/bin/../src/h/rt.h:21, from f_19.c:7: /home/pbulk/build/lang/icon/work/icon.v943src/bin/../src/h/../h/../h/xwin.h:77: warning: "SHARED" redefined 77 | #define SHARED 0 | In file included from /usr/include/dlfcn.h:37, from /home/pbulk/build/lang/icon/work/icon.v943src/bin/../src/h/../h/sys.h:74, from /home/pbulk/build/lang/icon/work/icon.v943src/bin/../src/h/rt.h:11, from f_19.c:7: /usr/include/sys/mman.h:358: note: this is the location of the previous definition 358 | #define SHARED 0x10 /* Use MEMCNTL_SHARED */ | In file included from /home/pbulk/build/lang/icon/work/icon.v943src/bin/../src/h/../h/graphics.h:6, from /home/pbulk/build/lang/icon/work/icon.v943src/bin/../src/h/rt.h:21, from f_190.c:7: /home/pbulk/build/lang/icon/work/icon.v943src/bin/../src/h/../h/../h/xwin.h:77: warning: "SHARED" redefined 77 | #define SHARED 0 | In file included from /usr/include/dlfcn.h:37, from /home/pbulk/build/lang/icon/work/icon.v943src/bin/../src/h/../h/sys.h:74, from /home/pbulk/build/lang/icon/work/icon.v943src/bin/../src/h/rt.h:11, from f_190.c:7: /usr/include/sys/mman.h:358: note: this is the location of the previous definition 358 | #define SHARED 0x10 /* Use MEMCNTL_SHARED */ | In file included from /home/pbulk/build/lang/icon/work/icon.v943src/bin/../src/h/../h/graphics.h:6, from /home/pbulk/build/lang/icon/work/icon.v943src/bin/../src/h/rt.h:21, from f_1a.c:7: /home/pbulk/build/lang/icon/work/icon.v943src/bin/../src/h/../h/../h/xwin.h:77: warning: "SHARED" redefined 77 | #define SHARED 0 | In file included from /usr/include/dlfcn.h:37, from /home/pbulk/build/lang/icon/work/icon.v943src/bin/../src/h/../h/sys.h:74, from /home/pbulk/build/lang/icon/work/icon.v943src/bin/../src/h/rt.h:11, from f_1a.c:7: /usr/include/sys/mman.h:358: note: this is the location of the previous definition 358 | #define SHARED 0x10 /* Use MEMCNTL_SHARED */ | In file included from /home/pbulk/build/lang/icon/work/icon.v943src/bin/../src/h/../h/graphics.h:6, from /home/pbulk/build/lang/icon/work/icon.v943src/bin/../src/h/rt.h:21, from f_1a0.c:7: /home/pbulk/build/lang/icon/work/icon.v943src/bin/../src/h/../h/../h/xwin.h:77: warning: "SHARED" redefined 77 | #define SHARED 0 | In file included from /usr/include/dlfcn.h:37, from /home/pbulk/build/lang/icon/work/icon.v943src/bin/../src/h/../h/sys.h:74, from /home/pbulk/build/lang/icon/work/icon.v943src/bin/../src/h/rt.h:11, from f_1a0.c:7: /usr/include/sys/mman.h:358: note: this is the location of the previous definition 358 | #define SHARED 0x10 /* Use MEMCNTL_SHARED */ | In file included from /home/pbulk/build/lang/icon/work/icon.v943src/bin/../src/h/../h/graphics.h:6, from /home/pbulk/build/lang/icon/work/icon.v943src/bin/../src/h/rt.h:21, from f_1b.c:7: /home/pbulk/build/lang/icon/work/icon.v943src/bin/../src/h/../h/../h/xwin.h:77: warning: "SHARED" redefined 77 | #define SHARED 0 | In file included from /usr/include/dlfcn.h:37, from /home/pbulk/build/lang/icon/work/icon.v943src/bin/../src/h/../h/sys.h:74, from /home/pbulk/build/lang/icon/work/icon.v943src/bin/../src/h/rt.h:11, from f_1b.c:7: /usr/include/sys/mman.h:358: note: this is the location of the previous definition 358 | #define SHARED 0x10 /* Use MEMCNTL_SHARED */ | In file included from /home/pbulk/build/lang/icon/work/icon.v943src/bin/../src/h/../h/graphics.h:6, from /home/pbulk/build/lang/icon/work/icon.v943src/bin/../src/h/rt.h:21, from f_1b0.c:7: /home/pbulk/build/lang/icon/work/icon.v943src/bin/../src/h/../h/../h/xwin.h:77: warning: "SHARED" redefined 77 | #define SHARED 0 | In file included from /usr/include/dlfcn.h:37, from /home/pbulk/build/lang/icon/work/icon.v943src/bin/../src/h/../h/sys.h:74, from /home/pbulk/build/lang/icon/work/icon.v943src/bin/../src/h/rt.h:11, from f_1b0.c:7: /usr/include/sys/mman.h:358: note: this is the location of the previous definition 358 | #define SHARED 0x10 /* Use MEMCNTL_SHARED */ | In file included from /home/pbulk/build/lang/icon/work/icon.v943src/bin/../src/h/../h/graphics.h:6, from /home/pbulk/build/lang/icon/work/icon.v943src/bin/../src/h/rt.h:21, from f_1c.c:7: /home/pbulk/build/lang/icon/work/icon.v943src/bin/../src/h/../h/../h/xwin.h:77: warning: "SHARED" redefined 77 | #define SHARED 0 | In file included from /usr/include/dlfcn.h:37, from /home/pbulk/build/lang/icon/work/icon.v943src/bin/../src/h/../h/sys.h:74, from /home/pbulk/build/lang/icon/work/icon.v943src/bin/../src/h/rt.h:11, from f_1c.c:7: /usr/include/sys/mman.h:358: note: this is the location of the previous definition 358 | #define SHARED 0x10 /* Use MEMCNTL_SHARED */ | In file included from /home/pbulk/build/lang/icon/work/icon.v943src/bin/../src/h/../h/graphics.h:6, from /home/pbulk/build/lang/icon/work/icon.v943src/bin/../src/h/rt.h:21, from f_1c0.c:7: /home/pbulk/build/lang/icon/work/icon.v943src/bin/../src/h/../h/../h/xwin.h:77: warning: "SHARED" redefined 77 | #define SHARED 0 | In file included from /usr/include/dlfcn.h:37, from /home/pbulk/build/lang/icon/work/icon.v943src/bin/../src/h/../h/sys.h:74, from /home/pbulk/build/lang/icon/work/icon.v943src/bin/../src/h/rt.h:11, from f_1c0.c:7: /usr/include/sys/mman.h:358: note: this is the location of the previous definition 358 | #define SHARED 0x10 /* Use MEMCNTL_SHARED */ | In file included from /home/pbulk/build/lang/icon/work/icon.v943src/bin/../src/h/../h/graphics.h:6, from /home/pbulk/build/lang/icon/work/icon.v943src/bin/../src/h/rt.h:21, from f_1d.c:7: /home/pbulk/build/lang/icon/work/icon.v943src/bin/../src/h/../h/../h/xwin.h:77: warning: "SHARED" redefined 77 | #define SHARED 0 | In file included from /usr/include/dlfcn.h:37, from /home/pbulk/build/lang/icon/work/icon.v943src/bin/../src/h/../h/sys.h:74, from /home/pbulk/build/lang/icon/work/icon.v943src/bin/../src/h/rt.h:11, from f_1d.c:7: /usr/include/sys/mman.h:358: note: this is the location of the previous definition 358 | #define SHARED 0x10 /* Use MEMCNTL_SHARED */ | In file included from /home/pbulk/build/lang/icon/work/icon.v943src/bin/../src/h/../h/graphics.h:6, from /home/pbulk/build/lang/icon/work/icon.v943src/bin/../src/h/rt.h:21, from f_1d0.c:7: /home/pbulk/build/lang/icon/work/icon.v943src/bin/../src/h/../h/../h/xwin.h:77: warning: "SHARED" redefined 77 | #define SHARED 0 | In file included from /usr/include/dlfcn.h:37, from /home/pbulk/build/lang/icon/work/icon.v943src/bin/../src/h/../h/sys.h:74, from /home/pbulk/build/lang/icon/work/icon.v943src/bin/../src/h/rt.h:11, from f_1d0.c:7: /usr/include/sys/mman.h:358: note: this is the location of the previous definition 358 | #define SHARED 0x10 /* Use MEMCNTL_SHARED */ | In file included from /home/pbulk/build/lang/icon/work/icon.v943src/bin/../src/h/../h/graphics.h:6, from /home/pbulk/build/lang/icon/work/icon.v943src/bin/../src/h/rt.h:21, from f_1e.c:7: /home/pbulk/build/lang/icon/work/icon.v943src/bin/../src/h/../h/../h/xwin.h:77: warning: "SHARED" redefined 77 | #define SHARED 0 | In file included from /usr/include/dlfcn.h:37, from /home/pbulk/build/lang/icon/work/icon.v943src/bin/../src/h/../h/sys.h:74, from /home/pbulk/build/lang/icon/work/icon.v943src/bin/../src/h/rt.h:11, from f_1e.c:7: /usr/include/sys/mman.h:358: note: this is the location of the previous definition 358 | #define SHARED 0x10 /* Use MEMCNTL_SHARED */ | In file included from /home/pbulk/build/lang/icon/work/icon.v943src/bin/../src/h/../h/graphics.h:6, from /home/pbulk/build/lang/icon/work/icon.v943src/bin/../src/h/rt.h:21, from f_1e0.c:7: /home/pbulk/build/lang/icon/work/icon.v943src/bin/../src/h/../h/../h/xwin.h:77: warning: "SHARED" redefined 77 | #define SHARED 0 | In file included from /usr/include/dlfcn.h:37, from /home/pbulk/build/lang/icon/work/icon.v943src/bin/../src/h/../h/sys.h:74, from /home/pbulk/build/lang/icon/work/icon.v943src/bin/../src/h/rt.h:11, from f_1e0.c:7: /usr/include/sys/mman.h:358: note: this is the location of the previous definition 358 | #define SHARED 0x10 /* Use MEMCNTL_SHARED */ | In file included from /home/pbulk/build/lang/icon/work/icon.v943src/bin/../src/h/../h/graphics.h:6, from /home/pbulk/build/lang/icon/work/icon.v943src/bin/../src/h/rt.h:21, from f_1f.c:7: /home/pbulk/build/lang/icon/work/icon.v943src/bin/../src/h/../h/../h/xwin.h:77: warning: "SHARED" redefined 77 | #define SHARED 0 | In file included from /usr/include/dlfcn.h:37, from /home/pbulk/build/lang/icon/work/icon.v943src/bin/../src/h/../h/sys.h:74, from /home/pbulk/build/lang/icon/work/icon.v943src/bin/../src/h/rt.h:11, from f_1f.c:7: /usr/include/sys/mman.h:358: note: this is the location of the previous definition 358 | #define SHARED 0x10 /* Use MEMCNTL_SHARED */ | In file included from /home/pbulk/build/lang/icon/work/icon.v943src/bin/../src/h/../h/graphics.h:6, from /home/pbulk/build/lang/icon/work/icon.v943src/bin/../src/h/rt.h:21, from f_1f0.c:7: /home/pbulk/build/lang/icon/work/icon.v943src/bin/../src/h/../h/../h/xwin.h:77: warning: "SHARED" redefined 77 | #define SHARED 0 | In file included from /usr/include/dlfcn.h:37, from /home/pbulk/build/lang/icon/work/icon.v943src/bin/../src/h/../h/sys.h:74, from /home/pbulk/build/lang/icon/work/icon.v943src/bin/../src/h/rt.h:11, from f_1f0.c:7: /usr/include/sys/mman.h:358: note: this is the location of the previous definition 358 | #define SHARED 0x10 /* Use MEMCNTL_SHARED */ | In file included from /home/pbulk/build/lang/icon/work/icon.v943src/bin/../src/h/../h/graphics.h:6, from /home/pbulk/build/lang/icon/work/icon.v943src/bin/../src/h/rt.h:21, from fstr.c:7: /home/pbulk/build/lang/icon/work/icon.v943src/bin/../src/h/../h/../h/xwin.h:77: warning: "SHARED" redefined 77 | #define SHARED 0 | In file included from /usr/include/dlfcn.h:37, from /home/pbulk/build/lang/icon/work/icon.v943src/bin/../src/h/../h/sys.h:74, from /home/pbulk/build/lang/icon/work/icon.v943src/bin/../src/h/rt.h:11, from fstr.c:7: /usr/include/sys/mman.h:358: note: this is the location of the previous definition 358 | #define SHARED 0x10 /* Use MEMCNTL_SHARED */ | In file included from /home/pbulk/build/lang/icon/work/icon.v943src/bin/../src/h/../h/graphics.h:6, from /home/pbulk/build/lang/icon/work/icon.v943src/bin/../src/h/rt.h:21, from f_1g.c:7: /home/pbulk/build/lang/icon/work/icon.v943src/bin/../src/h/../h/../h/xwin.h:77: warning: "SHARED" redefined 77 | #define SHARED 0 | In file included from /usr/include/dlfcn.h:37, from /home/pbulk/build/lang/icon/work/icon.v943src/bin/../src/h/../h/sys.h:74, from /home/pbulk/build/lang/icon/work/icon.v943src/bin/../src/h/rt.h:11, from f_1g.c:7: /usr/include/sys/mman.h:358: note: this is the location of the previous definition 358 | #define SHARED 0x10 /* Use MEMCNTL_SHARED */ | In file included from /home/pbulk/build/lang/icon/work/icon.v943src/bin/../src/h/../h/graphics.h:6, from /home/pbulk/build/lang/icon/work/icon.v943src/bin/../src/h/rt.h:21, from f_1g0.c:7: /home/pbulk/build/lang/icon/work/icon.v943src/bin/../src/h/../h/../h/xwin.h:77: warning: "SHARED" redefined 77 | #define SHARED 0 | In file included from /usr/include/dlfcn.h:37, from /home/pbulk/build/lang/icon/work/icon.v943src/bin/../src/h/../h/sys.h:74, from /home/pbulk/build/lang/icon/work/icon.v943src/bin/../src/h/rt.h:11, from f_1g0.c:7: /usr/include/sys/mman.h:358: note: this is the location of the previous definition 358 | #define SHARED 0x10 /* Use MEMCNTL_SHARED */ | In file included from /home/pbulk/build/lang/icon/work/icon.v943src/bin/../src/h/../h/graphics.h:6, from /home/pbulk/build/lang/icon/work/icon.v943src/bin/../src/h/rt.h:21, from f_1h.c:7: /home/pbulk/build/lang/icon/work/icon.v943src/bin/../src/h/../h/../h/xwin.h:77: warning: "SHARED" redefined 77 | #define SHARED 0 | In file included from /usr/include/dlfcn.h:37, from /home/pbulk/build/lang/icon/work/icon.v943src/bin/../src/h/../h/sys.h:74, from /home/pbulk/build/lang/icon/work/icon.v943src/bin/../src/h/rt.h:11, from f_1h.c:7: /usr/include/sys/mman.h:358: note: this is the location of the previous definition 358 | #define SHARED 0x10 /* Use MEMCNTL_SHARED */ | In file included from /home/pbulk/build/lang/icon/work/icon.v943src/bin/../src/h/../h/graphics.h:6, from /home/pbulk/build/lang/icon/work/icon.v943src/bin/../src/h/rt.h:21, from f_1h0.c:7: /home/pbulk/build/lang/icon/work/icon.v943src/bin/../src/h/../h/../h/xwin.h:77: warning: "SHARED" redefined 77 | #define SHARED 0 | In file included from /usr/include/dlfcn.h:37, from /home/pbulk/build/lang/icon/work/icon.v943src/bin/../src/h/../h/sys.h:74, from /home/pbulk/build/lang/icon/work/icon.v943src/bin/../src/h/rt.h:11, from f_1h0.c:7: /usr/include/sys/mman.h:358: note: this is the location of the previous definition 358 | #define SHARED 0x10 /* Use MEMCNTL_SHARED */ | In file included from /home/pbulk/build/lang/icon/work/icon.v943src/bin/../src/h/../h/graphics.h:6, from /home/pbulk/build/lang/icon/work/icon.v943src/bin/../src/h/rt.h:21, from f_1i.c:7: /home/pbulk/build/lang/icon/work/icon.v943src/bin/../src/h/../h/../h/xwin.h:77: warning: "SHARED" redefined 77 | #define SHARED 0 | In file included from /usr/include/dlfcn.h:37, from /home/pbulk/build/lang/icon/work/icon.v943src/bin/../src/h/../h/sys.h:74, from /home/pbulk/build/lang/icon/work/icon.v943src/bin/../src/h/rt.h:11, from f_1i.c:7: /usr/include/sys/mman.h:358: note: this is the location of the previous definition 358 | #define SHARED 0x10 /* Use MEMCNTL_SHARED */ | In file included from /home/pbulk/build/lang/icon/work/icon.v943src/bin/../src/h/../h/graphics.h:6, from /home/pbulk/build/lang/icon/work/icon.v943src/bin/../src/h/rt.h:21, from f_1i0.c:7: /home/pbulk/build/lang/icon/work/icon.v943src/bin/../src/h/../h/../h/xwin.h:77: warning: "SHARED" redefined 77 | #define SHARED 0 | In file included from /usr/include/dlfcn.h:37, from /home/pbulk/build/lang/icon/work/icon.v943src/bin/../src/h/../h/sys.h:74, from /home/pbulk/build/lang/icon/work/icon.v943src/bin/../src/h/rt.h:11, from f_1i0.c:7: /usr/include/sys/mman.h:358: note: this is the location of the previous definition 358 | #define SHARED 0x10 /* Use MEMCNTL_SHARED */ | In file included from /home/pbulk/build/lang/icon/work/icon.v943src/bin/../src/h/../h/graphics.h:6, from /home/pbulk/build/lang/icon/work/icon.v943src/bin/../src/h/rt.h:21, from f_1j.c:7: /home/pbulk/build/lang/icon/work/icon.v943src/bin/../src/h/../h/../h/xwin.h:77: warning: "SHARED" redefined 77 | #define SHARED 0 | In file included from /usr/include/dlfcn.h:37, from /home/pbulk/build/lang/icon/work/icon.v943src/bin/../src/h/../h/sys.h:74, from /home/pbulk/build/lang/icon/work/icon.v943src/bin/../src/h/rt.h:11, from f_1j.c:7: /usr/include/sys/mman.h:358: note: this is the location of the previous definition 358 | #define SHARED 0x10 /* Use MEMCNTL_SHARED */ | In file included from /home/pbulk/build/lang/icon/work/icon.v943src/bin/../src/h/../h/graphics.h:6, from /home/pbulk/build/lang/icon/work/icon.v943src/bin/../src/h/rt.h:21, from f_1j0.c:7: /home/pbulk/build/lang/icon/work/icon.v943src/bin/../src/h/../h/../h/xwin.h:77: warning: "SHARED" redefined 77 | #define SHARED 0 | In file included from /usr/include/dlfcn.h:37, from /home/pbulk/build/lang/icon/work/icon.v943src/bin/../src/h/../h/sys.h:74, from /home/pbulk/build/lang/icon/work/icon.v943src/bin/../src/h/rt.h:11, from f_1j0.c:7: /usr/include/sys/mman.h:358: note: this is the location of the previous definition 358 | #define SHARED 0x10 /* Use MEMCNTL_SHARED */ | In file included from /home/pbulk/build/lang/icon/work/icon.v943src/bin/../src/h/../h/graphics.h:6, from /home/pbulk/build/lang/icon/work/icon.v943src/bin/../src/h/rt.h:21, from f_1k.c:7: /home/pbulk/build/lang/icon/work/icon.v943src/bin/../src/h/../h/../h/xwin.h:77: warning: "SHARED" redefined 77 | #define SHARED 0 | In file included from /usr/include/dlfcn.h:37, from /home/pbulk/build/lang/icon/work/icon.v943src/bin/../src/h/../h/sys.h:74, from /home/pbulk/build/lang/icon/work/icon.v943src/bin/../src/h/rt.h:11, from f_1k.c:7: /usr/include/sys/mman.h:358: note: this is the location of the previous definition 358 | #define SHARED 0x10 /* Use MEMCNTL_SHARED */ | In file included from /home/pbulk/build/lang/icon/work/icon.v943src/bin/../src/h/../h/graphics.h:6, from /home/pbulk/build/lang/icon/work/icon.v943src/bin/../src/h/rt.h:21, from f_1k0.c:7: /home/pbulk/build/lang/icon/work/icon.v943src/bin/../src/h/../h/../h/xwin.h:77: warning: "SHARED" redefined 77 | #define SHARED 0 | In file included from /usr/include/dlfcn.h:37, from /home/pbulk/build/lang/icon/work/icon.v943src/bin/../src/h/../h/sys.h:74, from /home/pbulk/build/lang/icon/work/icon.v943src/bin/../src/h/rt.h:11, from f_1k0.c:7: /usr/include/sys/mman.h:358: note: this is the location of the previous definition 358 | #define SHARED 0x10 /* Use MEMCNTL_SHARED */ | In file included from /home/pbulk/build/lang/icon/work/icon.v943src/bin/../src/h/../h/graphics.h:6, from /home/pbulk/build/lang/icon/work/icon.v943src/bin/../src/h/rt.h:21, from f_1l.c:7: /home/pbulk/build/lang/icon/work/icon.v943src/bin/../src/h/../h/../h/xwin.h:77: warning: "SHARED" redefined 77 | #define SHARED 0 | In file included from /usr/include/dlfcn.h:37, from /home/pbulk/build/lang/icon/work/icon.v943src/bin/../src/h/../h/sys.h:74, from /home/pbulk/build/lang/icon/work/icon.v943src/bin/../src/h/rt.h:11, from f_1l.c:7: /usr/include/sys/mman.h:358: note: this is the location of the previous definition 358 | #define SHARED 0x10 /* Use MEMCNTL_SHARED */ | In file included from /home/pbulk/build/lang/icon/work/icon.v943src/bin/../src/h/../h/graphics.h:6, from /home/pbulk/build/lang/icon/work/icon.v943src/bin/../src/h/rt.h:21, from f_1l0.c:7: /home/pbulk/build/lang/icon/work/icon.v943src/bin/../src/h/../h/../h/xwin.h:77: warning: "SHARED" redefined 77 | #define SHARED 0 | In file included from /usr/include/dlfcn.h:37, from /home/pbulk/build/lang/icon/work/icon.v943src/bin/../src/h/../h/sys.h:74, from /home/pbulk/build/lang/icon/work/icon.v943src/bin/../src/h/rt.h:11, from f_1l0.c:7: /usr/include/sys/mman.h:358: note: this is the location of the previous definition 358 | #define SHARED 0x10 /* Use MEMCNTL_SHARED */ | In file included from /home/pbulk/build/lang/icon/work/icon.v943src/bin/../src/h/../h/graphics.h:6, from /home/pbulk/build/lang/icon/work/icon.v943src/bin/../src/h/rt.h:21, from fstranl.c:7: /home/pbulk/build/lang/icon/work/icon.v943src/bin/../src/h/../h/../h/xwin.h:77: warning: "SHARED" redefined 77 | #define SHARED 0 | In file included from /usr/include/dlfcn.h:37, from /home/pbulk/build/lang/icon/work/icon.v943src/bin/../src/h/../h/sys.h:74, from /home/pbulk/build/lang/icon/work/icon.v943src/bin/../src/h/rt.h:11, from fstranl.c:7: /usr/include/sys/mman.h:358: note: this is the location of the previous definition 358 | #define SHARED 0x10 /* Use MEMCNTL_SHARED */ | In file included from /home/pbulk/build/lang/icon/work/icon.v943src/bin/../src/h/../h/graphics.h:6, from /home/pbulk/build/lang/icon/work/icon.v943src/bin/../src/h/rt.h:21, from f_1m.c:7: /home/pbulk/build/lang/icon/work/icon.v943src/bin/../src/h/../h/../h/xwin.h:77: warning: "SHARED" redefined 77 | #define SHARED 0 | In file included from /usr/include/dlfcn.h:37, from /home/pbulk/build/lang/icon/work/icon.v943src/bin/../src/h/../h/sys.h:74, from /home/pbulk/build/lang/icon/work/icon.v943src/bin/../src/h/rt.h:11, from f_1m.c:7: /usr/include/sys/mman.h:358: note: this is the location of the previous definition 358 | #define SHARED 0x10 /* Use MEMCNTL_SHARED */ | In file included from /home/pbulk/build/lang/icon/work/icon.v943src/bin/../src/h/../h/graphics.h:6, from /home/pbulk/build/lang/icon/work/icon.v943src/bin/../src/h/rt.h:21, from f_1m0.c:7: /home/pbulk/build/lang/icon/work/icon.v943src/bin/../src/h/../h/../h/xwin.h:77: warning: "SHARED" redefined 77 | #define SHARED 0 | In file included from /usr/include/dlfcn.h:37, from /home/pbulk/build/lang/icon/work/icon.v943src/bin/../src/h/../h/sys.h:74, from /home/pbulk/build/lang/icon/work/icon.v943src/bin/../src/h/rt.h:11, from f_1m0.c:7: /usr/include/sys/mman.h:358: note: this is the location of the previous definition 358 | #define SHARED 0x10 /* Use MEMCNTL_SHARED */ | In file included from /home/pbulk/build/lang/icon/work/icon.v943src/bin/../src/h/../h/graphics.h:6, from /home/pbulk/build/lang/icon/work/icon.v943src/bin/../src/h/rt.h:21, from f_1m1.c:7: /home/pbulk/build/lang/icon/work/icon.v943src/bin/../src/h/../h/../h/xwin.h:77: warning: "SHARED" redefined 77 | #define SHARED 0 | In file included from /usr/include/dlfcn.h:37, from /home/pbulk/build/lang/icon/work/icon.v943src/bin/../src/h/../h/sys.h:74, from /home/pbulk/build/lang/icon/work/icon.v943src/bin/../src/h/rt.h:11, from f_1m1.c:7: /usr/include/sys/mman.h:358: note: this is the location of the previous definition 358 | #define SHARED 0x10 /* Use MEMCNTL_SHARED */ | In file included from /home/pbulk/build/lang/icon/work/icon.v943src/bin/../src/h/../h/graphics.h:6, from /home/pbulk/build/lang/icon/work/icon.v943src/bin/../src/h/rt.h:21, from f_1n.c:7: /home/pbulk/build/lang/icon/work/icon.v943src/bin/../src/h/../h/../h/xwin.h:77: warning: "SHARED" redefined 77 | #define SHARED 0 | In file included from /usr/include/dlfcn.h:37, from /home/pbulk/build/lang/icon/work/icon.v943src/bin/../src/h/../h/sys.h:74, from /home/pbulk/build/lang/icon/work/icon.v943src/bin/../src/h/rt.h:11, from f_1n.c:7: /usr/include/sys/mman.h:358: note: this is the location of the previous definition 358 | #define SHARED 0x10 /* Use MEMCNTL_SHARED */ | In file included from /home/pbulk/build/lang/icon/work/icon.v943src/bin/../src/h/../h/graphics.h:6, from /home/pbulk/build/lang/icon/work/icon.v943src/bin/../src/h/rt.h:21, from f_1n0.c:7: /home/pbulk/build/lang/icon/work/icon.v943src/bin/../src/h/../h/../h/xwin.h:77: warning: "SHARED" redefined 77 | #define SHARED 0 | In file included from /usr/include/dlfcn.h:37, from /home/pbulk/build/lang/icon/work/icon.v943src/bin/../src/h/../h/sys.h:74, from /home/pbulk/build/lang/icon/work/icon.v943src/bin/../src/h/rt.h:11, from f_1n0.c:7: /usr/include/sys/mman.h:358: note: this is the location of the previous definition 358 | #define SHARED 0x10 /* Use MEMCNTL_SHARED */ | In file included from /home/pbulk/build/lang/icon/work/icon.v943src/bin/../src/h/../h/graphics.h:6, from /home/pbulk/build/lang/icon/work/icon.v943src/bin/../src/h/rt.h:21, from f_1o.c:7: /home/pbulk/build/lang/icon/work/icon.v943src/bin/../src/h/../h/../h/xwin.h:77: warning: "SHARED" redefined 77 | #define SHARED 0 | In file included from /usr/include/dlfcn.h:37, from /home/pbulk/build/lang/icon/work/icon.v943src/bin/../src/h/../h/sys.h:74, from /home/pbulk/build/lang/icon/work/icon.v943src/bin/../src/h/rt.h:11, from f_1o.c:7: /usr/include/sys/mman.h:358: note: this is the location of the previous definition 358 | #define SHARED 0x10 /* Use MEMCNTL_SHARED */ | In file included from /home/pbulk/build/lang/icon/work/icon.v943src/bin/../src/h/../h/graphics.h:6, from /home/pbulk/build/lang/icon/work/icon.v943src/bin/../src/h/rt.h:21, from f_1o0.c:7: /home/pbulk/build/lang/icon/work/icon.v943src/bin/../src/h/../h/../h/xwin.h:77: warning: "SHARED" redefined 77 | #define SHARED 0 | In file included from /usr/include/dlfcn.h:37, from /home/pbulk/build/lang/icon/work/icon.v943src/bin/../src/h/../h/sys.h:74, from /home/pbulk/build/lang/icon/work/icon.v943src/bin/../src/h/rt.h:11, from f_1o0.c:7: /usr/include/sys/mman.h:358: note: this is the location of the previous definition 358 | #define SHARED 0x10 /* Use MEMCNTL_SHARED */ | In file included from /home/pbulk/build/lang/icon/work/icon.v943src/bin/../src/h/../h/graphics.h:6, from /home/pbulk/build/lang/icon/work/icon.v943src/bin/../src/h/rt.h:21, from f_1p.c:7: /home/pbulk/build/lang/icon/work/icon.v943src/bin/../src/h/../h/../h/xwin.h:77: warning: "SHARED" redefined 77 | #define SHARED 0 | In file included from /usr/include/dlfcn.h:37, from /home/pbulk/build/lang/icon/work/icon.v943src/bin/../src/h/../h/sys.h:74, from /home/pbulk/build/lang/icon/work/icon.v943src/bin/../src/h/rt.h:11, from f_1p.c:7: /usr/include/sys/mman.h:358: note: this is the location of the previous definition 358 | #define SHARED 0x10 /* Use MEMCNTL_SHARED */ | In file included from /home/pbulk/build/lang/icon/work/icon.v943src/bin/../src/h/../h/graphics.h:6, from /home/pbulk/build/lang/icon/work/icon.v943src/bin/../src/h/rt.h:21, from f_1q.c:7: /home/pbulk/build/lang/icon/work/icon.v943src/bin/../src/h/../h/../h/xwin.h:77: warning: "SHARED" redefined 77 | #define SHARED 0 | In file included from /usr/include/dlfcn.h:37, from /home/pbulk/build/lang/icon/work/icon.v943src/bin/../src/h/../h/sys.h:74, from /home/pbulk/build/lang/icon/work/icon.v943src/bin/../src/h/rt.h:11, from f_1q.c:7: /usr/include/sys/mman.h:358: note: this is the location of the previous definition 358 | #define SHARED 0x10 /* Use MEMCNTL_SHARED */ | In file included from /home/pbulk/build/lang/icon/work/icon.v943src/bin/../src/h/../h/graphics.h:6, from /home/pbulk/build/lang/icon/work/icon.v943src/bin/../src/h/rt.h:21, from f_1q0.c:7: /home/pbulk/build/lang/icon/work/icon.v943src/bin/../src/h/../h/../h/xwin.h:77: warning: "SHARED" redefined 77 | #define SHARED 0 | In file included from /usr/include/dlfcn.h:37, from /home/pbulk/build/lang/icon/work/icon.v943src/bin/../src/h/../h/sys.h:74, from /home/pbulk/build/lang/icon/work/icon.v943src/bin/../src/h/rt.h:11, from f_1q0.c:7: /usr/include/sys/mman.h:358: note: this is the location of the previous definition 358 | #define SHARED 0x10 /* Use MEMCNTL_SHARED */ | In file included from /home/pbulk/build/lang/icon/work/icon.v943src/bin/../src/h/../h/graphics.h:6, from /home/pbulk/build/lang/icon/work/icon.v943src/bin/../src/h/rt.h:21, from f_1q1.c:7: /home/pbulk/build/lang/icon/work/icon.v943src/bin/../src/h/../h/../h/xwin.h:77: warning: "SHARED" redefined 77 | #define SHARED 0 | In file included from /usr/include/dlfcn.h:37, from /home/pbulk/build/lang/icon/work/icon.v943src/bin/../src/h/../h/sys.h:74, from /home/pbulk/build/lang/icon/work/icon.v943src/bin/../src/h/rt.h:11, from f_1q1.c:7: /usr/include/sys/mman.h:358: note: this is the location of the previous definition 358 | #define SHARED 0x10 /* Use MEMCNTL_SHARED */ | In file included from /home/pbulk/build/lang/icon/work/icon.v943src/bin/../src/h/../h/graphics.h:6, from /home/pbulk/build/lang/icon/work/icon.v943src/bin/../src/h/rt.h:21, from f_1r.c:7: /home/pbulk/build/lang/icon/work/icon.v943src/bin/../src/h/../h/../h/xwin.h:77: warning: "SHARED" redefined 77 | #define SHARED 0 | In file included from /usr/include/dlfcn.h:37, from /home/pbulk/build/lang/icon/work/icon.v943src/bin/../src/h/../h/sys.h:74, from /home/pbulk/build/lang/icon/work/icon.v943src/bin/../src/h/rt.h:11, from f_1r.c:7: /usr/include/sys/mman.h:358: note: this is the location of the previous definition 358 | #define SHARED 0x10 /* Use MEMCNTL_SHARED */ | In file included from /home/pbulk/build/lang/icon/work/icon.v943src/bin/../src/h/../h/graphics.h:6, from /home/pbulk/build/lang/icon/work/icon.v943src/bin/../src/h/rt.h:21, from f_1r0.c:7: /home/pbulk/build/lang/icon/work/icon.v943src/bin/../src/h/../h/../h/xwin.h:77: warning: "SHARED" redefined 77 | #define SHARED 0 | In file included from /usr/include/dlfcn.h:37, from /home/pbulk/build/lang/icon/work/icon.v943src/bin/../src/h/../h/sys.h:74, from /home/pbulk/build/lang/icon/work/icon.v943src/bin/../src/h/rt.h:11, from f_1r0.c:7: /usr/include/sys/mman.h:358: note: this is the location of the previous definition 358 | #define SHARED 0x10 /* Use MEMCNTL_SHARED */ | In file included from /home/pbulk/build/lang/icon/work/icon.v943src/bin/../src/h/../h/graphics.h:6, from /home/pbulk/build/lang/icon/work/icon.v943src/bin/../src/h/rt.h:21, from f_1s.c:7: /home/pbulk/build/lang/icon/work/icon.v943src/bin/../src/h/../h/../h/xwin.h:77: warning: "SHARED" redefined 77 | #define SHARED 0 | In file included from /usr/include/dlfcn.h:37, from /home/pbulk/build/lang/icon/work/icon.v943src/bin/../src/h/../h/sys.h:74, from /home/pbulk/build/lang/icon/work/icon.v943src/bin/../src/h/rt.h:11, from f_1s.c:7: /usr/include/sys/mman.h:358: note: this is the location of the previous definition 358 | #define SHARED 0x10 /* Use MEMCNTL_SHARED */ | In file included from /home/pbulk/build/lang/icon/work/icon.v943src/bin/../src/h/../h/graphics.h:6, from /home/pbulk/build/lang/icon/work/icon.v943src/bin/../src/h/rt.h:21, from f_1t.c:7: /home/pbulk/build/lang/icon/work/icon.v943src/bin/../src/h/../h/../h/xwin.h:77: warning: "SHARED" redefined 77 | #define SHARED 0 | In file included from /usr/include/dlfcn.h:37, from /home/pbulk/build/lang/icon/work/icon.v943src/bin/../src/h/../h/sys.h:74, from /home/pbulk/build/lang/icon/work/icon.v943src/bin/../src/h/rt.h:11, from f_1t.c:7: /usr/include/sys/mman.h:358: note: this is the location of the previous definition 358 | #define SHARED 0x10 /* Use MEMCNTL_SHARED */ | In file included from /home/pbulk/build/lang/icon/work/icon.v943src/bin/../src/h/../h/graphics.h:6, from /home/pbulk/build/lang/icon/work/icon.v943src/bin/../src/h/rt.h:21, from f_1t0.c:7: /home/pbulk/build/lang/icon/work/icon.v943src/bin/../src/h/../h/../h/xwin.h:77: warning: "SHARED" redefined 77 | #define SHARED 0 | In file included from /usr/include/dlfcn.h:37, from /home/pbulk/build/lang/icon/work/icon.v943src/bin/../src/h/../h/sys.h:74, from /home/pbulk/build/lang/icon/work/icon.v943src/bin/../src/h/rt.h:11, from f_1t0.c:7: /usr/include/sys/mman.h:358: note: this is the location of the previous definition 358 | #define SHARED 0x10 /* Use MEMCNTL_SHARED */ | In file included from /home/pbulk/build/lang/icon/work/icon.v943src/bin/../src/h/../h/graphics.h:6, from /home/pbulk/build/lang/icon/work/icon.v943src/bin/../src/h/rt.h:21, from f_1u.c:7: /home/pbulk/build/lang/icon/work/icon.v943src/bin/../src/h/../h/../h/xwin.h:77: warning: "SHARED" redefined 77 | #define SHARED 0 | In file included from /usr/include/dlfcn.h:37, from /home/pbulk/build/lang/icon/work/icon.v943src/bin/../src/h/../h/sys.h:74, from /home/pbulk/build/lang/icon/work/icon.v943src/bin/../src/h/rt.h:11, from f_1u.c:7: /usr/include/sys/mman.h:358: note: this is the location of the previous definition 358 | #define SHARED 0x10 /* Use MEMCNTL_SHARED */ | In file included from /home/pbulk/build/lang/icon/work/icon.v943src/bin/../src/h/../h/graphics.h:6, from /home/pbulk/build/lang/icon/work/icon.v943src/bin/../src/h/rt.h:21, from f_1u0.c:7: /home/pbulk/build/lang/icon/work/icon.v943src/bin/../src/h/../h/../h/xwin.h:77: warning: "SHARED" redefined 77 | #define SHARED 0 | In file included from /usr/include/dlfcn.h:37, from /home/pbulk/build/lang/icon/work/icon.v943src/bin/../src/h/../h/sys.h:74, from /home/pbulk/build/lang/icon/work/icon.v943src/bin/../src/h/rt.h:11, from f_1u0.c:7: /usr/include/sys/mman.h:358: note: this is the location of the previous definition 358 | #define SHARED 0x10 /* Use MEMCNTL_SHARED */ | In file included from /home/pbulk/build/lang/icon/work/icon.v943src/bin/../src/h/../h/graphics.h:6, from /home/pbulk/build/lang/icon/work/icon.v943src/bin/../src/h/rt.h:21, from f_1v.c:7: /home/pbulk/build/lang/icon/work/icon.v943src/bin/../src/h/../h/../h/xwin.h:77: warning: "SHARED" redefined 77 | #define SHARED 0 | In file included from /usr/include/dlfcn.h:37, from /home/pbulk/build/lang/icon/work/icon.v943src/bin/../src/h/../h/sys.h:74, from /home/pbulk/build/lang/icon/work/icon.v943src/bin/../src/h/rt.h:11, from f_1v.c:7: /usr/include/sys/mman.h:358: note: this is the location of the previous definition 358 | #define SHARED 0x10 /* Use MEMCNTL_SHARED */ | In file included from /home/pbulk/build/lang/icon/work/icon.v943src/bin/../src/h/../h/graphics.h:6, from /home/pbulk/build/lang/icon/work/icon.v943src/bin/../src/h/rt.h:21, from f_1v0.c:7: /home/pbulk/build/lang/icon/work/icon.v943src/bin/../src/h/../h/../h/xwin.h:77: warning: "SHARED" redefined 77 | #define SHARED 0 | In file included from /usr/include/dlfcn.h:37, from /home/pbulk/build/lang/icon/work/icon.v943src/bin/../src/h/../h/sys.h:74, from /home/pbulk/build/lang/icon/work/icon.v943src/bin/../src/h/rt.h:11, from f_1v0.c:7: /usr/include/sys/mman.h:358: note: this is the location of the previous definition 358 | #define SHARED 0x10 /* Use MEMCNTL_SHARED */ | In file included from /home/pbulk/build/lang/icon/work/icon.v943src/bin/../src/h/../h/graphics.h:6, from /home/pbulk/build/lang/icon/work/icon.v943src/bin/../src/h/rt.h:21, from f_1w.c:7: /home/pbulk/build/lang/icon/work/icon.v943src/bin/../src/h/../h/../h/xwin.h:77: warning: "SHARED" redefined 77 | #define SHARED 0 | In file included from /usr/include/dlfcn.h:37, from /home/pbulk/build/lang/icon/work/icon.v943src/bin/../src/h/../h/sys.h:74, from /home/pbulk/build/lang/icon/work/icon.v943src/bin/../src/h/rt.h:11, from f_1w.c:7: /usr/include/sys/mman.h:358: note: this is the location of the previous definition 358 | #define SHARED 0x10 /* Use MEMCNTL_SHARED */ | In file included from /home/pbulk/build/lang/icon/work/icon.v943src/bin/../src/h/../h/graphics.h:6, from /home/pbulk/build/lang/icon/work/icon.v943src/bin/../src/h/rt.h:21, from f_1w0.c:7: /home/pbulk/build/lang/icon/work/icon.v943src/bin/../src/h/../h/../h/xwin.h:77: warning: "SHARED" redefined 77 | #define SHARED 0 | In file included from /usr/include/dlfcn.h:37, from /home/pbulk/build/lang/icon/work/icon.v943src/bin/../src/h/../h/sys.h:74, from /home/pbulk/build/lang/icon/work/icon.v943src/bin/../src/h/rt.h:11, from f_1w0.c:7: /usr/include/sys/mman.h:358: note: this is the location of the previous definition 358 | #define SHARED 0x10 /* Use MEMCNTL_SHARED */ | In file included from /home/pbulk/build/lang/icon/work/icon.v943src/bin/../src/h/../h/graphics.h:6, from /home/pbulk/build/lang/icon/work/icon.v943src/bin/../src/h/rt.h:21, from f_1x.c:7: /home/pbulk/build/lang/icon/work/icon.v943src/bin/../src/h/../h/../h/xwin.h:77: warning: "SHARED" redefined 77 | #define SHARED 0 | In file included from /usr/include/dlfcn.h:37, from /home/pbulk/build/lang/icon/work/icon.v943src/bin/../src/h/../h/sys.h:74, from /home/pbulk/build/lang/icon/work/icon.v943src/bin/../src/h/rt.h:11, from f_1x.c:7: /usr/include/sys/mman.h:358: note: this is the location of the previous definition 358 | #define SHARED 0x10 /* Use MEMCNTL_SHARED */ | In file included from /home/pbulk/build/lang/icon/work/icon.v943src/bin/../src/h/../h/graphics.h:6, from /home/pbulk/build/lang/icon/work/icon.v943src/bin/../src/h/rt.h:21, from fstruct.c:7: /home/pbulk/build/lang/icon/work/icon.v943src/bin/../src/h/../h/../h/xwin.h:77: warning: "SHARED" redefined 77 | #define SHARED 0 | In file included from /usr/include/dlfcn.h:37, from /home/pbulk/build/lang/icon/work/icon.v943src/bin/../src/h/../h/sys.h:74, from /home/pbulk/build/lang/icon/work/icon.v943src/bin/../src/h/rt.h:11, from fstruct.c:7: /usr/include/sys/mman.h:358: note: this is the location of the previous definition 358 | #define SHARED 0x10 /* Use MEMCNTL_SHARED */ | In file included from /home/pbulk/build/lang/icon/work/icon.v943src/bin/../src/h/../h/graphics.h:6, from /home/pbulk/build/lang/icon/work/icon.v943src/bin/../src/h/rt.h:21, from f_1y.c:7: /home/pbulk/build/lang/icon/work/icon.v943src/bin/../src/h/../h/../h/xwin.h:77: warning: "SHARED" redefined 77 | #define SHARED 0 | In file included from /usr/include/dlfcn.h:37, from /home/pbulk/build/lang/icon/work/icon.v943src/bin/../src/h/../h/sys.h:74, from /home/pbulk/build/lang/icon/work/icon.v943src/bin/../src/h/rt.h:11, from f_1y.c:7: /usr/include/sys/mman.h:358: note: this is the location of the previous definition 358 | #define SHARED 0x10 /* Use MEMCNTL_SHARED */ | In file included from /home/pbulk/build/lang/icon/work/icon.v943src/bin/../src/h/../h/graphics.h:6, from /home/pbulk/build/lang/icon/work/icon.v943src/bin/../src/h/rt.h:21, from f_1y0.c:7: /home/pbulk/build/lang/icon/work/icon.v943src/bin/../src/h/../h/../h/xwin.h:77: warning: "SHARED" redefined 77 | #define SHARED 0 | In file included from /usr/include/dlfcn.h:37, from /home/pbulk/build/lang/icon/work/icon.v943src/bin/../src/h/../h/sys.h:74, from /home/pbulk/build/lang/icon/work/icon.v943src/bin/../src/h/rt.h:11, from f_1y0.c:7: /usr/include/sys/mman.h:358: note: this is the location of the previous definition 358 | #define SHARED 0x10 /* Use MEMCNTL_SHARED */ | In file included from /home/pbulk/build/lang/icon/work/icon.v943src/bin/../src/h/../h/graphics.h:6, from /home/pbulk/build/lang/icon/work/icon.v943src/bin/../src/h/rt.h:21, from f_1z.c:7: /home/pbulk/build/lang/icon/work/icon.v943src/bin/../src/h/../h/../h/xwin.h:77: warning: "SHARED" redefined 77 | #define SHARED 0 | In file included from /usr/include/dlfcn.h:37, from /home/pbulk/build/lang/icon/work/icon.v943src/bin/../src/h/../h/sys.h:74, from /home/pbulk/build/lang/icon/work/icon.v943src/bin/../src/h/rt.h:11, from f_1z.c:7: /usr/include/sys/mman.h:358: note: this is the location of the previous definition 358 | #define SHARED 0x10 /* Use MEMCNTL_SHARED */ | In file included from /home/pbulk/build/lang/icon/work/icon.v943src/bin/../src/h/../h/graphics.h:6, from /home/pbulk/build/lang/icon/work/icon.v943src/bin/../src/h/rt.h:21, from f_20.c:7: /home/pbulk/build/lang/icon/work/icon.v943src/bin/../src/h/../h/../h/xwin.h:77: warning: "SHARED" redefined 77 | #define SHARED 0 | In file included from /usr/include/dlfcn.h:37, from /home/pbulk/build/lang/icon/work/icon.v943src/bin/../src/h/../h/sys.h:74, from /home/pbulk/build/lang/icon/work/icon.v943src/bin/../src/h/rt.h:11, from f_20.c:7: /usr/include/sys/mman.h:358: note: this is the location of the previous definition 358 | #define SHARED 0x10 /* Use MEMCNTL_SHARED */ | In file included from /home/pbulk/build/lang/icon/work/icon.v943src/bin/../src/h/../h/graphics.h:6, from /home/pbulk/build/lang/icon/work/icon.v943src/bin/../src/h/rt.h:21, from f_21.c:7: /home/pbulk/build/lang/icon/work/icon.v943src/bin/../src/h/../h/../h/xwin.h:77: warning: "SHARED" redefined 77 | #define SHARED 0 | In file included from /usr/include/dlfcn.h:37, from /home/pbulk/build/lang/icon/work/icon.v943src/bin/../src/h/../h/sys.h:74, from /home/pbulk/build/lang/icon/work/icon.v943src/bin/../src/h/rt.h:11, from f_21.c:7: /usr/include/sys/mman.h:358: note: this is the location of the previous definition 358 | #define SHARED 0x10 /* Use MEMCNTL_SHARED */ | In file included from /home/pbulk/build/lang/icon/work/icon.v943src/bin/../src/h/../h/graphics.h:6, from /home/pbulk/build/lang/icon/work/icon.v943src/bin/../src/h/rt.h:21, from f_210.c:7: /home/pbulk/build/lang/icon/work/icon.v943src/bin/../src/h/../h/../h/xwin.h:77: warning: "SHARED" redefined 77 | #define SHARED 0 | In file included from /usr/include/dlfcn.h:37, from /home/pbulk/build/lang/icon/work/icon.v943src/bin/../src/h/../h/sys.h:74, from /home/pbulk/build/lang/icon/work/icon.v943src/bin/../src/h/rt.h:11, from f_210.c:7: /usr/include/sys/mman.h:358: note: this is the location of the previous definition 358 | #define SHARED 0x10 /* Use MEMCNTL_SHARED */ | In file included from /home/pbulk/build/lang/icon/work/icon.v943src/bin/../src/h/../h/graphics.h:6, from /home/pbulk/build/lang/icon/work/icon.v943src/bin/../src/h/rt.h:21, from f_22.c:7: /home/pbulk/build/lang/icon/work/icon.v943src/bin/../src/h/../h/../h/xwin.h:77: warning: "SHARED" redefined 77 | #define SHARED 0 | In file included from /usr/include/dlfcn.h:37, from /home/pbulk/build/lang/icon/work/icon.v943src/bin/../src/h/../h/sys.h:74, from /home/pbulk/build/lang/icon/work/icon.v943src/bin/../src/h/rt.h:11, from f_22.c:7: /usr/include/sys/mman.h:358: note: this is the location of the previous definition 358 | #define SHARED 0x10 /* Use MEMCNTL_SHARED */ | In file included from /home/pbulk/build/lang/icon/work/icon.v943src/bin/../src/h/../h/graphics.h:6, from /home/pbulk/build/lang/icon/work/icon.v943src/bin/../src/h/rt.h:21, from f_220.c:7: /home/pbulk/build/lang/icon/work/icon.v943src/bin/../src/h/../h/../h/xwin.h:77: warning: "SHARED" redefined 77 | #define SHARED 0 | In file included from /usr/include/dlfcn.h:37, from /home/pbulk/build/lang/icon/work/icon.v943src/bin/../src/h/../h/sys.h:74, from /home/pbulk/build/lang/icon/work/icon.v943src/bin/../src/h/rt.h:11, from f_220.c:7: /usr/include/sys/mman.h:358: note: this is the location of the previous definition 358 | #define SHARED 0x10 /* Use MEMCNTL_SHARED */ | In file included from /home/pbulk/build/lang/icon/work/icon.v943src/bin/../src/h/../h/graphics.h:6, from /home/pbulk/build/lang/icon/work/icon.v943src/bin/../src/h/rt.h:21, from f_23.c:7: /home/pbulk/build/lang/icon/work/icon.v943src/bin/../src/h/../h/../h/xwin.h:77: warning: "SHARED" redefined 77 | #define SHARED 0 | In file included from /usr/include/dlfcn.h:37, from /home/pbulk/build/lang/icon/work/icon.v943src/bin/../src/h/../h/sys.h:74, from /home/pbulk/build/lang/icon/work/icon.v943src/bin/../src/h/rt.h:11, from f_23.c:7: /usr/include/sys/mman.h:358: note: this is the location of the previous definition 358 | #define SHARED 0x10 /* Use MEMCNTL_SHARED */ | In file included from /home/pbulk/build/lang/icon/work/icon.v943src/bin/../src/h/../h/graphics.h:6, from /home/pbulk/build/lang/icon/work/icon.v943src/bin/../src/h/rt.h:21, from f_230.c:7: /home/pbulk/build/lang/icon/work/icon.v943src/bin/../src/h/../h/../h/xwin.h:77: warning: "SHARED" redefined 77 | #define SHARED 0 | In file included from /usr/include/dlfcn.h:37, from /home/pbulk/build/lang/icon/work/icon.v943src/bin/../src/h/../h/sys.h:74, from /home/pbulk/build/lang/icon/work/icon.v943src/bin/../src/h/rt.h:11, from f_230.c:7: /usr/include/sys/mman.h:358: note: this is the location of the previous definition 358 | #define SHARED 0x10 /* Use MEMCNTL_SHARED */ | In file included from /home/pbulk/build/lang/icon/work/icon.v943src/bin/../src/h/../h/graphics.h:6, from /home/pbulk/build/lang/icon/work/icon.v943src/bin/../src/h/rt.h:21, from f_24.c:7: /home/pbulk/build/lang/icon/work/icon.v943src/bin/../src/h/../h/../h/xwin.h:77: warning: "SHARED" redefined 77 | #define SHARED 0 | In file included from /usr/include/dlfcn.h:37, from /home/pbulk/build/lang/icon/work/icon.v943src/bin/../src/h/../h/sys.h:74, from /home/pbulk/build/lang/icon/work/icon.v943src/bin/../src/h/rt.h:11, from f_24.c:7: /usr/include/sys/mman.h:358: note: this is the location of the previous definition 358 | #define SHARED 0x10 /* Use MEMCNTL_SHARED */ | In file included from /home/pbulk/build/lang/icon/work/icon.v943src/bin/../src/h/../h/graphics.h:6, from /home/pbulk/build/lang/icon/work/icon.v943src/bin/../src/h/rt.h:21, from f_25.c:7: /home/pbulk/build/lang/icon/work/icon.v943src/bin/../src/h/../h/../h/xwin.h:77: warning: "SHARED" redefined 77 | #define SHARED 0 | In file included from /usr/include/dlfcn.h:37, from /home/pbulk/build/lang/icon/work/icon.v943src/bin/../src/h/../h/sys.h:74, from /home/pbulk/build/lang/icon/work/icon.v943src/bin/../src/h/rt.h:11, from f_25.c:7: /usr/include/sys/mman.h:358: note: this is the location of the previous definition 358 | #define SHARED 0x10 /* Use MEMCNTL_SHARED */ | In file included from /home/pbulk/build/lang/icon/work/icon.v943src/bin/../src/h/../h/graphics.h:6, from /home/pbulk/build/lang/icon/work/icon.v943src/bin/../src/h/rt.h:21, from f_250.c:7: /home/pbulk/build/lang/icon/work/icon.v943src/bin/../src/h/../h/../h/xwin.h:77: warning: "SHARED" redefined 77 | #define SHARED 0 | In file included from /usr/include/dlfcn.h:37, from /home/pbulk/build/lang/icon/work/icon.v943src/bin/../src/h/../h/sys.h:74, from /home/pbulk/build/lang/icon/work/icon.v943src/bin/../src/h/rt.h:11, from f_250.c:7: /usr/include/sys/mman.h:358: note: this is the location of the previous definition 358 | #define SHARED 0x10 /* Use MEMCNTL_SHARED */ | In file included from /home/pbulk/build/lang/icon/work/icon.v943src/bin/../src/h/../h/graphics.h:6, from /home/pbulk/build/lang/icon/work/icon.v943src/bin/../src/h/rt.h:21, from f_26.c:7: /home/pbulk/build/lang/icon/work/icon.v943src/bin/../src/h/../h/../h/xwin.h:77: warning: "SHARED" redefined 77 | #define SHARED 0 | In file included from /usr/include/dlfcn.h:37, from /home/pbulk/build/lang/icon/work/icon.v943src/bin/../src/h/../h/sys.h:74, from /home/pbulk/build/lang/icon/work/icon.v943src/bin/../src/h/rt.h:11, from f_26.c:7: /usr/include/sys/mman.h:358: note: this is the location of the previous definition 358 | #define SHARED 0x10 /* Use MEMCNTL_SHARED */ | In file included from /home/pbulk/build/lang/icon/work/icon.v943src/bin/../src/h/../h/graphics.h:6, from /home/pbulk/build/lang/icon/work/icon.v943src/bin/../src/h/rt.h:21, from f_260.c:7: /home/pbulk/build/lang/icon/work/icon.v943src/bin/../src/h/../h/../h/xwin.h:77: warning: "SHARED" redefined 77 | #define SHARED 0 | In file included from /usr/include/dlfcn.h:37, from /home/pbulk/build/lang/icon/work/icon.v943src/bin/../src/h/../h/sys.h:74, from /home/pbulk/build/lang/icon/work/icon.v943src/bin/../src/h/rt.h:11, from f_260.c:7: /usr/include/sys/mman.h:358: note: this is the location of the previous definition 358 | #define SHARED 0x10 /* Use MEMCNTL_SHARED */ | In file included from /home/pbulk/build/lang/icon/work/icon.v943src/bin/../src/h/../h/graphics.h:6, from /home/pbulk/build/lang/icon/work/icon.v943src/bin/../src/h/rt.h:21, from f_27.c:7: /home/pbulk/build/lang/icon/work/icon.v943src/bin/../src/h/../h/../h/xwin.h:77: warning: "SHARED" redefined 77 | #define SHARED 0 | In file included from /usr/include/dlfcn.h:37, from /home/pbulk/build/lang/icon/work/icon.v943src/bin/../src/h/../h/sys.h:74, from /home/pbulk/build/lang/icon/work/icon.v943src/bin/../src/h/rt.h:11, from f_27.c:7: /usr/include/sys/mman.h:358: note: this is the location of the previous definition 358 | #define SHARED 0x10 /* Use MEMCNTL_SHARED */ | In file included from /home/pbulk/build/lang/icon/work/icon.v943src/bin/../src/h/../h/graphics.h:6, from /home/pbulk/build/lang/icon/work/icon.v943src/bin/../src/h/rt.h:21, from f_28.c:7: /home/pbulk/build/lang/icon/work/icon.v943src/bin/../src/h/../h/../h/xwin.h:77: warning: "SHARED" redefined 77 | #define SHARED 0 | In file included from /usr/include/dlfcn.h:37, from /home/pbulk/build/lang/icon/work/icon.v943src/bin/../src/h/../h/sys.h:74, from /home/pbulk/build/lang/icon/work/icon.v943src/bin/../src/h/rt.h:11, from f_28.c:7: /usr/include/sys/mman.h:358: note: this is the location of the previous definition 358 | #define SHARED 0x10 /* Use MEMCNTL_SHARED */ | In file included from /home/pbulk/build/lang/icon/work/icon.v943src/bin/../src/h/../h/graphics.h:6, from /home/pbulk/build/lang/icon/work/icon.v943src/bin/../src/h/rt.h:21, from f_280.c:7: /home/pbulk/build/lang/icon/work/icon.v943src/bin/../src/h/../h/../h/xwin.h:77: warning: "SHARED" redefined 77 | #define SHARED 0 | In file included from /usr/include/dlfcn.h:37, from /home/pbulk/build/lang/icon/work/icon.v943src/bin/../src/h/../h/sys.h:74, from /home/pbulk/build/lang/icon/work/icon.v943src/bin/../src/h/rt.h:11, from f_280.c:7: /usr/include/sys/mman.h:358: note: this is the location of the previous definition 358 | #define SHARED 0x10 /* Use MEMCNTL_SHARED */ | In file included from /home/pbulk/build/lang/icon/work/icon.v943src/bin/../src/h/../h/graphics.h:6, from /home/pbulk/build/lang/icon/work/icon.v943src/bin/../src/h/rt.h:21, from f_29.c:7: /home/pbulk/build/lang/icon/work/icon.v943src/bin/../src/h/../h/../h/xwin.h:77: warning: "SHARED" redefined 77 | #define SHARED 0 | In file included from /usr/include/dlfcn.h:37, from /home/pbulk/build/lang/icon/work/icon.v943src/bin/../src/h/../h/sys.h:74, from /home/pbulk/build/lang/icon/work/icon.v943src/bin/../src/h/rt.h:11, from f_29.c:7: /usr/include/sys/mman.h:358: note: this is the location of the previous definition 358 | #define SHARED 0x10 /* Use MEMCNTL_SHARED */ | In file included from /home/pbulk/build/lang/icon/work/icon.v943src/bin/../src/h/../h/graphics.h:6, from /home/pbulk/build/lang/icon/work/icon.v943src/bin/../src/h/rt.h:21, from f_290.c:7: /home/pbulk/build/lang/icon/work/icon.v943src/bin/../src/h/../h/../h/xwin.h:77: warning: "SHARED" redefined 77 | #define SHARED 0 | In file included from /usr/include/dlfcn.h:37, from /home/pbulk/build/lang/icon/work/icon.v943src/bin/../src/h/../h/sys.h:74, from /home/pbulk/build/lang/icon/work/icon.v943src/bin/../src/h/rt.h:11, from f_290.c:7: /usr/include/sys/mman.h:358: note: this is the location of the previous definition 358 | #define SHARED 0x10 /* Use MEMCNTL_SHARED */ | In file included from /home/pbulk/build/lang/icon/work/icon.v943src/bin/../src/h/../h/graphics.h:6, from /home/pbulk/build/lang/icon/work/icon.v943src/bin/../src/h/rt.h:21, from f_291.c:7: /home/pbulk/build/lang/icon/work/icon.v943src/bin/../src/h/../h/../h/xwin.h:77: warning: "SHARED" redefined 77 | #define SHARED 0 | In file included from /usr/include/dlfcn.h:37, from /home/pbulk/build/lang/icon/work/icon.v943src/bin/../src/h/../h/sys.h:74, from /home/pbulk/build/lang/icon/work/icon.v943src/bin/../src/h/rt.h:11, from f_291.c:7: /usr/include/sys/mman.h:358: note: this is the location of the previous definition 358 | #define SHARED 0x10 /* Use MEMCNTL_SHARED */ | In file included from /home/pbulk/build/lang/icon/work/icon.v943src/bin/../src/h/../h/graphics.h:6, from /home/pbulk/build/lang/icon/work/icon.v943src/bin/../src/h/rt.h:21, from f_2a.c:7: /home/pbulk/build/lang/icon/work/icon.v943src/bin/../src/h/../h/../h/xwin.h:77: warning: "SHARED" redefined 77 | #define SHARED 0 | In file included from /usr/include/dlfcn.h:37, from /home/pbulk/build/lang/icon/work/icon.v943src/bin/../src/h/../h/sys.h:74, from /home/pbulk/build/lang/icon/work/icon.v943src/bin/../src/h/rt.h:11, from f_2a.c:7: /usr/include/sys/mman.h:358: note: this is the location of the previous definition 358 | #define SHARED 0x10 /* Use MEMCNTL_SHARED */ | In file included from /home/pbulk/build/lang/icon/work/icon.v943src/bin/../src/h/../h/graphics.h:6, from /home/pbulk/build/lang/icon/work/icon.v943src/bin/../src/h/rt.h:21, from f_2a0.c:7: /home/pbulk/build/lang/icon/work/icon.v943src/bin/../src/h/../h/../h/xwin.h:77: warning: "SHARED" redefined 77 | #define SHARED 0 | In file included from /usr/include/dlfcn.h:37, from /home/pbulk/build/lang/icon/work/icon.v943src/bin/../src/h/../h/sys.h:74, from /home/pbulk/build/lang/icon/work/icon.v943src/bin/../src/h/rt.h:11, from f_2a0.c:7: /usr/include/sys/mman.h:358: note: this is the location of the previous definition 358 | #define SHARED 0x10 /* Use MEMCNTL_SHARED */ | In file included from /home/pbulk/build/lang/icon/work/icon.v943src/bin/../src/h/../h/graphics.h:6, from /home/pbulk/build/lang/icon/work/icon.v943src/bin/../src/h/rt.h:21, from f_2a1.c:7: /home/pbulk/build/lang/icon/work/icon.v943src/bin/../src/h/../h/../h/xwin.h:77: warning: "SHARED" redefined 77 | #define SHARED 0 | In file included from /usr/include/dlfcn.h:37, from /home/pbulk/build/lang/icon/work/icon.v943src/bin/../src/h/../h/sys.h:74, from /home/pbulk/build/lang/icon/work/icon.v943src/bin/../src/h/rt.h:11, from f_2a1.c:7: /usr/include/sys/mman.h:358: note: this is the location of the previous definition 358 | #define SHARED 0x10 /* Use MEMCNTL_SHARED */ | In file included from /home/pbulk/build/lang/icon/work/icon.v943src/bin/../src/h/../h/graphics.h:6, from /home/pbulk/build/lang/icon/work/icon.v943src/bin/../src/h/rt.h:21, from f_2b.c:7: /home/pbulk/build/lang/icon/work/icon.v943src/bin/../src/h/../h/../h/xwin.h:77: warning: "SHARED" redefined 77 | #define SHARED 0 | In file included from /usr/include/dlfcn.h:37, from /home/pbulk/build/lang/icon/work/icon.v943src/bin/../src/h/../h/sys.h:74, from /home/pbulk/build/lang/icon/work/icon.v943src/bin/../src/h/rt.h:11, from f_2b.c:7: /usr/include/sys/mman.h:358: note: this is the location of the previous definition 358 | #define SHARED 0x10 /* Use MEMCNTL_SHARED */ | In file included from /home/pbulk/build/lang/icon/work/icon.v943src/bin/../src/h/../h/graphics.h:6, from /home/pbulk/build/lang/icon/work/icon.v943src/bin/../src/h/rt.h:21, from f_2b0.c:7: /home/pbulk/build/lang/icon/work/icon.v943src/bin/../src/h/../h/../h/xwin.h:77: warning: "SHARED" redefined 77 | #define SHARED 0 | In file included from /usr/include/dlfcn.h:37, from /home/pbulk/build/lang/icon/work/icon.v943src/bin/../src/h/../h/sys.h:74, from /home/pbulk/build/lang/icon/work/icon.v943src/bin/../src/h/rt.h:11, from f_2b0.c:7: /usr/include/sys/mman.h:358: note: this is the location of the previous definition 358 | #define SHARED 0x10 /* Use MEMCNTL_SHARED */ | In file included from /home/pbulk/build/lang/icon/work/icon.v943src/bin/../src/h/../h/graphics.h:6, from /home/pbulk/build/lang/icon/work/icon.v943src/bin/../src/h/rt.h:21, from f_2b1.c:7: /home/pbulk/build/lang/icon/work/icon.v943src/bin/../src/h/../h/../h/xwin.h:77: warning: "SHARED" redefined 77 | #define SHARED 0 | In file included from /usr/include/dlfcn.h:37, from /home/pbulk/build/lang/icon/work/icon.v943src/bin/../src/h/../h/sys.h:74, from /home/pbulk/build/lang/icon/work/icon.v943src/bin/../src/h/rt.h:11, from f_2b1.c:7: /usr/include/sys/mman.h:358: note: this is the location of the previous definition 358 | #define SHARED 0x10 /* Use MEMCNTL_SHARED */ | In file included from /home/pbulk/build/lang/icon/work/icon.v943src/bin/../src/h/../h/graphics.h:6, from /home/pbulk/build/lang/icon/work/icon.v943src/bin/../src/h/rt.h:21, from f_2c.c:7: /home/pbulk/build/lang/icon/work/icon.v943src/bin/../src/h/../h/../h/xwin.h:77: warning: "SHARED" redefined 77 | #define SHARED 0 | In file included from /usr/include/dlfcn.h:37, from /home/pbulk/build/lang/icon/work/icon.v943src/bin/../src/h/../h/sys.h:74, from /home/pbulk/build/lang/icon/work/icon.v943src/bin/../src/h/rt.h:11, from f_2c.c:7: /usr/include/sys/mman.h:358: note: this is the location of the previous definition 358 | #define SHARED 0x10 /* Use MEMCNTL_SHARED */ | In file included from /home/pbulk/build/lang/icon/work/icon.v943src/bin/../src/h/../h/graphics.h:6, from /home/pbulk/build/lang/icon/work/icon.v943src/bin/../src/h/rt.h:21, from f_2c0.c:7: /home/pbulk/build/lang/icon/work/icon.v943src/bin/../src/h/../h/../h/xwin.h:77: warning: "SHARED" redefined 77 | #define SHARED 0 | In file included from /usr/include/dlfcn.h:37, from /home/pbulk/build/lang/icon/work/icon.v943src/bin/../src/h/../h/sys.h:74, from /home/pbulk/build/lang/icon/work/icon.v943src/bin/../src/h/rt.h:11, from f_2c0.c:7: /usr/include/sys/mman.h:358: note: this is the location of the previous definition 358 | #define SHARED 0x10 /* Use MEMCNTL_SHARED */ | In file included from /home/pbulk/build/lang/icon/work/icon.v943src/bin/../src/h/../h/graphics.h:6, from /home/pbulk/build/lang/icon/work/icon.v943src/bin/../src/h/rt.h:21, from f_2d.c:7: /home/pbulk/build/lang/icon/work/icon.v943src/bin/../src/h/../h/../h/xwin.h:77: warning: "SHARED" redefined 77 | #define SHARED 0 | In file included from /usr/include/dlfcn.h:37, from /home/pbulk/build/lang/icon/work/icon.v943src/bin/../src/h/../h/sys.h:74, from /home/pbulk/build/lang/icon/work/icon.v943src/bin/../src/h/rt.h:11, from f_2d.c:7: /usr/include/sys/mman.h:358: note: this is the location of the previous definition 358 | #define SHARED 0x10 /* Use MEMCNTL_SHARED */ | In file included from /home/pbulk/build/lang/icon/work/icon.v943src/bin/../src/h/../h/graphics.h:6, from /home/pbulk/build/lang/icon/work/icon.v943src/bin/../src/h/rt.h:21, from f_2d0.c:7: /home/pbulk/build/lang/icon/work/icon.v943src/bin/../src/h/../h/../h/xwin.h:77: warning: "SHARED" redefined 77 | #define SHARED 0 | In file included from /usr/include/dlfcn.h:37, from /home/pbulk/build/lang/icon/work/icon.v943src/bin/../src/h/../h/sys.h:74, from /home/pbulk/build/lang/icon/work/icon.v943src/bin/../src/h/rt.h:11, from f_2d0.c:7: /usr/include/sys/mman.h:358: note: this is the location of the previous definition 358 | #define SHARED 0x10 /* Use MEMCNTL_SHARED */ | In file included from /home/pbulk/build/lang/icon/work/icon.v943src/bin/../src/h/../h/graphics.h:6, from /home/pbulk/build/lang/icon/work/icon.v943src/bin/../src/h/rt.h:21, from f_2e.c:7: /home/pbulk/build/lang/icon/work/icon.v943src/bin/../src/h/../h/../h/xwin.h:77: warning: "SHARED" redefined 77 | #define SHARED 0 | In file included from /usr/include/dlfcn.h:37, from /home/pbulk/build/lang/icon/work/icon.v943src/bin/../src/h/../h/sys.h:74, from /home/pbulk/build/lang/icon/work/icon.v943src/bin/../src/h/rt.h:11, from f_2e.c:7: /usr/include/sys/mman.h:358: note: this is the location of the previous definition 358 | #define SHARED 0x10 /* Use MEMCNTL_SHARED */ | In file included from /home/pbulk/build/lang/icon/work/icon.v943src/bin/../src/h/../h/graphics.h:6, from /home/pbulk/build/lang/icon/work/icon.v943src/bin/../src/h/rt.h:21, from f_2f.c:7: /home/pbulk/build/lang/icon/work/icon.v943src/bin/../src/h/../h/../h/xwin.h:77: warning: "SHARED" redefined 77 | #define SHARED 0 | In file included from /usr/include/dlfcn.h:37, from /home/pbulk/build/lang/icon/work/icon.v943src/bin/../src/h/../h/sys.h:74, from /home/pbulk/build/lang/icon/work/icon.v943src/bin/../src/h/rt.h:11, from f_2f.c:7: /usr/include/sys/mman.h:358: note: this is the location of the previous definition 358 | #define SHARED 0x10 /* Use MEMCNTL_SHARED */ | In file included from /home/pbulk/build/lang/icon/work/icon.v943src/bin/../src/h/../h/graphics.h:6, from /home/pbulk/build/lang/icon/work/icon.v943src/bin/../src/h/rt.h:21, from f_2g.c:7: /home/pbulk/build/lang/icon/work/icon.v943src/bin/../src/h/../h/../h/xwin.h:77: warning: "SHARED" redefined 77 | #define SHARED 0 | In file included from /usr/include/dlfcn.h:37, from /home/pbulk/build/lang/icon/work/icon.v943src/bin/../src/h/../h/sys.h:74, from /home/pbulk/build/lang/icon/work/icon.v943src/bin/../src/h/rt.h:11, from f_2g.c:7: /usr/include/sys/mman.h:358: note: this is the location of the previous definition 358 | #define SHARED 0x10 /* Use MEMCNTL_SHARED */ | In file included from /home/pbulk/build/lang/icon/work/icon.v943src/bin/../src/h/../h/graphics.h:6, from /home/pbulk/build/lang/icon/work/icon.v943src/bin/../src/h/rt.h:21, from f_2h.c:7: /home/pbulk/build/lang/icon/work/icon.v943src/bin/../src/h/../h/../h/xwin.h:77: warning: "SHARED" redefined 77 | #define SHARED 0 | In file included from /usr/include/dlfcn.h:37, from /home/pbulk/build/lang/icon/work/icon.v943src/bin/../src/h/../h/sys.h:74, from /home/pbulk/build/lang/icon/work/icon.v943src/bin/../src/h/rt.h:11, from f_2h.c:7: /usr/include/sys/mman.h:358: note: this is the location of the previous definition 358 | #define SHARED 0x10 /* Use MEMCNTL_SHARED */ | In file included from /home/pbulk/build/lang/icon/work/icon.v943src/bin/../src/h/../h/graphics.h:6, from /home/pbulk/build/lang/icon/work/icon.v943src/bin/../src/h/rt.h:21, from f_2h0.c:7: /home/pbulk/build/lang/icon/work/icon.v943src/bin/../src/h/../h/../h/xwin.h:77: warning: "SHARED" redefined 77 | #define SHARED 0 | In file included from /usr/include/dlfcn.h:37, from /home/pbulk/build/lang/icon/work/icon.v943src/bin/../src/h/../h/sys.h:74, from /home/pbulk/build/lang/icon/work/icon.v943src/bin/../src/h/rt.h:11, from f_2h0.c:7: /usr/include/sys/mman.h:358: note: this is the location of the previous definition 358 | #define SHARED 0x10 /* Use MEMCNTL_SHARED */ | In file included from /home/pbulk/build/lang/icon/work/icon.v943src/bin/../src/h/../h/graphics.h:6, from /home/pbulk/build/lang/icon/work/icon.v943src/bin/../src/h/rt.h:21, from fsys.c:7: /home/pbulk/build/lang/icon/work/icon.v943src/bin/../src/h/../h/../h/xwin.h:77: warning: "SHARED" redefined 77 | #define SHARED 0 | In file included from /usr/include/dlfcn.h:37, from /home/pbulk/build/lang/icon/work/icon.v943src/bin/../src/h/../h/sys.h:74, from /home/pbulk/build/lang/icon/work/icon.v943src/bin/../src/h/rt.h:11, from fsys.c:7: /usr/include/sys/mman.h:358: note: this is the location of the previous definition 358 | #define SHARED 0x10 /* Use MEMCNTL_SHARED */ | In file included from /home/pbulk/build/lang/icon/work/icon.v943src/bin/../src/h/../h/graphics.h:6, from /home/pbulk/build/lang/icon/work/icon.v943src/bin/../src/h/rt.h:21, from f_2i.c:7: /home/pbulk/build/lang/icon/work/icon.v943src/bin/../src/h/../h/../h/xwin.h:77: warning: "SHARED" redefined 77 | #define SHARED 0 | In file included from /usr/include/dlfcn.h:37, from /home/pbulk/build/lang/icon/work/icon.v943src/bin/../src/h/../h/sys.h:74, from /home/pbulk/build/lang/icon/work/icon.v943src/bin/../src/h/rt.h:11, from f_2i.c:7: /usr/include/sys/mman.h:358: note: this is the location of the previous definition 358 | #define SHARED 0x10 /* Use MEMCNTL_SHARED */ | In file included from /home/pbulk/build/lang/icon/work/icon.v943src/bin/../src/h/../h/graphics.h:6, from /home/pbulk/build/lang/icon/work/icon.v943src/bin/../src/h/rt.h:21, from f_2i0.c:7: /home/pbulk/build/lang/icon/work/icon.v943src/bin/../src/h/../h/../h/xwin.h:77: warning: "SHARED" redefined 77 | #define SHARED 0 | In file included from /usr/include/dlfcn.h:37, from /home/pbulk/build/lang/icon/work/icon.v943src/bin/../src/h/../h/sys.h:74, from /home/pbulk/build/lang/icon/work/icon.v943src/bin/../src/h/rt.h:11, from f_2i0.c:7: /usr/include/sys/mman.h:358: note: this is the location of the previous definition 358 | #define SHARED 0x10 /* Use MEMCNTL_SHARED */ | In file included from /home/pbulk/build/lang/icon/work/icon.v943src/bin/../src/h/../h/graphics.h:6, from /home/pbulk/build/lang/icon/work/icon.v943src/bin/../src/h/rt.h:21, from f_2j.c:7: /home/pbulk/build/lang/icon/work/icon.v943src/bin/../src/h/../h/../h/xwin.h:77: warning: "SHARED" redefined 77 | #define SHARED 0 | In file included from /usr/include/dlfcn.h:37, from /home/pbulk/build/lang/icon/work/icon.v943src/bin/../src/h/../h/sys.h:74, from /home/pbulk/build/lang/icon/work/icon.v943src/bin/../src/h/rt.h:11, from f_2j.c:7: /usr/include/sys/mman.h:358: note: this is the location of the previous definition 358 | #define SHARED 0x10 /* Use MEMCNTL_SHARED */ | In file included from /home/pbulk/build/lang/icon/work/icon.v943src/bin/../src/h/../h/graphics.h:6, from /home/pbulk/build/lang/icon/work/icon.v943src/bin/../src/h/rt.h:21, from f_2j0.c:7: /home/pbulk/build/lang/icon/work/icon.v943src/bin/../src/h/../h/../h/xwin.h:77: warning: "SHARED" redefined 77 | #define SHARED 0 | In file included from /usr/include/dlfcn.h:37, from /home/pbulk/build/lang/icon/work/icon.v943src/bin/../src/h/../h/sys.h:74, from /home/pbulk/build/lang/icon/work/icon.v943src/bin/../src/h/rt.h:11, from f_2j0.c:7: /usr/include/sys/mman.h:358: note: this is the location of the previous definition 358 | #define SHARED 0x10 /* Use MEMCNTL_SHARED */ | In file included from /home/pbulk/build/lang/icon/work/icon.v943src/bin/../src/h/../h/graphics.h:6, from /home/pbulk/build/lang/icon/work/icon.v943src/bin/../src/h/rt.h:21, from f_2k.c:7: /home/pbulk/build/lang/icon/work/icon.v943src/bin/../src/h/../h/../h/xwin.h:77: warning: "SHARED" redefined 77 | #define SHARED 0 | In file included from /usr/include/dlfcn.h:37, from /home/pbulk/build/lang/icon/work/icon.v943src/bin/../src/h/../h/sys.h:74, from /home/pbulk/build/lang/icon/work/icon.v943src/bin/../src/h/rt.h:11, from f_2k.c:7: /usr/include/sys/mman.h:358: note: this is the location of the previous definition 358 | #define SHARED 0x10 /* Use MEMCNTL_SHARED */ | In file included from /home/pbulk/build/lang/icon/work/icon.v943src/bin/../src/h/../h/graphics.h:6, from /home/pbulk/build/lang/icon/work/icon.v943src/bin/../src/h/rt.h:21, from f_2k0.c:7: /home/pbulk/build/lang/icon/work/icon.v943src/bin/../src/h/../h/../h/xwin.h:77: warning: "SHARED" redefined 77 | #define SHARED 0 | In file included from /usr/include/dlfcn.h:37, from /home/pbulk/build/lang/icon/work/icon.v943src/bin/../src/h/../h/sys.h:74, from /home/pbulk/build/lang/icon/work/icon.v943src/bin/../src/h/rt.h:11, from f_2k0.c:7: /usr/include/sys/mman.h:358: note: this is the location of the previous definition 358 | #define SHARED 0x10 /* Use MEMCNTL_SHARED */ | In file included from /home/pbulk/build/lang/icon/work/icon.v943src/bin/../src/h/../h/graphics.h:6, from /home/pbulk/build/lang/icon/work/icon.v943src/bin/../src/h/rt.h:21, from f_2l.c:7: /home/pbulk/build/lang/icon/work/icon.v943src/bin/../src/h/../h/../h/xwin.h:77: warning: "SHARED" redefined 77 | #define SHARED 0 | In file included from /usr/include/dlfcn.h:37, from /home/pbulk/build/lang/icon/work/icon.v943src/bin/../src/h/../h/sys.h:74, from /home/pbulk/build/lang/icon/work/icon.v943src/bin/../src/h/rt.h:11, from f_2l.c:7: /usr/include/sys/mman.h:358: note: this is the location of the previous definition 358 | #define SHARED 0x10 /* Use MEMCNTL_SHARED */ | In file included from /home/pbulk/build/lang/icon/work/icon.v943src/bin/../src/h/../h/graphics.h:6, from /home/pbulk/build/lang/icon/work/icon.v943src/bin/../src/h/rt.h:21, from f_2l0.c:7: /home/pbulk/build/lang/icon/work/icon.v943src/bin/../src/h/../h/../h/xwin.h:77: warning: "SHARED" redefined 77 | #define SHARED 0 | In file included from /usr/include/dlfcn.h:37, from /home/pbulk/build/lang/icon/work/icon.v943src/bin/../src/h/../h/sys.h:74, from /home/pbulk/build/lang/icon/work/icon.v943src/bin/../src/h/rt.h:11, from f_2l0.c:7: /usr/include/sys/mman.h:358: note: this is the location of the previous definition 358 | #define SHARED 0x10 /* Use MEMCNTL_SHARED */ | In file included from /home/pbulk/build/lang/icon/work/icon.v943src/bin/../src/h/../h/graphics.h:6, from /home/pbulk/build/lang/icon/work/icon.v943src/bin/../src/h/rt.h:21, from f_2m.c:7: /home/pbulk/build/lang/icon/work/icon.v943src/bin/../src/h/../h/../h/xwin.h:77: warning: "SHARED" redefined 77 | #define SHARED 0 | In file included from /usr/include/dlfcn.h:37, from /home/pbulk/build/lang/icon/work/icon.v943src/bin/../src/h/../h/sys.h:74, from /home/pbulk/build/lang/icon/work/icon.v943src/bin/../src/h/rt.h:11, from f_2m.c:7: /usr/include/sys/mman.h:358: note: this is the location of the previous definition 358 | #define SHARED 0x10 /* Use MEMCNTL_SHARED */ | In file included from /home/pbulk/build/lang/icon/work/icon.v943src/bin/../src/h/../h/graphics.h:6, from /home/pbulk/build/lang/icon/work/icon.v943src/bin/../src/h/rt.h:21, from f_2m0.c:7: /home/pbulk/build/lang/icon/work/icon.v943src/bin/../src/h/../h/../h/xwin.h:77: warning: "SHARED" redefined 77 | #define SHARED 0 | In file included from /usr/include/dlfcn.h:37, from /home/pbulk/build/lang/icon/work/icon.v943src/bin/../src/h/../h/sys.h:74, from /home/pbulk/build/lang/icon/work/icon.v943src/bin/../src/h/rt.h:11, from f_2m0.c:7: /usr/include/sys/mman.h:358: note: this is the location of the previous definition 358 | #define SHARED 0x10 /* Use MEMCNTL_SHARED */ | In file included from /home/pbulk/build/lang/icon/work/icon.v943src/bin/../src/h/../h/graphics.h:6, from /home/pbulk/build/lang/icon/work/icon.v943src/bin/../src/h/rt.h:21, from f_2n.c:7: /home/pbulk/build/lang/icon/work/icon.v943src/bin/../src/h/../h/../h/xwin.h:77: warning: "SHARED" redefined 77 | #define SHARED 0 | In file included from /usr/include/dlfcn.h:37, from /home/pbulk/build/lang/icon/work/icon.v943src/bin/../src/h/../h/sys.h:74, from /home/pbulk/build/lang/icon/work/icon.v943src/bin/../src/h/rt.h:11, from f_2n.c:7: /usr/include/sys/mman.h:358: note: this is the location of the previous definition 358 | #define SHARED 0x10 /* Use MEMCNTL_SHARED */ | In file included from /home/pbulk/build/lang/icon/work/icon.v943src/bin/../src/h/../h/graphics.h:6, from /home/pbulk/build/lang/icon/work/icon.v943src/bin/../src/h/rt.h:21, from f_2n0.c:7: /home/pbulk/build/lang/icon/work/icon.v943src/bin/../src/h/../h/../h/xwin.h:77: warning: "SHARED" redefined 77 | #define SHARED 0 | In file included from /usr/include/dlfcn.h:37, from /home/pbulk/build/lang/icon/work/icon.v943src/bin/../src/h/../h/sys.h:74, from /home/pbulk/build/lang/icon/work/icon.v943src/bin/../src/h/rt.h:11, from f_2n0.c:7: /usr/include/sys/mman.h:358: note: this is the location of the previous definition 358 | #define SHARED 0x10 /* Use MEMCNTL_SHARED */ | In file included from /home/pbulk/build/lang/icon/work/icon.v943src/bin/../src/h/../h/graphics.h:6, from /home/pbulk/build/lang/icon/work/icon.v943src/bin/../src/h/rt.h:21, from f_2o.c:7: /home/pbulk/build/lang/icon/work/icon.v943src/bin/../src/h/../h/../h/xwin.h:77: warning: "SHARED" redefined 77 | #define SHARED 0 | In file included from /usr/include/dlfcn.h:37, from /home/pbulk/build/lang/icon/work/icon.v943src/bin/../src/h/../h/sys.h:74, from /home/pbulk/build/lang/icon/work/icon.v943src/bin/../src/h/rt.h:11, from f_2o.c:7: /usr/include/sys/mman.h:358: note: this is the location of the previous definition 358 | #define SHARED 0x10 /* Use MEMCNTL_SHARED */ | In file included from /home/pbulk/build/lang/icon/work/icon.v943src/bin/../src/h/../h/graphics.h:6, from /home/pbulk/build/lang/icon/work/icon.v943src/bin/../src/h/rt.h:21, from f_2o0.c:7: /home/pbulk/build/lang/icon/work/icon.v943src/bin/../src/h/../h/../h/xwin.h:77: warning: "SHARED" redefined 77 | #define SHARED 0 | In file included from /usr/include/dlfcn.h:37, from /home/pbulk/build/lang/icon/work/icon.v943src/bin/../src/h/../h/sys.h:74, from /home/pbulk/build/lang/icon/work/icon.v943src/bin/../src/h/rt.h:11, from f_2o0.c:7: /usr/include/sys/mman.h:358: note: this is the location of the previous definition 358 | #define SHARED 0x10 /* Use MEMCNTL_SHARED */ | In file included from /home/pbulk/build/lang/icon/work/icon.v943src/bin/../src/h/../h/graphics.h:6, from /home/pbulk/build/lang/icon/work/icon.v943src/bin/../src/h/rt.h:21, from f_2p.c:7: /home/pbulk/build/lang/icon/work/icon.v943src/bin/../src/h/../h/../h/xwin.h:77: warning: "SHARED" redefined 77 | #define SHARED 0 | In file included from /usr/include/dlfcn.h:37, from /home/pbulk/build/lang/icon/work/icon.v943src/bin/../src/h/../h/sys.h:74, from /home/pbulk/build/lang/icon/work/icon.v943src/bin/../src/h/rt.h:11, from f_2p.c:7: /usr/include/sys/mman.h:358: note: this is the location of the previous definition 358 | #define SHARED 0x10 /* Use MEMCNTL_SHARED */ | In file included from /home/pbulk/build/lang/icon/work/icon.v943src/bin/../src/h/../h/graphics.h:6, from /home/pbulk/build/lang/icon/work/icon.v943src/bin/../src/h/rt.h:21, from f_2p0.c:7: /home/pbulk/build/lang/icon/work/icon.v943src/bin/../src/h/../h/../h/xwin.h:77: warning: "SHARED" redefined 77 | #define SHARED 0 | In file included from /usr/include/dlfcn.h:37, from /home/pbulk/build/lang/icon/work/icon.v943src/bin/../src/h/../h/sys.h:74, from /home/pbulk/build/lang/icon/work/icon.v943src/bin/../src/h/rt.h:11, from f_2p0.c:7: /usr/include/sys/mman.h:358: note: this is the location of the previous definition 358 | #define SHARED 0x10 /* Use MEMCNTL_SHARED */ | In file included from /home/pbulk/build/lang/icon/work/icon.v943src/bin/../src/h/../h/graphics.h:6, from /home/pbulk/build/lang/icon/work/icon.v943src/bin/../src/h/rt.h:21, from f_2q.c:7: /home/pbulk/build/lang/icon/work/icon.v943src/bin/../src/h/../h/../h/xwin.h:77: warning: "SHARED" redefined 77 | #define SHARED 0 | In file included from /usr/include/dlfcn.h:37, from /home/pbulk/build/lang/icon/work/icon.v943src/bin/../src/h/../h/sys.h:74, from /home/pbulk/build/lang/icon/work/icon.v943src/bin/../src/h/rt.h:11, from f_2q.c:7: /usr/include/sys/mman.h:358: note: this is the location of the previous definition 358 | #define SHARED 0x10 /* Use MEMCNTL_SHARED */ | In file included from /home/pbulk/build/lang/icon/work/icon.v943src/bin/../src/h/../h/graphics.h:6, from /home/pbulk/build/lang/icon/work/icon.v943src/bin/../src/h/rt.h:21, from f_2q0.c:7: /home/pbulk/build/lang/icon/work/icon.v943src/bin/../src/h/../h/../h/xwin.h:77: warning: "SHARED" redefined 77 | #define SHARED 0 | In file included from /usr/include/dlfcn.h:37, from /home/pbulk/build/lang/icon/work/icon.v943src/bin/../src/h/../h/sys.h:74, from /home/pbulk/build/lang/icon/work/icon.v943src/bin/../src/h/rt.h:11, from f_2q0.c:7: /usr/include/sys/mman.h:358: note: this is the location of the previous definition 358 | #define SHARED 0x10 /* Use MEMCNTL_SHARED */ | In file included from /home/pbulk/build/lang/icon/work/icon.v943src/bin/../src/h/../h/graphics.h:6, from /home/pbulk/build/lang/icon/work/icon.v943src/bin/../src/h/rt.h:21, from f_2r.c:7: /home/pbulk/build/lang/icon/work/icon.v943src/bin/../src/h/../h/../h/xwin.h:77: warning: "SHARED" redefined 77 | #define SHARED 0 | In file included from /usr/include/dlfcn.h:37, from /home/pbulk/build/lang/icon/work/icon.v943src/bin/../src/h/../h/sys.h:74, from /home/pbulk/build/lang/icon/work/icon.v943src/bin/../src/h/rt.h:11, from f_2r.c:7: /usr/include/sys/mman.h:358: note: this is the location of the previous definition 358 | #define SHARED 0x10 /* Use MEMCNTL_SHARED */ | In file included from /home/pbulk/build/lang/icon/work/icon.v943src/bin/../src/h/../h/graphics.h:6, from /home/pbulk/build/lang/icon/work/icon.v943src/bin/../src/h/rt.h:21, from f_2r0.c:7: /home/pbulk/build/lang/icon/work/icon.v943src/bin/../src/h/../h/../h/xwin.h:77: warning: "SHARED" redefined 77 | #define SHARED 0 | In file included from /usr/include/dlfcn.h:37, from /home/pbulk/build/lang/icon/work/icon.v943src/bin/../src/h/../h/sys.h:74, from /home/pbulk/build/lang/icon/work/icon.v943src/bin/../src/h/rt.h:11, from f_2r0.c:7: /usr/include/sys/mman.h:358: note: this is the location of the previous definition 358 | #define SHARED 0x10 /* Use MEMCNTL_SHARED */ | In file included from /home/pbulk/build/lang/icon/work/icon.v943src/bin/../src/h/../h/graphics.h:6, from /home/pbulk/build/lang/icon/work/icon.v943src/bin/../src/h/rt.h:21, from f_2s.c:7: /home/pbulk/build/lang/icon/work/icon.v943src/bin/../src/h/../h/../h/xwin.h:77: warning: "SHARED" redefined 77 | #define SHARED 0 | In file included from /usr/include/dlfcn.h:37, from /home/pbulk/build/lang/icon/work/icon.v943src/bin/../src/h/../h/sys.h:74, from /home/pbulk/build/lang/icon/work/icon.v943src/bin/../src/h/rt.h:11, from f_2s.c:7: /usr/include/sys/mman.h:358: note: this is the location of the previous definition 358 | #define SHARED 0x10 /* Use MEMCNTL_SHARED */ | In file included from /home/pbulk/build/lang/icon/work/icon.v943src/bin/../src/h/../h/graphics.h:6, from /home/pbulk/build/lang/icon/work/icon.v943src/bin/../src/h/rt.h:21, from f_2s0.c:7: /home/pbulk/build/lang/icon/work/icon.v943src/bin/../src/h/../h/../h/xwin.h:77: warning: "SHARED" redefined 77 | #define SHARED 0 | In file included from /usr/include/dlfcn.h:37, from /home/pbulk/build/lang/icon/work/icon.v943src/bin/../src/h/../h/sys.h:74, from /home/pbulk/build/lang/icon/work/icon.v943src/bin/../src/h/rt.h:11, from f_2s0.c:7: /usr/include/sys/mman.h:358: note: this is the location of the previous definition 358 | #define SHARED 0x10 /* Use MEMCNTL_SHARED */ | In file included from /home/pbulk/build/lang/icon/work/icon.v943src/bin/../src/h/../h/graphics.h:6, from /home/pbulk/build/lang/icon/work/icon.v943src/bin/../src/h/rt.h:21, from f_2t.c:7: /home/pbulk/build/lang/icon/work/icon.v943src/bin/../src/h/../h/../h/xwin.h:77: warning: "SHARED" redefined 77 | #define SHARED 0 | In file included from /usr/include/dlfcn.h:37, from /home/pbulk/build/lang/icon/work/icon.v943src/bin/../src/h/../h/sys.h:74, from /home/pbulk/build/lang/icon/work/icon.v943src/bin/../src/h/rt.h:11, from f_2t.c:7: /usr/include/sys/mman.h:358: note: this is the location of the previous definition 358 | #define SHARED 0x10 /* Use MEMCNTL_SHARED */ | In file included from /home/pbulk/build/lang/icon/work/icon.v943src/bin/../src/h/../h/graphics.h:6, from /home/pbulk/build/lang/icon/work/icon.v943src/bin/../src/h/rt.h:21, from f_2t0.c:7: /home/pbulk/build/lang/icon/work/icon.v943src/bin/../src/h/../h/../h/xwin.h:77: warning: "SHARED" redefined 77 | #define SHARED 0 | In file included from /usr/include/dlfcn.h:37, from /home/pbulk/build/lang/icon/work/icon.v943src/bin/../src/h/../h/sys.h:74, from /home/pbulk/build/lang/icon/work/icon.v943src/bin/../src/h/rt.h:11, from f_2t0.c:7: /usr/include/sys/mman.h:358: note: this is the location of the previous definition 358 | #define SHARED 0x10 /* Use MEMCNTL_SHARED */ | In file included from /home/pbulk/build/lang/icon/work/icon.v943src/bin/../src/h/../h/graphics.h:6, from /home/pbulk/build/lang/icon/work/icon.v943src/bin/../src/h/rt.h:21, from f_2u.c:7: /home/pbulk/build/lang/icon/work/icon.v943src/bin/../src/h/../h/../h/xwin.h:77: warning: "SHARED" redefined 77 | #define SHARED 0 | In file included from /usr/include/dlfcn.h:37, from /home/pbulk/build/lang/icon/work/icon.v943src/bin/../src/h/../h/sys.h:74, from /home/pbulk/build/lang/icon/work/icon.v943src/bin/../src/h/rt.h:11, from f_2u.c:7: /usr/include/sys/mman.h:358: note: this is the location of the previous definition 358 | #define SHARED 0x10 /* Use MEMCNTL_SHARED */ | In file included from /home/pbulk/build/lang/icon/work/icon.v943src/bin/../src/h/../h/graphics.h:6, from /home/pbulk/build/lang/icon/work/icon.v943src/bin/../src/h/rt.h:21, from f_2u0.c:7: /home/pbulk/build/lang/icon/work/icon.v943src/bin/../src/h/../h/../h/xwin.h:77: warning: "SHARED" redefined 77 | #define SHARED 0 | In file included from /usr/include/dlfcn.h:37, from /home/pbulk/build/lang/icon/work/icon.v943src/bin/../src/h/../h/sys.h:74, from /home/pbulk/build/lang/icon/work/icon.v943src/bin/../src/h/rt.h:11, from f_2u0.c:7: /usr/include/sys/mman.h:358: note: this is the location of the previous definition 358 | #define SHARED 0x10 /* Use MEMCNTL_SHARED */ | In file included from /home/pbulk/build/lang/icon/work/icon.v943src/bin/../src/h/../h/graphics.h:6, from /home/pbulk/build/lang/icon/work/icon.v943src/bin/../src/h/rt.h:21, from f_2v.c:7: /home/pbulk/build/lang/icon/work/icon.v943src/bin/../src/h/../h/../h/xwin.h:77: warning: "SHARED" redefined 77 | #define SHARED 0 | In file included from /usr/include/dlfcn.h:37, from /home/pbulk/build/lang/icon/work/icon.v943src/bin/../src/h/../h/sys.h:74, from /home/pbulk/build/lang/icon/work/icon.v943src/bin/../src/h/rt.h:11, from f_2v.c:7: /usr/include/sys/mman.h:358: note: this is the location of the previous definition 358 | #define SHARED 0x10 /* Use MEMCNTL_SHARED */ | In file included from /home/pbulk/build/lang/icon/work/icon.v943src/bin/../src/h/../h/graphics.h:6, from /home/pbulk/build/lang/icon/work/icon.v943src/bin/../src/h/rt.h:21, from f_2v0.c:7: /home/pbulk/build/lang/icon/work/icon.v943src/bin/../src/h/../h/../h/xwin.h:77: warning: "SHARED" redefined 77 | #define SHARED 0 | In file included from /usr/include/dlfcn.h:37, from /home/pbulk/build/lang/icon/work/icon.v943src/bin/../src/h/../h/sys.h:74, from /home/pbulk/build/lang/icon/work/icon.v943src/bin/../src/h/rt.h:11, from f_2v0.c:7: /usr/include/sys/mman.h:358: note: this is the location of the previous definition 358 | #define SHARED 0x10 /* Use MEMCNTL_SHARED */ | In file included from /home/pbulk/build/lang/icon/work/icon.v943src/bin/../src/h/../h/graphics.h:6, from /home/pbulk/build/lang/icon/work/icon.v943src/bin/../src/h/rt.h:21, from f_2w.c:7: /home/pbulk/build/lang/icon/work/icon.v943src/bin/../src/h/../h/../h/xwin.h:77: warning: "SHARED" redefined 77 | #define SHARED 0 | In file included from /usr/include/dlfcn.h:37, from /home/pbulk/build/lang/icon/work/icon.v943src/bin/../src/h/../h/sys.h:74, from /home/pbulk/build/lang/icon/work/icon.v943src/bin/../src/h/rt.h:11, from f_2w.c:7: /usr/include/sys/mman.h:358: note: this is the location of the previous definition 358 | #define SHARED 0x10 /* Use MEMCNTL_SHARED */ | In file included from /home/pbulk/build/lang/icon/work/icon.v943src/bin/../src/h/../h/graphics.h:6, from /home/pbulk/build/lang/icon/work/icon.v943src/bin/../src/h/rt.h:21, from f_2w0.c:7: /home/pbulk/build/lang/icon/work/icon.v943src/bin/../src/h/../h/../h/xwin.h:77: warning: "SHARED" redefined 77 | #define SHARED 0 | In file included from /usr/include/dlfcn.h:37, from /home/pbulk/build/lang/icon/work/icon.v943src/bin/../src/h/../h/sys.h:74, from /home/pbulk/build/lang/icon/work/icon.v943src/bin/../src/h/rt.h:11, from f_2w0.c:7: /usr/include/sys/mman.h:358: note: this is the location of the previous definition 358 | #define SHARED 0x10 /* Use MEMCNTL_SHARED */ | In file included from /home/pbulk/build/lang/icon/work/icon.v943src/bin/../src/h/../h/graphics.h:6, from /home/pbulk/build/lang/icon/work/icon.v943src/bin/../src/h/rt.h:21, from f_2x.c:7: /home/pbulk/build/lang/icon/work/icon.v943src/bin/../src/h/../h/../h/xwin.h:77: warning: "SHARED" redefined 77 | #define SHARED 0 | In file included from /usr/include/dlfcn.h:37, from /home/pbulk/build/lang/icon/work/icon.v943src/bin/../src/h/../h/sys.h:74, from /home/pbulk/build/lang/icon/work/icon.v943src/bin/../src/h/rt.h:11, from f_2x.c:7: /usr/include/sys/mman.h:358: note: this is the location of the previous definition 358 | #define SHARED 0x10 /* Use MEMCNTL_SHARED */ | In file included from /home/pbulk/build/lang/icon/work/icon.v943src/bin/../src/h/../h/graphics.h:6, from /home/pbulk/build/lang/icon/work/icon.v943src/bin/../src/h/rt.h:21, from f_2x0.c:7: /home/pbulk/build/lang/icon/work/icon.v943src/bin/../src/h/../h/../h/xwin.h:77: warning: "SHARED" redefined 77 | #define SHARED 0 | In file included from /usr/include/dlfcn.h:37, from /home/pbulk/build/lang/icon/work/icon.v943src/bin/../src/h/../h/sys.h:74, from /home/pbulk/build/lang/icon/work/icon.v943src/bin/../src/h/rt.h:11, from f_2x0.c:7: /usr/include/sys/mman.h:358: note: this is the location of the previous definition 358 | #define SHARED 0x10 /* Use MEMCNTL_SHARED */ | In file included from /home/pbulk/build/lang/icon/work/icon.v943src/bin/../src/h/../h/graphics.h:6, from /home/pbulk/build/lang/icon/work/icon.v943src/bin/../src/h/rt.h:21, from f_2y.c:7: /home/pbulk/build/lang/icon/work/icon.v943src/bin/../src/h/../h/../h/xwin.h:77: warning: "SHARED" redefined 77 | #define SHARED 0 | In file included from /usr/include/dlfcn.h:37, from /home/pbulk/build/lang/icon/work/icon.v943src/bin/../src/h/../h/sys.h:74, from /home/pbulk/build/lang/icon/work/icon.v943src/bin/../src/h/rt.h:11, from f_2y.c:7: /usr/include/sys/mman.h:358: note: this is the location of the previous definition 358 | #define SHARED 0x10 /* Use MEMCNTL_SHARED */ | In file included from /home/pbulk/build/lang/icon/work/icon.v943src/bin/../src/h/../h/graphics.h:6, from /home/pbulk/build/lang/icon/work/icon.v943src/bin/../src/h/rt.h:21, from f_2y0.c:7: /home/pbulk/build/lang/icon/work/icon.v943src/bin/../src/h/../h/../h/xwin.h:77: warning: "SHARED" redefined 77 | #define SHARED 0 | In file included from /usr/include/dlfcn.h:37, from /home/pbulk/build/lang/icon/work/icon.v943src/bin/../src/h/../h/sys.h:74, from /home/pbulk/build/lang/icon/work/icon.v943src/bin/../src/h/rt.h:11, from f_2y0.c:7: /usr/include/sys/mman.h:358: note: this is the location of the previous definition 358 | #define SHARED 0x10 /* Use MEMCNTL_SHARED */ | In file included from /home/pbulk/build/lang/icon/work/icon.v943src/bin/../src/h/../h/graphics.h:6, from /home/pbulk/build/lang/icon/work/icon.v943src/bin/../src/h/rt.h:21, from f_2z.c:7: /home/pbulk/build/lang/icon/work/icon.v943src/bin/../src/h/../h/../h/xwin.h:77: warning: "SHARED" redefined 77 | #define SHARED 0 | In file included from /usr/include/dlfcn.h:37, from /home/pbulk/build/lang/icon/work/icon.v943src/bin/../src/h/../h/sys.h:74, from /home/pbulk/build/lang/icon/work/icon.v943src/bin/../src/h/rt.h:11, from f_2z.c:7: /usr/include/sys/mman.h:358: note: this is the location of the previous definition 358 | #define SHARED 0x10 /* Use MEMCNTL_SHARED */ | In file included from /home/pbulk/build/lang/icon/work/icon.v943src/bin/../src/h/../h/graphics.h:6, from /home/pbulk/build/lang/icon/work/icon.v943src/bin/../src/h/rt.h:21, from f_2z0.c:7: /home/pbulk/build/lang/icon/work/icon.v943src/bin/../src/h/../h/../h/xwin.h:77: warning: "SHARED" redefined 77 | #define SHARED 0 | In file included from /usr/include/dlfcn.h:37, from /home/pbulk/build/lang/icon/work/icon.v943src/bin/../src/h/../h/sys.h:74, from /home/pbulk/build/lang/icon/work/icon.v943src/bin/../src/h/rt.h:11, from f_2z0.c:7: /usr/include/sys/mman.h:358: note: this is the location of the previous definition 358 | #define SHARED 0x10 /* Use MEMCNTL_SHARED */ | In file included from /home/pbulk/build/lang/icon/work/icon.v943src/bin/../src/h/../h/graphics.h:6, from /home/pbulk/build/lang/icon/work/icon.v943src/bin/../src/h/rt.h:21, from f_30.c:7: /home/pbulk/build/lang/icon/work/icon.v943src/bin/../src/h/../h/../h/xwin.h:77: warning: "SHARED" redefined 77 | #define SHARED 0 | In file included from /usr/include/dlfcn.h:37, from /home/pbulk/build/lang/icon/work/icon.v943src/bin/../src/h/../h/sys.h:74, from /home/pbulk/build/lang/icon/work/icon.v943src/bin/../src/h/rt.h:11, from f_30.c:7: /usr/include/sys/mman.h:358: note: this is the location of the previous definition 358 | #define SHARED 0x10 /* Use MEMCNTL_SHARED */ | In file included from /home/pbulk/build/lang/icon/work/icon.v943src/bin/../src/h/../h/graphics.h:6, from /home/pbulk/build/lang/icon/work/icon.v943src/bin/../src/h/rt.h:21, from f_300.c:7: /home/pbulk/build/lang/icon/work/icon.v943src/bin/../src/h/../h/../h/xwin.h:77: warning: "SHARED" redefined 77 | #define SHARED 0 | In file included from /usr/include/dlfcn.h:37, from /home/pbulk/build/lang/icon/work/icon.v943src/bin/../src/h/../h/sys.h:74, from /home/pbulk/build/lang/icon/work/icon.v943src/bin/../src/h/rt.h:11, from f_300.c:7: /usr/include/sys/mman.h:358: note: this is the location of the previous definition 358 | #define SHARED 0x10 /* Use MEMCNTL_SHARED */ | In file included from /home/pbulk/build/lang/icon/work/icon.v943src/bin/../src/h/../h/graphics.h:6, from /home/pbulk/build/lang/icon/work/icon.v943src/bin/../src/h/rt.h:21, from f_31.c:7: /home/pbulk/build/lang/icon/work/icon.v943src/bin/../src/h/../h/../h/xwin.h:77: warning: "SHARED" redefined 77 | #define SHARED 0 | In file included from /usr/include/dlfcn.h:37, from /home/pbulk/build/lang/icon/work/icon.v943src/bin/../src/h/../h/sys.h:74, from /home/pbulk/build/lang/icon/work/icon.v943src/bin/../src/h/rt.h:11, from f_31.c:7: /usr/include/sys/mman.h:358: note: this is the location of the previous definition 358 | #define SHARED 0x10 /* Use MEMCNTL_SHARED */ | In file included from /home/pbulk/build/lang/icon/work/icon.v943src/bin/../src/h/../h/graphics.h:6, from /home/pbulk/build/lang/icon/work/icon.v943src/bin/../src/h/rt.h:21, from f_310.c:7: /home/pbulk/build/lang/icon/work/icon.v943src/bin/../src/h/../h/../h/xwin.h:77: warning: "SHARED" redefined 77 | #define SHARED 0 | In file included from /usr/include/dlfcn.h:37, from /home/pbulk/build/lang/icon/work/icon.v943src/bin/../src/h/../h/sys.h:74, from /home/pbulk/build/lang/icon/work/icon.v943src/bin/../src/h/rt.h:11, from f_310.c:7: /usr/include/sys/mman.h:358: note: this is the location of the previous definition 358 | #define SHARED 0x10 /* Use MEMCNTL_SHARED */ | In file included from /home/pbulk/build/lang/icon/work/icon.v943src/bin/../src/h/../h/graphics.h:6, from /home/pbulk/build/lang/icon/work/icon.v943src/bin/../src/h/rt.h:21, from f_32.c:7: /home/pbulk/build/lang/icon/work/icon.v943src/bin/../src/h/../h/../h/xwin.h:77: warning: "SHARED" redefined 77 | #define SHARED 0 | In file included from /usr/include/dlfcn.h:37, from /home/pbulk/build/lang/icon/work/icon.v943src/bin/../src/h/../h/sys.h:74, from /home/pbulk/build/lang/icon/work/icon.v943src/bin/../src/h/rt.h:11, from f_32.c:7: /usr/include/sys/mman.h:358: note: this is the location of the previous definition 358 | #define SHARED 0x10 /* Use MEMCNTL_SHARED */ | In file included from /home/pbulk/build/lang/icon/work/icon.v943src/bin/../src/h/../h/graphics.h:6, from /home/pbulk/build/lang/icon/work/icon.v943src/bin/../src/h/rt.h:21, from f_320.c:7: /home/pbulk/build/lang/icon/work/icon.v943src/bin/../src/h/../h/../h/xwin.h:77: warning: "SHARED" redefined 77 | #define SHARED 0 | In file included from /usr/include/dlfcn.h:37, from /home/pbulk/build/lang/icon/work/icon.v943src/bin/../src/h/../h/sys.h:74, from /home/pbulk/build/lang/icon/work/icon.v943src/bin/../src/h/rt.h:11, from f_320.c:7: /usr/include/sys/mman.h:358: note: this is the location of the previous definition 358 | #define SHARED 0x10 /* Use MEMCNTL_SHARED */ | In file included from /home/pbulk/build/lang/icon/work/icon.v943src/bin/../src/h/../h/graphics.h:6, from /home/pbulk/build/lang/icon/work/icon.v943src/bin/../src/h/rt.h:21, from f_33.c:7: /home/pbulk/build/lang/icon/work/icon.v943src/bin/../src/h/../h/../h/xwin.h:77: warning: "SHARED" redefined 77 | #define SHARED 0 | In file included from /usr/include/dlfcn.h:37, from /home/pbulk/build/lang/icon/work/icon.v943src/bin/../src/h/../h/sys.h:74, from /home/pbulk/build/lang/icon/work/icon.v943src/bin/../src/h/rt.h:11, from f_33.c:7: /usr/include/sys/mman.h:358: note: this is the location of the previous definition 358 | #define SHARED 0x10 /* Use MEMCNTL_SHARED */ | In file included from /home/pbulk/build/lang/icon/work/icon.v943src/bin/../src/h/../h/graphics.h:6, from /home/pbulk/build/lang/icon/work/icon.v943src/bin/../src/h/rt.h:21, from f_330.c:7: /home/pbulk/build/lang/icon/work/icon.v943src/bin/../src/h/../h/../h/xwin.h:77: warning: "SHARED" redefined 77 | #define SHARED 0 | In file included from /usr/include/dlfcn.h:37, from /home/pbulk/build/lang/icon/work/icon.v943src/bin/../src/h/../h/sys.h:74, from /home/pbulk/build/lang/icon/work/icon.v943src/bin/../src/h/rt.h:11, from f_330.c:7: /usr/include/sys/mman.h:358: note: this is the location of the previous definition 358 | #define SHARED 0x10 /* Use MEMCNTL_SHARED */ | In file included from /home/pbulk/build/lang/icon/work/icon.v943src/bin/../src/h/../h/graphics.h:6, from /home/pbulk/build/lang/icon/work/icon.v943src/bin/../src/h/rt.h:21, from f_34.c:7: /home/pbulk/build/lang/icon/work/icon.v943src/bin/../src/h/../h/../h/xwin.h:77: warning: "SHARED" redefined 77 | #define SHARED 0 | In file included from /usr/include/dlfcn.h:37, from /home/pbulk/build/lang/icon/work/icon.v943src/bin/../src/h/../h/sys.h:74, from /home/pbulk/build/lang/icon/work/icon.v943src/bin/../src/h/rt.h:11, from f_34.c:7: /usr/include/sys/mman.h:358: note: this is the location of the previous definition 358 | #define SHARED 0x10 /* Use MEMCNTL_SHARED */ | In file included from /home/pbulk/build/lang/icon/work/icon.v943src/bin/../src/h/../h/graphics.h:6, from /home/pbulk/build/lang/icon/work/icon.v943src/bin/../src/h/rt.h:21, from f_340.c:7: /home/pbulk/build/lang/icon/work/icon.v943src/bin/../src/h/../h/../h/xwin.h:77: warning: "SHARED" redefined 77 | #define SHARED 0 | In file included from /usr/include/dlfcn.h:37, from /home/pbulk/build/lang/icon/work/icon.v943src/bin/../src/h/../h/sys.h:74, from /home/pbulk/build/lang/icon/work/icon.v943src/bin/../src/h/rt.h:11, from f_340.c:7: /usr/include/sys/mman.h:358: note: this is the location of the previous definition 358 | #define SHARED 0x10 /* Use MEMCNTL_SHARED */ | In file included from /home/pbulk/build/lang/icon/work/icon.v943src/bin/../src/h/../h/graphics.h:6, from /home/pbulk/build/lang/icon/work/icon.v943src/bin/../src/h/rt.h:21, from f_35.c:7: /home/pbulk/build/lang/icon/work/icon.v943src/bin/../src/h/../h/../h/xwin.h:77: warning: "SHARED" redefined 77 | #define SHARED 0 | In file included from /usr/include/dlfcn.h:37, from /home/pbulk/build/lang/icon/work/icon.v943src/bin/../src/h/../h/sys.h:74, from /home/pbulk/build/lang/icon/work/icon.v943src/bin/../src/h/rt.h:11, from f_35.c:7: /usr/include/sys/mman.h:358: note: this is the location of the previous definition 358 | #define SHARED 0x10 /* Use MEMCNTL_SHARED */ | In file included from /home/pbulk/build/lang/icon/work/icon.v943src/bin/../src/h/../h/graphics.h:6, from /home/pbulk/build/lang/icon/work/icon.v943src/bin/../src/h/rt.h:21, from f_350.c:7: /home/pbulk/build/lang/icon/work/icon.v943src/bin/../src/h/../h/../h/xwin.h:77: warning: "SHARED" redefined 77 | #define SHARED 0 | In file included from /usr/include/dlfcn.h:37, from /home/pbulk/build/lang/icon/work/icon.v943src/bin/../src/h/../h/sys.h:74, from /home/pbulk/build/lang/icon/work/icon.v943src/bin/../src/h/rt.h:11, from f_350.c:7: /usr/include/sys/mman.h:358: note: this is the location of the previous definition 358 | #define SHARED 0x10 /* Use MEMCNTL_SHARED */ | In file included from /home/pbulk/build/lang/icon/work/icon.v943src/bin/../src/h/../h/graphics.h:6, from /home/pbulk/build/lang/icon/work/icon.v943src/bin/../src/h/rt.h:21, from f_36.c:7: /home/pbulk/build/lang/icon/work/icon.v943src/bin/../src/h/../h/../h/xwin.h:77: warning: "SHARED" redefined 77 | #define SHARED 0 | In file included from /usr/include/dlfcn.h:37, from /home/pbulk/build/lang/icon/work/icon.v943src/bin/../src/h/../h/sys.h:74, from /home/pbulk/build/lang/icon/work/icon.v943src/bin/../src/h/rt.h:11, from f_36.c:7: /usr/include/sys/mman.h:358: note: this is the location of the previous definition 358 | #define SHARED 0x10 /* Use MEMCNTL_SHARED */ | In file included from /home/pbulk/build/lang/icon/work/icon.v943src/bin/../src/h/../h/graphics.h:6, from /home/pbulk/build/lang/icon/work/icon.v943src/bin/../src/h/rt.h:21, from f_360.c:7: /home/pbulk/build/lang/icon/work/icon.v943src/bin/../src/h/../h/../h/xwin.h:77: warning: "SHARED" redefined 77 | #define SHARED 0 | In file included from /usr/include/dlfcn.h:37, from /home/pbulk/build/lang/icon/work/icon.v943src/bin/../src/h/../h/sys.h:74, from /home/pbulk/build/lang/icon/work/icon.v943src/bin/../src/h/rt.h:11, from f_360.c:7: /usr/include/sys/mman.h:358: note: this is the location of the previous definition 358 | #define SHARED 0x10 /* Use MEMCNTL_SHARED */ | In file included from /home/pbulk/build/lang/icon/work/icon.v943src/bin/../src/h/../h/graphics.h:6, from /home/pbulk/build/lang/icon/work/icon.v943src/bin/../src/h/rt.h:21, from f_37.c:7: /home/pbulk/build/lang/icon/work/icon.v943src/bin/../src/h/../h/../h/xwin.h:77: warning: "SHARED" redefined 77 | #define SHARED 0 | In file included from /usr/include/dlfcn.h:37, from /home/pbulk/build/lang/icon/work/icon.v943src/bin/../src/h/../h/sys.h:74, from /home/pbulk/build/lang/icon/work/icon.v943src/bin/../src/h/rt.h:11, from f_37.c:7: /usr/include/sys/mman.h:358: note: this is the location of the previous definition 358 | #define SHARED 0x10 /* Use MEMCNTL_SHARED */ | In file included from /home/pbulk/build/lang/icon/work/icon.v943src/bin/../src/h/../h/graphics.h:6, from /home/pbulk/build/lang/icon/work/icon.v943src/bin/../src/h/rt.h:21, from f_370.c:7: /home/pbulk/build/lang/icon/work/icon.v943src/bin/../src/h/../h/../h/xwin.h:77: warning: "SHARED" redefined 77 | #define SHARED 0 | In file included from /usr/include/dlfcn.h:37, from /home/pbulk/build/lang/icon/work/icon.v943src/bin/../src/h/../h/sys.h:74, from /home/pbulk/build/lang/icon/work/icon.v943src/bin/../src/h/rt.h:11, from f_370.c:7: /usr/include/sys/mman.h:358: note: this is the location of the previous definition 358 | #define SHARED 0x10 /* Use MEMCNTL_SHARED */ | In file included from /home/pbulk/build/lang/icon/work/icon.v943src/bin/../src/h/../h/graphics.h:6, from /home/pbulk/build/lang/icon/work/icon.v943src/bin/../src/h/rt.h:21, from f_38.c:7: /home/pbulk/build/lang/icon/work/icon.v943src/bin/../src/h/../h/../h/xwin.h:77: warning: "SHARED" redefined 77 | #define SHARED 0 | In file included from /usr/include/dlfcn.h:37, from /home/pbulk/build/lang/icon/work/icon.v943src/bin/../src/h/../h/sys.h:74, from /home/pbulk/build/lang/icon/work/icon.v943src/bin/../src/h/rt.h:11, from f_38.c:7: /usr/include/sys/mman.h:358: note: this is the location of the previous definition 358 | #define SHARED 0x10 /* Use MEMCNTL_SHARED */ | In file included from /home/pbulk/build/lang/icon/work/icon.v943src/bin/../src/h/../h/graphics.h:6, from /home/pbulk/build/lang/icon/work/icon.v943src/bin/../src/h/rt.h:21, from f_380.c:7: /home/pbulk/build/lang/icon/work/icon.v943src/bin/../src/h/../h/../h/xwin.h:77: warning: "SHARED" redefined 77 | #define SHARED 0 | In file included from /usr/include/dlfcn.h:37, from /home/pbulk/build/lang/icon/work/icon.v943src/bin/../src/h/../h/sys.h:74, from /home/pbulk/build/lang/icon/work/icon.v943src/bin/../src/h/rt.h:11, from f_380.c:7: /usr/include/sys/mman.h:358: note: this is the location of the previous definition 358 | #define SHARED 0x10 /* Use MEMCNTL_SHARED */ | In file included from /home/pbulk/build/lang/icon/work/icon.v943src/bin/../src/h/../h/graphics.h:6, from /home/pbulk/build/lang/icon/work/icon.v943src/bin/../src/h/rt.h:21, from f_39.c:7: /home/pbulk/build/lang/icon/work/icon.v943src/bin/../src/h/../h/../h/xwin.h:77: warning: "SHARED" redefined 77 | #define SHARED 0 | In file included from /usr/include/dlfcn.h:37, from /home/pbulk/build/lang/icon/work/icon.v943src/bin/../src/h/../h/sys.h:74, from /home/pbulk/build/lang/icon/work/icon.v943src/bin/../src/h/rt.h:11, from f_39.c:7: /usr/include/sys/mman.h:358: note: this is the location of the previous definition 358 | #define SHARED 0x10 /* Use MEMCNTL_SHARED */ | In file included from /home/pbulk/build/lang/icon/work/icon.v943src/bin/../src/h/../h/graphics.h:6, from /home/pbulk/build/lang/icon/work/icon.v943src/bin/../src/h/rt.h:21, from f_390.c:7: /home/pbulk/build/lang/icon/work/icon.v943src/bin/../src/h/../h/../h/xwin.h:77: warning: "SHARED" redefined 77 | #define SHARED 0 | In file included from /usr/include/dlfcn.h:37, from /home/pbulk/build/lang/icon/work/icon.v943src/bin/../src/h/../h/sys.h:74, from /home/pbulk/build/lang/icon/work/icon.v943src/bin/../src/h/rt.h:11, from f_390.c:7: /usr/include/sys/mman.h:358: note: this is the location of the previous definition 358 | #define SHARED 0x10 /* Use MEMCNTL_SHARED */ | In file included from /home/pbulk/build/lang/icon/work/icon.v943src/bin/../src/h/../h/graphics.h:6, from /home/pbulk/build/lang/icon/work/icon.v943src/bin/../src/h/rt.h:21, from f_3a.c:7: /home/pbulk/build/lang/icon/work/icon.v943src/bin/../src/h/../h/../h/xwin.h:77: warning: "SHARED" redefined 77 | #define SHARED 0 | In file included from /usr/include/dlfcn.h:37, from /home/pbulk/build/lang/icon/work/icon.v943src/bin/../src/h/../h/sys.h:74, from /home/pbulk/build/lang/icon/work/icon.v943src/bin/../src/h/rt.h:11, from f_3a.c:7: /usr/include/sys/mman.h:358: note: this is the location of the previous definition 358 | #define SHARED 0x10 /* Use MEMCNTL_SHARED */ | In file included from /home/pbulk/build/lang/icon/work/icon.v943src/bin/../src/h/../h/graphics.h:6, from /home/pbulk/build/lang/icon/work/icon.v943src/bin/../src/h/rt.h:21, from f_3a0.c:7: /home/pbulk/build/lang/icon/work/icon.v943src/bin/../src/h/../h/../h/xwin.h:77: warning: "SHARED" redefined 77 | #define SHARED 0 | In file included from /usr/include/dlfcn.h:37, from /home/pbulk/build/lang/icon/work/icon.v943src/bin/../src/h/../h/sys.h:74, from /home/pbulk/build/lang/icon/work/icon.v943src/bin/../src/h/rt.h:11, from f_3a0.c:7: /usr/include/sys/mman.h:358: note: this is the location of the previous definition 358 | #define SHARED 0x10 /* Use MEMCNTL_SHARED */ | In file included from /home/pbulk/build/lang/icon/work/icon.v943src/bin/../src/h/../h/graphics.h:6, from /home/pbulk/build/lang/icon/work/icon.v943src/bin/../src/h/rt.h:21, from f_3b.c:7: /home/pbulk/build/lang/icon/work/icon.v943src/bin/../src/h/../h/../h/xwin.h:77: warning: "SHARED" redefined 77 | #define SHARED 0 | In file included from /usr/include/dlfcn.h:37, from /home/pbulk/build/lang/icon/work/icon.v943src/bin/../src/h/../h/sys.h:74, from /home/pbulk/build/lang/icon/work/icon.v943src/bin/../src/h/rt.h:11, from f_3b.c:7: /usr/include/sys/mman.h:358: note: this is the location of the previous definition 358 | #define SHARED 0x10 /* Use MEMCNTL_SHARED */ | In file included from /home/pbulk/build/lang/icon/work/icon.v943src/bin/../src/h/../h/graphics.h:6, from /home/pbulk/build/lang/icon/work/icon.v943src/bin/../src/h/rt.h:21, from f_3b0.c:7: /home/pbulk/build/lang/icon/work/icon.v943src/bin/../src/h/../h/../h/xwin.h:77: warning: "SHARED" redefined 77 | #define SHARED 0 | In file included from /usr/include/dlfcn.h:37, from /home/pbulk/build/lang/icon/work/icon.v943src/bin/../src/h/../h/sys.h:74, from /home/pbulk/build/lang/icon/work/icon.v943src/bin/../src/h/rt.h:11, from f_3b0.c:7: /usr/include/sys/mman.h:358: note: this is the location of the previous definition 358 | #define SHARED 0x10 /* Use MEMCNTL_SHARED */ | In file included from /home/pbulk/build/lang/icon/work/icon.v943src/bin/../src/h/../h/graphics.h:6, from /home/pbulk/build/lang/icon/work/icon.v943src/bin/../src/h/rt.h:21, from f_3c.c:7: /home/pbulk/build/lang/icon/work/icon.v943src/bin/../src/h/../h/../h/xwin.h:77: warning: "SHARED" redefined 77 | #define SHARED 0 | In file included from /usr/include/dlfcn.h:37, from /home/pbulk/build/lang/icon/work/icon.v943src/bin/../src/h/../h/sys.h:74, from /home/pbulk/build/lang/icon/work/icon.v943src/bin/../src/h/rt.h:11, from f_3c.c:7: /usr/include/sys/mman.h:358: note: this is the location of the previous definition 358 | #define SHARED 0x10 /* Use MEMCNTL_SHARED */ | In file included from /home/pbulk/build/lang/icon/work/icon.v943src/bin/../src/h/../h/graphics.h:6, from /home/pbulk/build/lang/icon/work/icon.v943src/bin/../src/h/rt.h:21, from f_3c0.c:7: /home/pbulk/build/lang/icon/work/icon.v943src/bin/../src/h/../h/../h/xwin.h:77: warning: "SHARED" redefined 77 | #define SHARED 0 | In file included from /usr/include/dlfcn.h:37, from /home/pbulk/build/lang/icon/work/icon.v943src/bin/../src/h/../h/sys.h:74, from /home/pbulk/build/lang/icon/work/icon.v943src/bin/../src/h/rt.h:11, from f_3c0.c:7: /usr/include/sys/mman.h:358: note: this is the location of the previous definition 358 | #define SHARED 0x10 /* Use MEMCNTL_SHARED */ | In file included from /home/pbulk/build/lang/icon/work/icon.v943src/bin/../src/h/../h/graphics.h:6, from /home/pbulk/build/lang/icon/work/icon.v943src/bin/../src/h/rt.h:21, from f_3d.c:7: /home/pbulk/build/lang/icon/work/icon.v943src/bin/../src/h/../h/../h/xwin.h:77: warning: "SHARED" redefined 77 | #define SHARED 0 | In file included from /usr/include/dlfcn.h:37, from /home/pbulk/build/lang/icon/work/icon.v943src/bin/../src/h/../h/sys.h:74, from /home/pbulk/build/lang/icon/work/icon.v943src/bin/../src/h/rt.h:11, from f_3d.c:7: /usr/include/sys/mman.h:358: note: this is the location of the previous definition 358 | #define SHARED 0x10 /* Use MEMCNTL_SHARED */ | In file included from /home/pbulk/build/lang/icon/work/icon.v943src/bin/../src/h/../h/graphics.h:6, from /home/pbulk/build/lang/icon/work/icon.v943src/bin/../src/h/rt.h:21, from f_3d0.c:7: /home/pbulk/build/lang/icon/work/icon.v943src/bin/../src/h/../h/../h/xwin.h:77: warning: "SHARED" redefined 77 | #define SHARED 0 | In file included from /usr/include/dlfcn.h:37, from /home/pbulk/build/lang/icon/work/icon.v943src/bin/../src/h/../h/sys.h:74, from /home/pbulk/build/lang/icon/work/icon.v943src/bin/../src/h/rt.h:11, from f_3d0.c:7: /usr/include/sys/mman.h:358: note: this is the location of the previous definition 358 | #define SHARED 0x10 /* Use MEMCNTL_SHARED */ | In file included from /home/pbulk/build/lang/icon/work/icon.v943src/bin/../src/h/../h/graphics.h:6, from /home/pbulk/build/lang/icon/work/icon.v943src/bin/../src/h/rt.h:21, from f_3e.c:7: /home/pbulk/build/lang/icon/work/icon.v943src/bin/../src/h/../h/../h/xwin.h:77: warning: "SHARED" redefined 77 | #define SHARED 0 | In file included from /usr/include/dlfcn.h:37, from /home/pbulk/build/lang/icon/work/icon.v943src/bin/../src/h/../h/sys.h:74, from /home/pbulk/build/lang/icon/work/icon.v943src/bin/../src/h/rt.h:11, from f_3e.c:7: /usr/include/sys/mman.h:358: note: this is the location of the previous definition 358 | #define SHARED 0x10 /* Use MEMCNTL_SHARED */ | In file included from /home/pbulk/build/lang/icon/work/icon.v943src/bin/../src/h/../h/graphics.h:6, from /home/pbulk/build/lang/icon/work/icon.v943src/bin/../src/h/rt.h:21, from f_3e0.c:7: /home/pbulk/build/lang/icon/work/icon.v943src/bin/../src/h/../h/../h/xwin.h:77: warning: "SHARED" redefined 77 | #define SHARED 0 | In file included from /usr/include/dlfcn.h:37, from /home/pbulk/build/lang/icon/work/icon.v943src/bin/../src/h/../h/sys.h:74, from /home/pbulk/build/lang/icon/work/icon.v943src/bin/../src/h/rt.h:11, from f_3e0.c:7: /usr/include/sys/mman.h:358: note: this is the location of the previous definition 358 | #define SHARED 0x10 /* Use MEMCNTL_SHARED */ | In file included from /home/pbulk/build/lang/icon/work/icon.v943src/bin/../src/h/../h/graphics.h:6, from /home/pbulk/build/lang/icon/work/icon.v943src/bin/../src/h/rt.h:21, from f_3f.c:7: /home/pbulk/build/lang/icon/work/icon.v943src/bin/../src/h/../h/../h/xwin.h:77: warning: "SHARED" redefined 77 | #define SHARED 0 | In file included from /usr/include/dlfcn.h:37, from /home/pbulk/build/lang/icon/work/icon.v943src/bin/../src/h/../h/sys.h:74, from /home/pbulk/build/lang/icon/work/icon.v943src/bin/../src/h/rt.h:11, from f_3f.c:7: /usr/include/sys/mman.h:358: note: this is the location of the previous definition 358 | #define SHARED 0x10 /* Use MEMCNTL_SHARED */ | In file included from /home/pbulk/build/lang/icon/work/icon.v943src/bin/../src/h/../h/graphics.h:6, from /home/pbulk/build/lang/icon/work/icon.v943src/bin/../src/h/rt.h:21, from f_3f0.c:7: /home/pbulk/build/lang/icon/work/icon.v943src/bin/../src/h/../h/../h/xwin.h:77: warning: "SHARED" redefined 77 | #define SHARED 0 | In file included from /usr/include/dlfcn.h:37, from /home/pbulk/build/lang/icon/work/icon.v943src/bin/../src/h/../h/sys.h:74, from /home/pbulk/build/lang/icon/work/icon.v943src/bin/../src/h/rt.h:11, from f_3f0.c:7: /usr/include/sys/mman.h:358: note: this is the location of the previous definition 358 | #define SHARED 0x10 /* Use MEMCNTL_SHARED */ | In file included from /home/pbulk/build/lang/icon/work/icon.v943src/bin/../src/h/../h/graphics.h:6, from /home/pbulk/build/lang/icon/work/icon.v943src/bin/../src/h/rt.h:21, from f_3g.c:7: /home/pbulk/build/lang/icon/work/icon.v943src/bin/../src/h/../h/../h/xwin.h:77: warning: "SHARED" redefined 77 | #define SHARED 0 | In file included from /usr/include/dlfcn.h:37, from /home/pbulk/build/lang/icon/work/icon.v943src/bin/../src/h/../h/sys.h:74, from /home/pbulk/build/lang/icon/work/icon.v943src/bin/../src/h/rt.h:11, from f_3g.c:7: /usr/include/sys/mman.h:358: note: this is the location of the previous definition 358 | #define SHARED 0x10 /* Use MEMCNTL_SHARED */ | In file included from /home/pbulk/build/lang/icon/work/icon.v943src/bin/../src/h/../h/graphics.h:6, from /home/pbulk/build/lang/icon/work/icon.v943src/bin/../src/h/rt.h:21, from f_3g0.c:7: /home/pbulk/build/lang/icon/work/icon.v943src/bin/../src/h/../h/../h/xwin.h:77: warning: "SHARED" redefined 77 | #define SHARED 0 | In file included from /usr/include/dlfcn.h:37, from /home/pbulk/build/lang/icon/work/icon.v943src/bin/../src/h/../h/sys.h:74, from /home/pbulk/build/lang/icon/work/icon.v943src/bin/../src/h/rt.h:11, from f_3g0.c:7: /usr/include/sys/mman.h:358: note: this is the location of the previous definition 358 | #define SHARED 0x10 /* Use MEMCNTL_SHARED */ | In file included from /home/pbulk/build/lang/icon/work/icon.v943src/bin/../src/h/../h/graphics.h:6, from /home/pbulk/build/lang/icon/work/icon.v943src/bin/../src/h/rt.h:21, from f_3h.c:7: /home/pbulk/build/lang/icon/work/icon.v943src/bin/../src/h/../h/../h/xwin.h:77: warning: "SHARED" redefined 77 | #define SHARED 0 | In file included from /usr/include/dlfcn.h:37, from /home/pbulk/build/lang/icon/work/icon.v943src/bin/../src/h/../h/sys.h:74, from /home/pbulk/build/lang/icon/work/icon.v943src/bin/../src/h/rt.h:11, from f_3h.c:7: /usr/include/sys/mman.h:358: note: this is the location of the previous definition 358 | #define SHARED 0x10 /* Use MEMCNTL_SHARED */ | In file included from /home/pbulk/build/lang/icon/work/icon.v943src/bin/../src/h/../h/graphics.h:6, from /home/pbulk/build/lang/icon/work/icon.v943src/bin/../src/h/rt.h:21, from f_3h0.c:7: /home/pbulk/build/lang/icon/work/icon.v943src/bin/../src/h/../h/../h/xwin.h:77: warning: "SHARED" redefined 77 | #define SHARED 0 | In file included from /usr/include/dlfcn.h:37, from /home/pbulk/build/lang/icon/work/icon.v943src/bin/../src/h/../h/sys.h:74, from /home/pbulk/build/lang/icon/work/icon.v943src/bin/../src/h/rt.h:11, from f_3h0.c:7: /usr/include/sys/mman.h:358: note: this is the location of the previous definition 358 | #define SHARED 0x10 /* Use MEMCNTL_SHARED */ | In file included from /home/pbulk/build/lang/icon/work/icon.v943src/bin/../src/h/../h/graphics.h:6, from /home/pbulk/build/lang/icon/work/icon.v943src/bin/../src/h/rt.h:21, from f_3i.c:7: /home/pbulk/build/lang/icon/work/icon.v943src/bin/../src/h/../h/../h/xwin.h:77: warning: "SHARED" redefined 77 | #define SHARED 0 | In file included from /usr/include/dlfcn.h:37, from /home/pbulk/build/lang/icon/work/icon.v943src/bin/../src/h/../h/sys.h:74, from /home/pbulk/build/lang/icon/work/icon.v943src/bin/../src/h/rt.h:11, from f_3i.c:7: /usr/include/sys/mman.h:358: note: this is the location of the previous definition 358 | #define SHARED 0x10 /* Use MEMCNTL_SHARED */ | In file included from /home/pbulk/build/lang/icon/work/icon.v943src/bin/../src/h/../h/graphics.h:6, from /home/pbulk/build/lang/icon/work/icon.v943src/bin/../src/h/rt.h:21, from f_3i0.c:7: /home/pbulk/build/lang/icon/work/icon.v943src/bin/../src/h/../h/../h/xwin.h:77: warning: "SHARED" redefined 77 | #define SHARED 0 | In file included from /usr/include/dlfcn.h:37, from /home/pbulk/build/lang/icon/work/icon.v943src/bin/../src/h/../h/sys.h:74, from /home/pbulk/build/lang/icon/work/icon.v943src/bin/../src/h/rt.h:11, from f_3i0.c:7: /usr/include/sys/mman.h:358: note: this is the location of the previous definition 358 | #define SHARED 0x10 /* Use MEMCNTL_SHARED */ | In file included from /home/pbulk/build/lang/icon/work/icon.v943src/bin/../src/h/../h/graphics.h:6, from /home/pbulk/build/lang/icon/work/icon.v943src/bin/../src/h/rt.h:21, from f_3j.c:7: /home/pbulk/build/lang/icon/work/icon.v943src/bin/../src/h/../h/../h/xwin.h:77: warning: "SHARED" redefined 77 | #define SHARED 0 | In file included from /usr/include/dlfcn.h:37, from /home/pbulk/build/lang/icon/work/icon.v943src/bin/../src/h/../h/sys.h:74, from /home/pbulk/build/lang/icon/work/icon.v943src/bin/../src/h/rt.h:11, from f_3j.c:7: /usr/include/sys/mman.h:358: note: this is the location of the previous definition 358 | #define SHARED 0x10 /* Use MEMCNTL_SHARED */ | In file included from /home/pbulk/build/lang/icon/work/icon.v943src/bin/../src/h/../h/graphics.h:6, from /home/pbulk/build/lang/icon/work/icon.v943src/bin/../src/h/rt.h:21, from f_3j0.c:7: /home/pbulk/build/lang/icon/work/icon.v943src/bin/../src/h/../h/../h/xwin.h:77: warning: "SHARED" redefined 77 | #define SHARED 0 | In file included from /usr/include/dlfcn.h:37, from /home/pbulk/build/lang/icon/work/icon.v943src/bin/../src/h/../h/sys.h:74, from /home/pbulk/build/lang/icon/work/icon.v943src/bin/../src/h/rt.h:11, from f_3j0.c:7: /usr/include/sys/mman.h:358: note: this is the location of the previous definition 358 | #define SHARED 0x10 /* Use MEMCNTL_SHARED */ | In file included from /home/pbulk/build/lang/icon/work/icon.v943src/bin/../src/h/../h/graphics.h:6, from /home/pbulk/build/lang/icon/work/icon.v943src/bin/../src/h/rt.h:21, from f_3k.c:7: /home/pbulk/build/lang/icon/work/icon.v943src/bin/../src/h/../h/../h/xwin.h:77: warning: "SHARED" redefined 77 | #define SHARED 0 | In file included from /usr/include/dlfcn.h:37, from /home/pbulk/build/lang/icon/work/icon.v943src/bin/../src/h/../h/sys.h:74, from /home/pbulk/build/lang/icon/work/icon.v943src/bin/../src/h/rt.h:11, from f_3k.c:7: /usr/include/sys/mman.h:358: note: this is the location of the previous definition 358 | #define SHARED 0x10 /* Use MEMCNTL_SHARED */ | In file included from /home/pbulk/build/lang/icon/work/icon.v943src/bin/../src/h/../h/graphics.h:6, from /home/pbulk/build/lang/icon/work/icon.v943src/bin/../src/h/rt.h:21, from f_3k0.c:7: /home/pbulk/build/lang/icon/work/icon.v943src/bin/../src/h/../h/../h/xwin.h:77: warning: "SHARED" redefined 77 | #define SHARED 0 | In file included from /usr/include/dlfcn.h:37, from /home/pbulk/build/lang/icon/work/icon.v943src/bin/../src/h/../h/sys.h:74, from /home/pbulk/build/lang/icon/work/icon.v943src/bin/../src/h/rt.h:11, from f_3k0.c:7: /usr/include/sys/mman.h:358: note: this is the location of the previous definition 358 | #define SHARED 0x10 /* Use MEMCNTL_SHARED */ | In file included from /home/pbulk/build/lang/icon/work/icon.v943src/bin/../src/h/../h/graphics.h:6, from /home/pbulk/build/lang/icon/work/icon.v943src/bin/../src/h/rt.h:21, from f_3l.c:7: /home/pbulk/build/lang/icon/work/icon.v943src/bin/../src/h/../h/../h/xwin.h:77: warning: "SHARED" redefined 77 | #define SHARED 0 | In file included from /usr/include/dlfcn.h:37, from /home/pbulk/build/lang/icon/work/icon.v943src/bin/../src/h/../h/sys.h:74, from /home/pbulk/build/lang/icon/work/icon.v943src/bin/../src/h/rt.h:11, from f_3l.c:7: /usr/include/sys/mman.h:358: note: this is the location of the previous definition 358 | #define SHARED 0x10 /* Use MEMCNTL_SHARED */ | In file included from /home/pbulk/build/lang/icon/work/icon.v943src/bin/../src/h/../h/graphics.h:6, from /home/pbulk/build/lang/icon/work/icon.v943src/bin/../src/h/rt.h:21, from f_3l0.c:7: /home/pbulk/build/lang/icon/work/icon.v943src/bin/../src/h/../h/../h/xwin.h:77: warning: "SHARED" redefined 77 | #define SHARED 0 | In file included from /usr/include/dlfcn.h:37, from /home/pbulk/build/lang/icon/work/icon.v943src/bin/../src/h/../h/sys.h:74, from /home/pbulk/build/lang/icon/work/icon.v943src/bin/../src/h/rt.h:11, from f_3l0.c:7: /usr/include/sys/mman.h:358: note: this is the location of the previous definition 358 | #define SHARED 0x10 /* Use MEMCNTL_SHARED */ | In file included from /home/pbulk/build/lang/icon/work/icon.v943src/bin/../src/h/../h/graphics.h:6, from /home/pbulk/build/lang/icon/work/icon.v943src/bin/../src/h/rt.h:21, from f_3m.c:7: /home/pbulk/build/lang/icon/work/icon.v943src/bin/../src/h/../h/../h/xwin.h:77: warning: "SHARED" redefined 77 | #define SHARED 0 | In file included from /usr/include/dlfcn.h:37, from /home/pbulk/build/lang/icon/work/icon.v943src/bin/../src/h/../h/sys.h:74, from /home/pbulk/build/lang/icon/work/icon.v943src/bin/../src/h/rt.h:11, from f_3m.c:7: /usr/include/sys/mman.h:358: note: this is the location of the previous definition 358 | #define SHARED 0x10 /* Use MEMCNTL_SHARED */ | In file included from /home/pbulk/build/lang/icon/work/icon.v943src/bin/../src/h/../h/graphics.h:6, from /home/pbulk/build/lang/icon/work/icon.v943src/bin/../src/h/rt.h:21, from f_3m0.c:7: /home/pbulk/build/lang/icon/work/icon.v943src/bin/../src/h/../h/../h/xwin.h:77: warning: "SHARED" redefined 77 | #define SHARED 0 | In file included from /usr/include/dlfcn.h:37, from /home/pbulk/build/lang/icon/work/icon.v943src/bin/../src/h/../h/sys.h:74, from /home/pbulk/build/lang/icon/work/icon.v943src/bin/../src/h/rt.h:11, from f_3m0.c:7: /usr/include/sys/mman.h:358: note: this is the location of the previous definition 358 | #define SHARED 0x10 /* Use MEMCNTL_SHARED */ | In file included from /home/pbulk/build/lang/icon/work/icon.v943src/bin/../src/h/../h/graphics.h:6, from /home/pbulk/build/lang/icon/work/icon.v943src/bin/../src/h/rt.h:21, from f_3n.c:7: /home/pbulk/build/lang/icon/work/icon.v943src/bin/../src/h/../h/../h/xwin.h:77: warning: "SHARED" redefined 77 | #define SHARED 0 | In file included from /usr/include/dlfcn.h:37, from /home/pbulk/build/lang/icon/work/icon.v943src/bin/../src/h/../h/sys.h:74, from /home/pbulk/build/lang/icon/work/icon.v943src/bin/../src/h/rt.h:11, from f_3n.c:7: /usr/include/sys/mman.h:358: note: this is the location of the previous definition 358 | #define SHARED 0x10 /* Use MEMCNTL_SHARED */ | In file included from /home/pbulk/build/lang/icon/work/icon.v943src/bin/../src/h/../h/graphics.h:6, from /home/pbulk/build/lang/icon/work/icon.v943src/bin/../src/h/rt.h:21, from f_3n0.c:7: /home/pbulk/build/lang/icon/work/icon.v943src/bin/../src/h/../h/../h/xwin.h:77: warning: "SHARED" redefined 77 | #define SHARED 0 | In file included from /usr/include/dlfcn.h:37, from /home/pbulk/build/lang/icon/work/icon.v943src/bin/../src/h/../h/sys.h:74, from /home/pbulk/build/lang/icon/work/icon.v943src/bin/../src/h/rt.h:11, from f_3n0.c:7: /usr/include/sys/mman.h:358: note: this is the location of the previous definition 358 | #define SHARED 0x10 /* Use MEMCNTL_SHARED */ | In file included from /home/pbulk/build/lang/icon/work/icon.v943src/bin/../src/h/../h/graphics.h:6, from /home/pbulk/build/lang/icon/work/icon.v943src/bin/../src/h/rt.h:21, from f_3o.c:7: /home/pbulk/build/lang/icon/work/icon.v943src/bin/../src/h/../h/../h/xwin.h:77: warning: "SHARED" redefined 77 | #define SHARED 0 | In file included from /usr/include/dlfcn.h:37, from /home/pbulk/build/lang/icon/work/icon.v943src/bin/../src/h/../h/sys.h:74, from /home/pbulk/build/lang/icon/work/icon.v943src/bin/../src/h/rt.h:11, from f_3o.c:7: /usr/include/sys/mman.h:358: note: this is the location of the previous definition 358 | #define SHARED 0x10 /* Use MEMCNTL_SHARED */ | In file included from /home/pbulk/build/lang/icon/work/icon.v943src/bin/../src/h/../h/graphics.h:6, from /home/pbulk/build/lang/icon/work/icon.v943src/bin/../src/h/rt.h:21, from f_3o0.c:7: /home/pbulk/build/lang/icon/work/icon.v943src/bin/../src/h/../h/../h/xwin.h:77: warning: "SHARED" redefined 77 | #define SHARED 0 | In file included from /usr/include/dlfcn.h:37, from /home/pbulk/build/lang/icon/work/icon.v943src/bin/../src/h/../h/sys.h:74, from /home/pbulk/build/lang/icon/work/icon.v943src/bin/../src/h/rt.h:11, from f_3o0.c:7: /usr/include/sys/mman.h:358: note: this is the location of the previous definition 358 | #define SHARED 0x10 /* Use MEMCNTL_SHARED */ | In file included from /home/pbulk/build/lang/icon/work/icon.v943src/bin/../src/h/../h/graphics.h:6, from /home/pbulk/build/lang/icon/work/icon.v943src/bin/../src/h/rt.h:21, from f_3p.c:7: /home/pbulk/build/lang/icon/work/icon.v943src/bin/../src/h/../h/../h/xwin.h:77: warning: "SHARED" redefined 77 | #define SHARED 0 | In file included from /usr/include/dlfcn.h:37, from /home/pbulk/build/lang/icon/work/icon.v943src/bin/../src/h/../h/sys.h:74, from /home/pbulk/build/lang/icon/work/icon.v943src/bin/../src/h/rt.h:11, from f_3p.c:7: /usr/include/sys/mman.h:358: note: this is the location of the previous definition 358 | #define SHARED 0x10 /* Use MEMCNTL_SHARED */ | In file included from /home/pbulk/build/lang/icon/work/icon.v943src/bin/../src/h/../h/graphics.h:6, from /home/pbulk/build/lang/icon/work/icon.v943src/bin/../src/h/rt.h:21, from f_3p0.c:7: /home/pbulk/build/lang/icon/work/icon.v943src/bin/../src/h/../h/../h/xwin.h:77: warning: "SHARED" redefined 77 | #define SHARED 0 | In file included from /usr/include/dlfcn.h:37, from /home/pbulk/build/lang/icon/work/icon.v943src/bin/../src/h/../h/sys.h:74, from /home/pbulk/build/lang/icon/work/icon.v943src/bin/../src/h/rt.h:11, from f_3p0.c:7: /usr/include/sys/mman.h:358: note: this is the location of the previous definition 358 | #define SHARED 0x10 /* Use MEMCNTL_SHARED */ | In file included from /home/pbulk/build/lang/icon/work/icon.v943src/bin/../src/h/../h/graphics.h:6, from /home/pbulk/build/lang/icon/work/icon.v943src/bin/../src/h/rt.h:21, from f_3q.c:7: /home/pbulk/build/lang/icon/work/icon.v943src/bin/../src/h/../h/../h/xwin.h:77: warning: "SHARED" redefined 77 | #define SHARED 0 | In file included from /usr/include/dlfcn.h:37, from /home/pbulk/build/lang/icon/work/icon.v943src/bin/../src/h/../h/sys.h:74, from /home/pbulk/build/lang/icon/work/icon.v943src/bin/../src/h/rt.h:11, from f_3q.c:7: /usr/include/sys/mman.h:358: note: this is the location of the previous definition 358 | #define SHARED 0x10 /* Use MEMCNTL_SHARED */ | In file included from /home/pbulk/build/lang/icon/work/icon.v943src/bin/../src/h/../h/graphics.h:6, from /home/pbulk/build/lang/icon/work/icon.v943src/bin/../src/h/rt.h:21, from f_3q0.c:7: /home/pbulk/build/lang/icon/work/icon.v943src/bin/../src/h/../h/../h/xwin.h:77: warning: "SHARED" redefined 77 | #define SHARED 0 | In file included from /usr/include/dlfcn.h:37, from /home/pbulk/build/lang/icon/work/icon.v943src/bin/../src/h/../h/sys.h:74, from /home/pbulk/build/lang/icon/work/icon.v943src/bin/../src/h/rt.h:11, from f_3q0.c:7: /usr/include/sys/mman.h:358: note: this is the location of the previous definition 358 | #define SHARED 0x10 /* Use MEMCNTL_SHARED */ | In file included from /home/pbulk/build/lang/icon/work/icon.v943src/bin/../src/h/../h/graphics.h:6, from /home/pbulk/build/lang/icon/work/icon.v943src/bin/../src/h/rt.h:21, from f_3r.c:7: /home/pbulk/build/lang/icon/work/icon.v943src/bin/../src/h/../h/../h/xwin.h:77: warning: "SHARED" redefined 77 | #define SHARED 0 | In file included from /usr/include/dlfcn.h:37, from /home/pbulk/build/lang/icon/work/icon.v943src/bin/../src/h/../h/sys.h:74, from /home/pbulk/build/lang/icon/work/icon.v943src/bin/../src/h/rt.h:11, from f_3r.c:7: /usr/include/sys/mman.h:358: note: this is the location of the previous definition 358 | #define SHARED 0x10 /* Use MEMCNTL_SHARED */ | In file included from /home/pbulk/build/lang/icon/work/icon.v943src/bin/../src/h/../h/graphics.h:6, from /home/pbulk/build/lang/icon/work/icon.v943src/bin/../src/h/rt.h:21, from f_3r0.c:7: /home/pbulk/build/lang/icon/work/icon.v943src/bin/../src/h/../h/../h/xwin.h:77: warning: "SHARED" redefined 77 | #define SHARED 0 | In file included from /usr/include/dlfcn.h:37, from /home/pbulk/build/lang/icon/work/icon.v943src/bin/../src/h/../h/sys.h:74, from /home/pbulk/build/lang/icon/work/icon.v943src/bin/../src/h/rt.h:11, from f_3r0.c:7: /usr/include/sys/mman.h:358: note: this is the location of the previous definition 358 | #define SHARED 0x10 /* Use MEMCNTL_SHARED */ | In file included from /home/pbulk/build/lang/icon/work/icon.v943src/bin/../src/h/../h/graphics.h:6, from /home/pbulk/build/lang/icon/work/icon.v943src/bin/../src/h/rt.h:21, from f_3s.c:7: /home/pbulk/build/lang/icon/work/icon.v943src/bin/../src/h/../h/../h/xwin.h:77: warning: "SHARED" redefined 77 | #define SHARED 0 | In file included from /usr/include/dlfcn.h:37, from /home/pbulk/build/lang/icon/work/icon.v943src/bin/../src/h/../h/sys.h:74, from /home/pbulk/build/lang/icon/work/icon.v943src/bin/../src/h/rt.h:11, from f_3s.c:7: /usr/include/sys/mman.h:358: note: this is the location of the previous definition 358 | #define SHARED 0x10 /* Use MEMCNTL_SHARED */ | In file included from /home/pbulk/build/lang/icon/work/icon.v943src/bin/../src/h/../h/graphics.h:6, from /home/pbulk/build/lang/icon/work/icon.v943src/bin/../src/h/rt.h:21, from f_3s0.c:7: /home/pbulk/build/lang/icon/work/icon.v943src/bin/../src/h/../h/../h/xwin.h:77: warning: "SHARED" redefined 77 | #define SHARED 0 | In file included from /usr/include/dlfcn.h:37, from /home/pbulk/build/lang/icon/work/icon.v943src/bin/../src/h/../h/sys.h:74, from /home/pbulk/build/lang/icon/work/icon.v943src/bin/../src/h/rt.h:11, from f_3s0.c:7: /usr/include/sys/mman.h:358: note: this is the location of the previous definition 358 | #define SHARED 0x10 /* Use MEMCNTL_SHARED */ | In file included from /home/pbulk/build/lang/icon/work/icon.v943src/bin/../src/h/../h/graphics.h:6, from /home/pbulk/build/lang/icon/work/icon.v943src/bin/../src/h/rt.h:21, from f_3t.c:7: /home/pbulk/build/lang/icon/work/icon.v943src/bin/../src/h/../h/../h/xwin.h:77: warning: "SHARED" redefined 77 | #define SHARED 0 | In file included from /usr/include/dlfcn.h:37, from /home/pbulk/build/lang/icon/work/icon.v943src/bin/../src/h/../h/sys.h:74, from /home/pbulk/build/lang/icon/work/icon.v943src/bin/../src/h/rt.h:11, from f_3t.c:7: /usr/include/sys/mman.h:358: note: this is the location of the previous definition 358 | #define SHARED 0x10 /* Use MEMCNTL_SHARED */ | In file included from /home/pbulk/build/lang/icon/work/icon.v943src/bin/../src/h/../h/graphics.h:6, from /home/pbulk/build/lang/icon/work/icon.v943src/bin/../src/h/rt.h:21, from f_3t0.c:7: /home/pbulk/build/lang/icon/work/icon.v943src/bin/../src/h/../h/../h/xwin.h:77: warning: "SHARED" redefined 77 | #define SHARED 0 | In file included from /usr/include/dlfcn.h:37, from /home/pbulk/build/lang/icon/work/icon.v943src/bin/../src/h/../h/sys.h:74, from /home/pbulk/build/lang/icon/work/icon.v943src/bin/../src/h/rt.h:11, from f_3t0.c:7: /usr/include/sys/mman.h:358: note: this is the location of the previous definition 358 | #define SHARED 0x10 /* Use MEMCNTL_SHARED */ | In file included from /home/pbulk/build/lang/icon/work/icon.v943src/bin/../src/h/../h/graphics.h:6, from /home/pbulk/build/lang/icon/work/icon.v943src/bin/../src/h/rt.h:21, from fwindow.c:7: /home/pbulk/build/lang/icon/work/icon.v943src/bin/../src/h/../h/../h/xwin.h:77: warning: "SHARED" redefined 77 | #define SHARED 0 | In file included from /usr/include/dlfcn.h:37, from /home/pbulk/build/lang/icon/work/icon.v943src/bin/../src/h/../h/sys.h:74, from /home/pbulk/build/lang/icon/work/icon.v943src/bin/../src/h/rt.h:11, from fwindow.c:7: /usr/include/sys/mman.h:358: note: this is the location of the previous definition 358 | #define SHARED 0x10 /* Use MEMCNTL_SHARED */ | In file included from /home/pbulk/build/lang/icon/work/icon.v943src/bin/../src/h/../h/graphics.h:6, from /home/pbulk/build/lang/icon/work/icon.v943src/bin/../src/h/rt.h:21, from init.c:7: /home/pbulk/build/lang/icon/work/icon.v943src/bin/../src/h/../h/../h/xwin.h:77: warning: "SHARED" redefined 77 | #define SHARED 0 | In file included from /usr/include/dlfcn.h:37, from /home/pbulk/build/lang/icon/work/icon.v943src/bin/../src/h/../h/sys.h:74, from /home/pbulk/build/lang/icon/work/icon.v943src/bin/../src/h/rt.h:11, from init.c:7: /usr/include/sys/mman.h:358: note: this is the location of the previous definition 358 | #define SHARED 0x10 /* Use MEMCNTL_SHARED */ | In file included from /home/pbulk/build/lang/icon/work/icon.v943src/bin/../src/h/../h/graphics.h:6, from /home/pbulk/build/lang/icon/work/icon.v943src/bin/../src/h/rt.h:21, from invoke.c:7: /home/pbulk/build/lang/icon/work/icon.v943src/bin/../src/h/../h/../h/xwin.h:77: warning: "SHARED" redefined 77 | #define SHARED 0 | In file included from /usr/include/dlfcn.h:37, from /home/pbulk/build/lang/icon/work/icon.v943src/bin/../src/h/../h/sys.h:74, from /home/pbulk/build/lang/icon/work/icon.v943src/bin/../src/h/rt.h:11, from invoke.c:7: /usr/include/sys/mman.h:358: note: this is the location of the previous definition 358 | #define SHARED 0x10 /* Use MEMCNTL_SHARED */ | In file included from /home/pbulk/build/lang/icon/work/icon.v943src/bin/../src/h/../h/graphics.h:6, from /home/pbulk/build/lang/icon/work/icon.v943src/bin/../src/h/rt.h:21, from k_050.c:7: /home/pbulk/build/lang/icon/work/icon.v943src/bin/../src/h/../h/../h/xwin.h:77: warning: "SHARED" redefined 77 | #define SHARED 0 | In file included from /usr/include/dlfcn.h:37, from /home/pbulk/build/lang/icon/work/icon.v943src/bin/../src/h/../h/sys.h:74, from /home/pbulk/build/lang/icon/work/icon.v943src/bin/../src/h/rt.h:11, from k_050.c:7: /usr/include/sys/mman.h:358: note: this is the location of the previous definition 358 | #define SHARED 0x10 /* Use MEMCNTL_SHARED */ | In file included from /home/pbulk/build/lang/icon/work/icon.v943src/bin/../src/h/../h/graphics.h:6, from /home/pbulk/build/lang/icon/work/icon.v943src/bin/../src/h/rt.h:21, from k_0h0.c:7: /home/pbulk/build/lang/icon/work/icon.v943src/bin/../src/h/../h/../h/xwin.h:77: warning: "SHARED" redefined 77 | #define SHARED 0 | In file included from /usr/include/dlfcn.h:37, from /home/pbulk/build/lang/icon/work/icon.v943src/bin/../src/h/../h/sys.h:74, from /home/pbulk/build/lang/icon/work/icon.v943src/bin/../src/h/rt.h:11, from k_0h0.c:7: /usr/include/sys/mman.h:358: note: this is the location of the previous definition 358 | #define SHARED 0x10 /* Use MEMCNTL_SHARED */ | In file included from /home/pbulk/build/lang/icon/work/icon.v943src/bin/../src/h/../h/graphics.h:6, from /home/pbulk/build/lang/icon/work/icon.v943src/bin/../src/h/rt.h:21, from keyword.c:7: /home/pbulk/build/lang/icon/work/icon.v943src/bin/../src/h/../h/../h/xwin.h:77: warning: "SHARED" redefined 77 | #define SHARED 0 | In file included from /usr/include/dlfcn.h:37, from /home/pbulk/build/lang/icon/work/icon.v943src/bin/../src/h/../h/sys.h:74, from /home/pbulk/build/lang/icon/work/icon.v943src/bin/../src/h/rt.h:11, from keyword.c:7: /usr/include/sys/mman.h:358: note: this is the location of the previous definition 358 | #define SHARED 0x10 /* Use MEMCNTL_SHARED */ | In file included from /home/pbulk/build/lang/icon/work/icon.v943src/bin/../src/h/../h/graphics.h:6, from /home/pbulk/build/lang/icon/work/icon.v943src/bin/../src/h/rt.h:21, from lmisc.c:7: /home/pbulk/build/lang/icon/work/icon.v943src/bin/../src/h/../h/../h/xwin.h:77: warning: "SHARED" redefined 77 | #define SHARED 0 | In file included from /usr/include/dlfcn.h:37, from /home/pbulk/build/lang/icon/work/icon.v943src/bin/../src/h/../h/sys.h:74, from /home/pbulk/build/lang/icon/work/icon.v943src/bin/../src/h/rt.h:11, from lmisc.c:7: /usr/include/sys/mman.h:358: note: this is the location of the previous definition 358 | #define SHARED 0x10 /* Use MEMCNTL_SHARED */ | In file included from /home/pbulk/build/lang/icon/work/icon.v943src/bin/../src/h/../h/graphics.h:6, from /home/pbulk/build/lang/icon/work/icon.v943src/bin/../src/h/rt.h:21, from o_00.c:7: /home/pbulk/build/lang/icon/work/icon.v943src/bin/../src/h/../h/../h/xwin.h:77: warning: "SHARED" redefined 77 | #define SHARED 0 | In file included from /usr/include/dlfcn.h:37, from /home/pbulk/build/lang/icon/work/icon.v943src/bin/../src/h/../h/sys.h:74, from /home/pbulk/build/lang/icon/work/icon.v943src/bin/../src/h/rt.h:11, from o_00.c:7: /usr/include/sys/mman.h:358: note: this is the location of the previous definition 358 | #define SHARED 0x10 /* Use MEMCNTL_SHARED */ | In file included from /home/pbulk/build/lang/icon/work/icon.v943src/bin/../src/h/../h/graphics.h:6, from /home/pbulk/build/lang/icon/work/icon.v943src/bin/../src/h/rt.h:21, from o_01.c:7: /home/pbulk/build/lang/icon/work/icon.v943src/bin/../src/h/../h/../h/xwin.h:77: warning: "SHARED" redefined 77 | #define SHARED 0 | In file included from /usr/include/dlfcn.h:37, from /home/pbulk/build/lang/icon/work/icon.v943src/bin/../src/h/../h/sys.h:74, from /home/pbulk/build/lang/icon/work/icon.v943src/bin/../src/h/rt.h:11, from o_01.c:7: /usr/include/sys/mman.h:358: note: this is the location of the previous definition 358 | #define SHARED 0x10 /* Use MEMCNTL_SHARED */ | In file included from /home/pbulk/build/lang/icon/work/icon.v943src/bin/../src/h/../h/graphics.h:6, from /home/pbulk/build/lang/icon/work/icon.v943src/bin/../src/h/rt.h:21, from o_02.c:7: /home/pbulk/build/lang/icon/work/icon.v943src/bin/../src/h/../h/../h/xwin.h:77: warning: "SHARED" redefined 77 | #define SHARED 0 | In file included from /usr/include/dlfcn.h:37, from /home/pbulk/build/lang/icon/work/icon.v943src/bin/../src/h/../h/sys.h:74, from /home/pbulk/build/lang/icon/work/icon.v943src/bin/../src/h/rt.h:11, from o_02.c:7: /usr/include/sys/mman.h:358: note: this is the location of the previous definition 358 | #define SHARED 0x10 /* Use MEMCNTL_SHARED */ | In file included from /home/pbulk/build/lang/icon/work/icon.v943src/bin/../src/h/../h/graphics.h:6, from /home/pbulk/build/lang/icon/work/icon.v943src/bin/../src/h/rt.h:21, from o_03.c:7: /home/pbulk/build/lang/icon/work/icon.v943src/bin/../src/h/../h/../h/xwin.h:77: warning: "SHARED" redefined 77 | #define SHARED 0 | In file included from /usr/include/dlfcn.h:37, from /home/pbulk/build/lang/icon/work/icon.v943src/bin/../src/h/../h/sys.h:74, from /home/pbulk/build/lang/icon/work/icon.v943src/bin/../src/h/rt.h:11, from o_03.c:7: /usr/include/sys/mman.h:358: note: this is the location of the previous definition 358 | #define SHARED 0x10 /* Use MEMCNTL_SHARED */ | In file included from /home/pbulk/build/lang/icon/work/icon.v943src/bin/../src/h/../h/graphics.h:6, from /home/pbulk/build/lang/icon/work/icon.v943src/bin/../src/h/rt.h:21, from o_04.c:7: /home/pbulk/build/lang/icon/work/icon.v943src/bin/../src/h/../h/../h/xwin.h:77: warning: "SHARED" redefined 77 | #define SHARED 0 | In file included from /usr/include/dlfcn.h:37, from /home/pbulk/build/lang/icon/work/icon.v943src/bin/../src/h/../h/sys.h:74, from /home/pbulk/build/lang/icon/work/icon.v943src/bin/../src/h/rt.h:11, from o_04.c:7: /usr/include/sys/mman.h:358: note: this is the location of the previous definition 358 | #define SHARED 0x10 /* Use MEMCNTL_SHARED */ | In file included from /home/pbulk/build/lang/icon/work/icon.v943src/bin/../src/h/../h/graphics.h:6, from /home/pbulk/build/lang/icon/work/icon.v943src/bin/../src/h/rt.h:21, from o_05.c:7: /home/pbulk/build/lang/icon/work/icon.v943src/bin/../src/h/../h/../h/xwin.h:77: warning: "SHARED" redefined 77 | #define SHARED 0 | In file included from /usr/include/dlfcn.h:37, from /home/pbulk/build/lang/icon/work/icon.v943src/bin/../src/h/../h/sys.h:74, from /home/pbulk/build/lang/icon/work/icon.v943src/bin/../src/h/rt.h:11, from o_05.c:7: /usr/include/sys/mman.h:358: note: this is the location of the previous definition 358 | #define SHARED 0x10 /* Use MEMCNTL_SHARED */ | In file included from /home/pbulk/build/lang/icon/work/icon.v943src/bin/../src/h/../h/graphics.h:6, from /home/pbulk/build/lang/icon/work/icon.v943src/bin/../src/h/rt.h:21, from o_06.c:7: /home/pbulk/build/lang/icon/work/icon.v943src/bin/../src/h/../h/../h/xwin.h:77: warning: "SHARED" redefined 77 | #define SHARED 0 | In file included from /usr/include/dlfcn.h:37, from /home/pbulk/build/lang/icon/work/icon.v943src/bin/../src/h/../h/sys.h:74, from /home/pbulk/build/lang/icon/work/icon.v943src/bin/../src/h/rt.h:11, from o_06.c:7: /usr/include/sys/mman.h:358: note: this is the location of the previous definition 358 | #define SHARED 0x10 /* Use MEMCNTL_SHARED */ | In file included from /home/pbulk/build/lang/icon/work/icon.v943src/bin/../src/h/../h/graphics.h:6, from /home/pbulk/build/lang/icon/work/icon.v943src/bin/../src/h/rt.h:21, from o_07.c:7: /home/pbulk/build/lang/icon/work/icon.v943src/bin/../src/h/../h/../h/xwin.h:77: warning: "SHARED" redefined 77 | #define SHARED 0 | In file included from /usr/include/dlfcn.h:37, from /home/pbulk/build/lang/icon/work/icon.v943src/bin/../src/h/../h/sys.h:74, from /home/pbulk/build/lang/icon/work/icon.v943src/bin/../src/h/rt.h:11, from o_07.c:7: /usr/include/sys/mman.h:358: note: this is the location of the previous definition 358 | #define SHARED 0x10 /* Use MEMCNTL_SHARED */ | In file included from /home/pbulk/build/lang/icon/work/icon.v943src/bin/../src/h/../h/graphics.h:6, from /home/pbulk/build/lang/icon/work/icon.v943src/bin/../src/h/rt.h:21, from oarith.c:7: /home/pbulk/build/lang/icon/work/icon.v943src/bin/../src/h/../h/../h/xwin.h:77: warning: "SHARED" redefined 77 | #define SHARED 0 | In file included from /usr/include/dlfcn.h:37, from /home/pbulk/build/lang/icon/work/icon.v943src/bin/../src/h/../h/sys.h:74, from /home/pbulk/build/lang/icon/work/icon.v943src/bin/../src/h/rt.h:11, from oarith.c:7: /usr/include/sys/mman.h:358: note: this is the location of the previous definition 358 | #define SHARED 0x10 /* Use MEMCNTL_SHARED */ | In file included from /home/pbulk/build/lang/icon/work/icon.v943src/bin/../src/h/../h/graphics.h:6, from /home/pbulk/build/lang/icon/work/icon.v943src/bin/../src/h/rt.h:21, from o_08.c:7: /home/pbulk/build/lang/icon/work/icon.v943src/bin/../src/h/../h/../h/xwin.h:77: warning: "SHARED" redefined 77 | #define SHARED 0 | In file included from /usr/include/dlfcn.h:37, from /home/pbulk/build/lang/icon/work/icon.v943src/bin/../src/h/../h/sys.h:74, from /home/pbulk/build/lang/icon/work/icon.v943src/bin/../src/h/rt.h:11, from o_08.c:7: /usr/include/sys/mman.h:358: note: this is the location of the previous definition 358 | #define SHARED 0x10 /* Use MEMCNTL_SHARED */ | In file included from /home/pbulk/build/lang/icon/work/icon.v943src/bin/../src/h/../h/graphics.h:6, from /home/pbulk/build/lang/icon/work/icon.v943src/bin/../src/h/rt.h:21, from o_080.c:7: /home/pbulk/build/lang/icon/work/icon.v943src/bin/../src/h/../h/../h/xwin.h:77: warning: "SHARED" redefined 77 | #define SHARED 0 | In file included from /usr/include/dlfcn.h:37, from /home/pbulk/build/lang/icon/work/icon.v943src/bin/../src/h/../h/sys.h:74, from /home/pbulk/build/lang/icon/work/icon.v943src/bin/../src/h/rt.h:11, from o_080.c:7: /usr/include/sys/mman.h:358: note: this is the location of the previous definition 358 | #define SHARED 0x10 /* Use MEMCNTL_SHARED */ | In file included from /home/pbulk/build/lang/icon/work/icon.v943src/bin/../src/h/../h/graphics.h:6, from /home/pbulk/build/lang/icon/work/icon.v943src/bin/../src/h/rt.h:21, from o_081.c:7: /home/pbulk/build/lang/icon/work/icon.v943src/bin/../src/h/../h/../h/xwin.h:77: warning: "SHARED" redefined 77 | #define SHARED 0 | In file included from /usr/include/dlfcn.h:37, from /home/pbulk/build/lang/icon/work/icon.v943src/bin/../src/h/../h/sys.h:74, from /home/pbulk/build/lang/icon/work/icon.v943src/bin/../src/h/rt.h:11, from o_081.c:7: /usr/include/sys/mman.h:358: note: this is the location of the previous definition 358 | #define SHARED 0x10 /* Use MEMCNTL_SHARED */ | In file included from /home/pbulk/build/lang/icon/work/icon.v943src/bin/../src/h/../h/graphics.h:6, from /home/pbulk/build/lang/icon/work/icon.v943src/bin/../src/h/rt.h:21, from o_082.c:7: /home/pbulk/build/lang/icon/work/icon.v943src/bin/../src/h/../h/../h/xwin.h:77: warning: "SHARED" redefined 77 | #define SHARED 0 | In file included from /usr/include/dlfcn.h:37, from /home/pbulk/build/lang/icon/work/icon.v943src/bin/../src/h/../h/sys.h:74, from /home/pbulk/build/lang/icon/work/icon.v943src/bin/../src/h/rt.h:11, from o_082.c:7: /usr/include/sys/mman.h:358: note: this is the location of the previous definition 358 | #define SHARED 0x10 /* Use MEMCNTL_SHARED */ | In file included from /home/pbulk/build/lang/icon/work/icon.v943src/bin/../src/h/../h/graphics.h:6, from /home/pbulk/build/lang/icon/work/icon.v943src/bin/../src/h/rt.h:21, from o_083.c:7: /home/pbulk/build/lang/icon/work/icon.v943src/bin/../src/h/../h/../h/xwin.h:77: warning: "SHARED" redefined 77 | #define SHARED 0 | In file included from /usr/include/dlfcn.h:37, from /home/pbulk/build/lang/icon/work/icon.v943src/bin/../src/h/../h/sys.h:74, from /home/pbulk/build/lang/icon/work/icon.v943src/bin/../src/h/rt.h:11, from o_083.c:7: /usr/include/sys/mman.h:358: note: this is the location of the previous definition 358 | #define SHARED 0x10 /* Use MEMCNTL_SHARED */ | In file included from /home/pbulk/build/lang/icon/work/icon.v943src/bin/../src/h/../h/graphics.h:6, from /home/pbulk/build/lang/icon/work/icon.v943src/bin/../src/h/rt.h:21, from o_09.c:7: /home/pbulk/build/lang/icon/work/icon.v943src/bin/../src/h/../h/../h/xwin.h:77: warning: "SHARED" redefined 77 | #define SHARED 0 | In file included from /usr/include/dlfcn.h:37, from /home/pbulk/build/lang/icon/work/icon.v943src/bin/../src/h/../h/sys.h:74, from /home/pbulk/build/lang/icon/work/icon.v943src/bin/../src/h/rt.h:11, from o_09.c:7: /usr/include/sys/mman.h:358: note: this is the location of the previous definition 358 | #define SHARED 0x10 /* Use MEMCNTL_SHARED */ | In file included from /home/pbulk/build/lang/icon/work/icon.v943src/bin/../src/h/../h/graphics.h:6, from /home/pbulk/build/lang/icon/work/icon.v943src/bin/../src/h/rt.h:21, from o_090.c:7: /home/pbulk/build/lang/icon/work/icon.v943src/bin/../src/h/../h/../h/xwin.h:77: warning: "SHARED" redefined 77 | #define SHARED 0 | In file included from /usr/include/dlfcn.h:37, from /home/pbulk/build/lang/icon/work/icon.v943src/bin/../src/h/../h/sys.h:74, from /home/pbulk/build/lang/icon/work/icon.v943src/bin/../src/h/rt.h:11, from o_090.c:7: /usr/include/sys/mman.h:358: note: this is the location of the previous definition 358 | #define SHARED 0x10 /* Use MEMCNTL_SHARED */ | In file included from /home/pbulk/build/lang/icon/work/icon.v943src/bin/../src/h/../h/graphics.h:6, from /home/pbulk/build/lang/icon/work/icon.v943src/bin/../src/h/rt.h:21, from o_091.c:7: /home/pbulk/build/lang/icon/work/icon.v943src/bin/../src/h/../h/../h/xwin.h:77: warning: "SHARED" redefined 77 | #define SHARED 0 | In file included from /usr/include/dlfcn.h:37, from /home/pbulk/build/lang/icon/work/icon.v943src/bin/../src/h/../h/sys.h:74, from /home/pbulk/build/lang/icon/work/icon.v943src/bin/../src/h/rt.h:11, from o_091.c:7: /usr/include/sys/mman.h:358: note: this is the location of the previous definition 358 | #define SHARED 0x10 /* Use MEMCNTL_SHARED */ | In file included from /home/pbulk/build/lang/icon/work/icon.v943src/bin/../src/h/../h/graphics.h:6, from /home/pbulk/build/lang/icon/work/icon.v943src/bin/../src/h/rt.h:21, from o_092.c:7: /home/pbulk/build/lang/icon/work/icon.v943src/bin/../src/h/../h/../h/xwin.h:77: warning: "SHARED" redefined 77 | #define SHARED 0 | In file included from /usr/include/dlfcn.h:37, from /home/pbulk/build/lang/icon/work/icon.v943src/bin/../src/h/../h/sys.h:74, from /home/pbulk/build/lang/icon/work/icon.v943src/bin/../src/h/rt.h:11, from o_092.c:7: /usr/include/sys/mman.h:358: note: this is the location of the previous definition 358 | #define SHARED 0x10 /* Use MEMCNTL_SHARED */ | In file included from /home/pbulk/build/lang/icon/work/icon.v943src/bin/../src/h/../h/graphics.h:6, from /home/pbulk/build/lang/icon/work/icon.v943src/bin/../src/h/rt.h:21, from o_093.c:7: /home/pbulk/build/lang/icon/work/icon.v943src/bin/../src/h/../h/../h/xwin.h:77: warning: "SHARED" redefined 77 | #define SHARED 0 | In file included from /usr/include/dlfcn.h:37, from /home/pbulk/build/lang/icon/work/icon.v943src/bin/../src/h/../h/sys.h:74, from /home/pbulk/build/lang/icon/work/icon.v943src/bin/../src/h/rt.h:11, from o_093.c:7: /usr/include/sys/mman.h:358: note: this is the location of the previous definition 358 | #define SHARED 0x10 /* Use MEMCNTL_SHARED */ | In file included from /home/pbulk/build/lang/icon/work/icon.v943src/bin/../src/h/../h/graphics.h:6, from /home/pbulk/build/lang/icon/work/icon.v943src/bin/../src/h/rt.h:21, from o_094.c:7: /home/pbulk/build/lang/icon/work/icon.v943src/bin/../src/h/../h/../h/xwin.h:77: warning: "SHARED" redefined 77 | #define SHARED 0 | In file included from /usr/include/dlfcn.h:37, from /home/pbulk/build/lang/icon/work/icon.v943src/bin/../src/h/../h/sys.h:74, from /home/pbulk/build/lang/icon/work/icon.v943src/bin/../src/h/rt.h:11, from o_094.c:7: /usr/include/sys/mman.h:358: note: this is the location of the previous definition 358 | #define SHARED 0x10 /* Use MEMCNTL_SHARED */ | In file included from /home/pbulk/build/lang/icon/work/icon.v943src/bin/../src/h/../h/graphics.h:6, from /home/pbulk/build/lang/icon/work/icon.v943src/bin/../src/h/rt.h:21, from o_095.c:7: /home/pbulk/build/lang/icon/work/icon.v943src/bin/../src/h/../h/../h/xwin.h:77: warning: "SHARED" redefined 77 | #define SHARED 0 | In file included from /usr/include/dlfcn.h:37, from /home/pbulk/build/lang/icon/work/icon.v943src/bin/../src/h/../h/sys.h:74, from /home/pbulk/build/lang/icon/work/icon.v943src/bin/../src/h/rt.h:11, from o_095.c:7: /usr/include/sys/mman.h:358: note: this is the location of the previous definition 358 | #define SHARED 0x10 /* Use MEMCNTL_SHARED */ | In file included from /home/pbulk/build/lang/icon/work/icon.v943src/bin/../src/h/../h/graphics.h:6, from /home/pbulk/build/lang/icon/work/icon.v943src/bin/../src/h/rt.h:21, from o_096.c:7: /home/pbulk/build/lang/icon/work/icon.v943src/bin/../src/h/../h/../h/xwin.h:77: warning: "SHARED" redefined 77 | #define SHARED 0 | In file included from /usr/include/dlfcn.h:37, from /home/pbulk/build/lang/icon/work/icon.v943src/bin/../src/h/../h/sys.h:74, from /home/pbulk/build/lang/icon/work/icon.v943src/bin/../src/h/rt.h:11, from o_096.c:7: /usr/include/sys/mman.h:358: note: this is the location of the previous definition 358 | #define SHARED 0x10 /* Use MEMCNTL_SHARED */ | In file included from /home/pbulk/build/lang/icon/work/icon.v943src/bin/../src/h/../h/graphics.h:6, from /home/pbulk/build/lang/icon/work/icon.v943src/bin/../src/h/rt.h:21, from o_097.c:7: /home/pbulk/build/lang/icon/work/icon.v943src/bin/../src/h/../h/../h/xwin.h:77: warning: "SHARED" redefined 77 | #define SHARED 0 | In file included from /usr/include/dlfcn.h:37, from /home/pbulk/build/lang/icon/work/icon.v943src/bin/../src/h/../h/sys.h:74, from /home/pbulk/build/lang/icon/work/icon.v943src/bin/../src/h/rt.h:11, from o_097.c:7: /usr/include/sys/mman.h:358: note: this is the location of the previous definition 358 | #define SHARED 0x10 /* Use MEMCNTL_SHARED */ | In file included from /home/pbulk/build/lang/icon/work/icon.v943src/bin/../src/h/../h/graphics.h:6, from /home/pbulk/build/lang/icon/work/icon.v943src/bin/../src/h/rt.h:21, from o_0a.c:7: /home/pbulk/build/lang/icon/work/icon.v943src/bin/../src/h/../h/../h/xwin.h:77: warning: "SHARED" redefined 77 | #define SHARED 0 | In file included from /usr/include/dlfcn.h:37, from /home/pbulk/build/lang/icon/work/icon.v943src/bin/../src/h/../h/sys.h:74, from /home/pbulk/build/lang/icon/work/icon.v943src/bin/../src/h/rt.h:11, from o_0a.c:7: /usr/include/sys/mman.h:358: note: this is the location of the previous definition 358 | #define SHARED 0x10 /* Use MEMCNTL_SHARED */ | In file included from /home/pbulk/build/lang/icon/work/icon.v943src/bin/../src/h/../h/graphics.h:6, from /home/pbulk/build/lang/icon/work/icon.v943src/bin/../src/h/rt.h:21, from o_0a0.c:7: /home/pbulk/build/lang/icon/work/icon.v943src/bin/../src/h/../h/../h/xwin.h:77: warning: "SHARED" redefined 77 | #define SHARED 0 | In file included from /usr/include/dlfcn.h:37, from /home/pbulk/build/lang/icon/work/icon.v943src/bin/../src/h/../h/sys.h:74, from /home/pbulk/build/lang/icon/work/icon.v943src/bin/../src/h/rt.h:11, from o_0a0.c:7: /usr/include/sys/mman.h:358: note: this is the location of the previous definition 358 | #define SHARED 0x10 /* Use MEMCNTL_SHARED */ | In file included from /home/pbulk/build/lang/icon/work/icon.v943src/bin/../src/h/../h/graphics.h:6, from /home/pbulk/build/lang/icon/work/icon.v943src/bin/../src/h/rt.h:21, from o_0a1.c:7: /home/pbulk/build/lang/icon/work/icon.v943src/bin/../src/h/../h/../h/xwin.h:77: warning: "SHARED" redefined 77 | #define SHARED 0 | In file included from /usr/include/dlfcn.h:37, from /home/pbulk/build/lang/icon/work/icon.v943src/bin/../src/h/../h/sys.h:74, from /home/pbulk/build/lang/icon/work/icon.v943src/bin/../src/h/rt.h:11, from o_0a1.c:7: /usr/include/sys/mman.h:358: note: this is the location of the previous definition 358 | #define SHARED 0x10 /* Use MEMCNTL_SHARED */ | In file included from /home/pbulk/build/lang/icon/work/icon.v943src/bin/../src/h/../h/graphics.h:6, from /home/pbulk/build/lang/icon/work/icon.v943src/bin/../src/h/rt.h:21, from o_0a2.c:7: /home/pbulk/build/lang/icon/work/icon.v943src/bin/../src/h/../h/../h/xwin.h:77: warning: "SHARED" redefined 77 | #define SHARED 0 | In file included from /usr/include/dlfcn.h:37, from /home/pbulk/build/lang/icon/work/icon.v943src/bin/../src/h/../h/sys.h:74, from /home/pbulk/build/lang/icon/work/icon.v943src/bin/../src/h/rt.h:11, from o_0a2.c:7: /usr/include/sys/mman.h:358: note: this is the location of the previous definition 358 | #define SHARED 0x10 /* Use MEMCNTL_SHARED */ | In file included from /home/pbulk/build/lang/icon/work/icon.v943src/bin/../src/h/../h/graphics.h:6, from /home/pbulk/build/lang/icon/work/icon.v943src/bin/../src/h/rt.h:21, from o_0a3.c:7: /home/pbulk/build/lang/icon/work/icon.v943src/bin/../src/h/../h/../h/xwin.h:77: warning: "SHARED" redefined 77 | #define SHARED 0 | In file included from /usr/include/dlfcn.h:37, from /home/pbulk/build/lang/icon/work/icon.v943src/bin/../src/h/../h/sys.h:74, from /home/pbulk/build/lang/icon/work/icon.v943src/bin/../src/h/rt.h:11, from o_0a3.c:7: /usr/include/sys/mman.h:358: note: this is the location of the previous definition 358 | #define SHARED 0x10 /* Use MEMCNTL_SHARED */ | In file included from /home/pbulk/build/lang/icon/work/icon.v943src/bin/../src/h/../h/graphics.h:6, from /home/pbulk/build/lang/icon/work/icon.v943src/bin/../src/h/rt.h:21, from o_0a4.c:7: /home/pbulk/build/lang/icon/work/icon.v943src/bin/../src/h/../h/../h/xwin.h:77: warning: "SHARED" redefined 77 | #define SHARED 0 | In file included from /usr/include/dlfcn.h:37, from /home/pbulk/build/lang/icon/work/icon.v943src/bin/../src/h/../h/sys.h:74, from /home/pbulk/build/lang/icon/work/icon.v943src/bin/../src/h/rt.h:11, from o_0a4.c:7: /usr/include/sys/mman.h:358: note: this is the location of the previous definition 358 | #define SHARED 0x10 /* Use MEMCNTL_SHARED */ | In file included from /home/pbulk/build/lang/icon/work/icon.v943src/bin/../src/h/../h/graphics.h:6, from /home/pbulk/build/lang/icon/work/icon.v943src/bin/../src/h/rt.h:21, from o_0a5.c:7: /home/pbulk/build/lang/icon/work/icon.v943src/bin/../src/h/../h/../h/xwin.h:77: warning: "SHARED" redefined 77 | #define SHARED 0 | In file included from /usr/include/dlfcn.h:37, from /home/pbulk/build/lang/icon/work/icon.v943src/bin/../src/h/../h/sys.h:74, from /home/pbulk/build/lang/icon/work/icon.v943src/bin/../src/h/rt.h:11, from o_0a5.c:7: /usr/include/sys/mman.h:358: note: this is the location of the previous definition 358 | #define SHARED 0x10 /* Use MEMCNTL_SHARED */ | In file included from /home/pbulk/build/lang/icon/work/icon.v943src/bin/../src/h/../h/graphics.h:6, from /home/pbulk/build/lang/icon/work/icon.v943src/bin/../src/h/rt.h:21, from o_0a6.c:7: /home/pbulk/build/lang/icon/work/icon.v943src/bin/../src/h/../h/../h/xwin.h:77: warning: "SHARED" redefined 77 | #define SHARED 0 | In file included from /usr/include/dlfcn.h:37, from /home/pbulk/build/lang/icon/work/icon.v943src/bin/../src/h/../h/sys.h:74, from /home/pbulk/build/lang/icon/work/icon.v943src/bin/../src/h/rt.h:11, from o_0a6.c:7: /usr/include/sys/mman.h:358: note: this is the location of the previous definition 358 | #define SHARED 0x10 /* Use MEMCNTL_SHARED */ | In file included from /home/pbulk/build/lang/icon/work/icon.v943src/bin/../src/h/../h/graphics.h:6, from /home/pbulk/build/lang/icon/work/icon.v943src/bin/../src/h/rt.h:21, from o_0a7.c:7: /home/pbulk/build/lang/icon/work/icon.v943src/bin/../src/h/../h/../h/xwin.h:77: warning: "SHARED" redefined 77 | #define SHARED 0 | In file included from /usr/include/dlfcn.h:37, from /home/pbulk/build/lang/icon/work/icon.v943src/bin/../src/h/../h/sys.h:74, from /home/pbulk/build/lang/icon/work/icon.v943src/bin/../src/h/rt.h:11, from o_0a7.c:7: /usr/include/sys/mman.h:358: note: this is the location of the previous definition 358 | #define SHARED 0x10 /* Use MEMCNTL_SHARED */ | In file included from /home/pbulk/build/lang/icon/work/icon.v943src/bin/../src/h/../h/graphics.h:6, from /home/pbulk/build/lang/icon/work/icon.v943src/bin/../src/h/rt.h:21, from o_0a8.c:7: /home/pbulk/build/lang/icon/work/icon.v943src/bin/../src/h/../h/../h/xwin.h:77: warning: "SHARED" redefined 77 | #define SHARED 0 | In file included from /usr/include/dlfcn.h:37, from /home/pbulk/build/lang/icon/work/icon.v943src/bin/../src/h/../h/sys.h:74, from /home/pbulk/build/lang/icon/work/icon.v943src/bin/../src/h/rt.h:11, from o_0a8.c:7: /usr/include/sys/mman.h:358: note: this is the location of the previous definition 358 | #define SHARED 0x10 /* Use MEMCNTL_SHARED */ | In file included from /home/pbulk/build/lang/icon/work/icon.v943src/bin/../src/h/../h/graphics.h:6, from /home/pbulk/build/lang/icon/work/icon.v943src/bin/../src/h/rt.h:21, from o_0a9.c:7: /home/pbulk/build/lang/icon/work/icon.v943src/bin/../src/h/../h/../h/xwin.h:77: warning: "SHARED" redefined 77 | #define SHARED 0 | In file included from /usr/include/dlfcn.h:37, from /home/pbulk/build/lang/icon/work/icon.v943src/bin/../src/h/../h/sys.h:74, from /home/pbulk/build/lang/icon/work/icon.v943src/bin/../src/h/rt.h:11, from o_0a9.c:7: /usr/include/sys/mman.h:358: note: this is the location of the previous definition 358 | #define SHARED 0x10 /* Use MEMCNTL_SHARED */ | In file included from /home/pbulk/build/lang/icon/work/icon.v943src/bin/../src/h/../h/graphics.h:6, from /home/pbulk/build/lang/icon/work/icon.v943src/bin/../src/h/rt.h:21, from o_0aa.c:7: /home/pbulk/build/lang/icon/work/icon.v943src/bin/../src/h/../h/../h/xwin.h:77: warning: "SHARED" redefined 77 | #define SHARED 0 | In file included from /usr/include/dlfcn.h:37, from /home/pbulk/build/lang/icon/work/icon.v943src/bin/../src/h/../h/sys.h:74, from /home/pbulk/build/lang/icon/work/icon.v943src/bin/../src/h/rt.h:11, from o_0aa.c:7: /usr/include/sys/mman.h:358: note: this is the location of the previous definition 358 | #define SHARED 0x10 /* Use MEMCNTL_SHARED */ | In file included from /home/pbulk/build/lang/icon/work/icon.v943src/bin/../src/h/../h/graphics.h:6, from /home/pbulk/build/lang/icon/work/icon.v943src/bin/../src/h/rt.h:21, from o_0ab.c:7: /home/pbulk/build/lang/icon/work/icon.v943src/bin/../src/h/../h/../h/xwin.h:77: warning: "SHARED" redefined 77 | #define SHARED 0 | In file included from /usr/include/dlfcn.h:37, from /home/pbulk/build/lang/icon/work/icon.v943src/bin/../src/h/../h/sys.h:74, from /home/pbulk/build/lang/icon/work/icon.v943src/bin/../src/h/rt.h:11, from o_0ab.c:7: /usr/include/sys/mman.h:358: note: this is the location of the previous definition 358 | #define SHARED 0x10 /* Use MEMCNTL_SHARED */ | In file included from /home/pbulk/build/lang/icon/work/icon.v943src/bin/../src/h/../h/graphics.h:6, from /home/pbulk/build/lang/icon/work/icon.v943src/bin/../src/h/rt.h:21, from o_0ac.c:7: /home/pbulk/build/lang/icon/work/icon.v943src/bin/../src/h/../h/../h/xwin.h:77: warning: "SHARED" redefined 77 | #define SHARED 0 | In file included from /usr/include/dlfcn.h:37, from /home/pbulk/build/lang/icon/work/icon.v943src/bin/../src/h/../h/sys.h:74, from /home/pbulk/build/lang/icon/work/icon.v943src/bin/../src/h/rt.h:11, from o_0ac.c:7: /usr/include/sys/mman.h:358: note: this is the location of the previous definition 358 | #define SHARED 0x10 /* Use MEMCNTL_SHARED */ | In file included from /home/pbulk/build/lang/icon/work/icon.v943src/bin/../src/h/../h/graphics.h:6, from /home/pbulk/build/lang/icon/work/icon.v943src/bin/../src/h/rt.h:21, from o_0ad.c:7: /home/pbulk/build/lang/icon/work/icon.v943src/bin/../src/h/../h/../h/xwin.h:77: warning: "SHARED" redefined 77 | #define SHARED 0 | In file included from /usr/include/dlfcn.h:37, from /home/pbulk/build/lang/icon/work/icon.v943src/bin/../src/h/../h/sys.h:74, from /home/pbulk/build/lang/icon/work/icon.v943src/bin/../src/h/rt.h:11, from o_0ad.c:7: /usr/include/sys/mman.h:358: note: this is the location of the previous definition 358 | #define SHARED 0x10 /* Use MEMCNTL_SHARED */ | In file included from /home/pbulk/build/lang/icon/work/icon.v943src/bin/../src/h/../h/graphics.h:6, from /home/pbulk/build/lang/icon/work/icon.v943src/bin/../src/h/rt.h:21, from o_0ae.c:7: /home/pbulk/build/lang/icon/work/icon.v943src/bin/../src/h/../h/../h/xwin.h:77: warning: "SHARED" redefined 77 | #define SHARED 0 | In file included from /usr/include/dlfcn.h:37, from /home/pbulk/build/lang/icon/work/icon.v943src/bin/../src/h/../h/sys.h:74, from /home/pbulk/build/lang/icon/work/icon.v943src/bin/../src/h/rt.h:11, from o_0ae.c:7: /usr/include/sys/mman.h:358: note: this is the location of the previous definition 358 | #define SHARED 0x10 /* Use MEMCNTL_SHARED */ | In file included from /home/pbulk/build/lang/icon/work/icon.v943src/bin/../src/h/../h/graphics.h:6, from /home/pbulk/build/lang/icon/work/icon.v943src/bin/../src/h/rt.h:21, from o_0af.c:7: /home/pbulk/build/lang/icon/work/icon.v943src/bin/../src/h/../h/../h/xwin.h:77: warning: "SHARED" redefined 77 | #define SHARED 0 | In file included from /usr/include/dlfcn.h:37, from /home/pbulk/build/lang/icon/work/icon.v943src/bin/../src/h/../h/sys.h:74, from /home/pbulk/build/lang/icon/work/icon.v943src/bin/../src/h/rt.h:11, from o_0af.c:7: /usr/include/sys/mman.h:358: note: this is the location of the previous definition 358 | #define SHARED 0x10 /* Use MEMCNTL_SHARED */ | In file included from /home/pbulk/build/lang/icon/work/icon.v943src/bin/../src/h/../h/graphics.h:6, from /home/pbulk/build/lang/icon/work/icon.v943src/bin/../src/h/rt.h:21, from o_0ag.c:7: /home/pbulk/build/lang/icon/work/icon.v943src/bin/../src/h/../h/../h/xwin.h:77: warning: "SHARED" redefined 77 | #define SHARED 0 | In file included from /usr/include/dlfcn.h:37, from /home/pbulk/build/lang/icon/work/icon.v943src/bin/../src/h/../h/sys.h:74, from /home/pbulk/build/lang/icon/work/icon.v943src/bin/../src/h/rt.h:11, from o_0ag.c:7: /usr/include/sys/mman.h:358: note: this is the location of the previous definition 358 | #define SHARED 0x10 /* Use MEMCNTL_SHARED */ | In file included from /home/pbulk/build/lang/icon/work/icon.v943src/bin/../src/h/../h/graphics.h:6, from /home/pbulk/build/lang/icon/work/icon.v943src/bin/../src/h/rt.h:21, from o_0b.c:7: /home/pbulk/build/lang/icon/work/icon.v943src/bin/../src/h/../h/../h/xwin.h:77: warning: "SHARED" redefined 77 | #define SHARED 0 | In file included from /usr/include/dlfcn.h:37, from /home/pbulk/build/lang/icon/work/icon.v943src/bin/../src/h/../h/sys.h:74, from /home/pbulk/build/lang/icon/work/icon.v943src/bin/../src/h/rt.h:11, from o_0b.c:7: /usr/include/sys/mman.h:358: note: this is the location of the previous definition 358 | #define SHARED 0x10 /* Use MEMCNTL_SHARED */ | In file included from /home/pbulk/build/lang/icon/work/icon.v943src/bin/../src/h/../h/graphics.h:6, from /home/pbulk/build/lang/icon/work/icon.v943src/bin/../src/h/rt.h:21, from o_0b0.c:7: /home/pbulk/build/lang/icon/work/icon.v943src/bin/../src/h/../h/../h/xwin.h:77: warning: "SHARED" redefined 77 | #define SHARED 0 | In file included from /usr/include/dlfcn.h:37, from /home/pbulk/build/lang/icon/work/icon.v943src/bin/../src/h/../h/sys.h:74, from /home/pbulk/build/lang/icon/work/icon.v943src/bin/../src/h/rt.h:11, from o_0b0.c:7: /usr/include/sys/mman.h:358: note: this is the location of the previous definition 358 | #define SHARED 0x10 /* Use MEMCNTL_SHARED */ | In file included from /home/pbulk/build/lang/icon/work/icon.v943src/bin/../src/h/../h/graphics.h:6, from /home/pbulk/build/lang/icon/work/icon.v943src/bin/../src/h/rt.h:21, from o_0b1.c:7: /home/pbulk/build/lang/icon/work/icon.v943src/bin/../src/h/../h/../h/xwin.h:77: warning: "SHARED" redefined 77 | #define SHARED 0 | In file included from /usr/include/dlfcn.h:37, from /home/pbulk/build/lang/icon/work/icon.v943src/bin/../src/h/../h/sys.h:74, from /home/pbulk/build/lang/icon/work/icon.v943src/bin/../src/h/rt.h:11, from o_0b1.c:7: /usr/include/sys/mman.h:358: note: this is the location of the previous definition 358 | #define SHARED 0x10 /* Use MEMCNTL_SHARED */ | In file included from /home/pbulk/build/lang/icon/work/icon.v943src/bin/../src/h/../h/graphics.h:6, from /home/pbulk/build/lang/icon/work/icon.v943src/bin/../src/h/rt.h:21, from o_0b2.c:7: /home/pbulk/build/lang/icon/work/icon.v943src/bin/../src/h/../h/../h/xwin.h:77: warning: "SHARED" redefined 77 | #define SHARED 0 | In file included from /usr/include/dlfcn.h:37, from /home/pbulk/build/lang/icon/work/icon.v943src/bin/../src/h/../h/sys.h:74, from /home/pbulk/build/lang/icon/work/icon.v943src/bin/../src/h/rt.h:11, from o_0b2.c:7: /usr/include/sys/mman.h:358: note: this is the location of the previous definition 358 | #define SHARED 0x10 /* Use MEMCNTL_SHARED */ | In file included from /home/pbulk/build/lang/icon/work/icon.v943src/bin/../src/h/../h/graphics.h:6, from /home/pbulk/build/lang/icon/work/icon.v943src/bin/../src/h/rt.h:21, from o_0b3.c:7: /home/pbulk/build/lang/icon/work/icon.v943src/bin/../src/h/../h/../h/xwin.h:77: warning: "SHARED" redefined 77 | #define SHARED 0 | In file included from /usr/include/dlfcn.h:37, from /home/pbulk/build/lang/icon/work/icon.v943src/bin/../src/h/../h/sys.h:74, from /home/pbulk/build/lang/icon/work/icon.v943src/bin/../src/h/rt.h:11, from o_0b3.c:7: /usr/include/sys/mman.h:358: note: this is the location of the previous definition 358 | #define SHARED 0x10 /* Use MEMCNTL_SHARED */ | In file included from /home/pbulk/build/lang/icon/work/icon.v943src/bin/../src/h/../h/graphics.h:6, from /home/pbulk/build/lang/icon/work/icon.v943src/bin/../src/h/rt.h:21, from o_0b4.c:7: /home/pbulk/build/lang/icon/work/icon.v943src/bin/../src/h/../h/../h/xwin.h:77: warning: "SHARED" redefined 77 | #define SHARED 0 | In file included from /usr/include/dlfcn.h:37, from /home/pbulk/build/lang/icon/work/icon.v943src/bin/../src/h/../h/sys.h:74, from /home/pbulk/build/lang/icon/work/icon.v943src/bin/../src/h/rt.h:11, from o_0b4.c:7: /usr/include/sys/mman.h:358: note: this is the location of the previous definition 358 | #define SHARED 0x10 /* Use MEMCNTL_SHARED */ | In file included from /home/pbulk/build/lang/icon/work/icon.v943src/bin/../src/h/../h/graphics.h:6, from /home/pbulk/build/lang/icon/work/icon.v943src/bin/../src/h/rt.h:21, from o_0b5.c:7: /home/pbulk/build/lang/icon/work/icon.v943src/bin/../src/h/../h/../h/xwin.h:77: warning: "SHARED" redefined 77 | #define SHARED 0 | In file included from /usr/include/dlfcn.h:37, from /home/pbulk/build/lang/icon/work/icon.v943src/bin/../src/h/../h/sys.h:74, from /home/pbulk/build/lang/icon/work/icon.v943src/bin/../src/h/rt.h:11, from o_0b5.c:7: /usr/include/sys/mman.h:358: note: this is the location of the previous definition 358 | #define SHARED 0x10 /* Use MEMCNTL_SHARED */ | In file included from /home/pbulk/build/lang/icon/work/icon.v943src/bin/../src/h/../h/graphics.h:6, from /home/pbulk/build/lang/icon/work/icon.v943src/bin/../src/h/rt.h:21, from o_0b6.c:7: /home/pbulk/build/lang/icon/work/icon.v943src/bin/../src/h/../h/../h/xwin.h:77: warning: "SHARED" redefined 77 | #define SHARED 0 | In file included from /usr/include/dlfcn.h:37, from /home/pbulk/build/lang/icon/work/icon.v943src/bin/../src/h/../h/sys.h:74, from /home/pbulk/build/lang/icon/work/icon.v943src/bin/../src/h/rt.h:11, from o_0b6.c:7: /usr/include/sys/mman.h:358: note: this is the location of the previous definition 358 | #define SHARED 0x10 /* Use MEMCNTL_SHARED */ | In file included from /home/pbulk/build/lang/icon/work/icon.v943src/bin/../src/h/../h/graphics.h:6, from /home/pbulk/build/lang/icon/work/icon.v943src/bin/../src/h/rt.h:21, from o_0b7.c:7: /home/pbulk/build/lang/icon/work/icon.v943src/bin/../src/h/../h/../h/xwin.h:77: warning: "SHARED" redefined 77 | #define SHARED 0 | In file included from /usr/include/dlfcn.h:37, from /home/pbulk/build/lang/icon/work/icon.v943src/bin/../src/h/../h/sys.h:74, from /home/pbulk/build/lang/icon/work/icon.v943src/bin/../src/h/rt.h:11, from o_0b7.c:7: /usr/include/sys/mman.h:358: note: this is the location of the previous definition 358 | #define SHARED 0x10 /* Use MEMCNTL_SHARED */ | In file included from /home/pbulk/build/lang/icon/work/icon.v943src/bin/../src/h/../h/graphics.h:6, from /home/pbulk/build/lang/icon/work/icon.v943src/bin/../src/h/rt.h:21, from o_0b8.c:7: /home/pbulk/build/lang/icon/work/icon.v943src/bin/../src/h/../h/../h/xwin.h:77: warning: "SHARED" redefined 77 | #define SHARED 0 | In file included from /usr/include/dlfcn.h:37, from /home/pbulk/build/lang/icon/work/icon.v943src/bin/../src/h/../h/sys.h:74, from /home/pbulk/build/lang/icon/work/icon.v943src/bin/../src/h/rt.h:11, from o_0b8.c:7: /usr/include/sys/mman.h:358: note: this is the location of the previous definition 358 | #define SHARED 0x10 /* Use MEMCNTL_SHARED */ | In file included from /home/pbulk/build/lang/icon/work/icon.v943src/bin/../src/h/../h/graphics.h:6, from /home/pbulk/build/lang/icon/work/icon.v943src/bin/../src/h/rt.h:21, from oasgn.c:7: /home/pbulk/build/lang/icon/work/icon.v943src/bin/../src/h/../h/../h/xwin.h:77: warning: "SHARED" redefined 77 | #define SHARED 0 | In file included from /usr/include/dlfcn.h:37, from /home/pbulk/build/lang/icon/work/icon.v943src/bin/../src/h/../h/sys.h:74, from /home/pbulk/build/lang/icon/work/icon.v943src/bin/../src/h/rt.h:11, from oasgn.c:7: /usr/include/sys/mman.h:358: note: this is the location of the previous definition 358 | #define SHARED 0x10 /* Use MEMCNTL_SHARED */ | In file included from /home/pbulk/build/lang/icon/work/icon.v943src/bin/../src/h/../h/graphics.h:6, from /home/pbulk/build/lang/icon/work/icon.v943src/bin/../src/h/rt.h:21, from o_0c.c:7: /home/pbulk/build/lang/icon/work/icon.v943src/bin/../src/h/../h/../h/xwin.h:77: warning: "SHARED" redefined 77 | #define SHARED 0 | In file included from /usr/include/dlfcn.h:37, from /home/pbulk/build/lang/icon/work/icon.v943src/bin/../src/h/../h/sys.h:74, from /home/pbulk/build/lang/icon/work/icon.v943src/bin/../src/h/rt.h:11, from o_0c.c:7: /usr/include/sys/mman.h:358: note: this is the location of the previous definition 358 | #define SHARED 0x10 /* Use MEMCNTL_SHARED */ | In file included from /home/pbulk/build/lang/icon/work/icon.v943src/bin/../src/h/../h/graphics.h:6, from /home/pbulk/build/lang/icon/work/icon.v943src/bin/../src/h/rt.h:21, from o_0c0.c:7: /home/pbulk/build/lang/icon/work/icon.v943src/bin/../src/h/../h/../h/xwin.h:77: warning: "SHARED" redefined 77 | #define SHARED 0 | In file included from /usr/include/dlfcn.h:37, from /home/pbulk/build/lang/icon/work/icon.v943src/bin/../src/h/../h/sys.h:74, from /home/pbulk/build/lang/icon/work/icon.v943src/bin/../src/h/rt.h:11, from o_0c0.c:7: /usr/include/sys/mman.h:358: note: this is the location of the previous definition 358 | #define SHARED 0x10 /* Use MEMCNTL_SHARED */ | In file included from /home/pbulk/build/lang/icon/work/icon.v943src/bin/../src/h/../h/graphics.h:6, from /home/pbulk/build/lang/icon/work/icon.v943src/bin/../src/h/rt.h:21, from o_0d.c:7: /home/pbulk/build/lang/icon/work/icon.v943src/bin/../src/h/../h/../h/xwin.h:77: warning: "SHARED" redefined 77 | #define SHARED 0 | In file included from /usr/include/dlfcn.h:37, from /home/pbulk/build/lang/icon/work/icon.v943src/bin/../src/h/../h/sys.h:74, from /home/pbulk/build/lang/icon/work/icon.v943src/bin/../src/h/rt.h:11, from o_0d.c:7: /usr/include/sys/mman.h:358: note: this is the location of the previous definition 358 | #define SHARED 0x10 /* Use MEMCNTL_SHARED */ | In file included from /home/pbulk/build/lang/icon/work/icon.v943src/bin/../src/h/../h/graphics.h:6, from /home/pbulk/build/lang/icon/work/icon.v943src/bin/../src/h/rt.h:21, from o_0d0.c:7: /home/pbulk/build/lang/icon/work/icon.v943src/bin/../src/h/../h/../h/xwin.h:77: warning: "SHARED" redefined 77 | #define SHARED 0 | In file included from /usr/include/dlfcn.h:37, from /home/pbulk/build/lang/icon/work/icon.v943src/bin/../src/h/../h/sys.h:74, from /home/pbulk/build/lang/icon/work/icon.v943src/bin/../src/h/rt.h:11, from o_0d0.c:7: /usr/include/sys/mman.h:358: note: this is the location of the previous definition 358 | #define SHARED 0x10 /* Use MEMCNTL_SHARED */ | In file included from /home/pbulk/build/lang/icon/work/icon.v943src/bin/../src/h/../h/graphics.h:6, from /home/pbulk/build/lang/icon/work/icon.v943src/bin/../src/h/rt.h:21, from ocat.c:7: /home/pbulk/build/lang/icon/work/icon.v943src/bin/../src/h/../h/../h/xwin.h:77: warning: "SHARED" redefined 77 | #define SHARED 0 | In file included from /usr/include/dlfcn.h:37, from /home/pbulk/build/lang/icon/work/icon.v943src/bin/../src/h/../h/sys.h:74, from /home/pbulk/build/lang/icon/work/icon.v943src/bin/../src/h/rt.h:11, from ocat.c:7: /usr/include/sys/mman.h:358: note: this is the location of the previous definition 358 | #define SHARED 0x10 /* Use MEMCNTL_SHARED */ | In file included from /home/pbulk/build/lang/icon/work/icon.v943src/bin/../src/h/../h/graphics.h:6, from /home/pbulk/build/lang/icon/work/icon.v943src/bin/../src/h/rt.h:21, from o_0e.c:7: /home/pbulk/build/lang/icon/work/icon.v943src/bin/../src/h/../h/../h/xwin.h:77: warning: "SHARED" redefined 77 | #define SHARED 0 | In file included from /usr/include/dlfcn.h:37, from /home/pbulk/build/lang/icon/work/icon.v943src/bin/../src/h/../h/sys.h:74, from /home/pbulk/build/lang/icon/work/icon.v943src/bin/../src/h/rt.h:11, from o_0e.c:7: /usr/include/sys/mman.h:358: note: this is the location of the previous definition 358 | #define SHARED 0x10 /* Use MEMCNTL_SHARED */ | In file included from /home/pbulk/build/lang/icon/work/icon.v943src/bin/../src/h/../h/graphics.h:6, from /home/pbulk/build/lang/icon/work/icon.v943src/bin/../src/h/rt.h:21, from o_0f.c:7: /home/pbulk/build/lang/icon/work/icon.v943src/bin/../src/h/../h/../h/xwin.h:77: warning: "SHARED" redefined 77 | #define SHARED 0 | In file included from /usr/include/dlfcn.h:37, from /home/pbulk/build/lang/icon/work/icon.v943src/bin/../src/h/../h/sys.h:74, from /home/pbulk/build/lang/icon/work/icon.v943src/bin/../src/h/rt.h:11, from o_0f.c:7: /usr/include/sys/mman.h:358: note: this is the location of the previous definition 358 | #define SHARED 0x10 /* Use MEMCNTL_SHARED */ | In file included from /home/pbulk/build/lang/icon/work/icon.v943src/bin/../src/h/../h/graphics.h:6, from /home/pbulk/build/lang/icon/work/icon.v943src/bin/../src/h/rt.h:21, from o_0g.c:7: /home/pbulk/build/lang/icon/work/icon.v943src/bin/../src/h/../h/../h/xwin.h:77: warning: "SHARED" redefined 77 | #define SHARED 0 | In file included from /usr/include/dlfcn.h:37, from /home/pbulk/build/lang/icon/work/icon.v943src/bin/../src/h/../h/sys.h:74, from /home/pbulk/build/lang/icon/work/icon.v943src/bin/../src/h/rt.h:11, from o_0g.c:7: /usr/include/sys/mman.h:358: note: this is the location of the previous definition 358 | #define SHARED 0x10 /* Use MEMCNTL_SHARED */ | In file included from /home/pbulk/build/lang/icon/work/icon.v943src/bin/../src/h/../h/graphics.h:6, from /home/pbulk/build/lang/icon/work/icon.v943src/bin/../src/h/rt.h:21, from o_0h.c:7: /home/pbulk/build/lang/icon/work/icon.v943src/bin/../src/h/../h/../h/xwin.h:77: warning: "SHARED" redefined 77 | #define SHARED 0 | In file included from /usr/include/dlfcn.h:37, from /home/pbulk/build/lang/icon/work/icon.v943src/bin/../src/h/../h/sys.h:74, from /home/pbulk/build/lang/icon/work/icon.v943src/bin/../src/h/rt.h:11, from o_0h.c:7: /usr/include/sys/mman.h:358: note: this is the location of the previous definition 358 | #define SHARED 0x10 /* Use MEMCNTL_SHARED */ | In file included from /home/pbulk/build/lang/icon/work/icon.v943src/bin/../src/h/../h/graphics.h:6, from /home/pbulk/build/lang/icon/work/icon.v943src/bin/../src/h/rt.h:21, from o_0i.c:7: /home/pbulk/build/lang/icon/work/icon.v943src/bin/../src/h/../h/../h/xwin.h:77: warning: "SHARED" redefined 77 | #define SHARED 0 | In file included from /usr/include/dlfcn.h:37, from /home/pbulk/build/lang/icon/work/icon.v943src/bin/../src/h/../h/sys.h:74, from /home/pbulk/build/lang/icon/work/icon.v943src/bin/../src/h/rt.h:11, from o_0i.c:7: /usr/include/sys/mman.h:358: note: this is the location of the previous definition 358 | #define SHARED 0x10 /* Use MEMCNTL_SHARED */ | In file included from /home/pbulk/build/lang/icon/work/icon.v943src/bin/../src/h/../h/graphics.h:6, from /home/pbulk/build/lang/icon/work/icon.v943src/bin/../src/h/rt.h:21, from o_0j.c:7: /home/pbulk/build/lang/icon/work/icon.v943src/bin/../src/h/../h/../h/xwin.h:77: warning: "SHARED" redefined 77 | #define SHARED 0 | In file included from /usr/include/dlfcn.h:37, from /home/pbulk/build/lang/icon/work/icon.v943src/bin/../src/h/../h/sys.h:74, from /home/pbulk/build/lang/icon/work/icon.v943src/bin/../src/h/rt.h:11, from o_0j.c:7: /usr/include/sys/mman.h:358: note: this is the location of the previous definition 358 | #define SHARED 0x10 /* Use MEMCNTL_SHARED */ | In file included from /home/pbulk/build/lang/icon/work/icon.v943src/bin/../src/h/../h/graphics.h:6, from /home/pbulk/build/lang/icon/work/icon.v943src/bin/../src/h/rt.h:21, from o_0k.c:7: /home/pbulk/build/lang/icon/work/icon.v943src/bin/../src/h/../h/../h/xwin.h:77: warning: "SHARED" redefined 77 | #define SHARED 0 | In file included from /usr/include/dlfcn.h:37, from /home/pbulk/build/lang/icon/work/icon.v943src/bin/../src/h/../h/sys.h:74, from /home/pbulk/build/lang/icon/work/icon.v943src/bin/../src/h/rt.h:11, from o_0k.c:7: /usr/include/sys/mman.h:358: note: this is the location of the previous definition 358 | #define SHARED 0x10 /* Use MEMCNTL_SHARED */ | In file included from /home/pbulk/build/lang/icon/work/icon.v943src/bin/../src/h/../h/graphics.h:6, from /home/pbulk/build/lang/icon/work/icon.v943src/bin/../src/h/rt.h:21, from o_0k0.c:7: /home/pbulk/build/lang/icon/work/icon.v943src/bin/../src/h/../h/../h/xwin.h:77: warning: "SHARED" redefined 77 | #define SHARED 0 | In file included from /usr/include/dlfcn.h:37, from /home/pbulk/build/lang/icon/work/icon.v943src/bin/../src/h/../h/sys.h:74, from /home/pbulk/build/lang/icon/work/icon.v943src/bin/../src/h/rt.h:11, from o_0k0.c:7: /usr/include/sys/mman.h:358: note: this is the location of the previous definition 358 | #define SHARED 0x10 /* Use MEMCNTL_SHARED */ | In file included from /home/pbulk/build/lang/icon/work/icon.v943src/bin/../src/h/../h/graphics.h:6, from /home/pbulk/build/lang/icon/work/icon.v943src/bin/../src/h/rt.h:21, from o_0l.c:7: /home/pbulk/build/lang/icon/work/icon.v943src/bin/../src/h/../h/../h/xwin.h:77: warning: "SHARED" redefined 77 | #define SHARED 0 | In file included from /usr/include/dlfcn.h:37, from /home/pbulk/build/lang/icon/work/icon.v943src/bin/../src/h/../h/sys.h:74, from /home/pbulk/build/lang/icon/work/icon.v943src/bin/../src/h/rt.h:11, from o_0l.c:7: /usr/include/sys/mman.h:358: note: this is the location of the previous definition 358 | #define SHARED 0x10 /* Use MEMCNTL_SHARED */ | In file included from /home/pbulk/build/lang/icon/work/icon.v943src/bin/../src/h/../h/graphics.h:6, from /home/pbulk/build/lang/icon/work/icon.v943src/bin/../src/h/rt.h:21, from o_0l0.c:7: /home/pbulk/build/lang/icon/work/icon.v943src/bin/../src/h/../h/../h/xwin.h:77: warning: "SHARED" redefined 77 | #define SHARED 0 | In file included from /usr/include/dlfcn.h:37, from /home/pbulk/build/lang/icon/work/icon.v943src/bin/../src/h/../h/sys.h:74, from /home/pbulk/build/lang/icon/work/icon.v943src/bin/../src/h/rt.h:11, from o_0l0.c:7: /usr/include/sys/mman.h:358: note: this is the location of the previous definition 358 | #define SHARED 0x10 /* Use MEMCNTL_SHARED */ | In file included from /home/pbulk/build/lang/icon/work/icon.v943src/bin/../src/h/../h/graphics.h:6, from /home/pbulk/build/lang/icon/work/icon.v943src/bin/../src/h/rt.h:21, from o_0m.c:7: /home/pbulk/build/lang/icon/work/icon.v943src/bin/../src/h/../h/../h/xwin.h:77: warning: "SHARED" redefined 77 | #define SHARED 0 | In file included from /usr/include/dlfcn.h:37, from /home/pbulk/build/lang/icon/work/icon.v943src/bin/../src/h/../h/sys.h:74, from /home/pbulk/build/lang/icon/work/icon.v943src/bin/../src/h/rt.h:11, from o_0m.c:7: /usr/include/sys/mman.h:358: note: this is the location of the previous definition 358 | #define SHARED 0x10 /* Use MEMCNTL_SHARED */ | In file included from /home/pbulk/build/lang/icon/work/icon.v943src/bin/../src/h/../h/graphics.h:6, from /home/pbulk/build/lang/icon/work/icon.v943src/bin/../src/h/rt.h:21, from o_0m0.c:7: /home/pbulk/build/lang/icon/work/icon.v943src/bin/../src/h/../h/../h/xwin.h:77: warning: "SHARED" redefined 77 | #define SHARED 0 | In file included from /usr/include/dlfcn.h:37, from /home/pbulk/build/lang/icon/work/icon.v943src/bin/../src/h/../h/sys.h:74, from /home/pbulk/build/lang/icon/work/icon.v943src/bin/../src/h/rt.h:11, from o_0m0.c:7: /usr/include/sys/mman.h:358: note: this is the location of the previous definition 358 | #define SHARED 0x10 /* Use MEMCNTL_SHARED */ | In file included from /home/pbulk/build/lang/icon/work/icon.v943src/bin/../src/h/../h/graphics.h:6, from /home/pbulk/build/lang/icon/work/icon.v943src/bin/../src/h/rt.h:21, from o_0n.c:7: /home/pbulk/build/lang/icon/work/icon.v943src/bin/../src/h/../h/../h/xwin.h:77: warning: "SHARED" redefined 77 | #define SHARED 0 | In file included from /usr/include/dlfcn.h:37, from /home/pbulk/build/lang/icon/work/icon.v943src/bin/../src/h/../h/sys.h:74, from /home/pbulk/build/lang/icon/work/icon.v943src/bin/../src/h/rt.h:11, from o_0n.c:7: /usr/include/sys/mman.h:358: note: this is the location of the previous definition 358 | #define SHARED 0x10 /* Use MEMCNTL_SHARED */ | In file included from /home/pbulk/build/lang/icon/work/icon.v943src/bin/../src/h/../h/graphics.h:6, from /home/pbulk/build/lang/icon/work/icon.v943src/bin/../src/h/rt.h:21, from o_0n0.c:7: /home/pbulk/build/lang/icon/work/icon.v943src/bin/../src/h/../h/../h/xwin.h:77: warning: "SHARED" redefined 77 | #define SHARED 0 | In file included from /usr/include/dlfcn.h:37, from /home/pbulk/build/lang/icon/work/icon.v943src/bin/../src/h/../h/sys.h:74, from /home/pbulk/build/lang/icon/work/icon.v943src/bin/../src/h/rt.h:11, from o_0n0.c:7: /usr/include/sys/mman.h:358: note: this is the location of the previous definition 358 | #define SHARED 0x10 /* Use MEMCNTL_SHARED */ | In file included from /home/pbulk/build/lang/icon/work/icon.v943src/bin/../src/h/../h/graphics.h:6, from /home/pbulk/build/lang/icon/work/icon.v943src/bin/../src/h/rt.h:21, from o_0o.c:7: /home/pbulk/build/lang/icon/work/icon.v943src/bin/../src/h/../h/../h/xwin.h:77: warning: "SHARED" redefined 77 | #define SHARED 0 | In file included from /usr/include/dlfcn.h:37, from /home/pbulk/build/lang/icon/work/icon.v943src/bin/../src/h/../h/sys.h:74, from /home/pbulk/build/lang/icon/work/icon.v943src/bin/../src/h/rt.h:11, from o_0o.c:7: /usr/include/sys/mman.h:358: note: this is the location of the previous definition 358 | #define SHARED 0x10 /* Use MEMCNTL_SHARED */ | In file included from /home/pbulk/build/lang/icon/work/icon.v943src/bin/../src/h/../h/graphics.h:6, from /home/pbulk/build/lang/icon/work/icon.v943src/bin/../src/h/rt.h:21, from o_0o0.c:7: /home/pbulk/build/lang/icon/work/icon.v943src/bin/../src/h/../h/../h/xwin.h:77: warning: "SHARED" redefined 77 | #define SHARED 0 | In file included from /usr/include/dlfcn.h:37, from /home/pbulk/build/lang/icon/work/icon.v943src/bin/../src/h/../h/sys.h:74, from /home/pbulk/build/lang/icon/work/icon.v943src/bin/../src/h/rt.h:11, from o_0o0.c:7: /usr/include/sys/mman.h:358: note: this is the location of the previous definition 358 | #define SHARED 0x10 /* Use MEMCNTL_SHARED */ | In file included from /home/pbulk/build/lang/icon/work/icon.v943src/bin/../src/h/../h/graphics.h:6, from /home/pbulk/build/lang/icon/work/icon.v943src/bin/../src/h/rt.h:21, from o_0p.c:7: /home/pbulk/build/lang/icon/work/icon.v943src/bin/../src/h/../h/../h/xwin.h:77: warning: "SHARED" redefined 77 | #define SHARED 0 | In file included from /usr/include/dlfcn.h:37, from /home/pbulk/build/lang/icon/work/icon.v943src/bin/../src/h/../h/sys.h:74, from /home/pbulk/build/lang/icon/work/icon.v943src/bin/../src/h/rt.h:11, from o_0p.c:7: /usr/include/sys/mman.h:358: note: this is the location of the previous definition 358 | #define SHARED 0x10 /* Use MEMCNTL_SHARED */ | In file included from /home/pbulk/build/lang/icon/work/icon.v943src/bin/../src/h/../h/graphics.h:6, from /home/pbulk/build/lang/icon/work/icon.v943src/bin/../src/h/rt.h:21, from o_0p0.c:7: /home/pbulk/build/lang/icon/work/icon.v943src/bin/../src/h/../h/../h/xwin.h:77: warning: "SHARED" redefined 77 | #define SHARED 0 | In file included from /usr/include/dlfcn.h:37, from /home/pbulk/build/lang/icon/work/icon.v943src/bin/../src/h/../h/sys.h:74, from /home/pbulk/build/lang/icon/work/icon.v943src/bin/../src/h/rt.h:11, from o_0p0.c:7: /usr/include/sys/mman.h:358: note: this is the location of the previous definition 358 | #define SHARED 0x10 /* Use MEMCNTL_SHARED */ | In file included from /home/pbulk/build/lang/icon/work/icon.v943src/bin/../src/h/../h/graphics.h:6, from /home/pbulk/build/lang/icon/work/icon.v943src/bin/../src/h/rt.h:21, from o_0q.c:7: /home/pbulk/build/lang/icon/work/icon.v943src/bin/../src/h/../h/../h/xwin.h:77: warning: "SHARED" redefined 77 | #define SHARED 0 | In file included from /usr/include/dlfcn.h:37, from /home/pbulk/build/lang/icon/work/icon.v943src/bin/../src/h/../h/sys.h:74, from /home/pbulk/build/lang/icon/work/icon.v943src/bin/../src/h/rt.h:11, from o_0q.c:7: /usr/include/sys/mman.h:358: note: this is the location of the previous definition 358 | #define SHARED 0x10 /* Use MEMCNTL_SHARED */ | In file included from /home/pbulk/build/lang/icon/work/icon.v943src/bin/../src/h/../h/graphics.h:6, from /home/pbulk/build/lang/icon/work/icon.v943src/bin/../src/h/rt.h:21, from o_0r.c:7: /home/pbulk/build/lang/icon/work/icon.v943src/bin/../src/h/../h/../h/xwin.h:77: warning: "SHARED" redefined 77 | #define SHARED 0 | In file included from /usr/include/dlfcn.h:37, from /home/pbulk/build/lang/icon/work/icon.v943src/bin/../src/h/../h/sys.h:74, from /home/pbulk/build/lang/icon/work/icon.v943src/bin/../src/h/rt.h:11, from o_0r.c:7: /usr/include/sys/mman.h:358: note: this is the location of the previous definition 358 | #define SHARED 0x10 /* Use MEMCNTL_SHARED */ | In file included from /home/pbulk/build/lang/icon/work/icon.v943src/bin/../src/h/../h/graphics.h:6, from /home/pbulk/build/lang/icon/work/icon.v943src/bin/../src/h/rt.h:21, from ocomp.c:7: /home/pbulk/build/lang/icon/work/icon.v943src/bin/../src/h/../h/../h/xwin.h:77: warning: "SHARED" redefined 77 | #define SHARED 0 | In file included from /usr/include/dlfcn.h:37, from /home/pbulk/build/lang/icon/work/icon.v943src/bin/../src/h/../h/sys.h:74, from /home/pbulk/build/lang/icon/work/icon.v943src/bin/../src/h/rt.h:11, from ocomp.c:7: /usr/include/sys/mman.h:358: note: this is the location of the previous definition 358 | #define SHARED 0x10 /* Use MEMCNTL_SHARED */ | In file included from /home/pbulk/build/lang/icon/work/icon.v943src/bin/../src/h/../h/graphics.h:6, from /home/pbulk/build/lang/icon/work/icon.v943src/bin/../src/h/rt.h:21, from o_0s.c:7: /home/pbulk/build/lang/icon/work/icon.v943src/bin/../src/h/../h/../h/xwin.h:77: warning: "SHARED" redefined 77 | #define SHARED 0 | In file included from /usr/include/dlfcn.h:37, from /home/pbulk/build/lang/icon/work/icon.v943src/bin/../src/h/../h/sys.h:74, from /home/pbulk/build/lang/icon/work/icon.v943src/bin/../src/h/rt.h:11, from o_0s.c:7: /usr/include/sys/mman.h:358: note: this is the location of the previous definition 358 | #define SHARED 0x10 /* Use MEMCNTL_SHARED */ | In file included from /home/pbulk/build/lang/icon/work/icon.v943src/bin/../src/h/../h/graphics.h:6, from /home/pbulk/build/lang/icon/work/icon.v943src/bin/../src/h/rt.h:21, from o_0s0.c:7: /home/pbulk/build/lang/icon/work/icon.v943src/bin/../src/h/../h/../h/xwin.h:77: warning: "SHARED" redefined 77 | #define SHARED 0 | In file included from /usr/include/dlfcn.h:37, from /home/pbulk/build/lang/icon/work/icon.v943src/bin/../src/h/../h/sys.h:74, from /home/pbulk/build/lang/icon/work/icon.v943src/bin/../src/h/rt.h:11, from o_0s0.c:7: /usr/include/sys/mman.h:358: note: this is the location of the previous definition 358 | #define SHARED 0x10 /* Use MEMCNTL_SHARED */ | In file included from /home/pbulk/build/lang/icon/work/icon.v943src/bin/../src/h/../h/graphics.h:6, from /home/pbulk/build/lang/icon/work/icon.v943src/bin/../src/h/rt.h:21, from o_0t.c:7: /home/pbulk/build/lang/icon/work/icon.v943src/bin/../src/h/../h/../h/xwin.h:77: warning: "SHARED" redefined 77 | #define SHARED 0 | In file included from /usr/include/dlfcn.h:37, from /home/pbulk/build/lang/icon/work/icon.v943src/bin/../src/h/../h/sys.h:74, from /home/pbulk/build/lang/icon/work/icon.v943src/bin/../src/h/rt.h:11, from o_0t.c:7: /usr/include/sys/mman.h:358: note: this is the location of the previous definition 358 | #define SHARED 0x10 /* Use MEMCNTL_SHARED */ | In file included from /home/pbulk/build/lang/icon/work/icon.v943src/bin/../src/h/../h/graphics.h:6, from /home/pbulk/build/lang/icon/work/icon.v943src/bin/../src/h/rt.h:21, from o_0u.c:7: /home/pbulk/build/lang/icon/work/icon.v943src/bin/../src/h/../h/../h/xwin.h:77: warning: "SHARED" redefined 77 | #define SHARED 0 | In file included from /usr/include/dlfcn.h:37, from /home/pbulk/build/lang/icon/work/icon.v943src/bin/../src/h/../h/sys.h:74, from /home/pbulk/build/lang/icon/work/icon.v943src/bin/../src/h/rt.h:11, from o_0u.c:7: /usr/include/sys/mman.h:358: note: this is the location of the previous definition 358 | #define SHARED 0x10 /* Use MEMCNTL_SHARED */ | In file included from /home/pbulk/build/lang/icon/work/icon.v943src/bin/../src/h/../h/graphics.h:6, from /home/pbulk/build/lang/icon/work/icon.v943src/bin/../src/h/rt.h:21, from o_0u0.c:7: /home/pbulk/build/lang/icon/work/icon.v943src/bin/../src/h/../h/../h/xwin.h:77: warning: "SHARED" redefined 77 | #define SHARED 0 | In file included from /usr/include/dlfcn.h:37, from /home/pbulk/build/lang/icon/work/icon.v943src/bin/../src/h/../h/sys.h:74, from /home/pbulk/build/lang/icon/work/icon.v943src/bin/../src/h/rt.h:11, from o_0u0.c:7: /usr/include/sys/mman.h:358: note: this is the location of the previous definition 358 | #define SHARED 0x10 /* Use MEMCNTL_SHARED */ | In file included from /home/pbulk/build/lang/icon/work/icon.v943src/bin/../src/h/../h/graphics.h:6, from /home/pbulk/build/lang/icon/work/icon.v943src/bin/../src/h/rt.h:21, from o_0v.c:7: /home/pbulk/build/lang/icon/work/icon.v943src/bin/../src/h/../h/../h/xwin.h:77: warning: "SHARED" redefined 77 | #define SHARED 0 | In file included from /usr/include/dlfcn.h:37, from /home/pbulk/build/lang/icon/work/icon.v943src/bin/../src/h/../h/sys.h:74, from /home/pbulk/build/lang/icon/work/icon.v943src/bin/../src/h/rt.h:11, from o_0v.c:7: /usr/include/sys/mman.h:358: note: this is the location of the previous definition 358 | #define SHARED 0x10 /* Use MEMCNTL_SHARED */ | In file included from /home/pbulk/build/lang/icon/work/icon.v943src/bin/../src/h/../h/graphics.h:6, from /home/pbulk/build/lang/icon/work/icon.v943src/bin/../src/h/rt.h:21, from o_0w.c:7: /home/pbulk/build/lang/icon/work/icon.v943src/bin/../src/h/../h/../h/xwin.h:77: warning: "SHARED" redefined 77 | #define SHARED 0 | In file included from /usr/include/dlfcn.h:37, from /home/pbulk/build/lang/icon/work/icon.v943src/bin/../src/h/../h/sys.h:74, from /home/pbulk/build/lang/icon/work/icon.v943src/bin/../src/h/rt.h:11, from o_0w.c:7: /usr/include/sys/mman.h:358: note: this is the location of the previous definition 358 | #define SHARED 0x10 /* Use MEMCNTL_SHARED */ | In file included from /home/pbulk/build/lang/icon/work/icon.v943src/bin/../src/h/../h/graphics.h:6, from /home/pbulk/build/lang/icon/work/icon.v943src/bin/../src/h/rt.h:21, from o_0x.c:7: /home/pbulk/build/lang/icon/work/icon.v943src/bin/../src/h/../h/../h/xwin.h:77: warning: "SHARED" redefined 77 | #define SHARED 0 | In file included from /usr/include/dlfcn.h:37, from /home/pbulk/build/lang/icon/work/icon.v943src/bin/../src/h/../h/sys.h:74, from /home/pbulk/build/lang/icon/work/icon.v943src/bin/../src/h/rt.h:11, from o_0x.c:7: /usr/include/sys/mman.h:358: note: this is the location of the previous definition 358 | #define SHARED 0x10 /* Use MEMCNTL_SHARED */ | In file included from /home/pbulk/build/lang/icon/work/icon.v943src/bin/../src/h/../h/graphics.h:6, from /home/pbulk/build/lang/icon/work/icon.v943src/bin/../src/h/rt.h:21, from o_0x0.c:7: /home/pbulk/build/lang/icon/work/icon.v943src/bin/../src/h/../h/../h/xwin.h:77: warning: "SHARED" redefined 77 | #define SHARED 0 | In file included from /usr/include/dlfcn.h:37, from /home/pbulk/build/lang/icon/work/icon.v943src/bin/../src/h/../h/sys.h:74, from /home/pbulk/build/lang/icon/work/icon.v943src/bin/../src/h/rt.h:11, from o_0x0.c:7: /usr/include/sys/mman.h:358: note: this is the location of the previous definition 358 | #define SHARED 0x10 /* Use MEMCNTL_SHARED */ | In file included from /home/pbulk/build/lang/icon/work/icon.v943src/bin/../src/h/../h/graphics.h:6, from /home/pbulk/build/lang/icon/work/icon.v943src/bin/../src/h/rt.h:21, from omisc.c:7: /home/pbulk/build/lang/icon/work/icon.v943src/bin/../src/h/../h/../h/xwin.h:77: warning: "SHARED" redefined 77 | #define SHARED 0 | In file included from /usr/include/dlfcn.h:37, from /home/pbulk/build/lang/icon/work/icon.v943src/bin/../src/h/../h/sys.h:74, from /home/pbulk/build/lang/icon/work/icon.v943src/bin/../src/h/rt.h:11, from omisc.c:7: /usr/include/sys/mman.h:358: note: this is the location of the previous definition 358 | #define SHARED 0x10 /* Use MEMCNTL_SHARED */ | In file included from /home/pbulk/build/lang/icon/work/icon.v943src/bin/../src/h/../h/graphics.h:6, from /home/pbulk/build/lang/icon/work/icon.v943src/bin/../src/h/rt.h:21, from o_0y.c:7: /home/pbulk/build/lang/icon/work/icon.v943src/bin/../src/h/../h/../h/xwin.h:77: warning: "SHARED" redefined 77 | #define SHARED 0 | In file included from /usr/include/dlfcn.h:37, from /home/pbulk/build/lang/icon/work/icon.v943src/bin/../src/h/../h/sys.h:74, from /home/pbulk/build/lang/icon/work/icon.v943src/bin/../src/h/rt.h:11, from o_0y.c:7: /usr/include/sys/mman.h:358: note: this is the location of the previous definition 358 | #define SHARED 0x10 /* Use MEMCNTL_SHARED */ | In file included from /home/pbulk/build/lang/icon/work/icon.v943src/bin/../src/h/../h/graphics.h:6, from /home/pbulk/build/lang/icon/work/icon.v943src/bin/../src/h/rt.h:21, from o_0y0.c:7: /home/pbulk/build/lang/icon/work/icon.v943src/bin/../src/h/../h/../h/xwin.h:77: warning: "SHARED" redefined 77 | #define SHARED 0 | In file included from /usr/include/dlfcn.h:37, from /home/pbulk/build/lang/icon/work/icon.v943src/bin/../src/h/../h/sys.h:74, from /home/pbulk/build/lang/icon/work/icon.v943src/bin/../src/h/rt.h:11, from o_0y0.c:7: /usr/include/sys/mman.h:358: note: this is the location of the previous definition 358 | #define SHARED 0x10 /* Use MEMCNTL_SHARED */ | In file included from /home/pbulk/build/lang/icon/work/icon.v943src/bin/../src/h/../h/graphics.h:6, from /home/pbulk/build/lang/icon/work/icon.v943src/bin/../src/h/rt.h:21, from o_0z.c:7: /home/pbulk/build/lang/icon/work/icon.v943src/bin/../src/h/../h/../h/xwin.h:77: warning: "SHARED" redefined 77 | #define SHARED 0 | In file included from /usr/include/dlfcn.h:37, from /home/pbulk/build/lang/icon/work/icon.v943src/bin/../src/h/../h/sys.h:74, from /home/pbulk/build/lang/icon/work/icon.v943src/bin/../src/h/rt.h:11, from o_0z.c:7: /usr/include/sys/mman.h:358: note: this is the location of the previous definition 358 | #define SHARED 0x10 /* Use MEMCNTL_SHARED */ | In file included from /home/pbulk/build/lang/icon/work/icon.v943src/bin/../src/h/../h/graphics.h:6, from /home/pbulk/build/lang/icon/work/icon.v943src/bin/../src/h/rt.h:21, from o_0z0.c:7: /home/pbulk/build/lang/icon/work/icon.v943src/bin/../src/h/../h/../h/xwin.h:77: warning: "SHARED" redefined 77 | #define SHARED 0 | In file included from /usr/include/dlfcn.h:37, from /home/pbulk/build/lang/icon/work/icon.v943src/bin/../src/h/../h/sys.h:74, from /home/pbulk/build/lang/icon/work/icon.v943src/bin/../src/h/rt.h:11, from o_0z0.c:7: /usr/include/sys/mman.h:358: note: this is the location of the previous definition 358 | #define SHARED 0x10 /* Use MEMCNTL_SHARED */ | In file included from /home/pbulk/build/lang/icon/work/icon.v943src/bin/../src/h/../h/graphics.h:6, from /home/pbulk/build/lang/icon/work/icon.v943src/bin/../src/h/rt.h:21, from o_0z1.c:7: /home/pbulk/build/lang/icon/work/icon.v943src/bin/../src/h/../h/../h/xwin.h:77: warning: "SHARED" redefined 77 | #define SHARED 0 | In file included from /usr/include/dlfcn.h:37, from /home/pbulk/build/lang/icon/work/icon.v943src/bin/../src/h/../h/sys.h:74, from /home/pbulk/build/lang/icon/work/icon.v943src/bin/../src/h/rt.h:11, from o_0z1.c:7: /usr/include/sys/mman.h:358: note: this is the location of the previous definition 358 | #define SHARED 0x10 /* Use MEMCNTL_SHARED */ | In file included from /home/pbulk/build/lang/icon/work/icon.v943src/bin/../src/h/../h/graphics.h:6, from /home/pbulk/build/lang/icon/work/icon.v943src/bin/../src/h/rt.h:21, from o_0z2.c:7: /home/pbulk/build/lang/icon/work/icon.v943src/bin/../src/h/../h/../h/xwin.h:77: warning: "SHARED" redefined 77 | #define SHARED 0 | In file included from /usr/include/dlfcn.h:37, from /home/pbulk/build/lang/icon/work/icon.v943src/bin/../src/h/../h/sys.h:74, from /home/pbulk/build/lang/icon/work/icon.v943src/bin/../src/h/rt.h:11, from o_0z2.c:7: /usr/include/sys/mman.h:358: note: this is the location of the previous definition 358 | #define SHARED 0x10 /* Use MEMCNTL_SHARED */ | In file included from /home/pbulk/build/lang/icon/work/icon.v943src/bin/../src/h/../h/graphics.h:6, from /home/pbulk/build/lang/icon/work/icon.v943src/bin/../src/h/rt.h:21, from o_0z3.c:7: /home/pbulk/build/lang/icon/work/icon.v943src/bin/../src/h/../h/../h/xwin.h:77: warning: "SHARED" redefined 77 | #define SHARED 0 | In file included from /usr/include/dlfcn.h:37, from /home/pbulk/build/lang/icon/work/icon.v943src/bin/../src/h/../h/sys.h:74, from /home/pbulk/build/lang/icon/work/icon.v943src/bin/../src/h/rt.h:11, from o_0z3.c:7: /usr/include/sys/mman.h:358: note: this is the location of the previous definition 358 | #define SHARED 0x10 /* Use MEMCNTL_SHARED */ | In file included from /home/pbulk/build/lang/icon/work/icon.v943src/bin/../src/h/../h/graphics.h:6, from /home/pbulk/build/lang/icon/work/icon.v943src/bin/../src/h/rt.h:21, from o_0z4.c:7: /home/pbulk/build/lang/icon/work/icon.v943src/bin/../src/h/../h/../h/xwin.h:77: warning: "SHARED" redefined 77 | #define SHARED 0 | In file included from /usr/include/dlfcn.h:37, from /home/pbulk/build/lang/icon/work/icon.v943src/bin/../src/h/../h/sys.h:74, from /home/pbulk/build/lang/icon/work/icon.v943src/bin/../src/h/rt.h:11, from o_0z4.c:7: /usr/include/sys/mman.h:358: note: this is the location of the previous definition 358 | #define SHARED 0x10 /* Use MEMCNTL_SHARED */ | In file included from /home/pbulk/build/lang/icon/work/icon.v943src/bin/../src/h/../h/graphics.h:6, from /home/pbulk/build/lang/icon/work/icon.v943src/bin/../src/h/rt.h:21, from o_0z5.c:7: /home/pbulk/build/lang/icon/work/icon.v943src/bin/../src/h/../h/../h/xwin.h:77: warning: "SHARED" redefined 77 | #define SHARED 0 | In file included from /usr/include/dlfcn.h:37, from /home/pbulk/build/lang/icon/work/icon.v943src/bin/../src/h/../h/sys.h:74, from /home/pbulk/build/lang/icon/work/icon.v943src/bin/../src/h/rt.h:11, from o_0z5.c:7: /usr/include/sys/mman.h:358: note: this is the location of the previous definition 358 | #define SHARED 0x10 /* Use MEMCNTL_SHARED */ | In file included from /home/pbulk/build/lang/icon/work/icon.v943src/bin/../src/h/../h/graphics.h:6, from /home/pbulk/build/lang/icon/work/icon.v943src/bin/../src/h/rt.h:21, from o_0z6.c:7: /home/pbulk/build/lang/icon/work/icon.v943src/bin/../src/h/../h/../h/xwin.h:77: warning: "SHARED" redefined 77 | #define SHARED 0 | In file included from /usr/include/dlfcn.h:37, from /home/pbulk/build/lang/icon/work/icon.v943src/bin/../src/h/../h/sys.h:74, from /home/pbulk/build/lang/icon/work/icon.v943src/bin/../src/h/rt.h:11, from o_0z6.c:7: /usr/include/sys/mman.h:358: note: this is the location of the previous definition 358 | #define SHARED 0x10 /* Use MEMCNTL_SHARED */ | In file included from /home/pbulk/build/lang/icon/work/icon.v943src/bin/../src/h/../h/graphics.h:6, from /home/pbulk/build/lang/icon/work/icon.v943src/bin/../src/h/rt.h:21, from o_0z7.c:7: /home/pbulk/build/lang/icon/work/icon.v943src/bin/../src/h/../h/../h/xwin.h:77: warning: "SHARED" redefined 77 | #define SHARED 0 | In file included from /usr/include/dlfcn.h:37, from /home/pbulk/build/lang/icon/work/icon.v943src/bin/../src/h/../h/sys.h:74, from /home/pbulk/build/lang/icon/work/icon.v943src/bin/../src/h/rt.h:11, from o_0z7.c:7: /usr/include/sys/mman.h:358: note: this is the location of the previous definition 358 | #define SHARED 0x10 /* Use MEMCNTL_SHARED */ | In file included from /home/pbulk/build/lang/icon/work/icon.v943src/bin/../src/h/../h/graphics.h:6, from /home/pbulk/build/lang/icon/work/icon.v943src/bin/../src/h/rt.h:21, from o_10.c:7: /home/pbulk/build/lang/icon/work/icon.v943src/bin/../src/h/../h/../h/xwin.h:77: warning: "SHARED" redefined 77 | #define SHARED 0 | In file included from /usr/include/dlfcn.h:37, from /home/pbulk/build/lang/icon/work/icon.v943src/bin/../src/h/../h/sys.h:74, from /home/pbulk/build/lang/icon/work/icon.v943src/bin/../src/h/rt.h:11, from o_10.c:7: /usr/include/sys/mman.h:358: note: this is the location of the previous definition 358 | #define SHARED 0x10 /* Use MEMCNTL_SHARED */ | In file included from /home/pbulk/build/lang/icon/work/icon.v943src/bin/../src/h/../h/graphics.h:6, from /home/pbulk/build/lang/icon/work/icon.v943src/bin/../src/h/rt.h:21, from o_100.c:7: /home/pbulk/build/lang/icon/work/icon.v943src/bin/../src/h/../h/../h/xwin.h:77: warning: "SHARED" redefined 77 | #define SHARED 0 | In file included from /usr/include/dlfcn.h:37, from /home/pbulk/build/lang/icon/work/icon.v943src/bin/../src/h/../h/sys.h:74, from /home/pbulk/build/lang/icon/work/icon.v943src/bin/../src/h/rt.h:11, from o_100.c:7: /usr/include/sys/mman.h:358: note: this is the location of the previous definition 358 | #define SHARED 0x10 /* Use MEMCNTL_SHARED */ | In file included from /home/pbulk/build/lang/icon/work/icon.v943src/bin/../src/h/../h/graphics.h:6, from /home/pbulk/build/lang/icon/work/icon.v943src/bin/../src/h/rt.h:21, from o_101.c:7: /home/pbulk/build/lang/icon/work/icon.v943src/bin/../src/h/../h/../h/xwin.h:77: warning: "SHARED" redefined 77 | #define SHARED 0 | In file included from /usr/include/dlfcn.h:37, from /home/pbulk/build/lang/icon/work/icon.v943src/bin/../src/h/../h/sys.h:74, from /home/pbulk/build/lang/icon/work/icon.v943src/bin/../src/h/rt.h:11, from o_101.c:7: /usr/include/sys/mman.h:358: note: this is the location of the previous definition 358 | #define SHARED 0x10 /* Use MEMCNTL_SHARED */ | In file included from /home/pbulk/build/lang/icon/work/icon.v943src/bin/../src/h/../h/graphics.h:6, from /home/pbulk/build/lang/icon/work/icon.v943src/bin/../src/h/rt.h:21, from o_11.c:7: /home/pbulk/build/lang/icon/work/icon.v943src/bin/../src/h/../h/../h/xwin.h:77: warning: "SHARED" redefined 77 | #define SHARED 0 | In file included from /usr/include/dlfcn.h:37, from /home/pbulk/build/lang/icon/work/icon.v943src/bin/../src/h/../h/sys.h:74, from /home/pbulk/build/lang/icon/work/icon.v943src/bin/../src/h/rt.h:11, from o_11.c:7: /usr/include/sys/mman.h:358: note: this is the location of the previous definition 358 | #define SHARED 0x10 /* Use MEMCNTL_SHARED */ | In file included from /home/pbulk/build/lang/icon/work/icon.v943src/bin/../src/h/../h/graphics.h:6, from /home/pbulk/build/lang/icon/work/icon.v943src/bin/../src/h/rt.h:21, from o_110.c:7: /home/pbulk/build/lang/icon/work/icon.v943src/bin/../src/h/../h/../h/xwin.h:77: warning: "SHARED" redefined 77 | #define SHARED 0 | In file included from /usr/include/dlfcn.h:37, from /home/pbulk/build/lang/icon/work/icon.v943src/bin/../src/h/../h/sys.h:74, from /home/pbulk/build/lang/icon/work/icon.v943src/bin/../src/h/rt.h:11, from o_110.c:7: /usr/include/sys/mman.h:358: note: this is the location of the previous definition 358 | #define SHARED 0x10 /* Use MEMCNTL_SHARED */ | In file included from /home/pbulk/build/lang/icon/work/icon.v943src/bin/../src/h/../h/graphics.h:6, from /home/pbulk/build/lang/icon/work/icon.v943src/bin/../src/h/rt.h:21, from o_111.c:7: /home/pbulk/build/lang/icon/work/icon.v943src/bin/../src/h/../h/../h/xwin.h:77: warning: "SHARED" redefined 77 | #define SHARED 0 | In file included from /usr/include/dlfcn.h:37, from /home/pbulk/build/lang/icon/work/icon.v943src/bin/../src/h/../h/sys.h:74, from /home/pbulk/build/lang/icon/work/icon.v943src/bin/../src/h/rt.h:11, from o_111.c:7: /usr/include/sys/mman.h:358: note: this is the location of the previous definition 358 | #define SHARED 0x10 /* Use MEMCNTL_SHARED */ | In file included from /home/pbulk/build/lang/icon/work/icon.v943src/bin/../src/h/../h/graphics.h:6, from /home/pbulk/build/lang/icon/work/icon.v943src/bin/../src/h/rt.h:21, from o_112.c:7: /home/pbulk/build/lang/icon/work/icon.v943src/bin/../src/h/../h/../h/xwin.h:77: warning: "SHARED" redefined 77 | #define SHARED 0 | In file included from /usr/include/dlfcn.h:37, from /home/pbulk/build/lang/icon/work/icon.v943src/bin/../src/h/../h/sys.h:74, from /home/pbulk/build/lang/icon/work/icon.v943src/bin/../src/h/rt.h:11, from o_112.c:7: /usr/include/sys/mman.h:358: note: this is the location of the previous definition 358 | #define SHARED 0x10 /* Use MEMCNTL_SHARED */ | In file included from /home/pbulk/build/lang/icon/work/icon.v943src/bin/../src/h/../h/graphics.h:6, from /home/pbulk/build/lang/icon/work/icon.v943src/bin/../src/h/rt.h:21, from o_113.c:7: /home/pbulk/build/lang/icon/work/icon.v943src/bin/../src/h/../h/../h/xwin.h:77: warning: "SHARED" redefined 77 | #define SHARED 0 | In file included from /usr/include/dlfcn.h:37, from /home/pbulk/build/lang/icon/work/icon.v943src/bin/../src/h/../h/sys.h:74, from /home/pbulk/build/lang/icon/work/icon.v943src/bin/../src/h/rt.h:11, from o_113.c:7: /usr/include/sys/mman.h:358: note: this is the location of the previous definition 358 | #define SHARED 0x10 /* Use MEMCNTL_SHARED */ | In file included from /home/pbulk/build/lang/icon/work/icon.v943src/bin/../src/h/../h/graphics.h:6, from /home/pbulk/build/lang/icon/work/icon.v943src/bin/../src/h/rt.h:21, from o_114.c:7: /home/pbulk/build/lang/icon/work/icon.v943src/bin/../src/h/../h/../h/xwin.h:77: warning: "SHARED" redefined 77 | #define SHARED 0 | In file included from /usr/include/dlfcn.h:37, from /home/pbulk/build/lang/icon/work/icon.v943src/bin/../src/h/../h/sys.h:74, from /home/pbulk/build/lang/icon/work/icon.v943src/bin/../src/h/rt.h:11, from o_114.c:7: /usr/include/sys/mman.h:358: note: this is the location of the previous definition 358 | #define SHARED 0x10 /* Use MEMCNTL_SHARED */ | In file included from /home/pbulk/build/lang/icon/work/icon.v943src/bin/../src/h/../h/graphics.h:6, from /home/pbulk/build/lang/icon/work/icon.v943src/bin/../src/h/rt.h:21, from oref.c:7: /home/pbulk/build/lang/icon/work/icon.v943src/bin/../src/h/../h/../h/xwin.h:77: warning: "SHARED" redefined 77 | #define SHARED 0 | In file included from /usr/include/dlfcn.h:37, from /home/pbulk/build/lang/icon/work/icon.v943src/bin/../src/h/../h/sys.h:74, from /home/pbulk/build/lang/icon/work/icon.v943src/bin/../src/h/rt.h:11, from oref.c:7: /usr/include/sys/mman.h:358: note: this is the location of the previous definition 358 | #define SHARED 0x10 /* Use MEMCNTL_SHARED */ | In file included from /home/pbulk/build/lang/icon/work/icon.v943src/bin/../src/h/../h/graphics.h:6, from /home/pbulk/build/lang/icon/work/icon.v943src/bin/../src/h/rt.h:21, from o_12.c:7: /home/pbulk/build/lang/icon/work/icon.v943src/bin/../src/h/../h/../h/xwin.h:77: warning: "SHARED" redefined 77 | #define SHARED 0 | In file included from /usr/include/dlfcn.h:37, from /home/pbulk/build/lang/icon/work/icon.v943src/bin/../src/h/../h/sys.h:74, from /home/pbulk/build/lang/icon/work/icon.v943src/bin/../src/h/rt.h:11, from o_12.c:7: /usr/include/sys/mman.h:358: note: this is the location of the previous definition 358 | #define SHARED 0x10 /* Use MEMCNTL_SHARED */ | In file included from /home/pbulk/build/lang/icon/work/icon.v943src/bin/../src/h/../h/graphics.h:6, from /home/pbulk/build/lang/icon/work/icon.v943src/bin/../src/h/rt.h:21, from o_120.c:7: /home/pbulk/build/lang/icon/work/icon.v943src/bin/../src/h/../h/../h/xwin.h:77: warning: "SHARED" redefined 77 | #define SHARED 0 | In file included from /usr/include/dlfcn.h:37, from /home/pbulk/build/lang/icon/work/icon.v943src/bin/../src/h/../h/sys.h:74, from /home/pbulk/build/lang/icon/work/icon.v943src/bin/../src/h/rt.h:11, from o_120.c:7: /usr/include/sys/mman.h:358: note: this is the location of the previous definition 358 | #define SHARED 0x10 /* Use MEMCNTL_SHARED */ | In file included from /home/pbulk/build/lang/icon/work/icon.v943src/bin/../src/h/../h/graphics.h:6, from /home/pbulk/build/lang/icon/work/icon.v943src/bin/../src/h/rt.h:21, from o_13.c:7: /home/pbulk/build/lang/icon/work/icon.v943src/bin/../src/h/../h/../h/xwin.h:77: warning: "SHARED" redefined 77 | #define SHARED 0 | In file included from /usr/include/dlfcn.h:37, from /home/pbulk/build/lang/icon/work/icon.v943src/bin/../src/h/../h/sys.h:74, from /home/pbulk/build/lang/icon/work/icon.v943src/bin/../src/h/rt.h:11, from o_13.c:7: /usr/include/sys/mman.h:358: note: this is the location of the previous definition 358 | #define SHARED 0x10 /* Use MEMCNTL_SHARED */ | In file included from /home/pbulk/build/lang/icon/work/icon.v943src/bin/../src/h/../h/graphics.h:6, from /home/pbulk/build/lang/icon/work/icon.v943src/bin/../src/h/rt.h:21, from o_130.c:7: /home/pbulk/build/lang/icon/work/icon.v943src/bin/../src/h/../h/../h/xwin.h:77: warning: "SHARED" redefined 77 | #define SHARED 0 | In file included from /usr/include/dlfcn.h:37, from /home/pbulk/build/lang/icon/work/icon.v943src/bin/../src/h/../h/sys.h:74, from /home/pbulk/build/lang/icon/work/icon.v943src/bin/../src/h/rt.h:11, from o_130.c:7: /usr/include/sys/mman.h:358: note: this is the location of the previous definition 358 | #define SHARED 0x10 /* Use MEMCNTL_SHARED */ | In file included from /home/pbulk/build/lang/icon/work/icon.v943src/bin/../src/h/../h/graphics.h:6, from /home/pbulk/build/lang/icon/work/icon.v943src/bin/../src/h/rt.h:21, from o_131.c:7: /home/pbulk/build/lang/icon/work/icon.v943src/bin/../src/h/../h/../h/xwin.h:77: warning: "SHARED" redefined 77 | #define SHARED 0 | In file included from /usr/include/dlfcn.h:37, from /home/pbulk/build/lang/icon/work/icon.v943src/bin/../src/h/../h/sys.h:74, from /home/pbulk/build/lang/icon/work/icon.v943src/bin/../src/h/rt.h:11, from o_131.c:7: /usr/include/sys/mman.h:358: note: this is the location of the previous definition 358 | #define SHARED 0x10 /* Use MEMCNTL_SHARED */ | In file included from /home/pbulk/build/lang/icon/work/icon.v943src/bin/../src/h/../h/graphics.h:6, from /home/pbulk/build/lang/icon/work/icon.v943src/bin/../src/h/rt.h:21, from o_14.c:7: /home/pbulk/build/lang/icon/work/icon.v943src/bin/../src/h/../h/../h/xwin.h:77: warning: "SHARED" redefined 77 | #define SHARED 0 | In file included from /usr/include/dlfcn.h:37, from /home/pbulk/build/lang/icon/work/icon.v943src/bin/../src/h/../h/sys.h:74, from /home/pbulk/build/lang/icon/work/icon.v943src/bin/../src/h/rt.h:11, from o_14.c:7: /usr/include/sys/mman.h:358: note: this is the location of the previous definition 358 | #define SHARED 0x10 /* Use MEMCNTL_SHARED */ | In file included from /home/pbulk/build/lang/icon/work/icon.v943src/bin/../src/h/../h/graphics.h:6, from /home/pbulk/build/lang/icon/work/icon.v943src/bin/../src/h/rt.h:21, from o_140.c:7: /home/pbulk/build/lang/icon/work/icon.v943src/bin/../src/h/../h/../h/xwin.h:77: warning: "SHARED" redefined 77 | #define SHARED 0 | In file included from /usr/include/dlfcn.h:37, from /home/pbulk/build/lang/icon/work/icon.v943src/bin/../src/h/../h/sys.h:74, from /home/pbulk/build/lang/icon/work/icon.v943src/bin/../src/h/rt.h:11, from o_140.c:7: /usr/include/sys/mman.h:358: note: this is the location of the previous definition 358 | #define SHARED 0x10 /* Use MEMCNTL_SHARED */ | In file included from /home/pbulk/build/lang/icon/work/icon.v943src/bin/../src/h/../h/graphics.h:6, from /home/pbulk/build/lang/icon/work/icon.v943src/bin/../src/h/rt.h:21, from o_141.c:7: /home/pbulk/build/lang/icon/work/icon.v943src/bin/../src/h/../h/../h/xwin.h:77: warning: "SHARED" redefined 77 | #define SHARED 0 | In file included from /usr/include/dlfcn.h:37, from /home/pbulk/build/lang/icon/work/icon.v943src/bin/../src/h/../h/sys.h:74, from /home/pbulk/build/lang/icon/work/icon.v943src/bin/../src/h/rt.h:11, from o_141.c:7: /usr/include/sys/mman.h:358: note: this is the location of the previous definition 358 | #define SHARED 0x10 /* Use MEMCNTL_SHARED */ | In file included from /home/pbulk/build/lang/icon/work/icon.v943src/bin/../src/h/../h/graphics.h:6, from /home/pbulk/build/lang/icon/work/icon.v943src/bin/../src/h/rt.h:21, from o_15.c:7: /home/pbulk/build/lang/icon/work/icon.v943src/bin/../src/h/../h/../h/xwin.h:77: warning: "SHARED" redefined 77 | #define SHARED 0 | In file included from /usr/include/dlfcn.h:37, from /home/pbulk/build/lang/icon/work/icon.v943src/bin/../src/h/../h/sys.h:74, from /home/pbulk/build/lang/icon/work/icon.v943src/bin/../src/h/rt.h:11, from o_15.c:7: /usr/include/sys/mman.h:358: note: this is the location of the previous definition 358 | #define SHARED 0x10 /* Use MEMCNTL_SHARED */ | In file included from /home/pbulk/build/lang/icon/work/icon.v943src/bin/../src/h/../h/graphics.h:6, from /home/pbulk/build/lang/icon/work/icon.v943src/bin/../src/h/rt.h:21, from o_150.c:7: /home/pbulk/build/lang/icon/work/icon.v943src/bin/../src/h/../h/../h/xwin.h:77: warning: "SHARED" redefined 77 | #define SHARED 0 | In file included from /usr/include/dlfcn.h:37, from /home/pbulk/build/lang/icon/work/icon.v943src/bin/../src/h/../h/sys.h:74, from /home/pbulk/build/lang/icon/work/icon.v943src/bin/../src/h/rt.h:11, from o_150.c:7: /usr/include/sys/mman.h:358: note: this is the location of the previous definition 358 | #define SHARED 0x10 /* Use MEMCNTL_SHARED */ | In file included from /home/pbulk/build/lang/icon/work/icon.v943src/bin/../src/h/../h/graphics.h:6, from /home/pbulk/build/lang/icon/work/icon.v943src/bin/../src/h/rt.h:21, from o_151.c:7: /home/pbulk/build/lang/icon/work/icon.v943src/bin/../src/h/../h/../h/xwin.h:77: warning: "SHARED" redefined 77 | #define SHARED 0 | In file included from /usr/include/dlfcn.h:37, from /home/pbulk/build/lang/icon/work/icon.v943src/bin/../src/h/../h/sys.h:74, from /home/pbulk/build/lang/icon/work/icon.v943src/bin/../src/h/rt.h:11, from o_151.c:7: /usr/include/sys/mman.h:358: note: this is the location of the previous definition 358 | #define SHARED 0x10 /* Use MEMCNTL_SHARED */ | In file included from /home/pbulk/build/lang/icon/work/icon.v943src/bin/../src/h/../h/graphics.h:6, from /home/pbulk/build/lang/icon/work/icon.v943src/bin/../src/h/rt.h:21, from oset.c:7: /home/pbulk/build/lang/icon/work/icon.v943src/bin/../src/h/../h/../h/xwin.h:77: warning: "SHARED" redefined 77 | #define SHARED 0 | In file included from /usr/include/dlfcn.h:37, from /home/pbulk/build/lang/icon/work/icon.v943src/bin/../src/h/../h/sys.h:74, from /home/pbulk/build/lang/icon/work/icon.v943src/bin/../src/h/rt.h:11, from oset.c:7: /usr/include/sys/mman.h:358: note: this is the location of the previous definition 358 | #define SHARED 0x10 /* Use MEMCNTL_SHARED */ | In file included from /home/pbulk/build/lang/icon/work/icon.v943src/bin/../src/h/../h/graphics.h:6, from /home/pbulk/build/lang/icon/work/icon.v943src/bin/../src/h/rt.h:21, from o_16.c:7: /home/pbulk/build/lang/icon/work/icon.v943src/bin/../src/h/../h/../h/xwin.h:77: warning: "SHARED" redefined 77 | #define SHARED 0 | In file included from /usr/include/dlfcn.h:37, from /home/pbulk/build/lang/icon/work/icon.v943src/bin/../src/h/../h/sys.h:74, from /home/pbulk/build/lang/icon/work/icon.v943src/bin/../src/h/rt.h:11, from o_16.c:7: /usr/include/sys/mman.h:358: note: this is the location of the previous definition 358 | #define SHARED 0x10 /* Use MEMCNTL_SHARED */ | In file included from /home/pbulk/build/lang/icon/work/icon.v943src/bin/../src/h/../h/graphics.h:6, from /home/pbulk/build/lang/icon/work/icon.v943src/bin/../src/h/rt.h:21, from o_17.c:7: /home/pbulk/build/lang/icon/work/icon.v943src/bin/../src/h/../h/../h/xwin.h:77: warning: "SHARED" redefined 77 | #define SHARED 0 | In file included from /usr/include/dlfcn.h:37, from /home/pbulk/build/lang/icon/work/icon.v943src/bin/../src/h/../h/sys.h:74, from /home/pbulk/build/lang/icon/work/icon.v943src/bin/../src/h/rt.h:11, from o_17.c:7: /usr/include/sys/mman.h:358: note: this is the location of the previous definition 358 | #define SHARED 0x10 /* Use MEMCNTL_SHARED */ | In file included from /home/pbulk/build/lang/icon/work/icon.v943src/bin/../src/h/../h/graphics.h:6, from /home/pbulk/build/lang/icon/work/icon.v943src/bin/../src/h/rt.h:21, from o_18.c:7: /home/pbulk/build/lang/icon/work/icon.v943src/bin/../src/h/../h/../h/xwin.h:77: warning: "SHARED" redefined 77 | #define SHARED 0 | In file included from /usr/include/dlfcn.h:37, from /home/pbulk/build/lang/icon/work/icon.v943src/bin/../src/h/../h/sys.h:74, from /home/pbulk/build/lang/icon/work/icon.v943src/bin/../src/h/rt.h:11, from o_18.c:7: /usr/include/sys/mman.h:358: note: this is the location of the previous definition 358 | #define SHARED 0x10 /* Use MEMCNTL_SHARED */ | In file included from /home/pbulk/build/lang/icon/work/icon.v943src/bin/../src/h/../h/graphics.h:6, from /home/pbulk/build/lang/icon/work/icon.v943src/bin/../src/h/rt.h:21, from o_19.c:7: /home/pbulk/build/lang/icon/work/icon.v943src/bin/../src/h/../h/../h/xwin.h:77: warning: "SHARED" redefined 77 | #define SHARED 0 | In file included from /usr/include/dlfcn.h:37, from /home/pbulk/build/lang/icon/work/icon.v943src/bin/../src/h/../h/sys.h:74, from /home/pbulk/build/lang/icon/work/icon.v943src/bin/../src/h/rt.h:11, from o_19.c:7: /usr/include/sys/mman.h:358: note: this is the location of the previous definition 358 | #define SHARED 0x10 /* Use MEMCNTL_SHARED */ | In file included from /home/pbulk/build/lang/icon/work/icon.v943src/bin/../src/h/../h/graphics.h:6, from /home/pbulk/build/lang/icon/work/icon.v943src/bin/../src/h/rt.h:21, from ovalue.c:7: /home/pbulk/build/lang/icon/work/icon.v943src/bin/../src/h/../h/../h/xwin.h:77: warning: "SHARED" redefined 77 | #define SHARED 0 | In file included from /usr/include/dlfcn.h:37, from /home/pbulk/build/lang/icon/work/icon.v943src/bin/../src/h/../h/sys.h:74, from /home/pbulk/build/lang/icon/work/icon.v943src/bin/../src/h/rt.h:11, from ovalue.c:7: /usr/include/sys/mman.h:358: note: this is the location of the previous definition 358 | #define SHARED 0x10 /* Use MEMCNTL_SHARED */ | In file included from /home/pbulk/build/lang/icon/work/icon.v943src/bin/../src/h/../h/graphics.h:6, from /home/pbulk/build/lang/icon/work/icon.v943src/bin/../src/h/rt.h:21, from ralc.c:7: /home/pbulk/build/lang/icon/work/icon.v943src/bin/../src/h/../h/../h/xwin.h:77: warning: "SHARED" redefined 77 | #define SHARED 0 | In file included from /usr/include/dlfcn.h:37, from /home/pbulk/build/lang/icon/work/icon.v943src/bin/../src/h/../h/sys.h:74, from /home/pbulk/build/lang/icon/work/icon.v943src/bin/../src/h/rt.h:11, from ralc.c:7: /usr/include/sys/mman.h:358: note: this is the location of the previous definition 358 | #define SHARED 0x10 /* Use MEMCNTL_SHARED */ | In file included from /home/pbulk/build/lang/icon/work/icon.v943src/bin/../src/h/../h/graphics.h:6, from /home/pbulk/build/lang/icon/work/icon.v943src/bin/../src/h/rt.h:21, from rcoexpr.c:7: /home/pbulk/build/lang/icon/work/icon.v943src/bin/../src/h/../h/../h/xwin.h:77: warning: "SHARED" redefined 77 | #define SHARED 0 | In file included from /usr/include/dlfcn.h:37, from /home/pbulk/build/lang/icon/work/icon.v943src/bin/../src/h/../h/sys.h:74, from /home/pbulk/build/lang/icon/work/icon.v943src/bin/../src/h/rt.h:11, from rcoexpr.c:7: /usr/include/sys/mman.h:358: note: this is the location of the previous definition 358 | #define SHARED 0x10 /* Use MEMCNTL_SHARED */ | In file included from /home/pbulk/build/lang/icon/work/icon.v943src/bin/../src/h/../h/graphics.h:6, from /home/pbulk/build/lang/icon/work/icon.v943src/bin/../src/h/rt.h:21, from rcomp.c:7: /home/pbulk/build/lang/icon/work/icon.v943src/bin/../src/h/../h/../h/xwin.h:77: warning: "SHARED" redefined 77 | #define SHARED 0 | In file included from /usr/include/dlfcn.h:37, from /home/pbulk/build/lang/icon/work/icon.v943src/bin/../src/h/../h/sys.h:74, from /home/pbulk/build/lang/icon/work/icon.v943src/bin/../src/h/rt.h:11, from rcomp.c:7: /usr/include/sys/mman.h:358: note: this is the location of the previous definition 358 | #define SHARED 0x10 /* Use MEMCNTL_SHARED */ | In file included from /home/pbulk/build/lang/icon/work/icon.v943src/bin/../src/h/../h/graphics.h:6, from /home/pbulk/build/lang/icon/work/icon.v943src/bin/../src/h/rt.h:21, from rdebug.c:7: /home/pbulk/build/lang/icon/work/icon.v943src/bin/../src/h/../h/../h/xwin.h:77: warning: "SHARED" redefined 77 | #define SHARED 0 | In file included from /usr/include/dlfcn.h:37, from /home/pbulk/build/lang/icon/work/icon.v943src/bin/../src/h/../h/sys.h:74, from /home/pbulk/build/lang/icon/work/icon.v943src/bin/../src/h/rt.h:11, from rdebug.c:7: /usr/include/sys/mman.h:358: note: this is the location of the previous definition 358 | #define SHARED 0x10 /* Use MEMCNTL_SHARED */ | In file included from /home/pbulk/build/lang/icon/work/icon.v943src/bin/../src/h/../h/graphics.h:6, from /home/pbulk/build/lang/icon/work/icon.v943src/bin/../src/h/rt.h:21, from rlrgint.c:7: /home/pbulk/build/lang/icon/work/icon.v943src/bin/../src/h/../h/../h/xwin.h:77: warning: "SHARED" redefined 77 | #define SHARED 0 | In file included from /usr/include/dlfcn.h:37, from /home/pbulk/build/lang/icon/work/icon.v943src/bin/../src/h/../h/sys.h:74, from /home/pbulk/build/lang/icon/work/icon.v943src/bin/../src/h/rt.h:11, from rlrgint.c:7: /usr/include/sys/mman.h:358: note: this is the location of the previous definition 358 | #define SHARED 0x10 /* Use MEMCNTL_SHARED */ | In file included from /home/pbulk/build/lang/icon/work/icon.v943src/bin/../src/h/../h/graphics.h:6, from /home/pbulk/build/lang/icon/work/icon.v943src/bin/../src/h/rt.h:21, from rmemmgt.c:7: /home/pbulk/build/lang/icon/work/icon.v943src/bin/../src/h/../h/../h/xwin.h:77: warning: "SHARED" redefined 77 | #define SHARED 0 | In file included from /usr/include/dlfcn.h:37, from /home/pbulk/build/lang/icon/work/icon.v943src/bin/../src/h/../h/sys.h:74, from /home/pbulk/build/lang/icon/work/icon.v943src/bin/../src/h/rt.h:11, from rmemmgt.c:7: /usr/include/sys/mman.h:358: note: this is the location of the previous definition 358 | #define SHARED 0x10 /* Use MEMCNTL_SHARED */ | In file included from /home/pbulk/build/lang/icon/work/icon.v943src/bin/../src/h/../h/graphics.h:6, from /home/pbulk/build/lang/icon/work/icon.v943src/bin/../src/h/rt.h:21, from rmisc.c:7: /home/pbulk/build/lang/icon/work/icon.v943src/bin/../src/h/../h/../h/xwin.h:77: warning: "SHARED" redefined 77 | #define SHARED 0 | In file included from /usr/include/dlfcn.h:37, from /home/pbulk/build/lang/icon/work/icon.v943src/bin/../src/h/../h/sys.h:74, from /home/pbulk/build/lang/icon/work/icon.v943src/bin/../src/h/rt.h:11, from rmisc.c:7: /usr/include/sys/mman.h:358: note: this is the location of the previous definition 358 | #define SHARED 0x10 /* Use MEMCNTL_SHARED */ | In file included from /home/pbulk/build/lang/icon/work/icon.v943src/bin/../src/h/../h/graphics.h:6, from /home/pbulk/build/lang/icon/work/icon.v943src/bin/../src/h/rt.h:21, from rstruct.c:7: /home/pbulk/build/lang/icon/work/icon.v943src/bin/../src/h/../h/../h/xwin.h:77: warning: "SHARED" redefined 77 | #define SHARED 0 | In file included from /usr/include/dlfcn.h:37, from /home/pbulk/build/lang/icon/work/icon.v943src/bin/../src/h/../h/sys.h:74, from /home/pbulk/build/lang/icon/work/icon.v943src/bin/../src/h/rt.h:11, from rstruct.c:7: /usr/include/sys/mman.h:358: note: this is the location of the previous definition 358 | #define SHARED 0x10 /* Use MEMCNTL_SHARED */ | In file included from /home/pbulk/build/lang/icon/work/icon.v943src/bin/../src/h/../h/graphics.h:6, from /home/pbulk/build/lang/icon/work/icon.v943src/bin/../src/h/rt.h:21, from rsys.c:7: /home/pbulk/build/lang/icon/work/icon.v943src/bin/../src/h/../h/../h/xwin.h:77: warning: "SHARED" redefined 77 | #define SHARED 0 | In file included from /usr/include/dlfcn.h:37, from /home/pbulk/build/lang/icon/work/icon.v943src/bin/../src/h/../h/sys.h:74, from /home/pbulk/build/lang/icon/work/icon.v943src/bin/../src/h/rt.h:11, from rsys.c:7: /usr/include/sys/mman.h:358: note: this is the location of the previous definition 358 | #define SHARED 0x10 /* Use MEMCNTL_SHARED */ | In file included from /home/pbulk/build/lang/icon/work/icon.v943src/bin/../src/h/../h/graphics.h:6, from /home/pbulk/build/lang/icon/work/icon.v943src/bin/../src/h/rt.h:21, from rwinrsc.c:7: /home/pbulk/build/lang/icon/work/icon.v943src/bin/../src/h/../h/../h/xwin.h:77: warning: "SHARED" redefined 77 | #define SHARED 0 | In file included from /usr/include/dlfcn.h:37, from /home/pbulk/build/lang/icon/work/icon.v943src/bin/../src/h/../h/sys.h:74, from /home/pbulk/build/lang/icon/work/icon.v943src/bin/../src/h/rt.h:11, from rwinrsc.c:7: /usr/include/sys/mman.h:358: note: this is the location of the previous definition 358 | #define SHARED 0x10 /* Use MEMCNTL_SHARED */ | In file included from /home/pbulk/build/lang/icon/work/icon.v943src/bin/../src/h/../h/graphics.h:6, from /home/pbulk/build/lang/icon/work/icon.v943src/bin/../src/h/rt.h:21, from rwinsys.c:7: /home/pbulk/build/lang/icon/work/icon.v943src/bin/../src/h/../h/../h/xwin.h:77: warning: "SHARED" redefined 77 | #define SHARED 0 | In file included from /usr/include/dlfcn.h:37, from /home/pbulk/build/lang/icon/work/icon.v943src/bin/../src/h/../h/sys.h:74, from /home/pbulk/build/lang/icon/work/icon.v943src/bin/../src/h/rt.h:11, from rwinsys.c:7: /usr/include/sys/mman.h:358: note: this is the location of the previous definition 358 | #define SHARED 0x10 /* Use MEMCNTL_SHARED */ | In file included from /home/pbulk/build/lang/icon/work/icon.v943src/bin/../src/h/../h/graphics.h:6, from /home/pbulk/build/lang/icon/work/icon.v943src/bin/../src/h/rt.h:21, from rwindow.c:7: /home/pbulk/build/lang/icon/work/icon.v943src/bin/../src/h/../h/../h/xwin.h:77: warning: "SHARED" redefined 77 | #define SHARED 0 | In file included from /usr/include/dlfcn.h:37, from /home/pbulk/build/lang/icon/work/icon.v943src/bin/../src/h/../h/sys.h:74, from /home/pbulk/build/lang/icon/work/icon.v943src/bin/../src/h/rt.h:11, from rwindow.c:7: /usr/include/sys/mman.h:358: note: this is the location of the previous definition 358 | #define SHARED 0x10 /* Use MEMCNTL_SHARED */ | In file included from /home/pbulk/build/lang/icon/work/icon.v943src/bin/../src/h/../h/graphics.h:6, from /home/pbulk/build/lang/icon/work/icon.v943src/bin/../src/h/rt.h:21, from rcolor.c:7: /home/pbulk/build/lang/icon/work/icon.v943src/bin/../src/h/../h/../h/xwin.h:77: warning: "SHARED" redefined 77 | #define SHARED 0 | In file included from /usr/include/dlfcn.h:37, from /home/pbulk/build/lang/icon/work/icon.v943src/bin/../src/h/../h/sys.h:74, from /home/pbulk/build/lang/icon/work/icon.v943src/bin/../src/h/rt.h:11, from rcolor.c:7: /usr/include/sys/mman.h:358: note: this is the location of the previous definition 358 | #define SHARED 0x10 /* Use MEMCNTL_SHARED */ | In file included from /home/pbulk/build/lang/icon/work/icon.v943src/bin/../src/h/../h/graphics.h:6, from /home/pbulk/build/lang/icon/work/icon.v943src/bin/../src/h/rt.h:21, from rimage.c:7: /home/pbulk/build/lang/icon/work/icon.v943src/bin/../src/h/../h/../h/xwin.h:77: warning: "SHARED" redefined 77 | #define SHARED 0 | In file included from /usr/include/dlfcn.h:37, from /home/pbulk/build/lang/icon/work/icon.v943src/bin/../src/h/../h/sys.h:74, from /home/pbulk/build/lang/icon/work/icon.v943src/bin/../src/h/rt.h:11, from rimage.c:7: /usr/include/sys/mman.h:358: note: this is the location of the previous definition 358 | #define SHARED 0x10 /* Use MEMCNTL_SHARED */ | rm `sed 's/$/.c/' rttcur.lst` rm -f rt.a ar qc rt.a `sed 's/$/.o/' rttcur.lst` ../common/rswitch.o ../common/long.o ../common/time.o ../common/xwindow.o ../common/alloc.o ranlib rt.a 2>/dev/null || : cp -p rt.a rt.db ../common/dlrgint.o ../../lib/icon cd src/iconc; /opt/local/bin/bmake gcc -I/usr/openwin/include -I/opt/local/include -I/usr/include -c cmain.c gcc -I/usr/openwin/include -I/opt/local/include -I/usr/include -c ctrans.c gcc -I/usr/openwin/include -I/opt/local/include -I/usr/include -c dbase.c gcc -I/usr/openwin/include -I/opt/local/include -I/usr/include -c clex.c In file included from clex.c:17: ../common/yylex.h: In function 'bufcmp': ../common/yylex.h:272:13: warning: comparison between pointer and zero character constant [-Wpointer-compare] 272 | while (s != '\0' && s1 < lex_sbuf.endimage && *s == *s1) { | ^~ ../common/yylex.h:272:11: note: did you mean to dereference the pointer? 272 | while (s != '\0' && s1 < lex_sbuf.endimage && *s == *s1) { | ^ gcc -I/usr/openwin/include -I/opt/local/include -I/usr/include -c cparse.c gcc -I/usr/openwin/include -I/opt/local/include -I/usr/include -c csym.c gcc -I/usr/openwin/include -I/opt/local/include -I/usr/include -c cmem.c gcc -I/usr/openwin/include -I/opt/local/include -I/usr/include -c ctree.c gcc -I/usr/openwin/include -I/opt/local/include -I/usr/include -c ccode.c ccode.c: In function 'alc_ary': ccode.c:3722:11: warning: type defaults to 'int' in declaration of 'cnt' [-Wimplicit-int] 3722 | static cnt=1; | ^~~ gcc -I/usr/openwin/include -I/opt/local/include -I/usr/include -c ccomp.c gcc -I/usr/openwin/include -I/opt/local/include -I/usr/include -c ivalues.c gcc -I/usr/openwin/include -I/opt/local/include -I/usr/include -c codegen.c gcc -I/usr/openwin/include -I/opt/local/include -I/usr/include -c fixcode.c gcc -I/usr/openwin/include -I/opt/local/include -I/usr/include -c inline.c gcc -I/usr/openwin/include -I/opt/local/include -I/usr/include -c chkinv.c chkinv.c:25:8: warning: type defaults to 'int' in declaration of 'ret_flag' [-Wimplicit-int] 25 | static ret_flag; | ^~~~~~~~ gcc -I/usr/openwin/include -I/opt/local/include -I/usr/include -c typinfer.c gcc -I/usr/openwin/include -I/opt/local/include -I/usr/include -c types.c types.c: In function 'has_type': types.c:261:11: warning: implicit declaration of function 'bitset'; did you mean 'bitvect'? [-Wimplicit-function-declaration] 261 | if (bitset(typ, i)) { | ^~~~~~ | bitvect gcc -I/usr/openwin/include -I/opt/local/include -I/usr/include -c lifetime.c gcc -I/usr/openwin/include -I/opt/local/include -I/usr/include -c incheck.c gcc -o iconc cmain.o ctrans.o dbase.o clex.o cparse.o csym.o cmem.o ctree.o ccode.o ccomp.o ivalues.o codegen.o fixcode.o inline.o chkinv.o typinfer.o types.o lifetime.o incheck.o ../common/long.o ../common/getopt.o ../common/time.o ../common/filepart.o ../common/identify.o ../common/munix.o ../common/strtbl.o ../common/rtdb.o ../common/literals.o ../common/alloc.o ../common/ipp.o cp iconc ../../bin cd ipl; /opt/local/bin/bmake Ilib cp incl/*.icn gincl/*.icn cfuncs/icall.h ../lib/icon cd procs; LPATH= ../../bin/icont -usc *.icn; mv *.u? ../../lib/icon cd gprocs; LPATH= ../../bin/icont -usc *.icn; mv *.u? ../../lib/icon if grep '^ *# *define LoadFunc' ../src/h/define.h >/dev/null; then /opt/local/bin/bmake Cfunctions; fi cd cfuncs; LPATH= /opt/local/bin/bmake ICONT=../../bin/icont sh mkfunc.sh libcfunc.so bitcount.o files.o fpoll.o internal.o lgconv.o osf.o pack.o ppm.o process.o tconnect.o >cfunc.icn ../../bin/icont -us -c cfunc.icn gcc -I/usr/openwin/include -fPIC -c bitcount.c gcc -I/usr/openwin/include -fPIC -c files.c gcc -I/usr/openwin/include -fPIC -c fpoll.c fpoll.c: In function 'fpoll': fpoll.c:75:9: error: 'FILE' has no member named '_cnt' 75 | if (f->_cnt > 0) | ^~ *** Error code 1 Stop. bmake[3]: stopped in /home/pbulk/build/lang/icon/work/icon.v943src/ipl/cfuncs *** Error code 1 Stop. bmake[2]: stopped in /home/pbulk/build/lang/icon/work/icon.v943src/ipl *** Error code 1 Stop. bmake[1]: stopped in /home/pbulk/build/lang/icon/work/icon.v943src/ipl *** Error code 1 Stop. bmake: stopped in /home/pbulk/build/lang/icon/work/icon.v943src *** Error code 1 Stop. bmake[1]: stopped in /data/jenkins/workspace/pkgsrc-trunk-x86_64/lang/icon *** Error code 1 Stop. bmake: stopped in /data/jenkins/workspace/pkgsrc-trunk-x86_64/lang/icon