[osg-users] osgEphemeris build on Linux

2015-02-05 Thread Trajce Nikolov NICK
Hi All,

this is not for this list, but I know some of you are using it. I
downloaded the source from
https://code.google.com/p/osgephemeris/source/checkout, run CMake (on
Linux) and run make. or make all. It seam it is not set to be built on
Linux even though CMake generated the Makefiles. What I am missing

Thanks a bunch as allways

p.s. the output is this

~/Dev/osgephemeris/osgEphemeris make all
GNUmakefile:1: /makedefs: No such file or directory
GNUmakefile:6: /makerules: No such file or directory
make: *** No rule to make target '/makerules'.  Stop.


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


Re: [osg-users] osgEphemeris build on Linux

2015-02-05 Thread Alberto Luaces
Trajce Nikolov NICK writes:

 ~/Dev/osgephemeris/osgEphemeris make all
 GNUmakefile:1: /makedefs: No such file or directory
 GNUmakefile:6: /makerules: No such file or directory
  ^^^
You are calling the provided GNUmakefile.  Either change to an
out-of-source build or call make with -f Makefile option.

-- 
Alberto

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


Re: [osg-users] osgEphemeris build on Linux

2015-02-05 Thread Chris Hanson
Seems like we rebuilt it a while ago and it needed a bunch of hacking but I
can't recall what the deal was.

On Thu, Feb 5, 2015 at 7:33 AM, Trajce Nikolov NICK 
trajce.nikolov.n...@gmail.com wrote:

 Hi All,

 this is not for this list, but I know some of you are using it. I
 downloaded the source from
 https://code.google.com/p/osgephemeris/source/checkout, run CMake (on
 Linux) and run make. or make all. It seam it is not set to be built on
 Linux even though CMake generated the Makefiles. What I am missing

 Thanks a bunch as allways

 p.s. the output is this

 ~/Dev/osgephemeris/osgEphemeris make all
 GNUmakefile:1: /makedefs: No such file or directory
 GNUmakefile:6: /makerules: No such file or directory
 make: *** No rule to make target '/makerules'.  Stop.


 --
 trajce nikolov nick

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




-- 
Chris 'Xenon' Hanson, omo sanza lettere. xe...@alphapixel.com
http://www.alphapixel.com/
Training • Consulting • Contracting
3D • Scene Graphs (Open Scene Graph/OSG) • OpenGL 2 • OpenGL 3 • OpenGL 4 •
GLSL • OpenGL ES 1 • OpenGL ES 2 • OpenCL
Digital Imaging • GIS • GPS • osgEarth • Terrain • Telemetry • Cryptography
• Digital Audio • LIDAR • Kinect • Embedded • Mobile • iPhone/iPad/iOS •
Android
@alphapixel https://twitter.com/alphapixel facebook.com/alphapixel (775)
623-PIXL [7495]
___
osg-users mailing list
osg-users@lists.openscenegraph.org
http://lists.openscenegraph.org/listinfo.cgi/osg-users-openscenegraph.org


Re: [osg-users] osgEphemeris build on Linux

2015-02-05 Thread Trajce Nikolov NICK
Thanks Chris, Alberto. Alberto, yeah, that did the build. Thanks again

Nick

On Thu, Feb 5, 2015 at 4:08 PM, Chris Hanson xe...@alphapixel.com wrote:

 Seems like we rebuilt it a while ago and it needed a bunch of hacking but
 I can't recall what the deal was.

 On Thu, Feb 5, 2015 at 7:33 AM, Trajce Nikolov NICK 
 trajce.nikolov.n...@gmail.com wrote:

 Hi All,

 this is not for this list, but I know some of you are using it. I
 downloaded the source from
 https://code.google.com/p/osgephemeris/source/checkout, run CMake (on
 Linux) and run make. or make all. It seam it is not set to be built on
 Linux even though CMake generated the Makefiles. What I am missing

 Thanks a bunch as allways

 p.s. the output is this

 ~/Dev/osgephemeris/osgEphemeris make all
 GNUmakefile:1: /makedefs: No such file or directory
 GNUmakefile:6: /makerules: No such file or directory
 make: *** No rule to make target '/makerules'.  Stop.


 --
 trajce nikolov nick

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




 --
 Chris 'Xenon' Hanson, omo sanza lettere. xe...@alphapixel.com
 http://www.alphapixel.com/
 Training * Consulting * Contracting
 3D * Scene Graphs (Open Scene Graph/OSG) * OpenGL 2 * OpenGL 3 * OpenGL 4
 * GLSL * OpenGL ES 1 * OpenGL ES 2 * OpenCL
 Digital Imaging * GIS * GPS * osgEarth * Terrain * Telemetry *
 Cryptography * Digital Audio * LIDAR * Kinect * Embedded * Mobile *
 iPhone/iPad/iOS * Android
 @alphapixel https://twitter.com/alphapixel facebook.com/alphapixel (775)
 623-PIXL [7495]

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




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


Re: [osg-users] osgEphemeris build on Linux

2015-02-05 Thread Trajce Nikolov NICK
Thanks Chris. I know someone has hacked it to work nice. I hope these
people can share it :-) . maybe update the base code on the repo as well

