+ case "${usergroup_phase}" in
+ local run_cmd
+ run_cmd=run_su
+ shift
+ run_su /usr/pkg/bin/bmake all BATCH=1 DEPENDS_TARGET=/nonexistent WRKLOG=/tmp/bulklog/efltk-2.0.5nb24/work.log
+ su pbulk -c '"$@"' make /usr/pkg/bin/bmake all BATCH=1 DEPENDS_TARGET=/nonexistent WRKLOG=/tmp/bulklog/efltk-2.0.5nb24/work.log
=> Bootstrap dependency digest>=20211023: found digest-20220214
===> Building for efltk-2.0.5nb24
make[1]: Entering directory `/home/pbulk/build/x11/efltk/work/efltk/src'
make[2]: Entering directory `/home/pbulk/build/x11/efltk/work/efltk/src/core'
Compiling Fl.cpp...
Compiling Fl_Bitmap.cpp...
libtool: compile:  c++ -DHAVE_CONFIG_H -I/home/pbulk/build/x11/efltk/work/efltk -Wall -fexceptions -I/home/pbulk/build/x11/efltk/work/.buildlink/include -D_REENTRANT -I/home/pbulk/build/x11/efltk/work/.buildlink/include/freetype2 -I/home/pbulk/build/x11/efltk/work/.buildlink/include/libpng16 -DFL_SHARED -Wuninitialized -O2 -DFL_SHARED -c Fl.cpp  -fPIC -DPIC -o .libs/Fl.o
libtool: compile:  c++ -DHAVE_CONFIG_H -I/home/pbulk/build/x11/efltk/work/efltk -Wall -fexceptions -I/home/pbulk/build/x11/efltk/work/.buildlink/include -D_REENTRANT -I/home/pbulk/build/x11/efltk/work/.buildlink/include/freetype2 -I/home/pbulk/build/x11/efltk/work/.buildlink/include/libpng16 -DFL_SHARED -Wuninitialized -O2 -DFL_SHARED -c Fl_Bitmap.cpp  -fPIC -DPIC -o .libs/Fl_Bitmap.o
In file included from /home/pbulk/build/x11/efltk/work/efltk/efltk/Fl_Font.h:31:0,
                 from /home/pbulk/build/x11/efltk/work/efltk/efltk/Fl_Style.h:28,
                 from /home/pbulk/build/x11/efltk/work/efltk/efltk/Fl_Widget.h:25,
                 from /home/pbulk/build/x11/efltk/work/efltk/efltk/Fl_Group.h:25,
                 from /home/pbulk/build/x11/efltk/work/efltk/efltk/Fl_Device.h:26,
                 from /home/pbulk/build/x11/efltk/work/efltk/efltk/x.h:36,
                 from Fl_Bitmap.cpp:29:
/home/pbulk/build/x11/efltk/work/efltk/efltk/Fl_Int_List.h: In member function 'void Fl_Int_List::append(int)':
/home/pbulk/build/x11/efltk/work/efltk/efltk/Fl_Int_List.h:37:57: warning: cast to pointer from integer of different size [-Wint-to-pointer-cast]
     void append(int item) { Fl_Ptr_List::append((void *)item); }
                                                         ^
/home/pbulk/build/x11/efltk/work/efltk/efltk/Fl_Int_List.h: In member function 'void Fl_Int_List::prepend(int)':
/home/pbulk/build/x11/efltk/work/efltk/efltk/Fl_Int_List.h:38:59: warning: cast to pointer from integer of different size [-Wint-to-pointer-cast]
     void prepend(int item) { Fl_Ptr_List::prepend((void *)item); }
                                                           ^
/home/pbulk/build/x11/efltk/work/efltk/efltk/Fl_Int_List.h: In member function 'void Fl_Int_List::insert(unsigned int, int)':
/home/pbulk/build/x11/efltk/work/efltk/efltk/Fl_Int_List.h:39:76: warning: cast to pointer from integer of different size [-Wint-to-pointer-cast]
     void insert(unsigned pos, int item) { Fl_Ptr_List::insert(pos, (void *)item); }
                                                                            ^
In file included from /home/pbulk/build/x11/efltk/work/efltk/efltk/Fl_Font.h:31:0,
                 from /home/pbulk/build/x11/efltk/work/efltk/efltk/Fl_Style.h:28,
                 from /home/pbulk/build/x11/efltk/work/efltk/efltk/Fl_Widget.h:25,
                 from /home/pbulk/build/x11/efltk/work/efltk/efltk/Fl_Group.h:25,
                 from /home/pbulk/build/x11/efltk/work/efltk/efltk/Fl_Window.h:25,
                 from Fl.cpp:29:
/home/pbulk/build/x11/efltk/work/efltk/efltk/Fl_Int_List.h: In member function 'void Fl_Int_List::append(int)':
/home/pbulk/build/x11/efltk/work/efltk/efltk/Fl_Int_List.h:37:57: warning: cast to pointer from integer of different size [-Wint-to-pointer-cast]
     void append(int item) { Fl_Ptr_List::append((void *)item); }
                                                         ^
/home/pbulk/build/x11/efltk/work/efltk/efltk/Fl_Int_List.h: In member function 'void Fl_Int_List::prepend(int)':
/home/pbulk/build/x11/efltk/work/efltk/efltk/Fl_Int_List.h:38:59: warning: cast to pointer from integer of different size [-Wint-to-pointer-cast]
     void prepend(int item) { Fl_Ptr_List::prepend((void *)item); }
                                                           ^
/home/pbulk/build/x11/efltk/work/efltk/efltk/Fl_Int_List.h: In member function 'void Fl_Int_List::insert(unsigned int, int)':
/home/pbulk/build/x11/efltk/work/efltk/efltk/Fl_Int_List.h:39:76: warning: cast to pointer from integer of different size [-Wint-to-pointer-cast]
     void insert(unsigned pos, int item) { Fl_Ptr_List::insert(pos, (void *)item); }
                                                                            ^
Fl.cpp: At global scope:
Fl.cpp:52:27: warning: deprecated conversion from string constant to 'char*' [-Wwrite-strings]
 char        *Fl::e_text = "";
                           ^
In file included from Fl.cpp:70:0:
Fl_x.cpp: In function 'bool fl_handle()':
Fl_x.cpp:1149:42: warning: 'KeySym XKeycodeToKeysym(Display*, KeyCode, int)' is deprecated (declared at /home/pbulk/build/x11/efltk/work/.buildlink/include/X11/Xlib.h:1687) [-Wdeprecated-declarations]
                                 keysym = XKeycodeToKeysym(fl_display, keycode, 0);
                                          ^
Fl_x.cpp:1149:81: warning: 'KeySym XKeycodeToKeysym(Display*, KeyCode, int)' is deprecated (declared at /home/pbulk/build/x11/efltk/work/.buildlink/include/X11/Xlib.h:1687) [-Wdeprecated-declarations]
                                 keysym = XKeycodeToKeysym(fl_display, keycode, 0);
                                                                                 ^
Fl_x.cpp:1168:42: warning: 'KeySym XKeycodeToKeysym(Display*, KeyCode, int)' is deprecated (declared at /home/pbulk/build/x11/efltk/work/.buildlink/include/X11/Xlib.h:1687) [-Wdeprecated-declarations]
                                 keysym = XKeycodeToKeysym(fl_display, keycode, 0);
                                          ^
Fl_x.cpp:1168:81: warning: 'KeySym XKeycodeToKeysym(Display*, KeyCode, int)' is deprecated (declared at /home/pbulk/build/x11/efltk/work/.buildlink/include/X11/Xlib.h:1687) [-Wdeprecated-declarations]
                                 keysym = XKeycodeToKeysym(fl_display, keycode, 0);
                                                                                 ^
Fl_x.cpp:1198:34: warning: 'KeySym XKeycodeToKeysym(Display*, KeyCode, int)' is deprecated (declared at /home/pbulk/build/x11/efltk/work/.buildlink/include/X11/Xlib.h:1687) [-Wdeprecated-declarations]
                         keysym = XKeycodeToKeysym(fl_display, keycode, 0);
                                  ^
libtool: compile:  c++ -DHAVE_CONFIG_H -I/home/pbulk/build/x11/efltk/work/efltk -Wall -fexceptions -I/home/pbulk/build/x11/efltk/work/.buildlink/include -D_REENTRANT -I/home/pbulk/build/x11/efltk/work/.buildlink/include/freetype2 -I/home/pbulk/build/x11/efltk/work/.buildlink/include/libpng16 -DFL_SHARED -Wuninitialized -O2 -DFL_SHARED -c Fl_Bitmap.cpp -o Fl_Bitmap.o >/dev/null 2>&1
Fl_x.cpp:1198:73: warning: 'KeySym XKeycodeToKeysym(Display*, KeyCode, int)' is deprecated (declared at /home/pbulk/build/x11/efltk/work/.buildlink/include/X11/Xlib.h:1687) [-Wdeprecated-declarations]
                         keysym = XKeycodeToKeysym(fl_display, keycode, 0);
                                                                         ^
Fl.cpp: In function 'void fl_fix_focus()':
Fl.cpp:487:24: warning: suggest parentheses around '&&' within '||' [-Wparentheses]
     if (Fl::grab_ || w && Fl::modal_) w = Fl::modal_;
                        ^
Compiling Fl_Bmp.cpp...
libtool: compile:  c++ -DHAVE_CONFIG_H -I/home/pbulk/build/x11/efltk/work/efltk -Wall -fexceptions -I/home/pbulk/build/x11/efltk/work/.buildlink/include -D_REENTRANT -I/home/pbulk/build/x11/efltk/work/.buildlink/include/freetype2 -I/home/pbulk/build/x11/efltk/work/.buildlink/include/libpng16 -DFL_SHARED -Wuninitialized -O2 -DFL_SHARED -c Fl_Bmp.cpp  -fPIC -DPIC -o .libs/Fl_Bmp.o
In file included from /home/pbulk/build/x11/efltk/work/efltk/efltk/Fl_Font.h:31:0,
                 from /home/pbulk/build/x11/efltk/work/efltk/efltk/Fl_Style.h:28,
                 from /home/pbulk/build/x11/efltk/work/efltk/efltk/Fl_Widget.h:25,
                 from /home/pbulk/build/x11/efltk/work/efltk/efltk/Fl_Group.h:25,
                 from /home/pbulk/build/x11/efltk/work/efltk/efltk/Fl_Device.h:26,
                 from /home/pbulk/build/x11/efltk/work/efltk/efltk/x.h:36,
                 from /home/pbulk/build/x11/efltk/work/efltk/efltk/Fl_Renderer.h:27,
                 from /home/pbulk/build/x11/efltk/work/efltk/efltk/Fl_Image.h:26,
                 from Fl_Bmp.cpp:3:
/home/pbulk/build/x11/efltk/work/efltk/efltk/Fl_Int_List.h: In member function 'void Fl_Int_List::append(int)':
/home/pbulk/build/x11/efltk/work/efltk/efltk/Fl_Int_List.h:37:57: warning: cast to pointer from integer of different size [-Wint-to-pointer-cast]
     void append(int item) { Fl_Ptr_List::append((void *)item); }
                                                         ^
/home/pbulk/build/x11/efltk/work/efltk/efltk/Fl_Int_List.h: In member function 'void Fl_Int_List::prepend(int)':
/home/pbulk/build/x11/efltk/work/efltk/efltk/Fl_Int_List.h:38:59: warning: cast to pointer from integer of different size [-Wint-to-pointer-cast]
     void prepend(int item) { Fl_Ptr_List::prepend((void *)item); }
                                                           ^
/home/pbulk/build/x11/efltk/work/efltk/efltk/Fl_Int_List.h: In member function 'void Fl_Int_List::insert(unsigned int, int)':
/home/pbulk/build/x11/efltk/work/efltk/efltk/Fl_Int_List.h:39:76: warning: cast to pointer from integer of different size [-Wint-to-pointer-cast]
     void insert(unsigned pos, int item) { Fl_Ptr_List::insert(pos, (void *)item); }
                                                                            ^
Fl_Bmp.cpp: In function 'bool bmp_create(Fl_IO&, uint8*&, Fl_PixelFormat&, int&, int&)':
Fl_Bmp.cpp:104:19: warning: deprecated conversion from string constant to 'char*' [-Wwrite-strings]
         error_str = "BMP: File is not BMP";
                   ^
Fl_Bmp.cpp:207:19: warning: deprecated conversion from string constant to 'char*' [-Wwrite-strings]
         error_str = "BMP: Compressed BMP files not supported";
                   ^
Fl_Bmp.cpp:269:35: warning: deprecated conversion from string constant to 'char*' [-Wwrite-strings]
                         error_str = "BMP: Error reading file";
                                   ^
Fl_Bmp.cpp:281:27: warning: deprecated conversion from string constant to 'char*' [-Wwrite-strings]
                 error_str = "BMP: Error reading file";
                           ^
Fl_Bmp.cpp:82:12: warning: variable 'bfSize' set but not used [-Wunused-but-set-variable]
     uint32 bfSize;
            ^
Fl_Bmp.cpp:83:12: warning: variable 'bfReserved1' set but not used [-Wunused-but-set-variable]
     uint16 bfReserved1;
            ^
Fl_Bmp.cpp:84:12: warning: variable 'bfReserved2' set but not used [-Wunused-but-set-variable]
     uint16 bfReserved2;
            ^
Fl_Bmp.cpp:91:12: warning: variable 'biPlanes' set but not used [-Wunused-but-set-variable]
     uint16 biPlanes;
            ^
Fl_Bmp.cpp:94:12: warning: variable 'biSizeImage' set but not used [-Wunused-but-set-variable]
     uint32 biSizeImage;
            ^
Fl_Bmp.cpp:95:11: warning: variable 'biXPelsPerMeter' set but not used [-Wunused-but-set-variable]
     int32 biXPelsPerMeter;
           ^
Fl_Bmp.cpp:96:11: warning: variable 'biYPelsPerMeter' set but not used [-Wunused-but-set-variable]
     int32 biYPelsPerMeter;
           ^
Fl_Bmp.cpp:98:12: warning: variable 'biClrImportant' set but not used [-Wunused-but-set-variable]
     uint32 biClrImportant;
            ^
Fl_Bmp.cpp: At global scope:
Fl_Bmp.cpp:361:1: warning: deprecated conversion from string constant to 'char*' [-Wwrite-strings]
 };
 ^
Fl_Bmp.cpp:361:1: warning: deprecated conversion from string constant to 'char*' [-Wwrite-strings]
libtool: compile:  c++ -DHAVE_CONFIG_H -I/home/pbulk/build/x11/efltk/work/efltk -Wall -fexceptions -I/home/pbulk/build/x11/efltk/work/.buildlink/include -D_REENTRANT -I/home/pbulk/build/x11/efltk/work/.buildlink/include/freetype2 -I/home/pbulk/build/x11/efltk/work/.buildlink/include/libpng16 -DFL_SHARED -Wuninitialized -O2 -DFL_SHARED -c Fl_Bmp.cpp -o Fl_Bmp.o >/dev/null 2>&1
libtool: compile:  c++ -DHAVE_CONFIG_H -I/home/pbulk/build/x11/efltk/work/efltk -Wall -fexceptions -I/home/pbulk/build/x11/efltk/work/.buildlink/include -D_REENTRANT -I/home/pbulk/build/x11/efltk/work/.buildlink/include/freetype2 -I/home/pbulk/build/x11/efltk/work/.buildlink/include/libpng16 -DFL_SHARED -Wuninitialized -O2 -DFL_SHARED -c Fl.cpp -o Fl.o >/dev/null 2>&1
Compiling Fl_Boxtype.cpp...
libtool: compile:  c++ -DHAVE_CONFIG_H -I/home/pbulk/build/x11/efltk/work/efltk -Wall -fexceptions -I/home/pbulk/build/x11/efltk/work/.buildlink/include -D_REENTRANT -I/home/pbulk/build/x11/efltk/work/.buildlink/include/freetype2 -I/home/pbulk/build/x11/efltk/work/.buildlink/include/libpng16 -DFL_SHARED -Wuninitialized -O2 -DFL_SHARED -c Fl_Boxtype.cpp  -fPIC -DPIC -o .libs/Fl_Boxtype.o
In file included from /home/pbulk/build/x11/efltk/work/efltk/efltk/Fl_Font.h:31:0,
                 from /home/pbulk/build/x11/efltk/work/efltk/efltk/Fl_Style.h:28,
                 from Fl_Boxtype.cpp:32:
/home/pbulk/build/x11/efltk/work/efltk/efltk/Fl_Int_List.h: In member function 'void Fl_Int_List::append(int)':
/home/pbulk/build/x11/efltk/work/efltk/efltk/Fl_Int_List.h:37:57: warning: cast to pointer from integer of different size [-Wint-to-pointer-cast]
     void append(int item) { Fl_Ptr_List::append((void *)item); }
                                                         ^
/home/pbulk/build/x11/efltk/work/efltk/efltk/Fl_Int_List.h: In member function 'void Fl_Int_List::prepend(int)':
/home/pbulk/build/x11/efltk/work/efltk/efltk/Fl_Int_List.h:38:59: warning: cast to pointer from integer of different size [-Wint-to-pointer-cast]
     void prepend(int item) { Fl_Ptr_List::prepend((void *)item); }
                                                           ^
