Re: [opensource-dev] Review Request: Make viewer-autobuild work under Visual Studio 2005 Express Edition.

2011-02-06 Thread Oz Linden (Scott Lawrence)
I've created a repo sync'ed up to the latest viewer-development, and with this workaround (I renamed the configuration VCexpressRelWithDebInfo to make it stand out a bit more). If folks with VS Express (2005) could please test it : https://bitbucket.org/oz_linden/viewer-autobuildvs8 I'm

Re: [opensource-dev] Review Request: Make viewer-autobuild work under Visual Studio 2005 Express Edition.

2011-02-06 Thread Oz Linden (Scott Lawrence)
On 2011-02-06 9:15, Oz Linden (Scott Lawrence) wrote: I've created a repo sync'ed up to the latest viewer-development, and with this workaround (I renamed the configuration VCexpressRelWithDebInfo to make it stand out a bit more). If folks with VS Express (2005) could please test it :

Re: [opensource-dev] Review Request: Make viewer-autobuild work under Visual Studio 2005 Express Edition.

2011-02-06 Thread Nicky Perian
Sent: Sun, February 6, 2011 9:40:52 AM Subject: Re: [opensource-dev] Review Request: Make viewer-autobuild work under Visual Studio 2005 Express Edition. On 2011-02-06 9:15, Oz Linden (Scott Lawrence) wrote: I've created a repo sync'ed up to the latest viewer-development

Re: [opensource-dev] Review Request: Make viewer-autobuild work under Visual Studio 2005 Express Edition.

2011-02-06 Thread Ima Mechanique
I'm getting dozens of these errors fatal error C1083: Cannot open include file: 'winsock2.h': No such file or directory and fatal error C1083: Cannot open include file: 'windows.h': No such file or directory Seems that it is not using the Include directories list. -- Ima Mechanique

Re: [opensource-dev] Review Request: Make viewer-autobuild work under Visual Studio 2005 Express Edition.

2011-02-06 Thread Twisted Laws
The autobuild configure -c OpenSourceRelWithDebInfo worked fine if I run it from a Visual C++ command prompt but not in a cygwin window. But the build fails with an expected (??) error with fmod. c:\dev\hgbuilds\viewer-autobuildvs8autobuild build unable to download file: urlopen error

Re: [opensource-dev] Review Request: Make viewer-autobuild work under Visual Studio 2005 Express Edition.

2011-02-06 Thread Twisted Laws
Since I wasn't sure of the exact command to run I also tried: c:\dev\hgbuilds\viewer-autobuildvs8autobuild build -c OpenSourceRelWithDebInfo --verbose executing configure command cmake -DCMAKE_BUILD_TYPE:STRING=RelWithDebInfo -DUNA TTENDED:BOOL=OFF -DWORD_SIZE:STRING=32

Re: [opensource-dev] Review Request: Make viewer-autobuild work under Visual Studio 2005 Express Edition.

2011-02-06 Thread Nicky Perian
: Make viewer-autobuild work under Visual Studio 2005 Express Edition. c:\dev\hgbuilds\viewer-autobuildvs8autobuild build -c OpenSourceRelWithDebInfo Since I wasn't sure of the exact command to run I also tried: c:\dev\hgbuilds\viewer-autobuildvs8autobuild build -c OpenSourceRelWithDebInfo

Re: [opensource-dev] Review Request: Make viewer-autobuild work under Visual Studio 2005 Express Edition.

2011-02-06 Thread Twisted Laws
Ok, i'm an idiot and can't follow instructions So i reread Oz's msg and found i was using the wrong config and redid it with autobuild configure -c VCexpressRelWithDebInfo Then that part worked ok. If i then just used autobuild build it had the same fmod error as before. So i tried

Re: [opensource-dev] Review Request: Make viewer-autobuild work under Visual Studio 2005 Express Edition.

2011-02-06 Thread Twisted Laws
: twisted_l...@hotmail.com To: o...@lindenlab.com; opensource-dev@lists.secondlife.com Date: Sun, 6 Feb 2011 12:56:55 -0500 Subject: Re: [opensource-dev] Review Request: Make viewer-autobuild work under Visual Studio 2005 Express Edition. Ok, i'm an idiot and can't follow instructions So i reread

Re: [opensource-dev] Review Request: Make viewer-autobuild work under Visual Studio 2005 Express Edition.

2011-02-06 Thread Ima Mechanique
I'm getting dozens of these errors fatal error C1083: Cannot open include file: 'winsock2.h': No such file or directory and fatal error C1083: Cannot open include file: 'windows.h': No such file or directory Seems that it is not using the Include directories list. Just to

Re: [opensource-dev] Review Request: Make viewer-autobuild work under Visual Studio 2005 Express Edition.

2011-02-06 Thread Nicky Perian
@lists.secondlife.com Sent: Sun, February 6, 2011 1:07:27 PM Subject: Re: [opensource-dev] Review Request: Make viewer-autobuild work under Visual Studio 2005 Express Edition. Ok, i found i can get much further compiling in the IDE and this is all i end up with now. Note that the issue with winres.h

Re: [opensource-dev] Review Request: Make viewer-autobuild work under Visual Studio 2005 Express Edition.

