[opensource-dev] JIRA VWR-29466

2012-09-24 Thread Kiptic
Hi, just wanted to mention that this bug was introduced in build 3.4.1.263189 and was not present in 3.4.1.262722. I'll try finding the problem later. /Kip ___ Policies and (un)subscribe information

[opensource-dev] icon_SeeAVs_On

2011-07-14 Thread Kiptic
Hi, I'm trying to compile 19506, and everything works perfectly (as usual), I get the new binary, start it, and can even log in. Then after a little while, before I actually get on, I get this error: ERROR: LLPanel::getString: Failed to find string icon_SeeAVs_On in panel panel_place_profile

Re: [opensource-dev] icon_SeeAVs_On

2011-07-14 Thread Kiptic
Ohh never mind, I found the problem: the files in my roaming profile thingy needed updating. Sorry for the fuss :) /Kip ___ Policies and (un)subscribe information

Re: [opensource-dev] tcmalloc

2011-05-21 Thread Kiptic
After configuring, try cmake -L build-*/ or, if you also want the help strings cmake -LH build-*/ ... Perfect, just what I needed! /Kip ___ Policies and (un)subscribe information available

Re: [opensource-dev] Mesh branch merged to viewer-development

2011-05-20 Thread Kiptic
2011-05-17T21:41:18Z newview/llviewertexturelist.cpp(492) : error 2011-05-17T21:41:18Z ERROR: LLViewerTextureList::addImageToList: ASSERT (mInitialized) I get another crash on each startup: $1 = (struct LLConvexDecomposition *) 0x0 Apparently, LLConvexDecomposition::getInstance()

Re: [opensource-dev] tcmalloc

2011-05-20 Thread Kiptic
For Fmod fixes see : https://jira.secondlife.com/browse/STORM-1023 that is the issue that fixed fmod for OS devs plus there are instructions there on how to make your own local package for the autobuild system to use. Great, thanks! I'm using the -DFMOD_INCLUDE_DIR etc. now with great

[opensource-dev] tcmalloc

2011-05-19 Thread Kiptic
Hi, when trying to compile (18425): autobuild --debug configure -c OpenSourceRelWithDebInfo -- -DFMOD:BOOL=TRUE I get this error: InstallError: unknown package: tcmalloc ERROR: unknown package: tcmalloc For more information: try re-running your command with --verbose or --debug CMake Error at

Re: [opensource-dev] tcmalloc

2011-05-19 Thread Kiptic
Thanks, ReleaseWithDebInfoOS solved it! 2. Instead of using -DFMOD:BOOL=True use -DFMOD=ON Ahhh! Are all these documented somewhere btw? /Kip ___ Policies and (un)subscribe information available here:

Re: [opensource-dev] Review Request: STORM-1118 Viewer crashes when user tries to upload image without JFIF header

2011-04-15 Thread Kiptic Horsley
. :-) The LLAPRFile::seek() with offset 0 does apr_file_seek(file_handle, APR_END, 0), and apr_file_seek() doesn't access the whole file it just does an apr_file_info_get(), checks the size (the OS should know...) and jumps there, then returns the result. So you should really do a seek() :) - Kiptic

Re: [opensource-dev] C++ Need help to resolve stdint.h typedef conflicts between Quicktime and VS2010

2011-04-12 Thread Kiptic
Ohh! I never got your idea working and I had my little fix anyway so I stuck to that, but it's nice to know at least it wasn't some mess I did that prevented it from working :) Thanks for letting me know! /Kip

Re: [opensource-dev] C++ Need help to resolve stdint.h typedef conflicts between Quicktime and VS2010

2011-04-05 Thread Kiptic
media_plugin_quicktime.cpp C:\Program Files (x86)\QuickTime SDK\CIncludes\GNUCompatibility/stdint.h(49): error C2371: 'int_fast16_t' : redefinition; different basic types C:\Program Files (x86)\Microsoft Visual Studio 10.0\VC\include\stdint.h(34) : see declaration of

Re: [opensource-dev] C++ Need help to resolve stdint.h typedef conflicts between Quicktime and VS2010

2011-04-05 Thread Kiptic
Uninstall the SDK, well that's clever, didn't even think of that :) Thanks. /Kip ___ Policies and (un)subscribe information available here:

Re: [opensource-dev] autobuild VS 2010 support merged to viewer-development

2011-04-03 Thread Kiptic
Building from the VS command prompt? Not so lucky. I get this: devenv.com is not an internal command What were you trying to build. viewer-development shouldn't cause that error. You will run into that error trying to build the 3p-* libraries, as it uses a couple functions still coded

Re: [opensource-dev] autobuild VS 2010 support merged to viewer-development

2011-04-02 Thread Kiptic
The autobuild and Visual Studio 2010 branch has been merged to viewer-development develop.py is dead, long live autobuild After half a day of fiddling I finally got this to work - yay! Setup: Windows 7 + VS2010 The only real bump on the road was that for some reason the file autobuild

Re: [opensource-dev] Review Request: Added sort folders by name option to inventory menu.

2011-01-31 Thread Kiptic
: https://codereview.secondlife.com/r/128/. It is related to STORM-316 and includes some other code cleanup needed for that issue. It also adds sort folders by name option to inventory menu so perhaps we should go for my patch? - Seth On January 29th, 2011, 1:55 p.m., Kiptic Horsley wrote

Re: [opensource-dev] attempting to compile a viewer

2011-01-30 Thread Kiptic
Using configure as you pointed out produces the same error results as I previously posted. Ignoring those, I then did: develop.py build and I got back the message: run develop.py cmake first Which I did, and got back the message: run develop.py cmake first again. I am using VS2005