Difference between revisions of "User:Dzonatas Sol"

From Second Life Wiki
Jump to navigation Jump to search
Line 1: Line 1:
__NOTOC__
__NOTOC__
== "Your Viewer; Your Imagination" ==
[http://jira.dzonux.net JIRA @ Dzonux.net] - Issue tracker for related open-source developments:
[http://jira.dzonux.net JIRA @ Dzonux.net] - Issue tracker for related open-source developments:
* User-Scripted Metaverse Viewer:
* User-Scripted Metaverse Viewer:
** "Your Viewer; Your Imagination"
** [http://jira.dzonux.net:8080/browse/MVS MonoVida Studio]
** [http://jira.dzonux.net:8080/browse/MVS MonoVida Studio]
** [[Alternate_viewers#MonoVida_Studio|Alternate Viewer]]
* Client Script & Persistent Data Objects (prior ref:[https://jira.secondlife.com/browse/SVC-98])
* Client Script & Persistent Data Objects (prior ref:[https://jira.secondlife.com/browse/SVC-98])
* eCommerce
 
* OO-REST
 
* ...
 
== Snowglobe: Debian Squeeze AMD 64 ==
 
Here are my notes about the compilation experience:
 
Squeeze comes with cmake 2.6.0, but the experimental version is required:
sudo apt-get install -t sid cmake
 
Specific cmake builds wouldn't be needed if an universal binary was used, instead.
 
Downloaded and unpacked Snowglobe source (1.2.4.3008). Not gonna worry about git/hg/svn matters for this annotation.
 
$ cd indra
$ ./develop.py --standalone -m64 configure
$ cd viewer-linux-x86_64-relwithdebinfo
$ make
 
Issues:
 
* {{JIRA|SNOW-240}} At this time there is no jsoncpp debian package, so configure fails on this. Downloaded and compiled from sources noted in jira issue. Copied include files to /usr/local/include and libs to /usr/local/lib for temporary fix. Maybe reopen issue?
* {{JIRA|SNOW-360}} build error: 'skip' is not a member of 'tut::test_result'  (see jira for questions and recommended patch)
* {{JIRA|SNOW-285}} build error: llqtwebkit.h: No such file or directory -- Despite this being a dependency, it should have made the configure fail like above in {{JIRA|SNOW-240}}. The configure failure message could point to a wiki page to resolve the dependency (like an extra deb package for Debian).
 
 
 
{{Jira Reporter}}
{{Jira Reporter}}

Revision as of 13:51, 20 November 2009


"Your Viewer; Your Imagination"

JIRA @ Dzonux.net - Issue tracker for related open-source developments:


Snowglobe: Debian Squeeze AMD 64

Here are my notes about the compilation experience:

Squeeze comes with cmake 2.6.0, but the experimental version is required:

sudo apt-get install -t sid cmake

Specific cmake builds wouldn't be needed if an universal binary was used, instead.

Downloaded and unpacked Snowglobe source (1.2.4.3008). Not gonna worry about git/hg/svn matters for this annotation.

$ cd indra
$ ./develop.py --standalone -m64 configure
$ cd viewer-linux-x86_64-relwithdebinfo
$ make

Issues:

  • SNOW-240 At this time there is no jsoncpp debian package, so configure fails on this. Downloaded and compiled from sources noted in jira issue. Copied include files to /usr/local/include and libs to /usr/local/lib for temporary fix. Maybe reopen issue?
  • SNOW-360 build error: 'skip' is not a member of 'tut::test_result' (see jira for questions and recommended patch)
  • SNOW-285 build error: llqtwebkit.h: No such file or directory -- Despite this being a dependency, it should have made the configure fail like above in SNOW-240. The configure failure message could point to a wiki page to resolve the dependency (like an extra deb package for Debian).


View the issues Dzonatas Sol has filed at jira.secondlife.com