Am Freitag, 8. Januar 2010 15:19:11 schrieb Aleric Inglewood:
> On Fri, Jan 8, 2010 at 12:38 PM, Lance Corrimal
> 
> <lance.corri...@eregion.de> wrote:
> > in r3082:
> >
> > Scanning dependencies of target llrender
> > [ 28%] Building CXX object
> > llrender/CMakeFiles/llrender.dir/llcubemap.cpp.o [ 28%] Building CXX
> > object llrender/CMakeFiles/llrender.dir/llfont.cpp.o
> > /usr/src/packages/BUILD/linden/indra/llrender/llfont.cpp:42:44: error:
> > llfreetype2/freetype/ft2build.h: No such file or directory
> 
> That is part of libfreetype6-dev
> 

so i'm supposed to build standalone now?

from the file in question:

// Freetype stuff
#if !defined(LL_LINUX) || defined(LL_STANDALONE)
# include <ft2build.h>
#else
// I had to do some work to avoid the system-installed FreeType headers... --
ryan.
# include "llfreetype2/freetype/ft2build.h"
#endif


my cmake call:
Running 'cmake -DCMAKE_BUILD_TYPE:STRING=RELEASE -G \'Unix Makefiles\' -
DSERVER:BOOL=OFF -DVIEWER:BOOL=ON -DSTANDALONE:BOOL=OFF -DUNATTENDED:BOOL=ON -
DWORD_SIZE:STRING=32 -DROOT_PROJECT_NAME:STRING=SecondLife "-DPACKAGE:BOOL=ON" 
"-DGCC_DISABLE_FATAL_WARNINGS:BOOL=ON" 
\'/usr/src/packages/BUILD/linden/indra\'' in 'viewer-linux-i686-release'


and it used to build just fine with the previous svn checkout, around r3071...
going to poull a diff and see what has changed.
_______________________________________________
Policies and (un)subscribe information available here:
http://wiki.secondlife.com/wiki/SLDev
Please read the policies before posting to keep unmoderated posting privileges

Reply via email to