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

2011-01-30 Thread Andromeda Quonset

I have gotten a little farther, but I am still having an issue:

E:\linden\indradevelop.py -G VC80
Running 'cmake -G Visual Studio 8 2005 -DSTANDALONE:BOOL=OFF 
-DUNATTENDED:BOOL
=OFF -DROOT_PROJECT_NAME:STRING=SecondLife  E:\\linden\\indra' in 
'build-VC8

0'
-- Check for working C compiler using: Visual Studio 8 2005
-- Check for working C compiler using: Visual Studio 8 2005 -- works
-- Detecting C compiler ABI info
-- Detecting C compiler ABI info - done
-- Check for working CXX compiler using: Visual Studio 8 2005
-- Check for working CXX compiler using: Visual Studio 8 2005 -- works
-- Detecting CXX compiler ABI info
-- Detecting CXX compiler ABI info - done
Traceback (most recent call last):
  File install.py, line 80, in ?
from indra.base import llsd
  File E:\linden\indra\lib\python\indra\base\llsd.py, line 37, in ?
from indra.util.fastest_elementtree import ElementTreeError, fromstring
  File 
E:\linden\indra\lib\python\indra\util\fastest_elementtree.py, line 62,

in ?
from xml.etree.ElementTree import *
ImportError: No module named etree.ElementTree
CMake Error at cmake/Prebuilt.cmake:39 (message):
  Failed to download or unpack prebuilt 'ogg-vorbis'.  Process returned 1.
Call Stack (most recent call first):
  cmake/Audio.cmake:11 (use_prebuilt_binary)
  llaudio/CMakeLists.txt:6 (include)


-- Configuring incomplete, errors occurred!
Cleaning 'build-VC80'
Error: the command 'cmake' exited with status 1

E:\linden\indra

This is VS2005 Professional, not the express version.
The system I am running on is Windows 7 x64, and I am not trying to 
produce a 64-bit viewer.


I have gane back through the archives for this list, and I've found a 
few other instances of the same error message:


Failed to download or unpack prebuilt 'ogg-vorbis'.  Process returned 1.

and one person solved it by manually downloading it, and saving it in 
a temp directory.  That doesn't seem to have worked for me.  Either 
the problem here is something else, or I am putting it in the wrong 
temp directory.


I am using Python 2.5 and CMake 2.8.3  Should I be using other 
versions instead?


Thanks in advance!
Andro

At 09:43 PM 1/29/2011, you wrote:

some of this might help you. make sure you have Python Installed

Good Luck,

https://wiki.secondlife.com/wiki/Talk:Microsoft_Windows_Builds#VC.2B.2B_Express_2005_Settings_that_resulted_in_a__successful_build_of_snowglobe_2.0https://wiki.secondlife.com/wiki/Talk:Microsoft_Windows_Builds#VC.2B.2B_Express_2005_Settings_that_resulted_in_a__successful_build_of_snowglobe_2.0.


From: Andromeda Quonset andromedaquon...@gmail.com
To: opensource-dev@lists.secondlife.com
Sent: Sat, January 29, 2011 9:06:16 PM
Subject: [opensource-dev] attempting to compile a viewer

I am using VS2005, attempting to compile viewer 1.22 (I wanted to
start with 1.23.5, but the source seems unavailable).

My problem ATM is with running http://develop.pydevelop.py

I am getting the following error message:


CMake Error at cmake/Python.cmake:47 (message):
  No Python interpreter found
Call Stack (most recent call first):
  cmake/Prebuilt.cmake:3 (include)
  cmake/Audio.cmake:2 (include)
  llaudio/CMakeLists.txt:6 (include)


-- Configuring incomplete, errors occurred!
Cleaning 'build-vc80'
Error: the command 'cmake' exited with status 1

There are some messages prior to this, but they seem to be warnings
related to a lack of CMakeLists.txt in the Input directories, and I
assume I can ignore them for now.

___
Policies and (un)subscribe information available here:
http://wiki.secondlife.com/wiki/OpenSource-Devhttp://wiki.secondlife.com/wiki/OpenSource-Dev
Please read the policies before posting to keep unmoderated posting privileges
___
Policies and (un)subscribe information available here:
http://wiki.secondlife.com/wiki/OpenSource-Dev
Please read the policies before posting to keep unmoderated posting privileges

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

2011-01-30 Thread Alexandrea Fride
its is 

develop.py -G VC80 configure

you forgot to but configure after 
after that you can use 

develop.py build

