Re: [osg-users] [OT][OT] Sun, moon, clouds. Any recommendations?

2008-07-22 Thread Alberto Luaces
Hi Paul,

El Martes 22 Julio 2008ES 16:42:12 Paul Martz escribió:
 What part of Producer did you have a problem with? Last time I checked,
 Producer still builds and runs fine with current OSG and is still a viable
 camera management library.

I couldn't get to work nor CMake nor GNUMakefile build system with current 
SVN. In the first case, some flex/bison generated files are missing from the 
CMake project. In the second, I got some C++ errors that I posted on the 
Producer mailing list two weeks ago.

Anyway, I was just being curious.  I'm not now in the urgent need of using 
osgEphemeris since I have a simple skydome working :)

Alberto
___
osg-users mailing list
osg-users@lists.openscenegraph.org
http://lists.openscenegraph.org/listinfo.cgi/osg-users-openscenegraph.org


Re: [osg-users] [OT][OT] Sun, moon, clouds. Any recommendations?

2008-07-22 Thread Alberto Luaces
Hi Justin,

I suppose you have Producer already installed on your system. Anyway, thanks 
for your help.

Alberto

El Martes 22 Julio 2008ES 14:21:25 KSpam escribió:
 Alberto,

 I am able to build osgEphemeris with OSG 2.4.  I only build the
 osgEphemeris library and plugin (That's all I need).  I have a Python build
 script that does the work.  Hopefully, the function calls are descriptive
 enough.

 # Make a small fix for compilation errors
 replaceInFile(src/osgEphemerisLib/StarField.cpp, [(=
 cv-getModelViewMatrix(), = *cv-getModelViewMatrix())]);
 os.environ[OSG_ROOT] = osgDir;
 changeDir(os.path.join(unbundleDir, VC7, osgEphemeris));
 runVcbuild(osgEphemeris.vcproj, configs = [RELEASE, DEBUG]);
 changeDir(os.path.join(unbundleDir, VC7, osgPlugin_ephemeris));
 replaceInFile(osgPlugin_ephemeris.vcproj,
 [($(OSG_ROOT)\lib\win32, $(OSG_ROOT)\lib)]);
 runVcbuild(osgPlugin_ephemeris.vcproj, configs = [RELEASE, DEBUG]);

 Hope This Helps,
 Justin

 On Tuesday 22 July 2008 00:58:44 Alberto Luaces wrote:
  Did you manage to build osgephemeris with OSG 2.4? A few weeks ago I
  tried to compile it but gave up because it seems it depends on Producer.
 
  I you have a patch available, I think it would be of interest for us osg
  users. Maybe you upload it to the wiki, it would be very useful. Another
  possible place to post it would be on the producer-users mailing list, or
  send it to the osgephemeris project page.
 
  Alberto.


___
osg-users mailing list
osg-users@lists.openscenegraph.org
http://lists.openscenegraph.org/listinfo.cgi/osg-users-openscenegraph.org


Re: [osg-users] [OT][OT] Sun, moon, clouds. Any recommendations?

2008-07-22 Thread Vican, Justin E.
Hi Alberto,
What part of osgEphemeris are you having trouble building.  Is it the 
MakeMoonImages directory?  If so, I have a (hacked) version working with 
OSG2.2.  It should work with 2.4.  It should allow you to build the library and 
the plugin without the Producer dependency.  Would this be helpful?

-Justin

-Original Message-
From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of Alberto Luaces
Sent: Tuesday, July 22, 2008 5:24 PM
To: osg-users@lists.openscenegraph.org
Subject: Re: [osg-users] [OT][OT] Sun, moon, clouds. Any recommendations?

Hi Justin,

I suppose you have Producer already installed on your system. Anyway, thanks 
for your help.

Alberto

El Martes 22 Julio 2008ES 14:21:25 KSpam escribió:
 Alberto,

 I am able to build osgEphemeris with OSG 2.4.  I only build the
 osgEphemeris library and plugin (That's all I need).  I have a Python build
 script that does the work.  Hopefully, the function calls are descriptive
 enough.

 # Make a small fix for compilation errors
 replaceInFile(src/osgEphemerisLib/StarField.cpp, [(=
 cv-getModelViewMatrix(), = *cv-getModelViewMatrix())]);
 os.environ[OSG_ROOT] = osgDir;
 changeDir(os.path.join(unbundleDir, VC7, osgEphemeris));
 runVcbuild(osgEphemeris.vcproj, configs = [RELEASE, DEBUG]);
 changeDir(os.path.join(unbundleDir, VC7, osgPlugin_ephemeris));
 replaceInFile(osgPlugin_ephemeris.vcproj,
 [($(OSG_ROOT)\lib\win32, $(OSG_ROOT)\lib)]);
 runVcbuild(osgPlugin_ephemeris.vcproj, configs = [RELEASE, DEBUG]);

 Hope This Helps,
 Justin

 On Tuesday 22 July 2008 00:58:44 Alberto Luaces wrote:
  Did you manage to build osgephemeris with OSG 2.4? A few weeks ago I
  tried to compile it but gave up because it seems it depends on Producer.
 
  I you have a patch available, I think it would be of interest for us osg
  users. Maybe you upload it to the wiki, it would be very useful. Another
  possible place to post it would be on the producer-users mailing list, or
  send it to the osgephemeris project page.
 
  Alberto.


___
osg-users mailing list
osg-users@lists.openscenegraph.org
http://lists.openscenegraph.org/listinfo.cgi/osg-users-openscenegraph.org
___
osg-users mailing list
osg-users@lists.openscenegraph.org
http://lists.openscenegraph.org/listinfo.cgi/osg-users-openscenegraph.org


Re: [osg-users] [OT][OT] Sun, moon, clouds. Any recommendations?

2008-07-22 Thread #POH CHENG GUAN#
Hi Alberto,

I've a version that is built with OSG 2.4. If you are interested, let me know.

Regards,
Cg

-Original Message-
From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of Alberto Luaces
Sent: Tuesday, July 22, 2008 5:24 PM
To: osg-users@lists.openscenegraph.org
Subject: Re: [osg-users] [OT][OT] Sun, moon, clouds. Any recommendations?

Hi Justin,

I suppose you have Producer already installed on your system. Anyway, thanks 
for your help.

Alberto

El Martes 22 Julio 2008ES 14:21:25 KSpam escribió:
 Alberto,

 I am able to build osgEphemeris with OSG 2.4.  I only build the
 osgEphemeris library and plugin (That's all I need).  I have a Python build
 script that does the work.  Hopefully, the function calls are descriptive
 enough.

 # Make a small fix for compilation errors
 replaceInFile(src/osgEphemerisLib/StarField.cpp, [(=
 cv-getModelViewMatrix(), = *cv-getModelViewMatrix())]);
 os.environ[OSG_ROOT] = osgDir;
 changeDir(os.path.join(unbundleDir, VC7, osgEphemeris));
 runVcbuild(osgEphemeris.vcproj, configs = [RELEASE, DEBUG]);
 changeDir(os.path.join(unbundleDir, VC7, osgPlugin_ephemeris));
 replaceInFile(osgPlugin_ephemeris.vcproj,
 [($(OSG_ROOT)\lib\win32, $(OSG_ROOT)\lib)]);
 runVcbuild(osgPlugin_ephemeris.vcproj, configs = [RELEASE, DEBUG]);

 Hope This Helps,
 Justin

 On Tuesday 22 July 2008 00:58:44 Alberto Luaces wrote:
  Did you manage to build osgephemeris with OSG 2.4? A few weeks ago I
  tried to compile it but gave up because it seems it depends on Producer.
 
  I you have a patch available, I think it would be of interest for us osg
  users. Maybe you upload it to the wiki, it would be very useful. Another
  possible place to post it would be on the producer-users mailing list, or
  send it to the osgephemeris project page.
 
  Alberto.


___
osg-users mailing list
osg-users@lists.openscenegraph.org
http://lists.openscenegraph.org/listinfo.cgi/osg-users-openscenegraph.org
___
osg-users mailing list
osg-users@lists.openscenegraph.org
http://lists.openscenegraph.org/listinfo.cgi/osg-users-openscenegraph.org


**Disclaimer**
The sender of this email is NOT authorized to represent or act on behalf of 
Nanyang Technological
University in any matter or transaction by means of using this email account.

Nanyang Technological University will not be responsible for any content or 
views expressed in this 
email and this email does not express the views or opinions of the Nanyang 
Technological University.

___
osg-users mailing list
osg-users@lists.openscenegraph.org
http://lists.openscenegraph.org/listinfo.cgi/osg-users-openscenegraph.org