/home/pbulk/build/x11/efltk/work/efltk/efltk/Fl_Int_List.h: In member function 'void Fl_Int_List::insert(unsigned int, int)':
/home/pbulk/build/x11/efltk/work/efltk/efltk/Fl_Int_List.h:39:76: warning: cast to pointer from integer of different size [-Wint-to-pointer-cast]
     void insert(unsigned pos, int item) { Fl_Ptr_List::insert(pos, (void *)item); }
                                                                            ^
libtool: compile:  c++ -DHAVE_CONFIG_H -I/home/pbulk/build/x11/efltk/work/efltk -Wall -fexceptions -I/home/pbulk/build/x11/efltk/work/.buildlink/include -D_REENTRANT -I/home/pbulk/build/x11/efltk/work/.buildlink/include/freetype2 -I/home/pbulk/build/x11/efltk/work/.buildlink/include/libpng16 -DFL_SHARED -Wuninitialized -O2 -DFL_SHARED -c Fl_Boxtype.cpp -o Fl_Boxtype.o >/dev/null 2>&1
Compiling Fl_Buffer.cpp...
libtool: compile:  c++ -DHAVE_CONFIG_H -I/home/pbulk/build/x11/efltk/work/efltk -Wall -fexceptions -I/home/pbulk/build/x11/efltk/work/.buildlink/include -D_REENTRANT -I/home/pbulk/build/x11/efltk/work/.buildlink/include/freetype2 -I/home/pbulk/build/x11/efltk/work/.buildlink/include/libpng16 -DFL_SHARED -Wuninitialized -O2 -DFL_SHARED -c Fl_Buffer.cpp  -fPIC -DPIC -o .libs/Fl_Buffer.o
Compiling Fl_Config.cpp...
libtool: compile:  c++ -DHAVE_CONFIG_H -I/home/pbulk/build/x11/efltk/work/efltk -Wall -fexceptions -I/home/pbulk/build/x11/efltk/work/.buildlink/include -D_REENTRANT -I/home/pbulk/build/x11/efltk/work/.buildlink/include/freetype2 -I/home/pbulk/build/x11/efltk/work/.buildlink/include/libpng16 -DFL_SHARED -Wuninitialized -O2 -DFL_SHARED -c Fl_Buffer.cpp -o Fl_Buffer.o >/dev/null 2>&1
libtool: compile:  c++ -DHAVE_CONFIG_H -I/home/pbulk/build/x11/efltk/work/efltk -Wall -fexceptions -I/home/pbulk/build/x11/efltk/work/.buildlink/include -D_REENTRANT -I/home/pbulk/build/x11/efltk/work/.buildlink/include/freetype2 -I/home/pbulk/build/x11/efltk/work/.buildlink/include/libpng16 -DFL_SHARED -Wuninitialized -O2 -DFL_SHARED -c Fl_Config.cpp  -fPIC -DPIC -o .libs/Fl_Config.o
Compiling Fl_Data_Fields.cpp...
In file included from fl_internal.h:4:0,
                 from Fl_Config.cpp:5:
Fl_Config.cpp: In function 'char* get_sys_dir()':
/home/pbulk/build/x11/efltk/work/efltk/config.h:160:19: warning: deprecated conversion from string constant to 'char*' [-Wwrite-strings]
 #define CONFIGDIR "/usr/pkg/share/ede"
                   ^
Fl_Config.cpp:92:12: note: in expansion of macro 'CONFIGDIR'
     return CONFIGDIR;
            ^
libtool: compile:  c++ -DHAVE_CONFIG_H -I/home/pbulk/build/x11/efltk/work/efltk -Wall -fexceptions -I/home/pbulk/build/x11/efltk/work/.buildlink/include -D_REENTRANT -I/home/pbulk/build/x11/efltk/work/.buildlink/include/freetype2 -I/home/pbulk/build/x11/efltk/work/.buildlink/include/libpng16 -DFL_SHARED -Wuninitialized -O2 -DFL_SHARED -c Fl_Data_Fields.cpp  -fPIC -DPIC -o .libs/Fl_Data_Fields.o
libtool: compile:  c++ -DHAVE_CONFIG_H -I/home/pbulk/build/x11/efltk/work/efltk -Wall -fexceptions -I/home/pbulk/build/x11/efltk/work/.buildlink/include -D_REENTRANT -I/home/pbulk/build/x11/efltk/work/.buildlink/include/freetype2 -I/home/pbulk/build/x11/efltk/work/.buildlink/include/libpng16 -DFL_SHARED -Wuninitialized -O2 -DFL_SHARED -c Fl_Data_Fields.cpp -o Fl_Data_Fields.o >/dev/null 2>&1
libtool: compile:  c++ -DHAVE_CONFIG_H -I/home/pbulk/build/x11/efltk/work/efltk -Wall -fexceptions -I/home/pbulk/build/x11/efltk/work/.buildlink/include -D_REENTRANT -I/home/pbulk/build/x11/efltk/work/.buildlink/include/freetype2 -I/home/pbulk/build/x11/efltk/work/.buildlink/include/libpng16 -DFL_SHARED -Wuninitialized -O2 -DFL_SHARED -c Fl_Config.cpp -o Fl_Config.o >/dev/null 2>&1
Compiling Fl_Data_Source.cpp...
libtool: compile:  c++ -DHAVE_CONFIG_H -I/home/pbulk/build/x11/efltk/work/efltk -Wall -fexceptions -I/home/pbulk/build/x11/efltk/work/.buildlink/include -D_REENTRANT -I/home/pbulk/build/x11/efltk/work/.buildlink/include/freetype2 -I/home/pbulk/build/x11/efltk/work/.buildlink/include/libpng16 -DFL_SHARED -Wuninitialized -O2 -DFL_SHARED -c Fl_Data_Source.cpp  -fPIC -DPIC -o .libs/Fl_Data_Source.o
In file included from /home/pbulk/build/x11/efltk/work/efltk/efltk/Fl_Font.h:31:0,
                 from /home/pbulk/build/x11/efltk/work/efltk/efltk/Fl_Style.h:28,
                 from /home/pbulk/build/x11/efltk/work/efltk/efltk/Fl_Widget.h:25,
                 from Fl_Data_Source.cpp:19:
/home/pbulk/build/x11/efltk/work/efltk/efltk/Fl_Int_List.h: In member function 'void Fl_Int_List::append(int)':
/home/pbulk/build/x11/efltk/work/efltk/efltk/Fl_Int_List.h:37:57: warning: cast to pointer from integer of different size [-Wint-to-pointer-cast]
     void append(int item) { Fl_Ptr_List::append((void *)item); }
                                                         ^
/home/pbulk/build/x11/efltk/work/efltk/efltk/Fl_Int_List.h: In member function 'void Fl_Int_List::prepend(int)':
/home/pbulk/build/x11/efltk/work/efltk/efltk/Fl_Int_List.h:38:59: warning: cast to pointer from integer of different size [-Wint-to-pointer-cast]
     void prepend(int item) { Fl_Ptr_List::prepend((void *)item); }
                                                           ^
/home/pbulk/build/x11/efltk/work/efltk/efltk/Fl_Int_List.h: In member function 'void Fl_Int_List::insert(unsigned int, int)':
/home/pbulk/build/x11/efltk/work/efltk/efltk/Fl_Int_List.h:39:76: warning: cast to pointer from integer of different size [-Wint-to-pointer-cast]
     void insert(unsigned pos, int item) { Fl_Ptr_List::insert(pos, (void *)item); }
                                                                            ^
libtool: compile:  c++ -DHAVE_CONFIG_H -I/home/pbulk/build/x11/efltk/work/efltk -Wall -fexceptions -I/home/pbulk/build/x11/efltk/work/.buildlink/include -D_REENTRANT -I/home/pbulk/build/x11/efltk/work/.buildlink/include/freetype2 -I/home/pbulk/build/x11/efltk/work/.buildlink/include/libpng16 -DFL_SHARED -Wuninitialized -O2 -DFL_SHARED -c Fl_Data_Source.cpp -o Fl_Data_Source.o >/dev/null 2>&1
Compiling Fl_Date_Time.cpp...
Compiling Fl_Exception.cpp...
libtool: compile:  c++ -DHAVE_CONFIG_H -I/home/pbulk/build/x11/efltk/work/efltk -Wall -fexceptions -I/home/pbulk/build/x11/efltk/work/.buildlink/include -D_REENTRANT -I/home/pbulk/build/x11/efltk/work/.buildlink/include/freetype2 -I/home/pbulk/build/x11/efltk/work/.buildlink/include/libpng16 -DFL_SHARED -Wuninitialized -O2 -DFL_SHARED -c Fl_Date_Time.cpp  -fPIC -DPIC -o .libs/Fl_Date_Time.o
Fl_Date_Time.cpp: In static member function 'static bool Fl_Date_Time::is_leap_year(short int)':
Fl_Date_Time.cpp:208:26: warning: suggest parentheses around '&&' within '||' [-Wparentheses]
    return ((year&3) == 0 && year%100 != 0 || year%400 == 0);
                          ^
libtool: compile:  c++ -DHAVE_CONFIG_H -I/home/pbulk/build/x11/efltk/work/efltk -Wall -fexceptions -I/home/pbulk/build/x11/efltk/work/.buildlink/include -D_REENTRANT -I/home/pbulk/build/x11/efltk/work/.buildlink/include/freetype2 -I/home/pbulk/build/x11/efltk/work/.buildlink/include/libpng16 -DFL_SHARED -Wuninitialized -O2 -DFL_SHARED -c Fl_Exception.cpp  -fPIC -DPIC -o .libs/Fl_Exception.o
libtool: compile:  c++ -DHAVE_CONFIG_H -I/home/pbulk/build/x11/efltk/work/efltk -Wall -fexceptions -I/home/pbulk/build/x11/efltk/work/.buildlink/include -D_REENTRANT -I/home/pbulk/build/x11/efltk/work/.buildlink/include/freetype2 -I/home/pbulk/build/x11/efltk/work/.buildlink/include/libpng16 -DFL_SHARED -Wuninitialized -O2 -DFL_SHARED -c Fl_Exception.cpp -o Fl_Exception.o >/dev/null 2>&1
Compiling Fl_Gif.cpp...
libtool: compile:  c++ -DHAVE_CONFIG_H -I/home/pbulk/build/x11/efltk/work/efltk -Wall -fexceptions -I/home/pbulk/build/x11/efltk/work/.buildlink/include -D_REENTRANT -I/home/pbulk/build/x11/efltk/work/.buildlink/include/freetype2 -I/home/pbulk/build/x11/efltk/work/.buildlink/include/libpng16 -DFL_SHARED -Wuninitialized -O2 -DFL_SHARED -c Fl_Gif.cpp  -fPIC -DPIC -o .libs/Fl_Gif.o
libtool: compile:  c++ -DHAVE_CONFIG_H -I/home/pbulk/build/x11/efltk/work/efltk -Wall -fexceptions -I/home/pbulk/build/x11/efltk/work/.buildlink/include -D_REENTRANT -I/home/pbulk/build/x11/efltk/work/.buildlink/include/freetype2 -I/home/pbulk/build/x11/efltk/work/.buildlink/include/libpng16 -DFL_SHARED -Wuninitialized -O2 -DFL_SHARED -c Fl_Date_Time.cpp -o Fl_Date_Time.o >/dev/null 2>&1
In file included from /home/pbulk/build/x11/efltk/work/efltk/efltk/Fl_Font.h:31:0,
                 from /home/pbulk/build/x11/efltk/work/efltk/efltk/Fl_Style.h:28,
                 from /home/pbulk/build/x11/efltk/work/efltk/efltk/Fl_Widget.h:25,
                 from /home/pbulk/build/x11/efltk/work/efltk/efltk/Fl_Group.h:25,
                 from /home/pbulk/build/x11/efltk/work/efltk/efltk/Fl_Device.h:26,
                 from /home/pbulk/build/x11/efltk/work/efltk/efltk/x.h:36,
                 from /home/pbulk/build/x11/efltk/work/efltk/efltk/Fl_Renderer.h:27,
                 from /home/pbulk/build/x11/efltk/work/efltk/efltk/Fl_Image.h:26,
                 from Fl_Gif.cpp:2:
/home/pbulk/build/x11/efltk/work/efltk/efltk/Fl_Int_List.h: In member function 'void Fl_Int_List::append(int)':
/home/pbulk/build/x11/efltk/work/efltk/efltk/Fl_Int_List.h:37:57: warning: cast to pointer from integer of different size [-Wint-to-pointer-cast]
     void append(int item) { Fl_Ptr_List::append((void *)item); }
                                                         ^
/home/pbulk/build/x11/efltk/work/efltk/efltk/Fl_Int_List.h: In member function 'void Fl_Int_List::prepend(int)':
/home/pbulk/build/x11/efltk/work/efltk/efltk/Fl_Int_List.h:38:59: warning: cast to pointer from integer of different size [-Wint-to-pointer-cast]
     void prepend(int item) { Fl_Ptr_List::prepend((void *)item); }
                                                           ^
/home/pbulk/build/x11/efltk/work/efltk/efltk/Fl_Int_List.h: In member function 'void Fl_Int_List::insert(unsigned int, int)':
/home/pbulk/build/x11/efltk/work/efltk/efltk/Fl_Int_List.h:39:76: warning: cast to pointer from integer of different size [-Wint-to-pointer-cast]
     void insert(unsigned pos, int item) { Fl_Ptr_List::insert(pos, (void *)item); }
                                                                            ^
Fl_Gif.cpp: In function 'int DoExtension(Fl_IO&, int)':
Fl_Gif.cpp:265:13: warning: deprecated conversion from string constant to 'char*' [-Wwrite-strings]
         str = "Plain Text Extension";
             ^
Fl_Gif.cpp:268:13: warning: deprecated conversion from string constant to 'char*' [-Wwrite-strings]
         str = "Application Extension";
             ^
Fl_Gif.cpp:271:13: warning: deprecated conversion from string constant to 'char*' [-Wwrite-strings]
         str = "Comment Extension";
             ^
Fl_Gif.cpp:275:13: warning: deprecated conversion from string constant to 'char*' [-Wwrite-strings]
         str = "Graphic Control Extension";
             ^
Fl_Gif.cpp: At global scope:
Fl_Gif.cpp:585:1: warning: deprecated conversion from string constant to 'char*' [-Wwrite-strings]
 };
 ^
Fl_Gif.cpp:585:1: warning: deprecated conversion from string constant to 'char*' [-Wwrite-strings]
libtool: compile:  c++ -DHAVE_CONFIG_H -I/home/pbulk/build/x11/efltk/work/efltk -Wall -fexceptions -I/home/pbulk/build/x11/efltk/work/.buildlink/include -D_REENTRANT -I/home/pbulk/build/x11/efltk/work/.buildlink/include/freetype2 -I/home/pbulk/build/x11/efltk/work/.buildlink/include/libpng16 -DFL_SHARED -Wuninitialized -O2 -DFL_SHARED -c Fl_Gif.cpp -o Fl_Gif.o >/dev/null 2>&1
Compiling Fl_Group.cpp...
libtool: compile:  c++ -DHAVE_CONFIG_H -I/home/pbulk/build/x11/efltk/work/efltk -Wall -fexceptions -I/home/pbulk/build/x11/efltk/work/.buildlink/include -D_REENTRANT -I/home/pbulk/build/x11/efltk/work/.buildlink/include/freetype2 -I/home/pbulk/build/x11/efltk/work/.buildlink/include/libpng16 -DFL_SHARED -Wuninitialized -O2 -DFL_SHARED -c Fl_Group.cpp  -fPIC -DPIC -o .libs/Fl_Group.o
In file included from /home/pbulk/build/x11/efltk/work/efltk/efltk/Fl_Font.h:31:0,
                 from /home/pbulk/build/x11/efltk/work/efltk/efltk/Fl_Style.h:28,
                 from /home/pbulk/build/x11/efltk/work/efltk/efltk/Fl_Widget.h:25,
                 from /home/pbulk/build/x11/efltk/work/efltk/efltk/Fl_Group.h:25,
                 from Fl_Group.cpp:30:
/home/pbulk/build/x11/efltk/work/efltk/efltk/Fl_Int_List.h: In member function 'void Fl_Int_List::append(int)':
/home/pbulk/build/x11/efltk/work/efltk/efltk/Fl_Int_List.h:37:57: warning: cast to pointer from integer of different size [-Wint-to-pointer-cast]
     void append(int item) { Fl_Ptr_List::append((void *)item); }
                                                         ^
/home/pbulk/build/x11/efltk/work/efltk/efltk/Fl_Int_List.h: In member function 'void Fl_Int_List::prepend(int)':
/home/pbulk/build/x11/efltk/work/efltk/efltk/Fl_Int_List.h:38:59: warning: cast to pointer from integer of different size [-Wint-to-pointer-cast]
     void prepend(int item) { Fl_Ptr_List::prepend((void *)item); }
                                                           ^
/home/pbulk/build/x11/efltk/work/efltk/efltk/Fl_Int_List.h: In member function 'void Fl_Int_List::insert(unsigned int, int)':
/home/pbulk/build/x11/efltk/work/efltk/efltk/Fl_Int_List.h:39:76: warning: cast to pointer from integer of different size [-Wint-to-pointer-cast]
     void insert(unsigned pos, int item) { Fl_Ptr_List::insert(pos, (void *)item); }
                                                                            ^
