HI all,
I try to build DVSDK2.1(came from IPNC). When I call command "make demos", it will display error.
root@terry-desktop:/home/ipnc2.0/dvsdk_2_10_01_18# make demos
make -C /home/ipnc2.0/dvsdk_2_10_01_18/dvsdk_demos_2_10_00_17 dm365
make[1]: Entering directory `/home/ipnc2.0/dvsdk_2_10_01_18/dvsdk_demos_2_10_00_17'
make -C packages/ti/sdo/simplewidget
make[2]: Entering directory `/home/ipnc2.0/dvsdk_2_10_01_18/dvsdk_demos_2_10_00_17/packages/ti/sdo/simplewidget'
Compiling Font_dm6467.o470MV from Font.c..
In file included from Font.c:14:
/opt/dm36x/mv_pro_5.0/montavista/pro/devkit/arm/v5t_le/bin/../target/usr/include/ft2build.h:56:38: error: freetype/config/ftheader.h: No such file or directory
Font.c:15:10: error: #include expects "FILENAME" or <FILENAME>
Font.c:16:10: error: #include expects "FILENAME" or <FILENAME>
Font.c: In function ‘Font_create’:
Font.c:28: warning: implicit declaration of function ‘calloc’
Font.c:28: warning: incompatible implicit declaration of built-in function ‘calloc’
Font.c:35: warning: implicit declaration of function ‘FT_Init_FreeType’
Font.c:35: error: ‘FT_Library’ undeclared (first use in this function)
Font.c:35: error: (Each undeclared identifier is reported only once
Font.c:35: error: for each function it appears in.)
Font.c:35: error: expected expression before ‘)’ token
Font.c:37: warning: implicit declaration of function ‘free’
Font.c:41: warning: implicit declaration of function ‘FT_New_Face’
Font.c:41: error: expected expression before ‘void’
Font.c:41: error: expected ‘)’ before ‘hFont’
Font.c:48: warning: implicit declaration of function ‘FT_Select_Charmap’
Font.c:48: error: ‘FT_Face’ undeclared (first use in this function)
Font.c:48: error: expected ‘)’ before ‘hFont’
Font.c:49: error: ‘FT_ENCODING_UNICODE’ undeclared (first use in this function)
make[2]: *** [Font_dm6467.o470MV] Error 1
make[2]: Leaving directory `/home/ipnc2.0/dvsdk_2_10_01_18/dvsdk_demos_2_10_00_17/packages/ti/sdo/simplewidget'
make[1]: *** [simplewidget] Error 2
make[1]: Leaving directory `/home/ipnc2.0/dvsdk_2_10_01_18/dvsdk_demos_2_10_00_17'
make: *** [demos] Error 2
Here was the result for "make check"
root@terry-desktop:/home/ipnc2.0/dvsdk_2_10_01_18# make check
Checking that components in Rules.make are found:
WARNING: /home/ipnc2.0/dvsdk_2_10_01_18/__PSP_VERS__/docs doesn't exist, check your Rules.make..
Done checking! If no warning messages above, all components are found..
My path:
DVSDK = /home/ipnc2.0/dvsdk_2_10_01_18/
Kernel =/home/ipnc2.0/ipnc/ti-davinci/
MV_TOOL=/opt/dm36x/mv_pro_5.0
Can anybody help me?
BR
Terry K.G