2011-02-06 Thread Oz Linden (Scott Lawrence)
On 2011-02-06 10:40, Oz Linden (Scott Lawrence) wrote: On 2011-02-06 9:15, Oz Linden (Scott Lawrence) wrote: I've created a repo sync'ed up to the latest viewer-development, and with this workaround (I renamed the configuration VCexpressRelWithDebInfo to make it stand out a bit more). If

Re: [opensource-dev] Review Request: Make viewer-autobuild work under Visual Studio 2005 Express Edition.

2011-02-06 Thread Nicky Perian
What is your windows OS? I may be able to Vbox/VM it to test. From: Ima Mechanique ima.mechani...@blueyonder.co.uk To: opensource-dev@lists.secondlife.com Sent: Sun, February 6, 2011 1:15:31 PM Subject: Re: [opensource-dev] Review Request: Make viewer-autobuild

Re: [opensource-dev] Review Request: Make viewer-autobuild work under Visual Studio 2005 Express Edition.

2011-02-06 Thread Ima Mechanique
version %s % (product,version) raise From: Ima Mechanique ima.mechani...@blueyonder.co.uk To: opensource-dev@lists.secondlife.com Sent: Sun, February 6, 2011 1:15:31 PM Subject: Re: [opensource-dev] Review Request: Make viewer-autobuild work under Visual

Re: [opensource-dev] Review Request: Make viewer-autobuild work under Visual Studio 2005 Express Edition.

2011-02-06 Thread Oz Linden (Scott Lawrence)
On 2011-02-06 14:15, Ima Mechanique wrote: Just to clarify. These errors are only generated when using autobuild build -c VCexpressRelWithDebInfo If using the MSVC Express gui it builds with only the usual niggles (like failing on x64 because it can't find a directory) Can you tell what is

Re: [opensource-dev] Review Request: Make viewer-autobuild work under Visual Studio 2005 Express Edition.

2011-02-06 Thread Twisted Laws
...@blueyonder.co.uk To: opensource-dev@lists.secondlife.com Subject: Re: [opensource-dev] Review Request: Make viewer-autobuild work under Visual Studio 2005 Express Edition. What is your windows OS? I may be able to Vbox/VM it to test. WinXP 64 bit. The following altered function from

Re: [opensource-dev] Review Request: Make viewer-autobuild work under Visual Studio 2005 Express Edition.

2011-02-06 Thread Ima Mechanique
To: opensource-dev@lists.secondlife.com Subject: Re: [opensource-dev] Review Request: Make viewer-autobuild work under Visual Studio 2005 Express Edition. What is your windows OS? I may be able to Vbox/VM it to test. WinXP 64 bit. The following altered function from indra\lib\python

Re: [opensource-dev] Review Request: Make viewer-autobuild work under Visual Studio 2005 Express Edition.

2011-02-06 Thread Ima Mechanique
On 2011-02-06 14:15, Ima Mechanique wrote: Just to clarify. These errors are only generated when using autobuild build -c VCexpressRelWithDebInfo If using the MSVC Express gui it builds with only the usual niggles (like failing on x64 because it can't find a directory) Can you tell

Re: [opensource-dev] Review Request: Make viewer-autobuild work under Visual Studio 2005 Express Edition.

2011-02-06 Thread Nicky Perian
From: Ima Mechanique ima.mechani...@blueyonder.co.uk To: opensource-dev@lists.secondlife.com Sent: Sun, February 6, 2011 3:34:41 PM Subject: Re: [opensource-dev] Review Request: Make viewer-autobuild work under Visual Studio 2005 Express Edition. On 2011-02-06

Re: [opensource-dev] Review Request: Make viewer-autobuild work under Visual Studio 2005 Express Edition.

2011-02-06 Thread Ima Mechanique
to me. From: Ima Mechanique ima.mechani...@blueyonder.co.uk To: opensource-dev@lists.secondlife.com Sent: Sun, February 6, 2011 3:34:41 PM Subject: Re: [opensource-dev] Review Request: Make viewer-autobuild work under Visual Studio 2005 Express Edition

Re: [opensource-dev] Review Request: Make viewer-autobuild work under Visual Studio 2005 Express Edition.

2011-02-06 Thread Nicky Perian
at this time. Date: Sun, 6 Feb 2011 20:23:41 + From: ima.mechani...@blueyonder.co.uk To: opensource-dev@lists.secondlife.com Subject: Re: [opensource-dev] Review Request: Make viewer-autobuild work under Visual Studio 2005 Express Edition. What is your windows OS? I may be able to Vbox/VM

Re: [opensource-dev] Review Request: Make viewer-autobuild work under Visual Studio 2005 Express Edition.

2011-02-05 Thread Oz Linden
--- This is an automatically generated e-mail. To reply, visit: http://codereview.secondlife.com/r/136/ --- (Updated Feb. 5, 2011, 3:25 a.m.) Review request for Viewer. Changes

Re: [opensource-dev] Review Request: Make viewer-autobuild work under Visual Studio 2005 Express Edition.

2011-02-05 Thread Nicky Perian
--- This is an automatically generated e-mail. To reply, visit: http://codereview.secondlife.com/r/136/ --- (Updated Feb. 5, 2011, 8:50 p.m.) Review request for Viewer. Changes