or opening project files and build there
From: Andromeda Quonset 
Sent: Sunday, January 30, 2011 10:35 AM
To: opensource-dev@lists.secondlife.com 
Subject: Re: [opensource-dev] attempting to compile a viewer

I have gotten a little farther, but I am still having an issue:

E:\linden\indradevelop.py -G VC80
Running 'cmake -G Visual Studio 8 2005 -DSTANDALONE:BOOL=OFF -DUNATTENDED:BOOL
=OFF -DROOT_PROJECT_NAME:STRING=SecondLife  E:\\linden\\indra' in 'build-VC8
0'
-- Check for working C compiler using: Visual Studio 8 2005
-- Check for working C compiler using: Visual Studio 8 2005 -- works
-- Detecting C compiler ABI info
-- Detecting C compiler ABI info - done
-- Check for working CXX compiler using: Visual Studio 8 2005
-- Check for working CXX compiler using: Visual Studio 8 2005 -- works
-- Detecting CXX compiler ABI info
-- Detecting CXX compiler ABI info - done
Traceback (most recent call last):
  File install.py, line 80, in ?
from indra.base import llsd
  File E:\linden\indra\lib\python\indra\base\llsd.py, line 37, in ?
from indra.util.fastest_elementtree import ElementTreeError, fromstring
  File E:\linden\indra\lib\python\indra\util\fastest_elementtree.py, line 62,
in ?
from xml.etree.ElementTree import *
ImportError: No module named etree.ElementTree
CMake Error at cmake/Prebuilt.cmake:39 (message):
  Failed to download or unpack prebuilt 'ogg-vorbis'.  Process returned 1.
Call Stack (most recent call first):
  cmake/Audio.cmake:11 (use_prebuilt_binary)
  llaudio/CMakeLists.txt:6 (include)


-- Configuring incomplete, errors occurred!
Cleaning 'build-VC80'
Error: the command 'cmake' exited with status 1

E:\linden\indra

This is VS2005 Professional, not the express version.
The system I am running on is Windows 7 x64, and I am not trying to produce a 
64-bit viewer.

I have gane back through the archives for this list, and I've found a few other 
instances of the same error message: 

Failed to download or unpack prebuilt 'ogg-vorbis'.  Process returned 1. 

and one person solved it by manually downloading it, and saving it in a temp 
directory.  That doesn't seem to have worked for me.  Either the problem here 
is something else, or I am putting it in the wrong temp directory.

I am using Python 2.5 and CMake 2.8.3  Should I be using other versions instead?

Thanks in advance!
Andro

At 09:43 PM 1/29/2011, you wrote:

  some of this might help you. make sure you have Python Installed

  Good Luck, 

  
https://wiki.secondlife.com/wiki/Talk:Microsoft_Windows_Builds#VC.2B.2B_Express_2005_Settings_that_resulted_in_a__successful_build_of_snowglobe_2.0
 .


  From: Andromeda Quonset andromedaquon...@gmail.com
  To: opensource-dev@lists.secondlife.com
  Sent: Sat, January 29, 2011 9:06:16 PM
  Subject: [opensource-dev] attempting to compile a viewer

  I am using VS2005, attempting to compile viewer 1.22 (I wanted to 
  start with 1.23.5, but the source seems unavailable).

  My problem ATM is with running develop.py

  I am getting the following error message:


  CMake Error at cmake/Python.cmake:47 (message):
No Python interpreter found
  Call Stack (most recent call first):
cmake/Prebuilt.cmake:3 (include)
cmake/Audio.cmake:2 (include)
llaudio/CMakeLists.txt:6 (include)


  -- Configuring incomplete, errors occurred!
  Cleaning 'build-vc80'
  Error: the command 'cmake' exited with status 1

  There are some messages prior to this, but they seem to be warnings 
  related to a lack of CMakeLists.txt in the Input directories, and I 
  assume I can ignore them for now.

  ___
  Policies and (un)subscribe information available here:
  http://wiki.secondlife.com/wiki/OpenSource-Dev
  Please read the policies before posting to keep unmoderated posting privileges




___
Policies and (un)subscribe information available here:
http://wiki.secondlife.com/wiki/OpenSource-Dev
Please read the policies before posting to keep unmoderated posting privileges___
Policies and (un)subscribe information available here:
http://wiki.secondlife.com/wiki/OpenSource-Dev
Please read the policies before posting to keep unmoderated posting privileges

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

2011-01-30 Thread Andromeda Quonset

Ok, thanks!
 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.


