I edited the includes with freetype prefix, got compile to go forward until it hit deprecated libsoup API (I have libsoup 2.44) and failed because of -Werror.
Eventually I got both of the issues solved and managed to compile it succesfully. This was with 32-bit system with 3GB of usable RAM. Later I'll try building Elementary against it. 12.12.2013 12:48, Kai Huuhko kirjoitti: > Compilation didn't work here, got: > > > [ 78%] Building CXX object > Source/WebCore/CMakeFiles/WebCore.dir/platform/graphics/freetype/FontPlatformDataFreeType.cpp.o > [ 78%] Building CXX object > Source/WebCore/CMakeFiles/WebCore.dir/platform/graphics/freetype/GlyphPageTreeNodeFreeType.cpp.o > /home/kai/Downloads/webkit-efl/Source/WebCore/platform/graphics/freetype/FontPlatformDataFreeType.cpp:32:22: > vakava virhe: tttables.h: Tiedostoa tai hakemistoa ei ole > compilation terminated. > > > My system has freetype 2.4.12 and I verified that the header file does > exist in /usr/include/freetype2/freetype/tttables.h > > > 12.12.2013 07:39, Cedric BAIL kirjoitti: >> Hello, >> >> Thanks to the help of Ryuan Choi, we can announce today the release of >> a recent Webkit EFL snapshot. It is based on svn r159807. You can this >> tarball here (as it was a little bit big, I did go with xz): >> http://download.enlightenment.org/rel/libs/webkit-efl/webkit-efl-159807.tar.xz >> . >> >> To build it, you need EFL 1.8 and libsoup 2.42 at least. Then >> something like that will do : >> mkdir build && cd build >> cmake .. -DPORT=Efl -DENABLE_WEB_AUDIO=Off -DENABLE_VIDEO=Off >> -DENABLE_VIDEO_TRACK=Off -DENABLE_ACCESSIBILITY=Off >> -DENABLE_BATTERY_STATUS=Off -DCMAKE_INSTALL_PREFIX=/usr/local >> make -j 4 >> >> I have tested it with elm web and it work quite well for me. I hope it >> will be useful for others. Just be aware that if you build it, you >> need around 4G of ram for the linker. This means it can only be build >> on 64bits system. Cross compilation is required for 32bits system. >> >> Enjoy, >> ------------------------------------------------------------------------------ Rapidly troubleshoot problems before they affect your business. Most IT organizations don't have a clear picture of how application performance affects their revenue. With AppDynamics, you get 100% visibility into your Java,.NET, & PHP application. Start your 15-day FREE TRIAL of AppDynamics Pro! http://pubads.g.doubleclick.net/gampad/clk?id=84349831&iu=/4140/ostg.clktrk _______________________________________________ Enlightenment-release mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/enlightenment-release
