I found the soluiton. It was needing freetype2 realted flags and libraries:
sh4-linux-gcc `pkg-config --cflags --libs ecore-evas evas ecore edje freetype2` main.c -o efl-test2 On Wed, Feb 4, 2009 at 10:12 PM, Vincent Torri <[email protected]> wrote: > > > What can be other things that i should suspicious about? As you said adter >> 2.2 it is defined. Do you know where the definition is at the freetype >> headers, i better check it. >> > > check the symbol in the shared lib: > > sh4-linux-nm -C /path/to/freetype.so | grep FT_Get_TrueType_Engine_Type > > give the output > > Vincent > > ... >>>> ... >>>> mv -f .deps/ecore_config.Tpo .deps/ecore_config.Po >>>> /bin/bash ../../libtool --tag=CC --mode=link >>>> /opt/STM/STLinux-2.2/devkit/sh4/bin/sh4-linux-gcc -g -O2 >>>> -L/st710x/usr/lib >>>> -o ecore_config ecore_config.o >>>> ../../src/lib/ecore_config/libecore_config.la../../src/lib/ecore_ipc/ >>>> libecore_ipc.la../../src/lib/ecore_con/libecore_con.la../../src/lib/ecore/ >>>> libecore.la >>>> mkdir .libs >>>> /opt/STM/STLinux-2.2/devkit/sh4/bin/sh4-linux-gcc -g -O2 -o >>>> .libs/ecore_config ecore_config.o -L/st710x/usr/lib >>>> ../../src/lib/ecore_config/.libs/libecore_config.so >>>> ../../src/lib/ecore_ipc/.libs/libecore_ipc.so >>>> ../../src/lib/ecore_con/.libs/libecore_con.so >>>> ../../src/lib/ecore/.libs/libecore.so -Wl,--rpath >>>> -Wl,/st710x/usr/local/efls/lib >>>> /st710x/usr/local/efls/lib/libevas.so.0: undefined reference to >>>> `FT_Get_TrueType_Engine_Type' >>>> >>>> >>> It's strange as the api ref ( >>> >>> http://www.freetype.org/freetype2/docs/reference/ft2-truetype_engine.html#FT_Get_TrueType_Engine_Type >>> ) >>> mentions that the function exists since freetype 2.2 >>> >>> Nevertheless, try to update freetype >>> >>> Vincent >>> >>> >> >> >> -- >> O?uz Yar?mtepe >> www.loopbacking.info >> >> ------------------------------------------------------------------------------ >> Create and Deploy Rich Internet Apps outside the browser with >> Adobe(R)AIR(TM) >> software. With Adobe AIR, Ajax developers can use existing skills and code >> to >> build responsive, highly engaging applications that combine the power of >> local >> resources and data with the reach of the web. Download the Adobe AIR SDK >> and >> Ajax docs to start building applications today- >> http://p.sf.net/sfu/adobe-com >> _______________________________________________ >> enlightenment-devel mailing list >> [email protected] >> https://lists.sourceforge.net/lists/listinfo/enlightenment-devel >> >> -- >> Ce message a été vérifié par MailScanner >> pour des virus ou des polluriels et rien de >> suspect n'a été trouvé. >> Message délivré par le serveur de messagerie de l'Université d'Evry. >> >> >> -- Oğuz Yarımtepe www.loopbacking.info ------------------------------------------------------------------------------ Create and Deploy Rich Internet Apps outside the browser with Adobe(R)AIR(TM) software. With Adobe AIR, Ajax developers can use existing skills and code to build responsive, highly engaging applications that combine the power of local resources and data with the reach of the web. Download the Adobe AIR SDK and Ajax docs to start building applications today-http://p.sf.net/sfu/adobe-com _______________________________________________ enlightenment-devel mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/enlightenment-devel