Nick

On Thu, Feb 5, 2015 at 5:29 PM, Chris Hanson xe...@alphapixel.com wrote:

 I haven't actually used it in about 2 years. I switched to using osgEarth
 for most stuff now, and it includes its own sky, though it doesn't have the
 same featureset as osgEphemeris.

 On Thu, Feb 5, 2015 at 9:25 AM, Trajce Nikolov NICK 
 trajce.nikolov.n...@gmail.com wrote:

 Me again, on this topic. I hope noone will be mad for using this list for
 3rd party software.

 Alberto, Chris, did you made it work? For some reason I am setting the
 skyDomeCenter to be the eye point and it doesnt work. Also,
 setMoveWithEyePoint seam to not have an effect. Any hints?

 Thanks again

 Nick

 On Thu, Feb 5, 2015 at 4:12 PM, Trajce Nikolov NICK 
 trajce.nikolov.n...@gmail.com wrote:

 Thanks Chris, Alberto. Alberto, yeah, that did the build. Thanks again

 Nick

 On Thu, Feb 5, 2015 at 4:08 PM, Chris Hanson xe...@alphapixel.com
 wrote:

 Seems like we rebuilt it a while ago and it needed a bunch of hacking
 but I can't recall what the deal was.

 On Thu, Feb 5, 2015 at 7:33 AM, Trajce Nikolov NICK 
 trajce.nikolov.n...@gmail.com wrote:

 Hi All,

 this is not for this list, but I know some of you are using it. I
 downloaded the source from
 https://code.google.com/p/osgephemeris/source/checkout, run CMake (on
 Linux) and run make. or make all. It seam it is not set to be built on
 Linux even though CMake generated the Makefiles. What I am missing

 Thanks a bunch as allways

 p.s. the output is this

 ~/Dev/osgephemeris/osgEphemeris make all
 GNUmakefile:1: /makedefs: No such file or directory
 GNUmakefile:6: /makerules: No such file or directory
 make: *** No rule to make target '/makerules'.  Stop.


 --
 trajce nikolov nick

 ___
 osg-users mailing list
 osg-users@lists.openscenegraph.org

 http://lists.openscenegraph.org/listinfo.cgi/osg-users-openscenegraph.org




 --
 Chris 'Xenon' Hanson, omo sanza lettere. xe...@alphapixel.com
 http://www.alphapixel.com/
 Training * Consulting * Contracting
 3D * Scene Graphs (Open Scene Graph/OSG) * OpenGL 2 * OpenGL 3 * OpenGL
 4 * GLSL * OpenGL ES 1 * OpenGL ES 2 * OpenCL
 Digital Imaging * GIS * GPS * osgEarth * Terrain * Telemetry *
 Cryptography * Digital Audio * LIDAR * Kinect * Embedded * Mobile *
 iPhone/iPad/iOS * Android
 @alphapixel https://twitter.com/alphapixel facebook.com/alphapixel (775)
 623-PIXL [7495]

 ___
 osg-users mailing list
 osg-users@lists.openscenegraph.org

 http://lists.openscenegraph.org/listinfo.cgi/osg-users-openscenegraph.org




 --
 trajce nikolov nick




 --
 trajce nikolov nick

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




 --
 Chris 'Xenon' Hanson, omo sanza lettere. xe...@alphapixel.com
 http://www.alphapixel.com/
 Training * Consulting * Contracting
 3D * Scene Graphs (Open Scene Graph/OSG) * OpenGL 2 * OpenGL 3 * OpenGL 4
 * GLSL * OpenGL ES 1 * OpenGL ES 2 * OpenCL
 Digital Imaging * GIS * GPS * osgEarth * Terrain * Telemetry *
 Cryptography * Digital Audio * LIDAR * Kinect * Embedded * Mobile *
 iPhone/iPad/iOS * Android
 @alphapixel https://twitter.com/alphapixel facebook.com/alphapixel (775)
 623-PIXL [7495]

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




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


Re: [osg-users] osgEphemeris build on Linux

2015-02-05 Thread Chris Hanson
I haven't actually used it in about 2 years. I switched to using osgEarth
for most stuff now, and it includes its own sky, though it doesn't have the
same featureset as osgEphemeris.