Compiling Fl_Image.cpp...
libtool: compile:  c++ -DHAVE_CONFIG_H -I/home/pbulk/build/x11/efltk/work/efltk -Wall -fexceptions -I/home/pbulk/build/x11/efltk/work/.buildlink/include -D_REENTRANT -I/home/pbulk/build/x11/efltk/work/.buildlink/include/freetype2 -I/home/pbulk/build/x11/efltk/work/.buildlink/include/libpng16 -DFL_SHARED -Wuninitialized -O2 -DFL_SHARED -c Fl_Image.cpp  -fPIC -DPIC -o .libs/Fl_Image.o
In file included from /home/pbulk/build/x11/efltk/work/efltk/efltk/Fl_Font.h:31:0,
                 from /home/pbulk/build/x11/efltk/work/efltk/efltk/Fl_Style.h:28,
                 from /home/pbulk/build/x11/efltk/work/efltk/efltk/Fl_Widget.h:25,
                 from /home/pbulk/build/x11/efltk/work/efltk/efltk/Fl_Group.h:25,
                 from /home/pbulk/build/x11/efltk/work/efltk/efltk/Fl_Device.h:26,
                 from /home/pbulk/build/x11/efltk/work/efltk/efltk/x.h:36,
                 from /home/pbulk/build/x11/efltk/work/efltk/efltk/Fl_Renderer.h:27,
                 from /home/pbulk/build/x11/efltk/work/efltk/efltk/Fl_Image.h:26,
                 from Fl_Image.cpp:4:
/home/pbulk/build/x11/efltk/work/efltk/efltk/Fl_Int_List.h: In member function 'void Fl_Int_List::append(int)':
/home/pbulk/build/x11/efltk/work/efltk/efltk/Fl_Int_List.h:37:57: warning: cast to pointer from integer of different size [-Wint-to-pointer-cast]
     void append(int item) { Fl_Ptr_List::append((void *)item); }
                                                         ^
/home/pbulk/build/x11/efltk/work/efltk/efltk/Fl_Int_List.h: In member function 'void Fl_Int_List::prepend(int)':
/home/pbulk/build/x11/efltk/work/efltk/efltk/Fl_Int_List.h:38:59: warning: cast to pointer from integer of different size [-Wint-to-pointer-cast]
     void prepend(int item) { Fl_Ptr_List::prepend((void *)item); }
                                                           ^
/home/pbulk/build/x11/efltk/work/efltk/efltk/Fl_Int_List.h: In member function 'void Fl_Int_List::insert(unsigned int, int)':
/home/pbulk/build/x11/efltk/work/efltk/efltk/Fl_Int_List.h:39:76: warning: cast to pointer from integer of different size [-Wint-to-pointer-cast]
     void insert(unsigned pos, int item) { Fl_Ptr_List::insert(pos, (void *)item); }
                                                                            ^
Fl_Image.cpp: In function 'uint8* render_box(int, int, int, uint, Fl_Colormap*, uint8*)':
Fl_Image.cpp:233:42: warning: dereferencing type-punned pointer will break strict-aliasing rules [-Wstrict-aliasing]
     case 16: fl_rgb565_from_rgb((uint16&)fill_color ,r,g,b); break;
                                          ^
Fl_Image.cpp:234:42: warning: dereferencing type-punned pointer will break strict-aliasing rules [-Wstrict-aliasing]
     case 15: fl_rgb555_from_rgb((uint16&)fill_color ,r,g,b); break;
                                          ^
In file included from Fl_Image.cpp:18:0:
Fl_Image.cpp:250:49: warning: dereferencing type-punned pointer will break strict-aliasing rules [-Wstrict-aliasing]
             case 16: (uint16&)(*ptr) = (uint16&)fill_color; break;
                                                 ^
