NSOpenGL

2008-01-19 Thread Thomas Gamper
Hi! Recently I was using NSOpenGLView and fixed a couple of bugs in gnustep-back 0.12.0 ( I believe newer versions have the same issues): - XGGLPixelFormat handling was confusing glx parameters, since glx 1.3 has some different parameters than earlier versions of glx - XGGLContext did not cre

Re: NSOpenGL

2008-01-23 Thread Thomas Gamper
this code. I'm using GNUstep for my diploma thesis, and I have written a lot of code already, but I didn't the test GNUstep's opengl support really well until recently. Basically I HAD to fix this, otherwise I would have lost more than 2 month of work :) Keep up your good work o

amd64 and libffi

2008-02-27 Thread Thomas Gamper
Hi! I am running GNUstep on amd64, for the time being I had no problems. There were a couple warnings during compile (pointersize differences) of the core packages and Gorm. Probabyl that's something that has to be adressed in future. I don't recall which of ffi or ffcall I used, I will give de

Re: RFA: patches

2009-03-10 Thread Thomas Gamper
Hi! Richard Frith-Macdonald schrieb: On 7 Mar 2009, at 11:02, ici...@mail.cg.tuwien.ac.at wrote: Hi! This is just a heads-up for my patches, since I don' want to commit them without your feedback. 1. I implemented key repeat support for keyboard events in GServerEvent 2. I implemented mou

clang

2011-03-11 Thread Thomas Gamper
Hi, I did a bootstrap of clang's release 2.9 branch today, I would like to build all of GNUstep with clang but already failed building libobjc2. icicle@nordpol-laptop:~/gnustepsvn/devmodules/dev-libs/libobjc2$ make debug=no This is gnustep-make 2.4.0. Type 'make print-gnustep-make-help' for hel

Re: clang

2011-03-11 Thread Thomas Gamper
aders - Linux distributions seem to really love putting them in a directory that changes periodically and hard-coding this into the path. You might be able to work around it by adding this to your LDFLAGS: -L/usr/lib/gcc/x86_64-linux-gnu/4.2. David On 11 Mar 2011, at 16:24, Thomas Gamp

GSObjCRuntime

2011-08-14 Thread Thomas Gamper
Hi! I would like to know if the following functions in GSObjCRuntime.h are deprecated: GS_EXPORT BOOL GSObjCFindVariable(id obj, const char *name, const char **type, unsigned int *size, int *offset); GS_EXPORT void GSObjCGetVariable(id obj, int offset, unsigned int size, v

Re: Unresolved Issues with libxml2

2012-03-01 Thread Thomas Gamper
Hi! Am 29.02.2012 23:28, schrieb Doug Simons: Hello, Since we've submitted the new implementation of the NSXML... classes based on libxml2 and people are beginning to use them, I thought I would mention some remaining unresolved issues in the hope that other people might have more experienc

Re: Alignment issue?

2013-07-05 Thread Thomas Gamper
Hi! I think that is caused by the implicit padding caused by the reference counter inside each NSObject. Basically memory is allocated for the reference counter + object size, but the reference counter is located at the start of the allocated memory chunk, so you get a pointer offset by the a