On Thu, Feb 5, 2015 at 9:25 AM, Trajce Nikolov NICK 
trajce.nikolov.n...@gmail.com wrote:

 Me again, on this topic. I hope noone will be mad for using this list for
 3rd party software.

 Alberto, Chris, did you made it work? For some reason I am setting the
 skyDomeCenter to be the eye point and it doesnt work. Also,
 setMoveWithEyePoint seam to not have an effect. Any hints?

 Thanks again

 Nick

 On Thu, Feb 5, 2015 at 4:12 PM, Trajce Nikolov NICK 
 trajce.nikolov.n...@gmail.com wrote:

 Thanks Chris, Alberto. Alberto, yeah, that did the build. Thanks again

 Nick

 On Thu, Feb 5, 2015 at 4:08 PM, Chris Hanson xe...@alphapixel.com
 wrote:

 Seems like we rebuilt it a while ago and it needed a bunch of hacking
 but I can't recall what the deal was.

 On Thu, Feb 5, 2015 at 7:33 AM, Trajce Nikolov NICK 
 trajce.nikolov.n...@gmail.com wrote:

 Hi All,

 this is not for this list, but I know some of you are using it. I
 downloaded the source from
 https://code.google.com/p/osgephemeris/source/checkout, run CMake (on
 Linux) and run make. or make all. It seam it is not set to be built on
 Linux even though CMake generated the Makefiles. What I am missing

 Thanks a bunch as allways

 p.s. the output is this

 ~/Dev/osgephemeris/osgEphemeris make all
 GNUmakefile:1: /makedefs: No such file or directory
 GNUmakefile:6: /makerules: No such file or directory
 make: *** No rule to make target '/makerules'.  Stop.


 --
 trajce nikolov nick

 ___
 osg-users mailing list
 osg-users@lists.openscenegraph.org

 http://lists.openscenegraph.org/listinfo.cgi/osg-users-openscenegraph.org




 --
 Chris 'Xenon' Hanson, omo sanza lettere. xe...@alphapixel.com
 http://www.alphapixel.com/
 Training • Consulting • Contracting
 3D • Scene Graphs (Open Scene Graph/OSG) • OpenGL 2 • OpenGL 3 • OpenGL
 4 • GLSL • OpenGL ES 1 • OpenGL ES 2 • OpenCL
 Digital Imaging • GIS • GPS • osgEarth • Terrain • Telemetry •
 Cryptography • Digital Audio • LIDAR • Kinect • Embedded • Mobile •
 iPhone/iPad/iOS • Android
 @alphapixel https://twitter.com/alphapixel facebook.com/alphapixel (775)
 623-PIXL [7495]

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




 --
 trajce nikolov nick




 --
 trajce nikolov nick

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




-- 
Chris 'Xenon' Hanson, omo sanza lettere. xe...@alphapixel.com
http://www.alphapixel.com/
Training • Consulting • Contracting
3D • Scene Graphs (Open Scene Graph/OSG) • OpenGL 2 • OpenGL 3 • OpenGL 4 •
GLSL • OpenGL ES 1 • OpenGL ES 2 • OpenCL
Digital Imaging • GIS • GPS • osgEarth • Terrain • Telemetry • Cryptography
• Digital Audio • LIDAR • Kinect • Embedded • Mobile • iPhone/iPad/iOS •
Android
@alphapixel https://twitter.com/alphapixel facebook.com/alphapixel (775)
623-PIXL [7495]
___
osg-users mailing list
osg-users@lists.openscenegraph.org
http://lists.openscenegraph.org/listinfo.cgi/osg-users-openscenegraph.org


Re: [osg-users] osgEphemeris build on Linux

2015-02-05 Thread Trajce Nikolov NICK
Me again, on this topic. I hope noone will be mad for using this list for
3rd party software.

Alberto, Chris, did you made it work? For some reason I am setting the
skyDomeCenter to be the eye point and it doesnt work. Also,
setMoveWithEyePoint seam to not have an effect. Any hints?

Thanks again

Nick

On Thu, Feb 5, 2015 at 4:12 PM, Trajce Nikolov NICK 
trajce.nikolov.n...@gmail.com wrote:

 Thanks Chris, Alberto. Alberto, yeah, that did the build. Thanks again

 Nick

 On Thu, Feb 5, 2015 at 4:08 PM, Chris Hanson xe...@alphapixel.com wrote:

 Seems like we rebuilt it a while ago and it needed a bunch of hacking but
 I can't recall what the deal was.

 On Thu, Feb 5, 2015 at 7:33 AM, Trajce Nikolov NICK 
 trajce.nikolov.n...@gmail.com wrote:

 Hi All,

 this is not for this list, but I know some of you are using it. I
 downloaded the source from
 https://code.google.com/p/osgephemeris/source/checkout, run CMake (on
 Linux) and run make. or make all. It seam it is not set to be built on
 Linux even though CMake generated the Makefiles. What I am missing

 Thanks a bunch as allways

 p.s. the output is this

 ~/Dev/osgephemeris/osgEphemeris make all
 GNUmakefile:1: /makedefs: No such file or directory
 GNUmakefile:6: /makerules: No such file or directory
 make: *** No rule to make target '/makerules'.  Stop.


 --
 trajce nikolov nick

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




 --
 Chris 'Xenon' Hanson, omo sanza lettere. xe...@alphapixel.com
 http://www.alphapixel.com/
 Training * Consulting * Contracting
 3D * Scene Graphs (Open Scene Graph/OSG) * OpenGL 2 * OpenGL 3 * OpenGL 4
 * GLSL * OpenGL ES 1 * OpenGL ES 2 * OpenCL
 Digital Imaging * GIS * GPS * osgEarth * Terrain * Telemetry *
 Cryptography * Digital Audio * LIDAR * Kinect * Embedded * Mobile *
 iPhone/iPad/iOS * Android
 @alphapixel https://twitter.com/alphapixel facebook.com/alphapixel (775)
 623-PIXL [7495]

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




 --
 trajce nikolov nick




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