I everyone,

I tried to compile Canfestival on my computer with the config below :

----------------------------------------

./configure --can=virtual

----------------------------------------


All worked fine with the command above. But when trying to compile with
"make" command, I have the following error : 


-----------------------------------------------------

gcc -c -O2 -fPIC  -I../../include -I../../include/unix 
-I../../include/can_virtual -I../../include/timers_unix ObjDict.c -o
ObjDict.o
ObjDict.c:167:48: error: invalid initializer
                     UNS8 ObjDict_obj1008[10] = (UNS8*)"";
                                                ^
ObjDict.c:174:48: error: invalid initializer
                     UNS8 ObjDict_obj1009[10] = (UNS8*)"";
                                                ^
ObjDict.c:181:48: error: invalid initializer
                     UNS8 ObjDict_obj100A[10] = (UNS8*)"";
                                                ^
Makefile:58: recipe for target 'ObjDict.o' failed
make[2]: *** [ObjDict.o] Error 1

make[2]: Leaving directory 'INSTALL_DIR/CanFestival
-3/examples/DS401_Slave_Gui'
Makefile:75: recipe for target 'all' failed
make[1]: *** [all] Error 2
make[1]: Leaving directory 'INSTALL_DIR/CanFestival-3/examples'
Makefile:27: recipe for target 'examples' failed
make: *** [examples] Error 2

-----------------------------------------------------



Can you help me to solve this problem? Thanx!

-- 
LEMOFACK GONANG


------------------------------------------------------------------------------
Transform Data into Opportunity.
Accelerate data analysis in your applications with
Intel Data Analytics Acceleration Library.
Click to learn more.
http://pubads.g.doubleclick.net/gampad/clk?id=278785351&iu=/4140
_______________________________________________
Canfestival-devel mailing list
Canfestival-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/canfestival-devel

Reply via email to