Re: On Debian Squeeze installed gnustep - The font specified for NSFont, Helvetica, can't be found.

2010-08-22 Thread Yavor Doganov
At Thu, 19 Aug 2010 21:17:48 +0200, Csanyi Pal wrote: sudo mkdir -p /var/lib/defoma/gnustep-nfont.d/Fonts cd /var/lib/defoma/gnustep-nfont.d/Fonts sudo mknfonts $(fc-list : file | grep -v '\.gz' | cut -d: -f1) for dir in *\ */; do sudo mv $dir `echo $dir | tr -d [:space:]`; done BTW, you

How do I copy and paste in gcc shell on windows ?

2010-08-22 Thread gnustepnewbie
Hello, I tried ctrl+V to paste the gcc compile command gcc -o helloworld helloworld.m -I /GNUstep/System/Library/Headers -L /GNUstep/System/Library/Libraries -lobjc -lgnustep-base -fconstant-string-class=NSConstantString but it doesn't work. Is it possible ? Thanks. -- View this message in

Re: Problem with NSOpenGLView

2010-08-22 Thread German Arias
Eric Wasylishen escribió: Hm.. the segfault is in glGetError. It sounds like this bug, where glGetError segfaults if there is no current context (maybe try the example code given there?) https://bugs.launchpad.net/ubuntu/+source/mesa/+bug/318043 This example crash too :( However, there

Re: How do I copy and paste in gcc shell on windows ?

2010-08-22 Thread German Arias
Right click above title bar. Select Edit- Paste gnustepnewbie escribió: Hello, I tried ctrl+V to paste the gcc compile command gcc -o helloworld helloworld.m -I /GNUstep/System/Library/Headers -L /GNUstep/System/Library/Libraries -lobjc -lgnustep-base -fconstant-string-class=NSConstantString

Re: Problem with NSOpenGLView

2010-08-22 Thread icicle
Hi! First, try glxgears and look if it works. Second, look at the output of glxinfo. Third, what system and architecture are you on, which GPU and drivers are you using? I had a funny issue with OpenGL a while ago on my Ubuntu box. Basically I got an X.Org update which as a sideffect reset the

Re: Problem with NSOpenGLView

2010-08-22 Thread German Arias
glxgears works fine, and glxinfo seems to be OK, even I have direct rendering. I have Ubuntu 9.10 and an ATI radeon card. This is odd, because with Ubuntu 8.04 I don't had problems (And I had Blender without problems). I think this is a bug on Ubuntu. ici...@mail.cg.tuwien.ac.at escribió:

Re: GNUMail - problem adding IMAP account

2010-08-22 Thread German Arias
Unfortunately GNUmail is unmaintained. And is difficult say if these are bugs or incompatibilities with the latest GNUstep release. Jawahar J. Panchal escribió: Hello, Not sure if this is the best place to ask for help on GNUMail, but after searching around for a bit I still can't find a

Re: Please test new NSLock implementation!

2010-08-22 Thread Riccardo Mottola
Hi, I have been away for a couple of days. I gues the mentioned problem was solved by the addition of a mutex struct test in configure? This configure script fails on both OpenBSD/sparc and WIndows32/mingw making gnustep currently broken on those platforms. It works on FreeBSD and I

Re: How do I copy and paste in gcc shell on windows ?

2010-08-22 Thread Tom Hageman
Hi gnustepnewbie, On Sat, 21 Aug 2010 08:45:14 -0700 (PDT), gnustepnewbie wrote: Hello, I tried ctrl+V to paste the gcc compile command gcc -o helloworld helloworld.m -I /GNUstep/System/Library/Headers -L /GNUstep/System/Library/Libraries -lobjc -lgnustep-base