Hello,

I'm try make qt 4.8 implemention for phyFLEX imx6 . if I run make command in ptxdist I see this error

 

building conf and mconf ...
make[1]: Entering directory `/home/panda/Desktop/Board/ptxdist-2012.03.0/scripts/kconfig'
gcc -g -O2  -DCURSES_LOC="<ncurses.h>" -DKBUILD_NO_NLS -DPACKAGE='"ptxdist"' -DCONFIG_='"PTXCONF_"' -c conf.c -o conf.o
conf.c: In function ‘check_stdin’:
conf.c:78:3: warning: format not a string literal and no format arguments [-Wformat-security]
conf.c:79:3: warning: format not a string literal and no format arguments [-Wformat-security]
conf.c:80:3: warning: format not a string literal and no format arguments [-Wformat-security]
conf.c: In function ‘conf_askvalue’:
conf.c:90:3: warning: format not a string literal and no format arguments [-Wformat-security]
conf.c: In function ‘conf_choice’:
conf.c:287:5: warning: format not a string literal and no format arguments [-Wformat-security]
conf.c: In function ‘check_conf’:
conf.c:433:6: warning: format not a string literal and no format arguments [-Wformat-security]
conf.c: In function ‘main’:
conf.c:532:4: warning: format not a string literal and no format arguments [-Wformat-security]
conf.c:610:6: warning: format not a string literal and no format arguments [-Wformat-security]
conf.c:664:4: warning: format not a string literal and no format arguments [-Wformat-security]
conf.c:681:4: warning: format not a string literal and no format arguments [-Wformat-security]
cp zconf.tab.c_shipped zconf.tab.c
cp lex.zconf.c_shipped lex.zconf.c
cp zconf.hash.c_shipped zconf.hash.c
sed < lkc_proto.h > lkc_defs.h 's/P(\([^,]*\),.*/#define \1 (\*\1_p)/'
gcc -g -O2  -DCURSES_LOC="<ncurses.h>" -DKBUILD_NO_NLS -DPACKAGE='"ptxdist"' -DCONFIG_='"PTXCONF_"' -c zconf.tab.c -o zconf.tab.o
gcc conf.o zconf.tab.o  -o conf
gcc -g -O2  -DCURSES_LOC="<ncurses.h>" -DKBUILD_NO_NLS -DPACKAGE='"ptxdist"' -DCONFIG_='"PTXCONF_"' -c mconf.c -o mconf.o
gcc -g -O2  -DCURSES_LOC="<ncurses.h>" -DKBUILD_NO_NLS -DPACKAGE='"ptxdist"' -DCONFIG_='"PTXCONF_"' -c lxdialog/checklist.c -o lxdialog/checklist.o
gcc -g -O2  -DCURSES_LOC="<ncurses.h>" -DKBUILD_NO_NLS -DPACKAGE='"ptxdist"' -DCONFIG_='"PTXCONF_"' -c lxdialog/inputbox.c -o lxdialog/inputbox.o
gcc -g -O2  -DCURSES_LOC="<ncurses.h>" -DKBUILD_NO_NLS -DPACKAGE='"ptxdist"' -DCONFIG_='"PTXCONF_"' -c lxdialog/menubox.c -o lxdialog/menubox.o
gcc -g -O2  -DCURSES_LOC="<ncurses.h>" -DKBUILD_NO_NLS -DPACKAGE='"ptxdist"' -DCONFIG_='"PTXCONF_"' -c lxdialog/textbox.c -o lxdialog/textbox.o
gcc -g -O2  -DCURSES_LOC="<ncurses.h>" -DKBUILD_NO_NLS -DPACKAGE='"ptxdist"' -DCONFIG_='"PTXCONF_"' -c lxdialog/util.c -o lxdialog/util.o
gcc -g -O2  -DCURSES_LOC="<ncurses.h>" -DKBUILD_NO_NLS -DPACKAGE='"ptxdist"' -DCONFIG_='"PTXCONF_"' -c lxdialog/yesno.c -o lxdialog/yesno.o
gcc mconf.o zconf.tab.o lxdialog/checklist.o lxdialog/inputbox.o lxdialog/menubox.o lxdialog/textbox.o lxdialog/util.o lxdialog/yesno.o  -o mconf -lncurses
gcc -g -O2  -DCURSES_LOC="<ncurses.h>" -DKBUILD_NO_NLS -DPACKAGE='"ptxdist"' -DCONFIG_='"PTXCONF_"' -c nconf.c -o nconf.o
gcc -g -O2  -DCURSES_LOC="<ncurses.h>" -DKBUILD_NO_NLS -DPACKAGE='"ptxdist"' -DCONFIG_='"PTXCONF_"' -c nconf.gui.c -o nconf.gui.o
gcc nconf.o zconf.tab.o nconf.gui.o  -o nconf -lncurses -lmenu -lpanel
make[1]: Leaving directory `/home/panda/Desktop/Board/ptxdist-2012.03.0/scripts/kconfig'
done.
preparing PTXdist environment ... done