At 02:40 AM 1/30/2011, Alexandrea Fride wrote:

its is

develop.py -G VC80 configure

you forgot to but configure after
after that you can use

develop.py build

or opening project files and build there
From: mailto:andromedaquon...@gmail.comAndromeda Quonset
Sent: Sunday, January 30, 2011 10:35 AM
To: 
mailto:opensource-dev@lists.secondlife.comopensource-dev@lists.secondlife.com 


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

I have gotten a little farther, but I am still having an issue:

E:\linden\indradevelop.py -G VC80
Running 'cmake -G Visual Studio 8 2005 -DSTANDALONE:BOOL=OFF 
-DUNATTENDED:BOOL
=OFF -DROOT_PROJECT_NAME:STRING=SecondLife  E:\\linden\\indra' 
in 'build-VC8

0'
-- Check for working C compiler using: Visual Studio 8 2005
-- Check for working C compiler using: Visual Studio 8 2005 -- works
-- Detecting C compiler ABI info
-- Detecting C compiler ABI info - done
-- Check for working CXX compiler using: Visual Studio 8 2005
-- Check for working CXX compiler using: Visual Studio 8 2005 -- works
-- Detecting CXX compiler ABI info
-- Detecting CXX compiler ABI info - done
Traceback (most recent call last):
  File install.py, line 80, in ?
from indra.base import llsd
  File E:\linden\indra\lib\python\indra\base\llsd.py, line 37, in ?
from indra.util.fastest_elementtree import ElementTreeError, fromstring
  File 
E:\linden\indra\lib\python\indra\util\fastest_elementtree.py, line 62,

in ?
from xml.etree.ElementTree import *
ImportError: No module named etree.ElementTree
CMake Error at cmake/Prebuilt.cmake:39 (message):
  Failed to download or unpack prebuilt 'ogg-vorbis'.  Process returned 1.
Call Stack (most recent call first):
  cmake/Audio.cmake:11 (use_prebuilt_binary)
  llaudio/CMakeLists.txt:6 (include)


-- Configuring incomplete, errors occurred!
Cleaning 'build-VC80'
Error: the command 'cmake' exited with status 1

E:\linden\indra

This is VS2005 Professional, not the express version.
The system I am running on is Windows 7 x64, and I am not trying to 
produce a 64-bit viewer.


I have gane back through the archives for this list, and I've found 
a few other instances of the same error message:


Failed to download or unpack prebuilt 'ogg-vorbis'.  Process returned 1.

and one person solved it by manually downloading it, and saving it 
in a temp directory.  That doesn't seem to have worked for 
me.  Either the problem here is something else, or I am putting it 
in the wrong temp directory.


I am using Python 2.5 and CMake 2.8.3  Should I be using other 
versions instead?


Thanks in advance!
Andro

At 09:43 PM 1/29/2011, you wrote:

some of this might help you. make sure you have Python Installed

Good Luck,

https://wiki.secondlife.com/wiki/Talk:Microsoft_Windows_Builds#VC.2B.2B_Express_2005_Settings_that_resulted_in_a__successful_build_of_snowglobe_2.0https://wiki.secondlife.com/wiki/Talk:Microsoft_Windows_Builds#VC.2B.2B_Express_2005_Settings_that_resulted_in_a__successful_build_of_snowglobe_2.0 
.



From: Andromeda Quonset andromedaquon...@gmail.com
To: opensource-dev@lists.secondlife.com
Sent: Sat, January 29, 2011 9:06:16 PM
Subject: [opensource-dev] attempting to compile a viewer

I am using VS2005, attempting to compile viewer 1.22 (I wanted to
start with 1.23.5, but the source seems unavailable).

My problem ATM is with running http://develop.pydevelop.py

I am getting the following error message:


CMake Error at cmake/Python.cmake:47 (message):
  No Python interpreter found
Call Stack (most recent call first):
  cmake/Prebuilt.cmake:3 (include)
  cmake/Audio.cmake:2 (include)
  llaudio/CMakeLists.txt:6 (include)


-- Configuring incomplete, errors occurred!
Cleaning 'build-vc80'
Error: the command 'cmake' exited with status 1

There are some messages prior to this, but they seem to be warnings
related to a lack of CMakeLists.txt in the Input directories, and I
assume I can ignore them for now.

___
Policies and (un)subscribe information available here:
http://wiki.secondlife.com/wiki/OpenSource-Devhttp://wiki.secondlife.com/wiki/OpenSource-Dev
Please read the policies before posting to keep unmoderated posting 
privileges



