Re: [osg-users] Build & Install OpenSceneGraph-3.1.3 give me a No WindowSystemInterface error ?

2013-01-04 Thread Mohamed Alji
Hi,

I build it with That var set to Cocoa ! Still have the problem. 

Thank you!

Cheers,
Mohamed


Mohamed ALJI
Blog http://aljilogy.blogspot.fr


--
Read this topic online here:
http://forum.openscenegraph.org/viewtopic.php?p=51784#51784




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


Re: [osg-users] Build & Install OpenSceneGraph-3.1.3 give me a No WindowSystemInterface error ?

2013-01-05 Thread Chris Hanson
Do you need binaries you built yourself, or would one of my pre-built
binaries for OSX work for you?


On Sat, Jan 5, 2013 at 6:05 AM, Mohamed Alji  wrote:

> **
> I've got this answer from StackOverflow :
>
>
> *Quote:*
>
>
>
>
>
> It sounds like somehow the GraphicsWindow*.cpp file didn't compile and
> link and execute, as this is what provides the WindowSystemInterface. This
> is an unusual condition, as normally this is built automatically, linked in
> and executed as the library starts up and the user is never the wiser.
>
> I'm not sure what to advise you, only to re-check you build process as
> something has gone very wrong.
>
>
>
>
> I build and re-build many times, using CMake with or without Gui,
> compiling Unix files or from within Xcode, but still have the same problem.
>
> please I need help ?
>
>
> --
>
> Mohamed ALJI
> Blog http://aljilogy.blogspot.fr
>
> --
> Read this topic online here:
> http://forum.openscenegraph.org/viewtopic.php?p=51788#51788
>
>
> ___
> 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 • Telemetry • Cryptography • Digital Audio •
LIDAR • Kinect • Embedded • Mobile • iPhone/iPad/iOS • Android
@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] Build & Install OpenSceneGraph-3.1.3 give me a No WindowSystemInterface error ?

2013-01-05 Thread Mohamed Alji
Hi,

I would like to use pre-binaries if possible but I could not make it work. I 
used MacPort to install OSG ...

Do you advise me to try somehow different ?


Mohamed ALJI
Blog http://aljilogy.blogspot.fr


--
Read this topic online here:
http://forum.openscenegraph.org/viewtopic.php?p=51794#51794




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


Re: [osg-users] Build & Install OpenSceneGraph-3.1.3 give me a No WindowSystemInterface error ?

2013-01-05 Thread Chris Hanson
You can get an OSG 3.0.1 pre-built OSX binary from my site:
http://alphapixel.com/osg/downloads/free-openscenegraph-binary-downloads

You'll need a 7zip extractor to uncompress them:
http://www.macupdate.com/app/mac/19139/ez7z

I can't help you a whole lot as I am not a Mac developer myself, but see if
those will run for you.


On Sat, Jan 5, 2013 at 2:10 PM, Mohamed Alji  wrote:

> **
> Hi,
>
> I would like to use pre-binaries if possible but I could not make it work.
> I used MacPort to install OSG ...
>
> Do you advise me to try somehow different ?
>
>
> --
>
> Mohamed ALJI
> Blog http://aljilogy.blogspot.fr
>
> --
> Read this topic online here:
> http://forum.openscenegraph.org/viewtopic.php?p=51794#51794
>
>
> ___
> 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 • Telemetry • Cryptography • Digital Audio •
LIDAR • Kinect • Embedded • Mobile • iPhone/iPad/iOS • Android
@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] Build & Install OpenSceneGraph-3.1.3 give me a No WindowSystemInterface error ?

2013-01-06 Thread Philip Lamb
If you'd like a more recent Mac OSG binary which includes a user-runnable 
installer, OSG Frameworks supporting both 32 and 64-bit archs, etc. you can use 
the one published by ARToolworks:

http://www.artoolworks.com/dist/openscenegraph/3.1.x/

It doesn't include the COLLADA (.dae) plugin but most other plugins are present.

Regards,
Phil.

On 6/01/2013, at 12:18 PM, Chris Hanson  wrote:

> You can get an OSG 3.0.1 pre-built OSX binary from my site:
> http://alphapixel.com/osg/downloads/free-openscenegraph-binary-downloads
> 
> You'll need a 7zip extractor to uncompress them:
> http://www.macupdate.com/app/mac/19139/ez7z
> 
> I can't help you a whole lot as I am not a Mac developer myself, but see if 
> those will run for you.
> 
> 
> On Sat, Jan 5, 2013 at 2:10 PM, Mohamed Alji  wrote:
>> Hi,
>> 
>> I would like to use pre-binaries if possible but I could not make it work. I 
>> used MacPort to install OSG ...
>> 
>> Do you advise me to try somehow different ?
>> 
>> 
>> 
> 
___
osg-users mailing list
osg-users@lists.openscenegraph.org
http://lists.openscenegraph.org/listinfo.cgi/osg-users-openscenegraph.org


Re: [osg-users] Build & Install OpenSceneGraph-3.1.3 give me a No WindowSystemInterface error ?

2013-01-06 Thread Mohamed Alji
Excellent Philip your solution worked !


Mohamed ALJI
Blog http://aljilogy.blogspot.fr


--
Read this topic online here:
http://forum.openscenegraph.org/viewtopic.php?p=51799#51799




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


Re: [osg-users] Build & Install OpenSceneGraph-3.1.3 give me a No WindowSystemInterface error ?

2013-01-07 Thread Chris Hanson
We're working on updating our builds as well, which will include the
COLLADA loader, if we can ever get it to compile. ;)


On Sun, Jan 6, 2013 at 6:49 AM, Mohamed Alji  wrote:

> **
> Excellent Philip your solution worked !
>
>
> --
>
> Mohamed ALJI
> Blog http://aljilogy.blogspot.fr
>
> --
> Read this topic online here:
> http://forum.openscenegraph.org/viewtopic.php?p=51799#51799
>
>
> ___
> 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 • Telemetry • Cryptography • Digital Audio •
LIDAR • Kinect • Embedded • Mobile • iPhone/iPad/iOS • Android
@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