> Am Freitag 08 Januar 2010 schrieb Robin Cornelius: > > I don't believe when a new lib comes out and you are tracking trunk > > for instance, that any clean up of the old lib is done. The libs > > are just downloaded and un-tared on top of anythinlg that exists. > > > > Thickbrick probably had the required header file left over from the > > previous lib and in this particular case it let his build complete > > just fine.
Umm... oops, sorry about that. Yes, I did have the orphan header in my build tree: libraries/i686-linux/include/llfreetype2/freetype/ft2build.h On Friday 08 January 2010 22:51:14 Lance Corrimal wrote: > i did a manual fix in llfont.cpp but now the build breaks elsewhere: > [ 82%] Building CXX object newview/CMakeFiles/secondlife- > bin.dir/llstartup.cpp.o > /usr/src/packages/BUILD/linden/indra/newview/llstartup.cpp: In > function 'bool login_show(const LLSavedLogins&)': > /usr/src/packages/BUILD/linden/indra/newview/llstartup.cpp:3310: > error: 'saved_login_entries' was not declared in this scope This is the same breakage Viktoria commented about in http://jira.secondlife.com/browse/SNOW-129 . saved_login_entries is hidden behind a macro: #ifdef LL_RELEASE_FOR_DOWNLOAD The version of that patch I tried last did work with the macro lines commented out, but the variable name was changed since then... I will commit a fix for this one soon (s/saved_login_entries/saved_logins/) Thickbrick _______________________________________________ Policies and (un)subscribe information available here: http://wiki.secondlife.com/wiki/SLDev Please read the policies before posting to keep unmoderated posting privileges
