Example MyGL can't run

2010-08-11 Thread German Arias
The example MyGL compile fine. But openapp doesn't anything. Any error, output... I have installed the headers of OpenGL. Is this a bug on GNUstep or the example is out of date? ___ Discuss-gnustep mailing list Discuss-gnustep@gnu.org

Example MyGL can't run

2010-08-11 Thread German Arias
The example MyGL compile fine. But openapp doesn't anything. Any error, output... I have installed the headers of OpenGL. Is this a bug on GNUstep or the example is out of date? ___ Discuss-gnustep mailing list Discuss-gnustep@gnu.org

Re: Example MyGL can't run

2010-08-11 Thread Eric Wasylishen
Hi German, I did some work on MyGL and NSOpenGLView this summer, and it should be working. I had a similar problem to what you describe, and it was due to main.m setting up the application in a way that wasn't loading the nib. I changed it to just call NSApplicationMain, which fixed the problem

Re: Example MyGL can't run

2010-08-11 Thread German Arias
I already made the suggested change, but now the application crash (fault segmentation) on [window setContentView: splitView2] at method applicationWillFinishLaunching: (I added the girl.dae file to the GNUmakefile) Eric Wasylishen escribió: Hi German, I did some work on MyGL and