--
___
Policies and (un)subscribe information available here:
http://wiki.secondlife.com/wiki/OpenSource-Dev
Please read the policies before posting to keep unmoderated posting privileges
___
Policies and (un)subscribe information available here:
http://wiki.secondlife.com/wiki/OpenSource-Dev
Please read the policies before posting to keep unmoderated posting privileges

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 professional too, and this is what I do (all in the indra 
dir):
python develop.py
python develop.py build
Make sure you follow all the details on the wiki page 
(http://wiki.secondlife.com/wiki/Microsoft_Windows_Builds), I had to 
double-check it before I got my build working :)

/Kip

  ___
Policies and (un)subscribe information available here:
http://wiki.secondlife.com/wiki/OpenSource-Dev
Please read the policies before posting to keep unmoderated posting privileges

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

2011-01-30 Thread Jonathan Welch
The viewer 2 how-to instructions are here:
http://wiki.secondlife.com/wiki/Viewer_2_Microsoft_Windows_Builds
___
Policies and (un)subscribe information available here:
http://wiki.secondlife.com/wiki/OpenSource-Dev
Please read the policies before posting to keep unmoderated posting privileges


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

2011-01-30 Thread Andromeda Quonset
No, I'm using the full VS2005 Professional, and I 
verified that the file is present.

At 08:20 PM 1/30/2011, Liny Odell wrote:
At this point, I was successful in running python develop.py -G VC80,
but I did have 1 error message about not finding devenv.com, which I
was able to find with no effort, so I don't know why the error came
up.

Your using the express edition arnt you? Because that file only comes
with pro or higher.

On Sun, Jan 30, 2011 at 6:13 PM, Andromeda Quonset
andromedaquon...@gmail.com wrote:
  I want to thank everyone who helped me with getting the viewer to compile.
  I also want to post this here for future reference, and anyone else having
  trouble.
 
  First, I have been successful in compiling a viewer, and running it from
  within VS2005.
 
  Here is what I did:
 
  1.  I uninstalled all the Python interpreters that were installed.
  2.  I installed Python 2.7.1.  This time, I installed the 64-bit version
  that I had overlooked earlier.
  3.  I had to manually add the path to the Python directory.
 
  I ran:
 
  python develop.py -G VC80
 
  and after it did a few things including 
 verifying that VS was working, I had
  an error message that the python interpreter couldn't be found.
  I stumbled across http://wiki.secondlife.com/wiki/Talk:CMake and found a
  solution by adding
 
  [HKEY_LOCAL_MACHINE\\SOFTWARE\\Python\\PythonCore\\2.7\\InstallPath]
 
  to my \linden\indra\cmake\Python.cmake file.
 
  At this point, I was successful in running python develop.py -G VC80, but I
  did have 1 error message about not finding devenv.com, which I was able to
  find with no effort, so I don't know why the 
 error came up.  Ignoring it, I
  went on with the steps in the wiki, and I was 
 successful in building 1.23.4,
  and runing a debug version without debugging, and successfully logged-on to
  the grid.
 
  I don't know if the devenv.com is going to come back and bite me.
 
  Andro
 
 
 
 
  ___
  Policies and (un)subscribe information available here:
  http://wiki.secondlife.com/wiki/OpenSource-Dev
  Please read the policies before posting to keep unmoderated posting
  privileges
 

___
Policies and (un)subscribe information available here:
http://wiki.secondlife.com/wiki/OpenSource-Dev
Please read the policies before posting to keep unmoderated posting privileges


[opensource-dev] attempting to compile a viewer

2011-01-29 Thread Andromeda Quonset
I am using VS2005, attempting to compile viewer 1.22 (I wanted to 
start with 1.23.5, but the source seems unavailable).

My problem ATM is with running develop.py

I am getting the following error message:


CMake Error at cmake/Python.cmake:47 (message):
   No Python interpreter found
Call Stack (most recent call first):
   cmake/Prebuilt.cmake:3 (include)
   cmake/Audio.cmake:2 (include)
   llaudio/CMakeLists.txt:6 (include)


-- Configuring incomplete, errors occurred!
Cleaning 'build-vc80'
Error: the command 'cmake' exited with status 1

There are some messages prior to this, but they seem to be warnings 
related to a lack of CMakeLists.txt in the Input directories, and I 
assume I can ignore them for now.

___
Policies and (un)subscribe information available here:
http://wiki.secondlife.com/wiki/OpenSource-Dev
Please read the policies before posting to keep unmoderated posting privileges