fl_internal.h:34:15: note: in definition of macro 'DUFFS_LOOP8'
  case 0: do { pixel_copy_increment;    \
               ^
Fl_Image.cpp:244:9: note: in expansion of macro 'DUFFS_LOOP'
         DUFFS_LOOP(
         ^
Fl_Image.cpp:251:49: warning: dereferencing type-punned pointer will break strict-aliasing rules [-Wstrict-aliasing]
             case 15: (uint16&)(*ptr) = (uint16&)fill_color; break;
                                                 ^
fl_internal.h:34:15: note: in definition of macro 'DUFFS_LOOP8'
  case 0: do { pixel_copy_increment;    \
               ^
Fl_Image.cpp:244:9: note: in expansion of macro 'DUFFS_LOOP'
         DUFFS_LOOP(
         ^
Fl_Image.cpp:250:49: warning: dereferencing type-punned pointer will break strict-aliasing rules [-Wstrict-aliasing]
             case 16: (uint16&)(*ptr) = (uint16&)fill_color; break;
                                                 ^
fl_internal.h:35:11: note: in definition of macro 'DUFFS_LOOP8'
  case 7:  pixel_copy_increment;    \
           ^
Fl_Image.cpp:244:9: note: in expansion of macro 'DUFFS_LOOP'
         DUFFS_LOOP(
         ^
Fl_Image.cpp:251:49: warning: dereferencing type-punned pointer will break strict-aliasing rules [-Wstrict-aliasing]
             case 15: (uint16&)(*ptr) = (uint16&)fill_color; break;
                                                 ^
fl_internal.h:35:11: note: in definition of macro 'DUFFS_LOOP8'
  case 7:  pixel_copy_increment;    \
           ^
Fl_Image.cpp:244:9: note: in expansion of macro 'DUFFS_LOOP'
         DUFFS_LOOP(
         ^
Fl_Image.cpp:250:49: warning: dereferencing type-punned pointer will break strict-aliasing rules [-Wstrict-aliasing]
             case 16: (uint16&)(*ptr) = (uint16&)fill_color; break;
                                                 ^
fl_internal.h:36:11: note: in definition of macro 'DUFFS_LOOP8'
  case 6:  pixel_copy_increment;    \
           ^
Fl_Image.cpp:244:9: note: in expansion of macro 'DUFFS_LOOP'
         DUFFS_LOOP(
         ^
Fl_Image.cpp:251:49: warning: dereferencing type-punned pointer will break strict-aliasing rules [-Wstrict-aliasing]
             case 15: (uint16&)(*ptr) = (uint16&)fill_color; break;
                                                 ^
fl_internal.h:36:11: note: in definition of macro 'DUFFS_LOOP8'
  case 6:  pixel_copy_increment;    \
           ^
Fl_Image.cpp:244:9: note: in expansion of macro 'DUFFS_LOOP'
         DUFFS_LOOP(
         ^
Fl_Image.cpp:250:49: warning: dereferencing type-punned pointer will break strict-aliasing rules [-Wstrict-aliasing]
             case 16: (uint16&)(*ptr) = (uint16&)fill_color; break;
                                                 ^
fl_internal.h:37:11: note: in definition of macro 'DUFFS_LOOP8'
  case 5:  pixel_copy_increment;    \
           ^
Fl_Image.cpp:244:9: note: in expansion of macro 'DUFFS_LOOP'
         DUFFS_LOOP(
         ^
Fl_Image.cpp:251:49: warning: dereferencing type-punned pointer will break strict-aliasing rules [-Wstrict-aliasing]
             case 15: (uint16&)(*ptr) = (uint16&)fill_color; break;
                                                 ^
fl_internal.h:37:11: note: in definition of macro 'DUFFS_LOOP8'
  case 5:  pixel_copy_increment;    \
           ^
Fl_Image.cpp:244:9: note: in expansion of macro 'DUFFS_LOOP'
         DUFFS_LOOP(
         ^
Fl_Image.cpp:250:49: warning: dereferencing type-punned pointer will break strict-aliasing rules [-Wstrict-aliasing]
             case 16: (uint16&)(*ptr) = (uint16&)fill_color; break;
                                                 ^
fl_internal.h:38:11: note: in definition of macro 'DUFFS_LOOP8'
  case 4:  pixel_copy_increment;    \
           ^
Fl_Image.cpp:244:9: note: in expansion of macro 'DUFFS_LOOP'
         DUFFS_LOOP(
         ^
Fl_Image.cpp:251:49: warning: dereferencing type-punned pointer will break strict-aliasing rules [-Wstrict-aliasing]
             case 15: (uint16&)(*ptr) = (uint16&)fill_color; break;
                                                 ^
fl_internal.h:38:11: note: in definition of macro 'DUFFS_LOOP8'
  case 4:  pixel_copy_increment;    \
           ^
Fl_Image.cpp:244:9: note: in expansion of macro 'DUFFS_LOOP'
         DUFFS_LOOP(
         ^
Fl_Image.cpp:250:49: warning: dereferencing type-punned pointer will break strict-aliasing rules [-Wstrict-aliasing]
             case 16: (uint16&)(*ptr) = (uint16&)fill_color; break;
                                                 ^
fl_internal.h:39:11: note: in definition of macro 'DUFFS_LOOP8'
  case 3:  pixel_copy_increment;    \
           ^
Fl_Image.cpp:244:9: note: in expansion of macro 'DUFFS_LOOP'
         DUFFS_LOOP(
         ^
Fl_Image.cpp:251:49: warning: dereferencing type-punned pointer will break strict-aliasing rules [-Wstrict-aliasing]
             case 15: (uint16&)(*ptr) = (uint16&)fill_color; break;
                                                 ^
fl_internal.h:39:11: note: in definition of macro 'DUFFS_LOOP8'
  case 3:  pixel_copy_increment;    \
           ^
Fl_Image.cpp:244:9: note: in expansion of macro 'DUFFS_LOOP'
         DUFFS_LOOP(
         ^
Fl_Image.cpp:250:49: warning: dereferencing type-punned pointer will break strict-aliasing rules [-Wstrict-aliasing]
             case 16: (uint16&)(*ptr) = (uint16&)fill_color; break;
                                                 ^
fl_internal.h:40:11: note: in definition of macro 'DUFFS_LOOP8'
  case 2:  pixel_copy_increment;    \
           ^
Fl_Image.cpp:244:9: note: in expansion of macro 'DUFFS_LOOP'
         DUFFS_LOOP(
         ^
Fl_Image.cpp:251:49: warning: dereferencing type-punned pointer will break strict-aliasing rules [-Wstrict-aliasing]
             case 15: (uint16&)(*ptr) = (uint16&)fill_color; break;
                                                 ^
fl_internal.h:40:11: note: in definition of macro 'DUFFS_LOOP8'
  case 2:  pixel_copy_increment;    \
           ^
Fl_Image.cpp:244:9: note: in expansion of macro 'DUFFS_LOOP'
         DUFFS_LOOP(
         ^
Fl_Image.cpp:250:49: warning: dereferencing type-punned pointer will break strict-aliasing rules [-Wstrict-aliasing]
             case 16: (uint16&)(*ptr) = (uint16&)fill_color; break;
                                                 ^
fl_internal.h:41:11: note: in definition of macro 'DUFFS_LOOP8'
  case 1:  pixel_copy_increment;    \
           ^
Fl_Image.cpp:244:9: note: in expansion of macro 'DUFFS_LOOP'
         DUFFS_LOOP(
         ^
Fl_Image.cpp:251:49: warning: dereferencing type-punned pointer will break strict-aliasing rules [-Wstrict-aliasing]
             case 15: (uint16&)(*ptr) = (uint16&)fill_color; break;
                                                 ^
fl_internal.h:41:11: note: in definition of macro 'DUFFS_LOOP8'
  case 1:  pixel_copy_increment;    \
           ^
Fl_Image.cpp:244:9: note: in expansion of macro 'DUFFS_LOOP'
         DUFFS_LOOP(
         ^
libtool: compile:  c++ -DHAVE_CONFIG_H -I/home/pbulk/build/x11/efltk/work/efltk -Wall -fexceptions -I/home/pbulk/build/x11/efltk/work/.buildlink/include -D_REENTRANT -I/home/pbulk/build/x11/efltk/work/.buildlink/include/freetype2 -I/home/pbulk/build/x11/efltk/work/.buildlink/include/libpng16 -DFL_SHARED -Wuninitialized -O2 -DFL_SHARED -c Fl_Group.cpp -o Fl_Group.o >/dev/null 2>&1
libtool: compile:  c++ -DHAVE_CONFIG_H -I/home/pbulk/build/x11/efltk/work/efltk -Wall -fexceptions -I/home/pbulk/build/x11/efltk/work/.buildlink/include -D_REENTRANT -I/home/pbulk/build/x11/efltk/work/.buildlink/include/freetype2 -I/home/pbulk/build/x11/efltk/work/.buildlink/include/libpng16 -DFL_SHARED -Wuninitialized -O2 -DFL_SHARED -c Fl_Image.cpp -o Fl_Image.o >/dev/null 2>&1
Compiling Fl_Image_Filter.cpp...
libtool: compile:  c++ -DHAVE_CONFIG_H -I/home/pbulk/build/x11/efltk/work/efltk -Wall -fexceptions -I/home/pbulk/build/x11/efltk/work/.buildlink/include -D_REENTRANT -I/home/pbulk/build/x11/efltk/work/.buildlink/include/freetype2 -I/home/pbulk/build/x11/efltk/work/.buildlink/include/libpng16 -DFL_SHARED -Wuninitialized -O2 -DFL_SHARED -c Fl_Image_Filter.cpp  -fPIC -DPIC -o .libs/Fl_Image_Filter.o
In file included from /home/pbulk/build/x11/efltk/work/efltk/efltk/Fl_Font.h:31:0,
                 from /home/pbulk/build/x11/efltk/work/efltk/efltk/Fl_Style.h:28,
                 from /home/pbulk/build/x11/efltk/work/efltk/efltk/Fl_Widget.h:25,
                 from /home/pbulk/build/x11/efltk/work/efltk/efltk/Fl_Group.h:25,
                 from /home/pbulk/build/x11/efltk/work/efltk/efltk/Fl_Device.h:26,
                 from /home/pbulk/build/x11/efltk/work/efltk/efltk/x.h:36,
                 from /home/pbulk/build/x11/efltk/work/efltk/efltk/Fl_Renderer.h:27,
                 from /home/pbulk/build/x11/efltk/work/efltk/efltk/Fl_Image_Filter.h:26,
                 from Fl_Image_Filter.cpp:2:
/home/pbulk/build/x11/efltk/work/efltk/efltk/Fl_Int_List.h: In member function 'void Fl_Int_List::append(int)':
/home/pbulk/build/x11/efltk/work/efltk/efltk/Fl_Int_List.h:37:57: warning: cast to pointer from integer of different size [-Wint-to-pointer-cast]
     void append(int item) { Fl_Ptr_List::append((void *)item); }
                                                         ^
/home/pbulk/build/x11/efltk/work/efltk/efltk/Fl_Int_List.h: In member function 'void Fl_Int_List::prepend(int)':
/home/pbulk/build/x11/efltk/work/efltk/efltk/Fl_Int_List.h:38:59: warning: cast to pointer from integer of different size [-Wint-to-pointer-cast]
     void prepend(int item) { Fl_Ptr_List::prepend((void *)item); }
                                                           ^
/home/pbulk/build/x11/efltk/work/efltk/efltk/Fl_Int_List.h: In member function 'void Fl_Int_List::insert(unsigned int, int)':
/home/pbulk/build/x11/efltk/work/efltk/efltk/Fl_Int_List.h:39:76: warning: cast to pointer from integer of different size [-Wint-to-pointer-cast]
     void insert(unsigned pos, int item) { Fl_Ptr_List::insert(pos, (void *)item); }
                                                                            ^
Compiling Fl_Image_IO.cpp...
libtool: compile:  c++ -DHAVE_CONFIG_H -I/home/pbulk/build/x11/efltk/work/efltk -Wall -fexceptions -I/home/pbulk/build/x11/efltk/work/.buildlink/include -D_REENTRANT -I/home/pbulk/build/x11/efltk/work/.buildlink/include/freetype2 -I/home/pbulk/build/x11/efltk/work/.buildlink/include/libpng16 -DFL_SHARED -Wuninitialized -O2 -DFL_SHARED -c Fl_Image_IO.cpp  -fPIC -DPIC -o .libs/Fl_Image_IO.o
In file included from /home/pbulk/build/x11/efltk/work/efltk/efltk/Fl_Font.h:31:0,
                 from /home/pbulk/build/x11/efltk/work/efltk/efltk/Fl_Style.h:28,
                 from /home/pbulk/build/x11/efltk/work/efltk/efltk/Fl_Widget.h:25,
                 from /home/pbulk/build/x11/efltk/work/efltk/efltk/Fl_Group.h:25,
                 from /home/pbulk/build/x11/efltk/work/efltk/efltk/Fl_Device.h:26,
                 from /home/pbulk/build/x11/efltk/work/efltk/efltk/x.h:36,
                 from /home/pbulk/build/x11/efltk/work/efltk/efltk/Fl_Renderer.h:27,
                 from /home/pbulk/build/x11/efltk/work/efltk/efltk/Fl_Image_IO.h:5,
                 from Fl_Image_IO.cpp:1:
/home/pbulk/build/x11/efltk/work/efltk/efltk/Fl_Int_List.h: In member function 'void Fl_Int_List::append(int)':
/home/pbulk/build/x11/efltk/work/efltk/efltk/Fl_Int_List.h:37:57: warning: cast to pointer from integer of different size [-Wint-to-pointer-cast]
     void append(int item) { Fl_Ptr_List::append((void *)item); }
                                                         ^
/home/pbulk/build/x11/efltk/work/efltk/efltk/Fl_Int_List.h: In member function 'void Fl_Int_List::prepend(int)':
/home/pbulk/build/x11/efltk/work/efltk/efltk/Fl_Int_List.h:38:59: warning: cast to pointer from integer of different size [-Wint-to-pointer-cast]
     void prepend(int item) { Fl_Ptr_List::prepend((void *)item); }
                                                           ^
/home/pbulk/build/x11/efltk/work/efltk/efltk/Fl_Int_List.h: In member function 'void Fl_Int_List::insert(unsigned int, int)':
/home/pbulk/build/x11/efltk/work/efltk/efltk/Fl_Int_List.h:39:76: warning: cast to pointer from integer of different size [-Wint-to-pointer-cast]
     void insert(unsigned pos, int item) { Fl_Ptr_List::insert(pos, (void *)item); }
                                                                            ^
libtool: compile:  c++ -DHAVE_CONFIG_H -I/home/pbulk/build/x11/efltk/work/efltk -Wall -fexceptions -I/home/pbulk/build/x11/efltk/work/.buildlink/include -D_REENTRANT -I/home/pbulk/build/x11/efltk/work/.buildlink/include/freetype2 -I/home/pbulk/build/x11/efltk/work/.buildlink/include/libpng16 -DFL_SHARED -Wuninitialized -O2 -DFL_SHARED -c Fl_Image_Filter.cpp -o Fl_Image_Filter.o >/dev/null 2>&1
libtool: compile:  c++ -DHAVE_CONFIG_H -I/home/pbulk/build/x11/efltk/work/efltk -Wall -fexceptions -I/home/pbulk/build/x11/efltk/work/.buildlink/include -D_REENTRANT -I/home/pbulk/build/x11/efltk/work/.buildlink/include/freetype2 -I/home/pbulk/build/x11/efltk/work/.buildlink/include/libpng16 -DFL_SHARED -Wuninitialized -O2 -DFL_SHARED -c Fl_Image_IO.cpp -o Fl_Image_IO.o >/dev/null 2>&1
Compiling Fl_Lists.cpp...
Compiling Fl_Maps.cpp...
libtool: compile:  c++ -DHAVE_CONFIG_H -I/home/pbulk/build/x11/efltk/work/efltk -Wall -fexceptions -I/home/pbulk/build/x11/efltk/work/.buildlink/include -D_REENTRANT -I/home/pbulk/build/x11/efltk/work/.buildlink/include/freetype2 -I/home/pbulk/build/x11/efltk/work/.buildlink/include/libpng16 -DFL_SHARED -Wuninitialized -O2 -DFL_SHARED -c Fl_Lists.cpp  -fPIC -DPIC -o .libs/Fl_Lists.o
libtool: compile:  c++ -DHAVE_CONFIG_H -I/home/pbulk/build/x11/efltk/work/efltk -Wall -fexceptions -I/home/pbulk/build/x11/efltk/work/.buildlink/include -D_REENTRANT -I/home/pbulk/build/x11/efltk/work/.buildlink/include/freetype2 -I/home/pbulk/build/x11/efltk/work/.buildlink/include/libpng16 -DFL_SHARED -Wuninitialized -O2 -DFL_SHARED -c Fl_Maps.cpp  -fPIC -DPIC -o .libs/Fl_Maps.o
In file included from Fl_Lists.cpp:225:0:
/home/pbulk/build/x11/efltk/work/efltk/efltk/Fl_Int_List.h: In member function 'void Fl_Int_List::append(int)':
/home/pbulk/build/x11/efltk/work/efltk/efltk/Fl_Int_List.h:37:57: warning: cast to pointer from integer of different size [-Wint-to-pointer-cast]
     void append(int item) { Fl_Ptr_List::append((void *)item); }
                                                         ^
/home/pbulk/build/x11/efltk/work/efltk/efltk/Fl_Int_List.h: In member function 'void Fl_Int_List::prepend(int)':
/home/pbulk/build/x11/efltk/work/efltk/efltk/Fl_Int_List.h:38:59: warning: cast to pointer from integer of different size [-Wint-to-pointer-cast]
     void prepend(int item) { Fl_Ptr_List::prepend((void *)item); }
                                                           ^
/home/pbulk/build/x11/efltk/work/efltk/efltk/Fl_Int_List.h: In member function 'void Fl_Int_List::insert(unsigned int, int)':
/home/pbulk/build/x11/efltk/work/efltk/efltk/Fl_Int_List.h:39:76: warning: cast to pointer from integer of different size [-Wint-to-pointer-cast]
     void insert(unsigned pos, int item) { Fl_Ptr_List::insert(pos, (void *)item); }
                                                                            ^
libtool: compile:  c++ -DHAVE_CONFIG_H -I/home/pbulk/build/x11/efltk/work/efltk -Wall -fexceptions -I/home/pbulk/build/x11/efltk/work/.buildlink/include -D_REENTRANT -I/home/pbulk/build/x11/efltk/work/.buildlink/include/freetype2 -I/home/pbulk/build/x11/efltk/work/.buildlink/include/libpng16 -DFL_SHARED -Wuninitialized -O2 -DFL_SHARED -c Fl_Lists.cpp -o Fl_Lists.o >/dev/null 2>&1
libtool: compile:  c++ -DHAVE_CONFIG_H -I/home/pbulk/build/x11/efltk/work/efltk -Wall -fexceptions -I/home/pbulk/build/x11/efltk/work/.buildlink/include -D_REENTRANT -I/home/pbulk/build/x11/efltk/work/.buildlink/include/freetype2 -I/home/pbulk/build/x11/efltk/work/.buildlink/include/libpng16 -DFL_SHARED -Wuninitialized -O2 -DFL_SHARED -c Fl_Maps.cpp -o Fl_Maps.o >/dev/null 2>&1
Compiling Fl_Packed_Strings.cpp...
libtool: compile:  c++ -DHAVE_CONFIG_H -I/home/pbulk/build/x11/efltk/work/efltk -Wall -fexceptions -I/home/pbulk/build/x11/efltk/work/.buildlink/include -D_REENTRANT -I/home/pbulk/build/x11/efltk/work/.buildlink/include/freetype2 -I/home/pbulk/build/x11/efltk/work/.buildlink/include/libpng16 -DFL_SHARED -Wuninitialized -O2 -DFL_SHARED -c Fl_Packed_Strings.cpp  -fPIC -DPIC -o .libs/Fl_Packed_Strings.o
Compiling Fl_Pixmap.cpp...
libtool: compile:  c++ -DHAVE_CONFIG_H -I/home/pbulk/build/x11/efltk/work/efltk -Wall -fexceptions -I/home/pbulk/build/x11/efltk/work/.buildlink/include -D_REENTRANT -I/home/pbulk/build/x11/efltk/work/.buildlink/include/freetype2 -I/home/pbulk/build/x11/efltk/work/.buildlink/include/libpng16 -DFL_SHARED -Wuninitialized -O2 -DFL_SHARED -c Fl_Packed_Strings.cpp -o Fl_Packed_Strings.o >/dev/null 2>&1
Compiling Fl_Renderer.cpp...
libtool: compile:  c++ -DHAVE_CONFIG_H -I/home/pbulk/build/x11/efltk/work/efltk -Wall -fexceptions -I/home/pbulk/build/x11/efltk/work/.buildlink/include -D_REENTRANT -I/home/pbulk/build/x11/efltk/work/.buildlink/include/freetype2 -I/home/pbulk/build/x11/efltk/work/.buildlink/include/libpng16 -DFL_SHARED -Wuninitialized -O2 -DFL_SHARED -c Fl_Pixmap.cpp  -fPIC -DPIC -o .libs/Fl_Pixmap.o
In file included from /home/pbulk/build/x11/efltk/work/efltk/efltk/Fl_Font.h:31:0,
                 from /home/pbulk/build/x11/efltk/work/efltk/efltk/Fl_Style.h:28,
                 from /home/pbulk/build/x11/efltk/work/efltk/efltk/Fl_Widget.h:25,
                 from /home/pbulk/build/x11/efltk/work/efltk/efltk/Fl_Group.h:25,
                 from /home/pbulk/build/x11/efltk/work/efltk/efltk/Fl_Device.h:26,
                 from /home/pbulk/build/x11/efltk/work/efltk/efltk/x.h:36,
                 from /home/pbulk/build/x11/efltk/work/efltk/efltk/Fl_Renderer.h:27,
                 from /home/pbulk/build/x11/efltk/work/efltk/efltk/Fl_Image.h:26,
                 from /home/pbulk/build/x11/efltk/work/efltk/efltk/Fl_Pixmap.h:25,
                 from Fl_Pixmap.cpp:26:
/home/pbulk/build/x11/efltk/work/efltk/efltk/Fl_Int_List.h: In member function 'void Fl_Int_List::append(int)':
/home/pbulk/build/x11/efltk/work/efltk/efltk/Fl_Int_List.h:37:57: warning: cast to pointer from integer of different size [-Wint-to-pointer-cast]
     void append(int item) { Fl_Ptr_List::append((void *)item); }
                                                         ^
/home/pbulk/build/x11/efltk/work/efltk/efltk/Fl_Int_List.h: In member function 'void Fl_Int_List::prepend(int)':
/home/pbulk/build/x11/efltk/work/efltk/efltk/Fl_Int_List.h:38:59: warning: cast to pointer from integer of different size [-Wint-to-pointer-cast]
     void prepend(int item) { Fl_Ptr_List::prepend((void *)item); }
                                                           ^
/home/pbulk/build/x11/efltk/work/efltk/efltk/Fl_Int_List.h: In member function 'void Fl_Int_List::insert(unsigned int, int)':
/home/pbulk/build/x11/efltk/work/efltk/efltk/Fl_Int_List.h:39:76: warning: cast to pointer from integer of different size [-Wint-to-pointer-cast]
     void insert(unsigned pos, int item) { Fl_Ptr_List::insert(pos, (void *)item); }
                                                                            ^
libtool: compile:  c++ -DHAVE_CONFIG_H -I/home/pbulk/build/x11/efltk/work/efltk -Wall -fexceptions -I/home/pbulk/build/x11/efltk/work/.buildlink/include -D_REENTRANT -I/home/pbulk/build/x11/efltk/work/.buildlink/include/freetype2 -I/home/pbulk/build/x11/efltk/work/.buildlink/include/libpng16 -DFL_SHARED -Wuninitialized -O2 -DFL_SHARED -c Fl_Renderer.cpp  -fPIC -DPIC -o .libs/Fl_Renderer.o
libtool: compile:  c++ -DHAVE_CONFIG_H -I/home/pbulk/build/x11/efltk/work/efltk -Wall -fexceptions -I/home/pbulk/build/x11/efltk/work/.buildlink/include -D_REENTRANT -I/home/pbulk/build/x11/efltk/work/.buildlink/include/freetype2 -I/home/pbulk/build/x11/efltk/work/.buildlink/include/libpng16 -DFL_SHARED -Wuninitialized -O2 -DFL_SHARED -c Fl_Pixmap.cpp -o Fl_Pixmap.o >/dev/null 2>&1
In file included from /home/pbulk/build/x11/efltk/work/efltk/efltk/Fl_Font.h:31:0,
                 from /home/pbulk/build/x11/efltk/work/efltk/efltk/Fl_Style.h:28,
                 from /home/pbulk/build/x11/efltk/work/efltk/efltk/Fl_Widget.h:25,
                 from /home/pbulk/build/x11/efltk/work/efltk/efltk/Fl_Group.h:25,
                 from /home/pbulk/build/x11/efltk/work/efltk/efltk/Fl_Device.h:26,
                 from /home/pbulk/build/x11/efltk/work/efltk/efltk/x.h:36,
                 from /home/pbulk/build/x11/efltk/work/efltk/efltk/Fl_Renderer.h:27,
                 from Fl_Renderer.cpp:1:
/home/pbulk/build/x11/efltk/work/efltk/efltk/Fl_Int_List.h: In member function 'void Fl_Int_List::append(int)':
/home/pbulk/build/x11/efltk/work/efltk/efltk/Fl_Int_List.h:37:57: warning: cast to pointer from integer of different size [-Wint-to-pointer-cast]
     void append(int item) { Fl_Ptr_List::append((void *)item); }
                                                         ^
/home/pbulk/build/x11/efltk/work/efltk/efltk/Fl_Int_List.h: In member function 'void Fl_Int_List::prepend(int)':
/home/pbulk/build/x11/efltk/work/efltk/efltk/Fl_Int_List.h:38:59: warning: cast to pointer from integer of different size [-Wint-to-pointer-cast]
     void prepend(int item) { Fl_Ptr_List::prepend((void *)item); }
                                                           ^
/home/pbulk/build/x11/efltk/work/efltk/efltk/Fl_Int_List.h: In member function 'void Fl_Int_List::insert(unsigned int, int)':
/home/pbulk/build/x11/efltk/work/efltk/efltk/Fl_Int_List.h:39:76: warning: cast to pointer from integer of different size [-Wint-to-pointer-cast]
     void insert(unsigned pos, int item) { Fl_Ptr_List::insert(pos, (void *)item); }
                                                                            ^
Compiling Fl_Socket.cpp...
libtool: compile:  c++ -DHAVE_CONFIG_H -I/home/pbulk/build/x11/efltk/work/efltk -Wall -fexceptions -I/home/pbulk/build/x11/efltk/work/.buildlink/include -D_REENTRANT -I/home/pbulk/build/x11/efltk/work/.buildlink/include/freetype2 -I/home/pbulk/build/x11/efltk/work/.buildlink/include/libpng16 -DFL_SHARED -Wuninitialized -O2 -DFL_SHARED -c Fl_Socket.cpp  -fPIC -DPIC -o .libs/Fl_Socket.o
libtool: compile:  c++ -DHAVE_CONFIG_H -I/home/pbulk/build/x11/efltk/work/efltk -Wall -fexceptions -I/home/pbulk/build/x11/efltk/work/.buildlink/include -D_REENTRANT -I/home/pbulk/build/x11/efltk/work/.buildlink/include/freetype2 -I/home/pbulk/build/x11/efltk/work/.buildlink/include/libpng16 -DFL_SHARED -Wuninitialized -O2 -DFL_SHARED -c Fl_Renderer.cpp -o Fl_Renderer.o >/dev/null 2>&1
libtool: compile:  c++ -DHAVE_CONFIG_H -I/home/pbulk/build/x11/efltk/work/efltk -Wall -fexceptions -I/home/pbulk/build/x11/efltk/work/.buildlink/include -D_REENTRANT -I/home/pbulk/build/x11/efltk/work/.buildlink/include/freetype2 -I/home/pbulk/build/x11/efltk/work/.buildlink/include/libpng16 -DFL_SHARED -Wuninitialized -O2 -DFL_SHARED -c Fl_Socket.cpp -o Fl_Socket.o >/dev/null 2>&1
Compiling Fl_String.cpp...
Compiling Fl_String_List.cpp...
libtool: compile:  c++ -DHAVE_CONFIG_H -I/home/pbulk/build/x11/efltk/work/efltk -Wall -fexceptions -I/home/pbulk/build/x11/efltk/work/.buildlink/include -D_REENTRANT -I/home/pbulk/build/x11/efltk/work/.buildlink/include/freetype2 -I/home/pbulk/build/x11/efltk/work/.buildlink/include/libpng16 -DFL_SHARED -Wuninitialized -O2 -DFL_SHARED -c Fl_String.cpp  -fPIC -DPIC -o .libs/Fl_String.o
libtool: compile:  c++ -DHAVE_CONFIG_H -I/home/pbulk/build/x11/efltk/work/efltk -Wall -fexceptions -I/home/pbulk/build/x11/efltk/work/.buildlink/include -D_REENTRANT -I/home/pbulk/build/x11/efltk/work/.buildlink/include/freetype2 -I/home/pbulk/build/x11/efltk/work/.buildlink/include/libpng16 -DFL_SHARED -Wuninitialized -O2 -DFL_SHARED -c Fl_String_List.cpp  -fPIC -DPIC -o .libs/Fl_String_List.o
libtool: compile:  c++ -DHAVE_CONFIG_H -I/home/pbulk/build/x11/efltk/work/efltk -Wall -fexceptions -I/home/pbulk/build/x11/efltk/work/.buildlink/include -D_REENTRANT -I/home/pbulk/build/x11/efltk/work/.buildlink/include/freetype2 -I/home/pbulk/build/x11/efltk/work/.buildlink/include/libpng16 -DFL_SHARED -Wuninitialized -O2 -DFL_SHARED -c Fl_String_List.cpp -o Fl_String_List.o >/dev/null 2>&1
libtool: compile:  c++ -DHAVE_CONFIG_H -I/home/pbulk/build/x11/efltk/work/efltk -Wall -fexceptions -I/home/pbulk/build/x11/efltk/work/.buildlink/include -D_REENTRANT -I/home/pbulk/build/x11/efltk/work/.buildlink/include/freetype2 -I/home/pbulk/build/x11/efltk/work/.buildlink/include/libpng16 -DFL_SHARED -Wuninitialized -O2 -DFL_SHARED -c Fl_String.cpp -o Fl_String.o >/dev/null 2>&1
Compiling Fl_Style.cpp...
libtool: compile:  c++ -DHAVE_CONFIG_H -I/home/pbulk/build/x11/efltk/work/efltk -Wall -fexceptions -I/home/pbulk/build/x11/efltk/work/.buildlink/include -D_REENTRANT -I/home/pbulk/build/x11/efltk/work/.buildlink/include/freetype2 -I/home/pbulk/build/x11/efltk/work/.buildlink/include/libpng16 -DFL_SHARED -Wuninitialized -O2 -DFL_SHARED -c Fl_Style.cpp  -fPIC -DPIC -o .libs/Fl_Style.o
In file included from /home/pbulk/build/x11/efltk/work/efltk/efltk/Fl_Font.h:31:0,
                 from /home/pbulk/build/x11/efltk/work/efltk/efltk/Fl_Style.h:28,
                 from /home/pbulk/build/x11/efltk/work/efltk/efltk/Fl_Widget.h:25,
                 from Fl_Style.cpp:31:
/home/pbulk/build/x11/efltk/work/efltk/efltk/Fl_Int_List.h: In member function 'void Fl_Int_List::append(int)':
/home/pbulk/build/x11/efltk/work/efltk/efltk/Fl_Int_List.h:37:57: warning: cast to pointer from integer of different size [-Wint-to-pointer-cast]
     void append(int item) { Fl_Ptr_List::append((void *)item); }
                                                         ^
/home/pbulk/build/x11/efltk/work/efltk/efltk/Fl_Int_List.h: In member function 'void Fl_Int_List::prepend(int)':
/home/pbulk/build/x11/efltk/work/efltk/efltk/Fl_Int_List.h:38:59: warning: cast to pointer from integer of different size [-Wint-to-pointer-cast]
     void prepend(int item) { Fl_Ptr_List::prepend((void *)item); }
                                                           ^
/home/pbulk/build/x11/efltk/work/efltk/efltk/Fl_Int_List.h: In member function 'void Fl_Int_List::insert(unsigned int, int)':
/home/pbulk/build/x11/efltk/work/efltk/efltk/Fl_Int_List.h:39:76: warning: cast to pointer from integer of different size [-Wint-to-pointer-cast]
     void insert(unsigned pos, int item) { Fl_Ptr_List::insert(pos, (void *)item); }
                                                                            ^
Compiling Fl_Style_Set.cpp...
libtool: compile:  c++ -DHAVE_CONFIG_H -I/home/pbulk/build/x11/efltk/work/efltk -Wall -fexceptions -I/home/pbulk/build/x11/efltk/work/.buildlink/include -D_REENTRANT -I/home/pbulk/build/x11/efltk/work/.buildlink/include/freetype2 -I/home/pbulk/build/x11/efltk/work/.buildlink/include/libpng16 -DFL_SHARED -Wuninitialized -O2 -DFL_SHARED -c Fl_Style_Set.cpp  -fPIC -DPIC -o .libs/Fl_Style_Set.o
In file included from /home/pbulk/build/x11/efltk/work/efltk/efltk/Fl_Font.h:31:0,
                 from /home/pbulk/build/x11/efltk/work/efltk/efltk/Fl_Style.h:28,
                 from /home/pbulk/build/x11/efltk/work/efltk/efltk/Fl_Style_Set.h:25,
                 from Fl_Style_Set.cpp:26:
/home/pbulk/build/x11/efltk/work/efltk/efltk/Fl_Int_List.h: In member function 'void Fl_Int_List::append(int)':
/home/pbulk/build/x11/efltk/work/efltk/efltk/Fl_Int_List.h:37:57: warning: cast to pointer from integer of different size [-Wint-to-pointer-cast]
     void append(int item) { Fl_Ptr_List::append((void *)item); }
                                                         ^
/home/pbulk/build/x11/efltk/work/efltk/efltk/Fl_Int_List.h: In member function 'void Fl_Int_List::prepend(int)':
/home/pbulk/build/x11/efltk/work/efltk/efltk/Fl_Int_List.h:38:59: warning: cast to pointer from integer of different size [-Wint-to-pointer-cast]
     void prepend(int item) { Fl_Ptr_List::prepend((void *)item); }
                                                           ^
/home/pbulk/build/x11/efltk/work/efltk/efltk/Fl_Int_List.h: In member function 'void Fl_Int_List::insert(unsigned int, int)':
/home/pbulk/build/x11/efltk/work/efltk/efltk/Fl_Int_List.h:39:76: warning: cast to pointer from integer of different size [-Wint-to-pointer-cast]
     void insert(unsigned pos, int item) { Fl_Ptr_List::insert(pos, (void *)item); }
                                                                            ^
libtool: compile:  c++ -DHAVE_CONFIG_H -I/home/pbulk/build/x11/efltk/work/efltk -Wall -fexceptions -I/home/pbulk/build/x11/efltk/work/.buildlink/include -D_REENTRANT -I/home/pbulk/build/x11/efltk/work/.buildlink/include/freetype2 -I/home/pbulk/build/x11/efltk/work/.buildlink/include/libpng16 -DFL_SHARED -Wuninitialized -O2 -DFL_SHARED -c Fl_Style.cpp -o Fl_Style.o >/dev/null 2>&1
libtool: compile:  c++ -DHAVE_CONFIG_H -I/home/pbulk/build/x11/efltk/work/efltk -Wall -fexceptions -I/home/pbulk/build/x11/efltk/work/.buildlink/include -D_REENTRANT -I/home/pbulk/build/x11/efltk/work/.buildlink/include/freetype2 -I/home/pbulk/build/x11/efltk/work/.buildlink/include/libpng16 -DFL_SHARED -Wuninitialized -O2 -DFL_SHARED -c Fl_Style_Set.cpp -o Fl_Style_Set.o >/dev/null 2>&1
Compiling Fl_Thread.cpp...
libtool: compile:  c++ -DHAVE_CONFIG_H -I/home/pbulk/build/x11/efltk/work/efltk -Wall -fexceptions -I/home/pbulk/build/x11/efltk/work/.buildlink/include -D_REENTRANT -I/home/pbulk/build/x11/efltk/work/.buildlink/include/freetype2 -I/home/pbulk/build/x11/efltk/work/.buildlink/include/libpng16 -DFL_SHARED -Wuninitialized -O2 -DFL_SHARED -c Fl_Thread.cpp  -fPIC -DPIC -o .libs/Fl_Thread.o
Fl_Thread.cpp: In static member function 'static void* Fl_Thread::st_th_func(void*)':
Fl_Thread.cpp:15:9: warning: variable 'ret' set but not used [-Wunused-but-set-variable]
     int ret =0;
         ^
libtool: compile:  c++ -DHAVE_CONFIG_H -I/home/pbulk/build/x11/efltk/work/efltk -Wall -fexceptions -I/home/pbulk/build/x11/efltk/work/.buildlink/include -D_REENTRANT -I/home/pbulk/build/x11/efltk/work/.buildlink/include/freetype2 -I/home/pbulk/build/x11/efltk/work/.buildlink/include/libpng16 -DFL_SHARED -Wuninitialized -O2 -DFL_SHARED -c Fl_Thread.cpp -o Fl_Thread.o >/dev/null 2>&1
Compiling Fl_Translator.cpp...
Compiling Fl_Util.cpp...
libtool: compile:  c++ -DHAVE_CONFIG_H -I/home/pbulk/build/x11/efltk/work/efltk -Wall -fexceptions -I/home/pbulk/build/x11/efltk/work/.buildlink/include -D_REENTRANT -I/home/pbulk/build/x11/efltk/work/.buildlink/include/freetype2 -I/home/pbulk/build/x11/efltk/work/.buildlink/include/libpng16 -DFL_SHARED -Wuninitialized -O2 -DFL_SHARED -c Fl_Translator.cpp  -fPIC -DPIC -o .libs/Fl_Translator.o
libtool: compile:  c++ -DHAVE_CONFIG_H -I/home/pbulk/build/x11/efltk/work/efltk -Wall -fexceptions -I/home/pbulk/build/x11/efltk/work/.buildlink/include -D_REENTRANT -I/home/pbulk/build/x11/efltk/work/.buildlink/include/freetype2 -I/home/pbulk/build/x11/efltk/work/.buildlink/include/libpng16 -DFL_SHARED -Wuninitialized -O2 -DFL_SHARED -c Fl_Util.cpp  -fPIC -DPIC -o .libs/Fl_Util.o
Fl_Util.cpp: In function 'char* fl_tolower(char*)':
Fl_Util.cpp:162:37: warning: operation on 'ptr' may be undefined [-Wsequence-point]
     while(*ptr) *ptr++=tolower(*ptr);
                                     ^
Fl_Util.cpp: In function 'char* fl_toupper(char*)':
Fl_Util.cpp:169:37: warning: operation on 'ptr' may be undefined [-Wsequence-point]
     while(*ptr) *ptr++=toupper(*ptr);
                                     ^
Fl_Util.cpp: In function 'int fl_start_child_process(char*, bool)':
Fl_Util.cpp:238:17: warning: deprecated conversion from string constant to 'char*' [-Wwrite-strings]
         argv[0] = "sh";
                 ^
Fl_Util.cpp:239:17: warning: deprecated conversion from string constant to 'char*' [-Wwrite-strings]
         argv[1] = "-c";
                 ^
In file included from /home/pbulk/build/x11/efltk/work/efltk/efltk/Fl_Font.h:31:0,
                 from /home/pbulk/build/x11/efltk/work/efltk/efltk/fl_draw.h:27,
                 from Fl_Util.cpp:280:
/home/pbulk/build/x11/efltk/work/efltk/efltk/Fl_Int_List.h: In member function 'void Fl_Int_List::append(int)':
/home/pbulk/build/x11/efltk/work/efltk/efltk/Fl_Int_List.h:37:57: warning: cast to pointer from integer of different size [-Wint-to-pointer-cast]
     void append(int item) { Fl_Ptr_List::append((void *)item); }
                                                         ^
/home/pbulk/build/x11/efltk/work/efltk/efltk/Fl_Int_List.h: In member function 'void Fl_Int_List::prepend(int)':
/home/pbulk/build/x11/efltk/work/efltk/efltk/Fl_Int_List.h:38:59: warning: cast to pointer from integer of different size [-Wint-to-pointer-cast]
     void prepend(int item) { Fl_Ptr_List::prepend((void *)item); }
                                                           ^
/home/pbulk/build/x11/efltk/work/efltk/efltk/Fl_Int_List.h: In member function 'void Fl_Int_List::insert(unsigned int, int)':
/home/pbulk/build/x11/efltk/work/efltk/efltk/Fl_Int_List.h:39:76: warning: cast to pointer from integer of different size [-Wint-to-pointer-cast]
     void insert(unsigned pos, int item) { Fl_Ptr_List::insert(pos, (void *)item); }
                                                                            ^
In file included from /home/pbulk/build/x11/efltk/work/efltk/efltk/Fl_Font.h:31:0,
                 from /home/pbulk/build/x11/efltk/work/efltk/efltk/Fl_Style.h:28,
                 from /home/pbulk/build/x11/efltk/work/efltk/efltk/Fl_Widget.h:25,
                 from /home/pbulk/build/x11/efltk/work/efltk/efltk/Fl_Group.h:25,
                 from /home/pbulk/build/x11/efltk/work/efltk/efltk/Fl_Device.h:26,
                 from /home/pbulk/build/x11/efltk/work/efltk/efltk/x.h:36,
                 from /home/pbulk/build/x11/efltk/work/efltk/efltk/Fl_Renderer.h:27,
                 from Fl_Translator.cpp:2:
/home/pbulk/build/x11/efltk/work/efltk/efltk/Fl_Int_List.h: In member function 'void Fl_Int_List::append(int)':
/home/pbulk/build/x11/efltk/work/efltk/efltk/Fl_Int_List.h:37:57: warning: cast to pointer from integer of different size [-Wint-to-pointer-cast]
     void append(int item) { Fl_Ptr_List::append((void *)item); }
                                                         ^
/home/pbulk/build/x11/efltk/work/efltk/efltk/Fl_Int_List.h: In member function 'void Fl_Int_List::prepend(int)':
/home/pbulk/build/x11/efltk/work/efltk/efltk/Fl_Int_List.h:38:59: warning: cast to pointer from integer of different size [-Wint-to-pointer-cast]
     void prepend(int item) { Fl_Ptr_List::prepend((void *)item); }
                                                           ^
/home/pbulk/build/x11/efltk/work/efltk/efltk/Fl_Int_List.h: In member function 'void Fl_Int_List::insert(unsigned int, int)':
/home/pbulk/build/x11/efltk/work/efltk/efltk/Fl_Int_List.h:39:76: warning: cast to pointer from integer of different size [-Wint-to-pointer-cast]
     void insert(unsigned pos, int item) { Fl_Ptr_List::insert(pos, (void *)item); }
                                                                            ^
libtool: compile:  c++ -DHAVE_CONFIG_H -I/home/pbulk/build/x11/efltk/work/efltk -Wall -fexceptions -I/home/pbulk/build/x11/efltk/work/.buildlink/include -D_REENTRANT -I/home/pbulk/build/x11/efltk/work/.buildlink/include/freetype2 -I/home/pbulk/build/x11/efltk/work/.buildlink/include/libpng16 -DFL_SHARED -Wuninitialized -O2 -DFL_SHARED -c Fl_Util.cpp -o Fl_Util.o >/dev/null 2>&1
Compiling Fl_Variant.cpp...
libtool: compile:  c++ -DHAVE_CONFIG_H -I/home/pbulk/build/x11/efltk/work/efltk -Wall -fexceptions -I/home/pbulk/build/x11/efltk/work/.buildlink/include -D_REENTRANT -I/home/pbulk/build/x11/efltk/work/.buildlink/include/freetype2 -I/home/pbulk/build/x11/efltk/work/.buildlink/include/libpng16 -DFL_SHARED -Wuninitialized -O2 -DFL_SHARED -c Fl_Translator.cpp -o Fl_Translator.o >/dev/null 2>&1
libtool: compile:  c++ -DHAVE_CONFIG_H -I/home/pbulk/build/x11/efltk/work/efltk -Wall -fexceptions -I/home/pbulk/build/x11/efltk/work/.buildlink/include -D_REENTRANT -I/home/pbulk/build/x11/efltk/work/.buildlink/include/freetype2 -I/home/pbulk/build/x11/efltk/work/.buildlink/include/libpng16 -DFL_SHARED -Wuninitialized -O2 -DFL_SHARED -c Fl_Variant.cpp  -fPIC -DPIC -o .libs/Fl_Variant.o
libtool: compile:  c++ -DHAVE_CONFIG_H -I/home/pbulk/build/x11/efltk/work/efltk -Wall -fexceptions -I/home/pbulk/build/x11/efltk/work/.buildlink/include -D_REENTRANT -I/home/pbulk/build/x11/efltk/work/.buildlink/include/freetype2 -I/home/pbulk/build/x11/efltk/work/.buildlink/include/libpng16 -DFL_SHARED -Wuninitialized -O2 -DFL_SHARED -c Fl_Variant.cpp -o Fl_Variant.o >/dev/null 2>&1
Compiling Fl_WM.cpp...
libtool: compile:  c++ -DHAVE_CONFIG_H -I/home/pbulk/build/x11/efltk/work/efltk -Wall -fexceptions -I/home/pbulk/build/x11/efltk/work/.buildlink/include -D_REENTRANT -I/home/pbulk/build/x11/efltk/work/.buildlink/include/freetype2 -I/home/pbulk/build/x11/efltk/work/.buildlink/include/libpng16 -DFL_SHARED -Wuninitialized -O2 -DFL_SHARED -c Fl_WM.cpp  -fPIC -DPIC -o .libs/Fl_WM.o
In file included from /home/pbulk/build/x11/efltk/work/efltk/efltk/Fl_Font.h:31:0,
                 from /home/pbulk/build/x11/efltk/work/efltk/efltk/Fl_Style.h:28,
                 from /home/pbulk/build/x11/efltk/work/efltk/efltk/Fl_Widget.h:25,
                 from /home/pbulk/build/x11/efltk/work/efltk/efltk/Fl_Group.h:25,
                 from /home/pbulk/build/x11/efltk/work/efltk/efltk/Fl_Window.h:25,
                 from Fl_WM.cpp:3:
/home/pbulk/build/x11/efltk/work/efltk/efltk/Fl_Int_List.h: In member function 'void Fl_Int_List::append(int)':
/home/pbulk/build/x11/efltk/work/efltk/efltk/Fl_Int_List.h:37:57: warning: cast to pointer from integer of different size [-Wint-to-pointer-cast]
     void append(int item) { Fl_Ptr_List::append((void *)item); }
                                                         ^
/home/pbulk/build/x11/efltk/work/efltk/efltk/Fl_Int_List.h: In member function 'void Fl_Int_List::prepend(int)':
/home/pbulk/build/x11/efltk/work/efltk/efltk/Fl_Int_List.h:38:59: warning: cast to pointer from integer of different size [-Wint-to-pointer-cast]
     void prepend(int item) { Fl_Ptr_List::prepend((void *)item); }
                                                           ^
/home/pbulk/build/x11/efltk/work/efltk/efltk/Fl_Int_List.h: In member function 'void Fl_Int_List::insert(unsigned int, int)':
/home/pbulk/build/x11/efltk/work/efltk/efltk/Fl_Int_List.h:39:76: warning: cast to pointer from integer of different size [-Wint-to-pointer-cast]
     void insert(unsigned pos, int item) { Fl_Ptr_List::insert(pos, (void *)item); }
                                                                            ^
Compiling Fl_Widget.cpp...
Fl_WM.cpp: In static member function 'static bool Fl_WM::set_window_strut(Window, int, int, int, int)':
Fl_WM.cpp:252:54: warning: narrowing conversion of 'left' from 'int' to 'CARD32 {aka unsigned int}' inside { } is ill-formed in C++11 [-Wnarrowing]
         CARD32 strut[4] = { left, right, top, bottom };
                                                      ^
Fl_WM.cpp:252:54: warning: narrowing conversion of 'right' from 'int' to 'CARD32 {aka unsigned int}' inside { } is ill-formed in C++11 [-Wnarrowing]
Fl_WM.cpp:252:54: warning: narrowing conversion of 'top' from 'int' to 'CARD32 {aka unsigned int}' inside { } is ill-formed in C++11 [-Wnarrowing]
Fl_WM.cpp:252:54: warning: narrowing conversion of 'bottom' from 'int' to 'CARD32 {aka unsigned int}' inside { } is ill-formed in C++11 [-Wnarrowing]
Fl_WM.cpp: In static member function 'static bool Fl_WM::get_window_icon(Window, Fl_Image*&, int, int)':
Fl_WM.cpp:498:21: warning: suggest parentheses around '&&' within '||' [-Wparentheses]
     if((w>0 && h>0) && image->width()!=w || image->height()!=h) {
                     ^
libtool: compile:  c++ -DHAVE_CONFIG_H -I/home/pbulk/build/x11/efltk/work/efltk -Wall -fexceptions -I/home/pbulk/build/x11/efltk/work/.buildlink/include -D_REENTRANT -I/home/pbulk/build/x11/efltk/work/.buildlink/include/freetype2 -I/home/pbulk/build/x11/efltk/work/.buildlink/include/libpng16 -DFL_SHARED -Wuninitialized -O2 -DFL_SHARED -c Fl_Widget.cpp  -fPIC -DPIC -o .libs/Fl_Widget.o
In file included from /home/pbulk/build/x11/efltk/work/efltk/efltk/Fl_Font.h:31:0,
                 from /home/pbulk/build/x11/efltk/work/efltk/efltk/Fl_Style.h:28,
                 from /home/pbulk/build/x11/efltk/work/efltk/efltk/Fl_Widget.h:25,
                 from Fl_Widget.cpp:27:
/home/pbulk/build/x11/efltk/work/efltk/efltk/Fl_Int_List.h: In member function 'void Fl_Int_List::append(int)':
/home/pbulk/build/x11/efltk/work/efltk/efltk/Fl_Int_List.h:37:57: warning: cast to pointer from integer of different size [-Wint-to-pointer-cast]
     void append(int item) { Fl_Ptr_List::append((void *)item); }
                                                         ^
/home/pbulk/build/x11/efltk/work/efltk/efltk/Fl_Int_List.h: In member function 'void Fl_Int_List::prepend(int)':
/home/pbulk/build/x11/efltk/work/efltk/efltk/Fl_Int_List.h:38:59: warning: cast to pointer from integer of different size [-Wint-to-pointer-cast]
     void prepend(int item) { Fl_Ptr_List::prepend((void *)item); }
                                                           ^
/home/pbulk/build/x11/efltk/work/efltk/efltk/Fl_Int_List.h: In member function 'void Fl_Int_List::insert(unsigned int, int)':
/home/pbulk/build/x11/efltk/work/efltk/efltk/Fl_Int_List.h:39:76: warning: cast to pointer from integer of different size [-Wint-to-pointer-cast]
     void insert(unsigned pos, int item) { Fl_Ptr_List::insert(pos, (void *)item); }
                                                                            ^
libtool: compile:  c++ -DHAVE_CONFIG_H -I/home/pbulk/build/x11/efltk/work/efltk -Wall -fexceptions -I/home/pbulk/build/x11/efltk/work/.buildlink/include -D_REENTRANT -I/home/pbulk/build/x11/efltk/work/.buildlink/include/freetype2 -I/home/pbulk/build/x11/efltk/work/.buildlink/include/libpng16 -DFL_SHARED -Wuninitialized -O2 -DFL_SHARED -c Fl_WM.cpp -o Fl_WM.o >/dev/null 2>&1
libtool: compile:  c++ -DHAVE_CONFIG_H -I/home/pbulk/build/x11/efltk/work/efltk -Wall -fexceptions -I/home/pbulk/build/x11/efltk/work/.buildlink/include -D_REENTRANT -I/home/pbulk/build/x11/efltk/work/.buildlink/include/freetype2 -I/home/pbulk/build/x11/efltk/work/.buildlink/include/libpng16 -DFL_SHARED -Wuninitialized -O2 -DFL_SHARED -c Fl_Widget.cpp -o Fl_Widget.o >/dev/null 2>&1
Compiling Fl_Window.cpp...
Compiling Fl_Window_fullscreen.cpp...
libtool: compile:  c++ -DHAVE_CONFIG_H -I/home/pbulk/build/x11/efltk/work/efltk -Wall -fexceptions -I/home/pbulk/build/x11/efltk/work/.buildlink/include -D_REENTRANT -I/home/pbulk/build/x11/efltk/work/.buildlink/include/freetype2 -I/home/pbulk/build/x11/efltk/work/.buildlink/include/libpng16 -DFL_SHARED -Wuninitialized -O2 -DFL_SHARED -c Fl_Window.cpp  -fPIC -DPIC -o .libs/Fl_Window.o
In file included from /home/pbulk/build/x11/efltk/work/efltk/efltk/Fl_Font.h:31:0,
                 from /home/pbulk/build/x11/efltk/work/efltk/efltk/Fl_Style.h:28,
                 from /home/pbulk/build/x11/efltk/work/efltk/efltk/Fl_Widget.h:25,
                 from /home/pbulk/build/x11/efltk/work/efltk/efltk/Fl_Group.h:25,
                 from /home/pbulk/build/x11/efltk/work/efltk/efltk/Fl_Window.h:25,
                 from Fl_Window.cpp:34:
/home/pbulk/build/x11/efltk/work/efltk/efltk/Fl_Int_List.h: In member function 'void Fl_Int_List::append(int)':
/home/pbulk/build/x11/efltk/work/efltk/efltk/Fl_Int_List.h:37:57: warning: cast to pointer from integer of different size [-Wint-to-pointer-cast]
     void append(int item) { Fl_Ptr_List::append((void *)item); }
                                                         ^
/home/pbulk/build/x11/efltk/work/efltk/efltk/Fl_Int_List.h: In member function 'void Fl_Int_List::prepend(int)':
/home/pbulk/build/x11/efltk/work/efltk/efltk/Fl_Int_List.h:38:59: warning: cast to pointer from integer of different size [-Wint-to-pointer-cast]
     void prepend(int item) { Fl_Ptr_List::prepend((void *)item); }
                                                           ^
/home/pbulk/build/x11/efltk/work/efltk/efltk/Fl_Int_List.h: In member function 'void Fl_Int_List::insert(unsigned int, int)':
/home/pbulk/build/x11/efltk/work/efltk/efltk/Fl_Int_List.h:39:76: warning: cast to pointer from integer of different size [-Wint-to-pointer-cast]
     void insert(unsigned pos, int item) { Fl_Ptr_List::insert(pos, (void *)item); }
                                                                            ^
libtool: compile:  c++ -DHAVE_CONFIG_H -I/home/pbulk/build/x11/efltk/work/efltk -Wall -fexceptions -I/home/pbulk/build/x11/efltk/work/.buildlink/include -D_REENTRANT -I/home/pbulk/build/x11/efltk/work/.buildlink/include/freetype2 -I/home/pbulk/build/x11/efltk/work/.buildlink/include/libpng16 -DFL_SHARED -Wuninitialized -O2 -DFL_SHARED -c Fl_Window_fullscreen.cpp  -fPIC -DPIC -o .libs/Fl_Window_fullscreen.o
In file included from /home/pbulk/build/x11/efltk/work/efltk/efltk/Fl_Font.h:31:0,
                 from /home/pbulk/build/x11/efltk/work/efltk/efltk/Fl_Style.h:28,
                 from /home/pbulk/build/x11/efltk/work/efltk/efltk/Fl_Widget.h:25,
                 from /home/pbulk/build/x11/efltk/work/efltk/efltk/Fl_Group.h:25,
                 from /home/pbulk/build/x11/efltk/work/efltk/efltk/Fl_Window.h:25,
                 from Fl_Window_fullscreen.cpp:29:
/home/pbulk/build/x11/efltk/work/efltk/efltk/Fl_Int_List.h: In member function 'void Fl_Int_List::append(int)':
/home/pbulk/build/x11/efltk/work/efltk/efltk/Fl_Int_List.h:37:57: warning: cast to pointer from integer of different size [-Wint-to-pointer-cast]
     void append(int item) { Fl_Ptr_List::append((void *)item); }
                                                         ^
/home/pbulk/build/x11/efltk/work/efltk/efltk/Fl_Int_List.h: In member function 'void Fl_Int_List::prepend(int)':
/home/pbulk/build/x11/efltk/work/efltk/efltk/Fl_Int_List.h:38:59: warning: cast to pointer from integer of different size [-Wint-to-pointer-cast]
     void prepend(int item) { Fl_Ptr_List::prepend((void *)item); }
                                                           ^
/home/pbulk/build/x11/efltk/work/efltk/efltk/Fl_Int_List.h: In member function 'void Fl_Int_List::insert(unsigned int, int)':
/home/pbulk/build/x11/efltk/work/efltk/efltk/Fl_Int_List.h:39:76: warning: cast to pointer from integer of different size [-Wint-to-pointer-cast]
     void insert(unsigned pos, int item) { Fl_Ptr_List::insert(pos, (void *)item); }
                                                                            ^
libtool: compile:  c++ -DHAVE_CONFIG_H -I/home/pbulk/build/x11/efltk/work/efltk -Wall -fexceptions -I/home/pbulk/build/x11/efltk/work/.buildlink/include -D_REENTRANT -I/home/pbulk/build/x11/efltk/work/.buildlink/include/freetype2 -I/home/pbulk/build/x11/efltk/work/.buildlink/include/libpng16 -DFL_SHARED -Wuninitialized -O2 -DFL_SHARED -c Fl_Window.cpp -o Fl_Window.o >/dev/null 2>&1
libtool: compile:  c++ -DHAVE_CONFIG_H -I/home/pbulk/build/x11/efltk/work/efltk -Wall -fexceptions -I/home/pbulk/build/x11/efltk/work/.buildlink/include -D_REENTRANT -I/home/pbulk/build/x11/efltk/work/.buildlink/include/freetype2 -I/home/pbulk/build/x11/efltk/work/.buildlink/include/libpng16 -DFL_SHARED -Wuninitialized -O2 -DFL_SHARED -c Fl_Window_fullscreen.cpp -o Fl_Window_fullscreen.o >/dev/null 2>&1
Compiling Fl_Window_hotspot.cpp...
libtool: compile:  c++ -DHAVE_CONFIG_H -I/home/pbulk/build/x11/efltk/work/efltk -Wall -fexceptions -I/home/pbulk/build/x11/efltk/work/.buildlink/include -D_REENTRANT -I/home/pbulk/build/x11/efltk/work/.buildlink/include/freetype2 -I/home/pbulk/build/x11/efltk/work/.buildlink/include/libpng16 -DFL_SHARED -Wuninitialized -O2 -DFL_SHARED -c Fl_Window_hotspot.cpp  -fPIC -DPIC -o .libs/Fl_Window_hotspot.o
Compiling Fl_Window_iconize.cpp...
In file included from /home/pbulk/build/x11/efltk/work/efltk/efltk/Fl_Font.h:31:0,
                 from /home/pbulk/build/x11/efltk/work/efltk/efltk/Fl_Style.h:28,
                 from /home/pbulk/build/x11/efltk/work/efltk/efltk/Fl_Widget.h:25,
                 from /home/pbulk/build/x11/efltk/work/efltk/efltk/Fl_Group.h:25,
                 from /home/pbulk/build/x11/efltk/work/efltk/efltk/Fl_Window.h:25,
                 from Fl_Window_hotspot.cpp:29:
/home/pbulk/build/x11/efltk/work/efltk/efltk/Fl_Int_List.h: In member function 'void Fl_Int_List::append(int)':
/home/pbulk/build/x11/efltk/work/efltk/efltk/Fl_Int_List.h:37:57: warning: cast to pointer from integer of different size [-Wint-to-pointer-cast]
     void append(int item) { Fl_Ptr_List::append((void *)item); }
                                                         ^
/home/pbulk/build/x11/efltk/work/efltk/efltk/Fl_Int_List.h: In member function 'void Fl_Int_List::prepend(int)':
/home/pbulk/build/x11/efltk/work/efltk/efltk/Fl_Int_List.h:38:59: warning: cast to pointer from integer of different size [-Wint-to-pointer-cast]
     void prepend(int item) { Fl_Ptr_List::prepend((void *)item); }
                                                           ^
/home/pbulk/build/x11/efltk/work/efltk/efltk/Fl_Int_List.h: In member function 'void Fl_Int_List::insert(unsigned int, int)':
/home/pbulk/build/x11/efltk/work/efltk/efltk/Fl_Int_List.h:39:76: warning: cast to pointer from integer of different size [-Wint-to-pointer-cast]
     void insert(unsigned pos, int item) { Fl_Ptr_List::insert(pos, (void *)item); }
                                                                            ^
libtool: compile:  c++ -DHAVE_CONFIG_H -I/home/pbulk/build/x11/efltk/work/efltk -Wall -fexceptions -I/home/pbulk/build/x11/efltk/work/.buildlink/include -D_REENTRANT -I/home/pbulk/build/x11/efltk/work/.buildlink/include/freetype2 -I/home/pbulk/build/x11/efltk/work/.buildlink/include/libpng16 -DFL_SHARED -Wuninitialized -O2 -DFL_SHARED -c Fl_Window_hotspot.cpp -o Fl_Window_hotspot.o >/dev/null 2>&1
libtool: compile:  c++ -DHAVE_CONFIG_H -I/home/pbulk/build/x11/efltk/work/efltk -Wall -fexceptions -I/home/pbulk/build/x11/efltk/work/.buildlink/include -D_REENTRANT -I/home/pbulk/build/x11/efltk/work/.buildlink/include/freetype2 -I/home/pbulk/build/x11/efltk/work/.buildlink/include/libpng16 -DFL_SHARED -Wuninitialized -O2 -DFL_SHARED -c Fl_Window_iconize.cpp  -fPIC -DPIC -o .libs/Fl_Window_iconize.o
In file included from /home/pbulk/build/x11/efltk/work/efltk/efltk/Fl_Font.h:31:0,
                 from /home/pbulk/build/x11/efltk/work/efltk/efltk/Fl_Style.h:28,
                 from /home/pbulk/build/x11/efltk/work/efltk/efltk/Fl_Widget.h:25,
                 from /home/pbulk/build/x11/efltk/work/efltk/efltk/Fl_Group.h:25,
                 from /home/pbulk/build/x11/efltk/work/efltk/efltk/Fl_Window.h:25,
                 from Fl_Window_iconize.cpp:28:
/home/pbulk/build/x11/efltk/work/efltk/efltk/Fl_Int_List.h: In member function 'void Fl_Int_List::append(int)':
/home/pbulk/build/x11/efltk/work/efltk/efltk/Fl_Int_List.h:37:57: warning: cast to pointer from integer of different size [-Wint-to-pointer-cast]
     void append(int item) { Fl_Ptr_List::append((void *)item); }
                                                         ^
/home/pbulk/build/x11/efltk/work/efltk/efltk/Fl_Int_List.h: In member function 'void Fl_Int_List::prepend(int)':
/home/pbulk/build/x11/efltk/work/efltk/efltk/Fl_Int_List.h:38:59: warning: cast to pointer from integer of different size [-Wint-to-pointer-cast]
     void prepend(int item) { Fl_Ptr_List::prepend((void *)item); }
                                                           ^
/home/pbulk/build/x11/efltk/work/efltk/efltk/Fl_Int_List.h: In member function 'void Fl_Int_List::insert(unsigned int, int)':
/home/pbulk/build/x11/efltk/work/efltk/efltk/Fl_Int_List.h:39:76: warning: cast to pointer from integer of different size [-Wint-to-pointer-cast]
     void insert(unsigned pos, int item) { Fl_Ptr_List::insert(pos, (void *)item); }
                                                                            ^
Compiling Fl_Xpm.cpp...
libtool: compile:  c++ -DHAVE_CONFIG_H -I/home/pbulk/build/x11/efltk/work/efltk -Wall -fexceptions -I/home/pbulk/build/x11/efltk/work/.buildlink/include -D_REENTRANT -I/home/pbulk/build/x11/efltk/work/.buildlink/include/freetype2 -I/home/pbulk/build/x11/efltk/work/.buildlink/include/libpng16 -DFL_SHARED -Wuninitialized -O2 -DFL_SHARED -c Fl_Window_iconize.cpp -o Fl_Window_iconize.o >/dev/null 2>&1
libtool: compile:  c++ -DHAVE_CONFIG_H -I/home/pbulk/build/x11/efltk/work/efltk -Wall -fexceptions -I/home/pbulk/build/x11/efltk/work/.buildlink/include -D_REENTRANT -I/home/pbulk/build/x11/efltk/work/.buildlink/include/freetype2 -I/home/pbulk/build/x11/efltk/work/.buildlink/include/libpng16 -DFL_SHARED -Wuninitialized -O2 -DFL_SHARED -c Fl_Xpm.cpp  -fPIC -DPIC -o .libs/Fl_Xpm.o
Compiling Fl_abort.cpp...
In file included from /home/pbulk/build/x11/efltk/work/efltk/efltk/Fl_Font.h:31:0,
                 from /home/pbulk/build/x11/efltk/work/efltk/efltk/Fl_Style.h:28,
                 from /home/pbulk/build/x11/efltk/work/efltk/efltk/Fl_Widget.h:25,
                 from /home/pbulk/build/x11/efltk/work/efltk/efltk/Fl_Group.h:25,
                 from /home/pbulk/build/x11/efltk/work/efltk/efltk/Fl_Device.h:26,
                 from /home/pbulk/build/x11/efltk/work/efltk/efltk/x.h:36,
                 from /home/pbulk/build/x11/efltk/work/efltk/efltk/Fl_Renderer.h:27,
                 from /home/pbulk/build/x11/efltk/work/efltk/efltk/Fl_Image.h:26,
                 from Fl_Xpm.cpp:4:
/home/pbulk/build/x11/efltk/work/efltk/efltk/Fl_Int_List.h: In member function 'void Fl_Int_List::append(int)':
/home/pbulk/build/x11/efltk/work/efltk/efltk/Fl_Int_List.h:37:57: warning: cast to pointer from integer of different size [-Wint-to-pointer-cast]
     void append(int item) { Fl_Ptr_List::append((void *)item); }
                                                         ^
/home/pbulk/build/x11/efltk/work/efltk/efltk/Fl_Int_List.h: In member function 'void Fl_Int_List::prepend(int)':
/home/pbulk/build/x11/efltk/work/efltk/efltk/Fl_Int_List.h:38:59: warning: cast to pointer from integer of different size [-Wint-to-pointer-cast]
     void prepend(int item) { Fl_Ptr_List::prepend((void *)item); }
                                                           ^
/home/pbulk/build/x11/efltk/work/efltk/efltk/Fl_Int_List.h: In member function 'void Fl_Int_List::insert(unsigned int, int)':
/home/pbulk/build/x11/efltk/work/efltk/efltk/Fl_Int_List.h:39:76: warning: cast to pointer from integer of different size [-Wint-to-pointer-cast]
     void insert(unsigned pos, int item) { Fl_Ptr_List::insert(pos, (void *)item); }
                                                                            ^
Fl_Xpm.cpp: In function 'bool xpm_create(Fl_IO*, uint8*&, Fl_PixelFormat&, int&, int&, const char**)':
Fl_Xpm.cpp:319:15: warning: deprecated conversion from string constant to 'char*' [-Wwrite-strings]
         error = "XPM: Out of memory";
               ^
Fl_Xpm.cpp:335:27: warning: deprecated conversion from string constant to 'char*' [-Wwrite-strings]
                     error = "XPM: Premature end of data 2";
                           ^
Fl_Xpm.cpp:369:27: warning: deprecated conversion from string constant to 'char*' [-Wwrite-strings]
                     error = "XPM: Color parse error";
                           ^
Fl_Xpm.cpp:420:19: warning: deprecated conversion from string constant to 'char*' [-Wwrite-strings]
             error = "XPM: Out of memory";
                   ^
Fl_Xpm.cpp:434:27: warning: deprecated conversion from string constant to 'char*' [-Wwrite-strings]
                     error = "XPM: Premature end of data 3";
                           ^
Fl_Xpm.cpp:442:31: warning: deprecated conversion from string constant to 'char*' [-Wwrite-strings]
                         error = "XPM: Premature end of data 4";
                               ^
Fl_Xpm.cpp:449:23: warning: deprecated conversion from string constant to 'char*' [-Wwrite-strings]
                 error = "XPM: Premature end of data 5";
                       ^
Fl_Xpm.cpp: At global scope:
Fl_Xpm.cpp:518:1: warning: deprecated conversion from string constant to 'char*' [-Wwrite-strings]
 };
 ^
Fl_Xpm.cpp:518:1: warning: deprecated conversion from string constant to 'char*' [-Wwrite-strings]
libtool: compile:  c++ -DHAVE_CONFIG_H -I/home/pbulk/build/x11/efltk/work/efltk -Wall -fexceptions -I/home/pbulk/build/x11/efltk/work/.buildlink/include -D_REENTRANT -I/home/pbulk/build/x11/efltk/work/.buildlink/include/freetype2 -I/home/pbulk/build/x11/efltk/work/.buildlink/include/libpng16 -DFL_SHARED -Wuninitialized -O2 -DFL_SHARED -c Fl_abort.cpp  -fPIC -DPIC -o .libs/Fl_abort.o
libtool: compile:  c++ -DHAVE_CONFIG_H -I/home/pbulk/build/x11/efltk/work/efltk -Wall -fexceptions -I/home/pbulk/build/x11/efltk/work/.buildlink/include -D_REENTRANT -I/home/pbulk/build/x11/efltk/work/.buildlink/include/freetype2 -I/home/pbulk/build/x11/efltk/work/.buildlink/include/libpng16 -DFL_SHARED -Wuninitialized -O2 -DFL_SHARED -c Fl_abort.cpp -o Fl_abort.o >/dev/null 2>&1
libtool: compile:  c++ -DHAVE_CONFIG_H -I/home/pbulk/build/x11/efltk/work/efltk -Wall -fexceptions -I/home/pbulk/build/x11/efltk/work/.buildlink/include -D_REENTRANT -I/home/pbulk/build/x11/efltk/work/.buildlink/include/freetype2 -I/home/pbulk/build/x11/efltk/work/.buildlink/include/libpng16 -DFL_SHARED -Wuninitialized -O2 -DFL_SHARED -c Fl_Xpm.cpp -o Fl_Xpm.o >/dev/null 2>&1
Compiling Fl_add_idle.cpp...
libtool: compile:  c++ -DHAVE_CONFIG_H -I/home/pbulk/build/x11/efltk/work/efltk -Wall -fexceptions -I/home/pbulk/build/x11/efltk/work/.buildlink/include -D_REENTRANT -I/home/pbulk/build/x11/efltk/work/.buildlink/include/freetype2 -I/home/pbulk/build/x11/efltk/work/.buildlink/include/libpng16 -DFL_SHARED -Wuninitialized -O2 -DFL_SHARED -c Fl_add_idle.cpp  -fPIC -DPIC -o .libs/Fl_add_idle.o
libtool: compile:  c++ -DHAVE_CONFIG_H -I/home/pbulk/build/x11/efltk/work/efltk -Wall -fexceptions -I/home/pbulk/build/x11/efltk/work/.buildlink/include -D_REENTRANT -I/home/pbulk/build/x11/efltk/work/.buildlink/include/freetype2 -I/home/pbulk/build/x11/efltk/work/.buildlink/include/libpng16 -DFL_SHARED -Wuninitialized -O2 -DFL_SHARED -c Fl_add_idle.cpp -o Fl_add_idle.o >/dev/null 2>&1
Compiling Fl_arg.cpp...
Compiling Fl_compose.cpp...
libtool: compile:  c++ -DHAVE_CONFIG_H -I/home/pbulk/build/x11/efltk/work/efltk -Wall -fexceptions -I/home/pbulk/build/x11/efltk/work/.buildlink/include -D_REENTRANT -I/home/pbulk/build/x11/efltk/work/.buildlink/include/freetype2 -I/home/pbulk/build/x11/efltk/work/.buildlink/include/libpng16 -DFL_SHARED -Wuninitialized -O2 -DFL_SHARED -c Fl_arg.cpp  -fPIC -DPIC -o .libs/Fl_arg.o
libtool: compile:  c++ -DHAVE_CONFIG_H -I/home/pbulk/build/x11/efltk/work/efltk -Wall -fexceptions -I/home/pbulk/build/x11/efltk/work/.buildlink/include -D_REENTRANT -I/home/pbulk/build/x11/efltk/work/.buildlink/include/freetype2 -I/home/pbulk/build/x11/efltk/work/.buildlink/include/libpng16 -DFL_SHARED -Wuninitialized -O2 -DFL_SHARED -c Fl_compose.cpp  -fPIC -DPIC -o .libs/Fl_compose.o
Fl_compose.cpp: In static member function 'static bool Fl::compose(int&)':
Fl_compose.cpp:226:31: warning: suggest parentheses around '&&' within '||' [-Wparentheses]
             if (p[0] == ascii && p[1] == c1 || p[1] == ascii && p[0] == c1) {
                               ^
In file included from /home/pbulk/build/x11/efltk/work/efltk/efltk/Fl_Font.h:31:0,
                 from /home/pbulk/build/x11/efltk/work/efltk/efltk/Fl_Style.h:28,
                 from /home/pbulk/build/x11/efltk/work/efltk/efltk/Fl_Widget.h:25,
                 from /home/pbulk/build/x11/efltk/work/efltk/efltk/Fl_Group.h:25,
                 from /home/pbulk/build/x11/efltk/work/efltk/efltk/Fl_Window.h:25,
                 from Fl_arg.cpp:32:
/home/pbulk/build/x11/efltk/work/efltk/efltk/Fl_Int_List.h: In member function 'void Fl_Int_List::append(int)':
/home/pbulk/build/x11/efltk/work/efltk/efltk/Fl_Int_List.h:37:57: warning: cast to pointer from integer of different size [-Wint-to-pointer-cast]
     void append(int item) { Fl_Ptr_List::append((void *)item); }
                                                         ^
/home/pbulk/build/x11/efltk/work/efltk/efltk/Fl_Int_List.h: In member function 'void Fl_Int_List::prepend(int)':
/home/pbulk/build/x11/efltk/work/efltk/efltk/Fl_Int_List.h:38:59: warning: cast to pointer from integer of different size [-Wint-to-pointer-cast]
     void prepend(int item) { Fl_Ptr_List::prepend((void *)item); }
                                                           ^
/home/pbulk/build/x11/efltk/work/efltk/efltk/Fl_Int_List.h: In member function 'void Fl_Int_List::insert(unsigned int, int)':
/home/pbulk/build/x11/efltk/work/efltk/efltk/Fl_Int_List.h:39:76: warning: cast to pointer from integer of different size [-Wint-to-pointer-cast]
     void insert(unsigned pos, int item) { Fl_Ptr_List::insert(pos, (void *)item); }
                                                                            ^
libtool: compile:  c++ -DHAVE_CONFIG_H -I/home/pbulk/build/x11/efltk/work/efltk -Wall -fexceptions -I/home/pbulk/build/x11/efltk/work/.buildlink/include -D_REENTRANT -I/home/pbulk/build/x11/efltk/work/.buildlink/include/freetype2 -I/home/pbulk/build/x11/efltk/work/.buildlink/include/libpng16 -DFL_SHARED -Wuninitialized -O2 -DFL_SHARED -c Fl_compose.cpp -o Fl_compose.o >/dev/null 2>&1
Compiling Fl_display.cpp...
libtool: compile:  c++ -DHAVE_CONFIG_H -I/home/pbulk/build/x11/efltk/work/efltk -Wall -fexceptions -I/home/pbulk/build/x11/efltk/work/.buildlink/include -D_REENTRANT -I/home/pbulk/build/x11/efltk/work/.buildlink/include/freetype2 -I/home/pbulk/build/x11/efltk/work/.buildlink/include/libpng16 -DFL_SHARED -Wuninitialized -O2 -DFL_SHARED -c Fl_arg.cpp -o Fl_arg.o >/dev/null 2>&1
libtool: compile:  c++ -DHAVE_CONFIG_H -I/home/pbulk/build/x11/efltk/work/efltk -Wall -fexceptions -I/home/pbulk/build/x11/efltk/work/.buildlink/include -D_REENTRANT -I/home/pbulk/build/x11/efltk/work/.buildlink/include/freetype2 -I/home/pbulk/build/x11/efltk/work/.buildlink/include/libpng16 -DFL_SHARED -Wuninitialized -O2 -DFL_SHARED -c Fl_display.cpp  -fPIC -DPIC -o .libs/Fl_display.o
libtool: compile:  c++ -DHAVE_CONFIG_H -I/home/pbulk/build/x11/efltk/work/efltk -Wall -fexceptions -I/home/pbulk/build/x11/efltk/work/.buildlink/include -D_REENTRANT -I/home/pbulk/build/x11/efltk/work/.buildlink/include/freetype2 -I/home/pbulk/build/x11/efltk/work/.buildlink/include/libpng16 -DFL_SHARED -Wuninitialized -O2 -DFL_SHARED -c Fl_display.cpp -o Fl_display.o >/dev/null 2>&1
Compiling Fl_get_key.cpp...
Compiling Fl_init.cpp...
libtool: compile:  c++ -DHAVE_CONFIG_H -I/home/pbulk/build/x11/efltk/work/efltk -Wall -fexceptions -I/home/pbulk/build/x11/efltk/work/.buildlink/include -D_REENTRANT -I/home/pbulk/build/x11/efltk/work/.buildlink/include/freetype2 -I/home/pbulk/build/x11/efltk/work/.buildlink/include/libpng16 -DFL_SHARED -Wuninitialized -O2 -DFL_SHARED -c Fl_get_key.cpp  -fPIC -DPIC -o .libs/Fl_get_key.o
libtool: compile:  c++ -DHAVE_CONFIG_H -I/home/pbulk/build/x11/efltk/work/efltk -Wall -fexceptions -I/home/pbulk/build/x11/efltk/work/.buildlink/include -D_REENTRANT -I/home/pbulk/build/x11/efltk/work/.buildlink/include/freetype2 -I/home/pbulk/build/x11/efltk/work/.buildlink/include/libpng16 -DFL_SHARED -Wuninitialized -O2 -DFL_SHARED -c Fl_init.cpp  -fPIC -DPIC -o .libs/Fl_init.o
In file included from /home/pbulk/build/x11/efltk/work/efltk/efltk/Fl_Font.h:31:0,
                 from /home/pbulk/build/x11/efltk/work/efltk/efltk/Fl_Style.h:28,
                 from /home/pbulk/build/x11/efltk/work/efltk/efltk/Fl_Widget.h:25,
                 from /home/pbulk/build/x11/efltk/work/efltk/efltk/Fl_Group.h:25,
                 from /home/pbulk/build/x11/efltk/work/efltk/efltk/Fl_Device.h:26,
                 from /home/pbulk/build/x11/efltk/work/efltk/efltk/x.h:36,
                 from Fl_get_key.cpp:39:
/home/pbulk/build/x11/efltk/work/efltk/efltk/Fl_Int_List.h: In member function 'void Fl_Int_List::append(int)':
/home/pbulk/build/x11/efltk/work/efltk/efltk/Fl_Int_List.h:37:57: warning: cast to pointer from integer of different size [-Wint-to-pointer-cast]
     void append(int item) { Fl_Ptr_List::append((void *)item); }
                                                         ^
/home/pbulk/build/x11/efltk/work/efltk/efltk/Fl_Int_List.h: In member function 'void Fl_Int_List::prepend(int)':
/home/pbulk/build/x11/efltk/work/efltk/efltk/Fl_Int_List.h:38:59: warning: cast to pointer from integer of different size [-Wint-to-pointer-cast]
     void prepend(int item) { Fl_Ptr_List::prepend((void *)item); }
                                                           ^
/home/pbulk/build/x11/efltk/work/efltk/efltk/Fl_Int_List.h: In member function 'void Fl_Int_List::insert(unsigned int, int)':
/home/pbulk/build/x11/efltk/work/efltk/efltk/Fl_Int_List.h:39:76: warning: cast to pointer from integer of different size [-Wint-to-pointer-cast]
     void insert(unsigned pos, int item) { Fl_Ptr_List::insert(pos, (void *)item); }
                                                                            ^
In file included from /home/pbulk/build/x11/efltk/work/efltk/efltk/Fl_Font.h:31:0,
                 from /home/pbulk/build/x11/efltk/work/efltk/efltk/Fl_Style.h:28,
                 from /home/pbulk/build/x11/efltk/work/efltk/efltk/Fl_Widget.h:25,
                 from /home/pbulk/build/x11/efltk/work/efltk/efltk/Fl_Group.h:25,
                 from /home/pbulk/build/x11/efltk/work/efltk/efltk/Fl_Window.h:25,
                 from Fl_init.cpp:15:
/home/pbulk/build/x11/efltk/work/efltk/efltk/Fl_Int_List.h: In member function 'void Fl_Int_List::append(int)':
/home/pbulk/build/x11/efltk/work/efltk/efltk/Fl_Int_List.h:37:57: warning: cast to pointer from integer of different size [-Wint-to-pointer-cast]
     void append(int item) { Fl_Ptr_List::append((void *)item); }
                                                         ^
/home/pbulk/build/x11/efltk/work/efltk/efltk/Fl_Int_List.h: In member function 'void Fl_Int_List::prepend(int)':
/home/pbulk/build/x11/efltk/work/efltk/efltk/Fl_Int_List.h:38:59: warning: cast to pointer from integer of different size [-Wint-to-pointer-cast]
     void prepend(int item) { Fl_Ptr_List::prepend((void *)item); }
                                                           ^
/home/pbulk/build/x11/efltk/work/efltk/efltk/Fl_Int_List.h: In member function 'void Fl_Int_List::insert(unsigned int, int)':
/home/pbulk/build/x11/efltk/work/efltk/efltk/Fl_Int_List.h:39:76: warning: cast to pointer from integer of different size [-Wint-to-pointer-cast]
     void insert(unsigned pos, int item) { Fl_Ptr_List::insert(pos, (void *)item); }
                                                                            ^
libtool: compile:  c++ -DHAVE_CONFIG_H -I/home/pbulk/build/x11/efltk/work/efltk -Wall -fexceptions -I/home/pbulk/build/x11/efltk/work/.buildlink/include -D_REENTRANT -I/home/pbulk/build/x11/efltk/work/.buildlink/include/freetype2 -I/home/pbulk/build/x11/efltk/work/.buildlink/include/libpng16 -DFL_SHARED -Wuninitialized -O2 -DFL_SHARED -c Fl_get_key.cpp -o Fl_get_key.o >/dev/null 2>&1
libtool: compile:  c++ -DHAVE_CONFIG_H -I/home/pbulk/build/x11/efltk/work/efltk -Wall -fexceptions -I/home/pbulk/build/x11/efltk/work/.buildlink/include -D_REENTRANT -I/home/pbulk/build/x11/efltk/work/.buildlink/include/freetype2 -I/home/pbulk/build/x11/efltk/work/.buildlink/include/libpng16 -DFL_SHARED -Wuninitialized -O2 -DFL_SHARED -c Fl_init.cpp -o Fl_init.o >/dev/null 2>&1
Compiling Fl_key_name.cpp...
Compiling Fl_lock.cpp...
libtool: compile:  c++ -DHAVE_CONFIG_H -I/home/pbulk/build/x11/efltk/work/efltk -Wall -fexceptions -I/home/pbulk/build/x11/efltk/work/.buildlink/include -D_REENTRANT -I/home/pbulk/build/x11/efltk/work/.buildlink/include/freetype2 -I/home/pbulk/build/x11/efltk/work/.buildlink/include/libpng16 -DFL_SHARED -Wuninitialized -O2 -DFL_SHARED -c Fl_key_name.cpp  -fPIC -DPIC -o .libs/Fl_key_name.o
In file included from /home/pbulk/build/x11/efltk/work/efltk/efltk/Fl_Font.h:31:0,
                 from /home/pbulk/build/x11/efltk/work/efltk/efltk/Fl_Style.h:28,
                 from /home/pbulk/build/x11/efltk/work/efltk/efltk/Fl_Widget.h:25,
                 from Fl_key_name.cpp:29:
/home/pbulk/build/x11/efltk/work/efltk/efltk/Fl_Int_List.h: In member function 'void Fl_Int_List::append(int)':
/home/pbulk/build/x11/efltk/work/efltk/efltk/Fl_Int_List.h:37:57: warning: cast to pointer from integer of different size [-Wint-to-pointer-cast]
     void append(int item) { Fl_Ptr_List::append((void *)item); }
                                                         ^
/home/pbulk/build/x11/efltk/work/efltk/efltk/Fl_Int_List.h: In member function 'void Fl_Int_List::prepend(int)':
/home/pbulk/build/x11/efltk/work/efltk/efltk/Fl_Int_List.h:38:59: warning: cast to pointer from integer of different size [-Wint-to-pointer-cast]
     void prepend(int item) { Fl_Ptr_List::prepend((void *)item); }
                                                           ^
/home/pbulk/build/x11/efltk/work/efltk/efltk/Fl_Int_List.h: In member function 'void Fl_Int_List::insert(unsigned int, int)':
/home/pbulk/build/x11/efltk/work/efltk/efltk/Fl_Int_List.h:39:76: warning: cast to pointer from integer of different size [-Wint-to-pointer-cast]
     void insert(unsigned pos, int item) { Fl_Ptr_List::insert(pos, (void *)item); }
                                                                            ^
libtool: compile:  c++ -DHAVE_CONFIG_H -I/home/pbulk/build/x11/efltk/work/efltk -Wall -fexceptions -I/home/pbulk/build/x11/efltk/work/.buildlink/include -D_REENTRANT -I/home/pbulk/build/x11/efltk/work/.buildlink/include/freetype2 -I/home/pbulk/build/x11/efltk/work/.buildlink/include/libpng16 -DFL_SHARED -Wuninitialized -O2 -DFL_SHARED -c Fl_key_name.cpp -o Fl_key_name.o >/dev/null 2>&1
libtool: compile:  c++ -DHAVE_CONFIG_H -I/home/pbulk/build/x11/efltk/work/efltk -Wall -fexceptions -I/home/pbulk/build/x11/efltk/work/.buildlink/include -D_REENTRANT -I/home/pbulk/build/x11/efltk/work/.buildlink/include/freetype2 -I/home/pbulk/build/x11/efltk/work/.buildlink/include/libpng16 -DFL_SHARED -Wuninitialized -O2 -DFL_SHARED -c Fl_lock.cpp  -fPIC -DPIC -o .libs/Fl_lock.o
Compiling Fl_own_colormap.cpp...
libtool: compile:  c++ -DHAVE_CONFIG_H -I/home/pbulk/build/x11/efltk/work/efltk -Wall -fexceptions -I/home/pbulk/build/x11/efltk/work/.buildlink/include -D_REENTRANT -I/home/pbulk/build/x11/efltk/work/.buildlink/include/freetype2 -I/home/pbulk/build/x11/efltk/work/.buildlink/include/libpng16 -DFL_SHARED -Wuninitialized -O2 -DFL_SHARED -c Fl_lock.cpp -o Fl_lock.o >/dev/null 2>&1
libtool: compile:  c++ -DHAVE_CONFIG_H -I/home/pbulk/build/x11/efltk/work/efltk -Wall -fexceptions -I/home/pbulk/build/x11/efltk/work/.buildlink/include -D_REENTRANT -I/home/pbulk/build/x11/efltk/work/.buildlink/include/freetype2 -I/home/pbulk/build/x11/efltk/work/.buildlink/include/libpng16 -DFL_SHARED -Wuninitialized -O2 -DFL_SHARED -c Fl_own_colormap.cpp  -fPIC -DPIC -o .libs/Fl_own_colormap.o
Compiling Fl_visual.cpp...
In file included from /home/pbulk/build/x11/efltk/work/efltk/efltk/Fl_Font.h:31:0,
                 from /home/pbulk/build/x11/efltk/work/efltk/efltk/Fl_Style.h:28,
                 from /home/pbulk/build/x11/efltk/work/efltk/efltk/Fl_Widget.h:25,
                 from /home/pbulk/build/x11/efltk/work/efltk/efltk/Fl_Group.h:25,
                 from /home/pbulk/build/x11/efltk/work/efltk/efltk/Fl_Device.h:26,
                 from /home/pbulk/build/x11/efltk/work/efltk/efltk/x.h:36,
                 from Fl_own_colormap.cpp:37:
/home/pbulk/build/x11/efltk/work/efltk/efltk/Fl_Int_List.h: In member function 'void Fl_Int_List::append(int)':
/home/pbulk/build/x11/efltk/work/efltk/efltk/Fl_Int_List.h:37:57: warning: cast to pointer from integer of different size [-Wint-to-pointer-cast]
     void append(int item) { Fl_Ptr_List::append((void *)item); }
                                                         ^
/home/pbulk/build/x11/efltk/work/efltk/efltk/Fl_Int_List.h: In member function 'void Fl_Int_List::prepend(int)':
/home/pbulk/build/x11/efltk/work/efltk/efltk/Fl_Int_List.h:38:59: warning: cast to pointer from integer of different size [-Wint-to-pointer-cast]
     void prepend(int item) { Fl_Ptr_List::prepend((void *)item); }
                                                           ^
/home/pbulk/build/x11/efltk/work/efltk/efltk/Fl_Int_List.h: In member function 'void Fl_Int_List::insert(unsigned int, int)':
/home/pbulk/build/x11/efltk/work/efltk/efltk/Fl_Int_List.h:39:76: warning: cast to pointer from integer of different size [-Wint-to-pointer-cast]
     void insert(unsigned pos, int item) { Fl_Ptr_List::insert(pos, (void *)item); }
                                                                            ^
libtool: compile:  c++ -DHAVE_CONFIG_H -I/home/pbulk/build/x11/efltk/work/efltk -Wall -fexceptions -I/home/pbulk/build/x11/efltk/work/.buildlink/include -D_REENTRANT -I/home/pbulk/build/x11/efltk/work/.buildlink/include/freetype2 -I/home/pbulk/build/x11/efltk/work/.buildlink/include/libpng16 -DFL_SHARED -Wuninitialized -O2 -DFL_SHARED -c Fl_visual.cpp  -fPIC -DPIC -o .libs/Fl_visual.o
libtool: compile:  c++ -DHAVE_CONFIG_H -I/home/pbulk/build/x11/efltk/work/efltk -Wall -fexceptions -I/home/pbulk/build/x11/efltk/work/.buildlink/include -D_REENTRANT -I/home/pbulk/build/x11/efltk/work/.buildlink/include/freetype2 -I/home/pbulk/build/x11/efltk/work/.buildlink/include/libpng16 -DFL_SHARED -Wuninitialized -O2 -DFL_SHARED -c Fl_own_colormap.cpp -o Fl_own_colormap.o >/dev/null 2>&1
In file included from /home/pbulk/build/x11/efltk/work/efltk/efltk/Fl_Font.h:31:0,
                 from /home/pbulk/build/x11/efltk/work/efltk/efltk/Fl_Style.h:28,
                 from /home/pbulk/build/x11/efltk/work/efltk/efltk/Fl_Widget.h:25,
                 from /home/pbulk/build/x11/efltk/work/efltk/efltk/Fl_Group.h:25,
                 from /home/pbulk/build/x11/efltk/work/efltk/efltk/Fl_Device.h:26,
                 from /home/pbulk/build/x11/efltk/work/efltk/efltk/x.h:36,
                 from Fl_visual.cpp:31:
/home/pbulk/build/x11/efltk/work/efltk/efltk/Fl_Int_List.h: In member function 'void Fl_Int_List::append(int)':
/home/pbulk/build/x11/efltk/work/efltk/efltk/Fl_Int_List.h:37:57: warning: cast to pointer from integer of different size [-Wint-to-pointer-cast]
     void append(int item) { Fl_Ptr_List::append((void *)item); }
                                                         ^
/home/pbulk/build/x11/efltk/work/efltk/efltk/Fl_Int_List.h: In member function 'void Fl_Int_List::prepend(int)':
/home/pbulk/build/x11/efltk/work/efltk/efltk/Fl_Int_List.h:38:59: warning: cast to pointer from integer of different size [-Wint-to-pointer-cast]
     void prepend(int item) { Fl_Ptr_List::prepend((void *)item); }
                                                           ^
/home/pbulk/build/x11/efltk/work/efltk/efltk/Fl_Int_List.h: In member function 'void Fl_Int_List::insert(unsigned int, int)':
/home/pbulk/build/x11/efltk/work/efltk/efltk/Fl_Int_List.h:39:76: warning: cast to pointer from integer of different size [-Wint-to-pointer-cast]
     void insert(unsigned pos, int item) { Fl_Ptr_List::insert(pos, (void *)item); }
                                                                            ^
libtool: compile:  c++ -DHAVE_CONFIG_H -I/home/pbulk/build/x11/efltk/work/efltk -Wall -fexceptions -I/home/pbulk/build/x11/efltk/work/.buildlink/include -D_REENTRANT -I/home/pbulk/build/x11/efltk/work/.buildlink/include/freetype2 -I/home/pbulk/build/x11/efltk/work/.buildlink/include/libpng16 -DFL_SHARED -Wuninitialized -O2 -DFL_SHARED -c Fl_visual.cpp -o Fl_visual.o >/dev/null 2>&1
Compiling KStoUCS.cpp...
libtool: compile:  c++ -DHAVE_CONFIG_H -I/home/pbulk/build/x11/efltk/work/efltk -Wall -fexceptions -I/home/pbulk/build/x11/efltk/work/.buildlink/include -D_REENTRANT -I/home/pbulk/build/x11/efltk/work/.buildlink/include/freetype2 -I/home/pbulk/build/x11/efltk/work/.buildlink/include/libpng16 -DFL_SHARED -Wuninitialized -O2 -DFL_SHARED -c KStoUCS.cpp  -fPIC -DPIC -o .libs/KStoUCS.o
Compiling filename.cpp...
In file included from /home/pbulk/build/x11/efltk/work/efltk/efltk/Fl_Font.h:31:0,
                 from /home/pbulk/build/x11/efltk/work/efltk/efltk/Fl_Style.h:28,
                 from /home/pbulk/build/x11/efltk/work/efltk/efltk/Fl_Widget.h:25,
                 from /home/pbulk/build/x11/efltk/work/efltk/efltk/Fl_Group.h:25,
                 from /home/pbulk/build/x11/efltk/work/efltk/efltk/Fl_Device.h:26,
                 from /home/pbulk/build/x11/efltk/work/efltk/efltk/x.h:36,
                 from KStoUCS.cpp:5:
/home/pbulk/build/x11/efltk/work/efltk/efltk/Fl_Int_List.h: In member function 'void Fl_Int_List::append(int)':
/home/pbulk/build/x11/efltk/work/efltk/efltk/Fl_Int_List.h:37:57: warning: cast to pointer from integer of different size [-Wint-to-pointer-cast]
     void append(int item) { Fl_Ptr_List::append((void *)item); }
                                                         ^
/home/pbulk/build/x11/efltk/work/efltk/efltk/Fl_Int_List.h: In member function 'void Fl_Int_List::prepend(int)':
/home/pbulk/build/x11/efltk/work/efltk/efltk/Fl_Int_List.h:38:59: warning: cast to pointer from integer of different size [-Wint-to-pointer-cast]
     void prepend(int item) { Fl_Ptr_List::prepend((void *)item); }
                                                           ^
/home/pbulk/build/x11/efltk/work/efltk/efltk/Fl_Int_List.h: In member function 'void Fl_Int_List::insert(unsigned int, int)':
/home/pbulk/build/x11/efltk/work/efltk/efltk/Fl_Int_List.h:39:76: warning: cast to pointer from integer of different size [-Wint-to-pointer-cast]
     void insert(unsigned pos, int item) { Fl_Ptr_List::insert(pos, (void *)item); }
                                                                            ^
libtool: compile:  c++ -DHAVE_CONFIG_H -I/home/pbulk/build/x11/efltk/work/efltk -Wall -fexceptions -I/home/pbulk/build/x11/efltk/work/.buildlink/include -D_REENTRANT -I/home/pbulk/build/x11/efltk/work/.buildlink/include/freetype2 -I/home/pbulk/build/x11/efltk/work/.buildlink/include/libpng16 -DFL_SHARED -Wuninitialized -O2 -DFL_SHARED -c KStoUCS.cpp -o KStoUCS.o >/dev/null 2>&1
libtool: compile:  c++ -DHAVE_CONFIG_H -I/home/pbulk/build/x11/efltk/work/efltk -Wall -fexceptions -I/home/pbulk/build/x11/efltk/work/.buildlink/include -D_REENTRANT -I/home/pbulk/build/x11/efltk/work/.buildlink/include/freetype2 -I/home/pbulk/build/x11/efltk/work/.buildlink/include/libpng16 -DFL_SHARED -Wuninitialized -O2 -DFL_SHARED -c filename.cpp  -fPIC -DPIC -o .libs/filename.o
Compiling filename_list.cpp...
libtool: compile:  c++ -DHAVE_CONFIG_H -I/home/pbulk/build/x11/efltk/work/efltk -Wall -fexceptions -I/home/pbulk/build/x11/efltk/work/.buildlink/include -D_REENTRANT -I/home/pbulk/build/x11/efltk/work/.buildlink/include/freetype2 -I/home/pbulk/build/x11/efltk/work/.buildlink/include/libpng16 -DFL_SHARED -Wuninitialized -O2 -DFL_SHARED -c filename.cpp -o filename.o >/dev/null 2>&1
libtool: compile:  c++ -DHAVE_CONFIG_H -I/home/pbulk/build/x11/efltk/work/efltk -Wall -fexceptions -I/home/pbulk/build/x11/efltk/work/.buildlink/include -D_REENTRANT -I/home/pbulk/build/x11/efltk/work/.buildlink/include/freetype2 -I/home/pbulk/build/x11/efltk/work/.buildlink/include/libpng16 -DFL_SHARED -Wuninitialized -O2 -DFL_SHARED -c filename_list.cpp  -fPIC -DPIC -o .libs/filename_list.o
filename_list.cpp: In function 'int fl_filename_list(const char*, dirent***, int (*)(dirent**, dirent**))':
filename_list.cpp:66:71: error: invalid conversion from 'int (*)(const void*, const void*)' to 'int (*)(const dirent**, const dirent**)' [-fpermissive]
     return scandir(dir, list, 0, (int(*)(const void*,const void*))sort);
                                                                       ^
In file included from /home/pbulk/build/x11/efltk/work/efltk/efltk/filename.h:49:0,
                 from filename_list.cpp:35:
/usr/include/dirent.h:255:12: error:   initializing argument 4 of 'int scandir(const char*, dirent***, int (*)(const dirent*), int (*)(const dirent**, const dirent**))' [-fpermissive]
 extern int scandir (const char *__restrict __dir,
            ^
make[2]: *** [filename_list.lo] Error 1
make[2]: *** Waiting for unfinished jobs....
make[2]: Leaving directory `/home/pbulk/build/x11/efltk/work/efltk/src/core'
make[1]: *** [libtool] Error 2
make[1]: Leaving directory `/home/pbulk/build/x11/efltk/work/efltk/src'
make: *** [all] Error 2
*** Error code 2

Stop.
bmake[1]: stopped in /data/jenkins/workspace/pkgsrc-el7-trunk-x86_64/x11/efltk
*** Error code 1

Stop.
bmake: stopped in /data/jenkins/workspace/pkgsrc-el7-trunk-x86_64/x11/efltk