共2条
1/1 1 跳转至页
MiniGUI,for,uClinux,hello MiniGUI for uClinux移植实验编译hello.c出错

问
我是按书上的步骤做的,出如下错误,怎办办?
checking for unistd.h... yes
checking sys/time.h usability... yes
checking sys/time.h presence... yes
checking for sys/time.h... yes
checking for unistd.h... (cached) yes
checking minigui/common.h usability... yes
checking minigui/common.h presence... no
configure: WARNING: minigui/common.h: accepted by the compiler, rejected by the
preprocessor!
configure: WARNING: minigui/common.h: proceeding with the preprocessor's result
configure: WARNING: ## ------------------------------------ ##
configure: WARNING: ## Report this to bug-autoconf@gnu.org. ##
configure: WARNING: ## ------------------------------------ ##
checking for minigui/common.h... no
checking whether __NOUNIX__ is declared... no
checking whether _LITE_VERSION is declared... no
checking whether _STAND_ALONE is declared... no
checking whether _USE_NEWGAL is declared... no
checking whether _HAVE_MATH_LIB is declared... yes
checking whether _PNG_FILE_SUPPORT is declared... no
checking whether _JPG_FILE_SUPPORT is declared... no
checking whether _TYPE1_SUPPORT is declared... no
checking whether _TTF_SUPPORT is declared... no
configure: creating ./config.status
config.status: creating Makefile
config.status: creating src/Makefile
config.status: executing depfiles commands
configure: WARNING:
MiniGUI is not properly installed on the system. You need MiniGUI Ver 1.
6.1 or later for
building this package. Please configure and install MiniGUI Ver 1.6.1 fi
rst.
答 1: 这个只是warning 继续之后的make我们一开始耶遇到类似的错误
checking for unistd.h... yes
checking sys/time.h usability... yes
checking sys/time.h presence... yes
checking for sys/time.h... yes
checking for unistd.h... (cached) yes
checking minigui/common.h usability... yes
checking minigui/common.h presence... no
configure: WARNING: minigui/common.h: accepted by the compiler, rejected by the
preprocessor!
configure: WARNING: minigui/common.h: proceeding with the preprocessor's result
configure: WARNING: ## ------------------------------------ ##
configure: WARNING: ## Report this to bug-autoconf@gnu.org. ##
configure: WARNING: ## ------------------------------------ ##
checking for minigui/common.h... no
checking whether __NOUNIX__ is declared... no
checking whether _LITE_VERSION is declared... no
checking whether _STAND_ALONE is declared... no
checking whether _USE_NEWGAL is declared... no
checking whether _HAVE_MATH_LIB is declared... yes
checking whether _PNG_FILE_SUPPORT is declared... no
checking whether _JPG_FILE_SUPPORT is declared... no
checking whether _TYPE1_SUPPORT is declared... no
checking whether _TTF_SUPPORT is declared... no
configure: creating ./config.status
config.status: creating Makefile
config.status: creating src/Makefile
config.status: executing depfiles commands
configure: WARNING:
MiniGUI is not properly installed on the system. You need MiniGUI Ver 1.
6.1 or later for
building this package. Please configure and install MiniGUI Ver 1.6.1 fi
rst.
答 1: 这个只是warning 继续之后的make我们一开始耶遇到类似的错误
共2条
1/1 1 跳转至页