Hello all,
thanks for replying to quickly.
Am 22.08.2012 21:28, schrieb Chuck McManis:
Presumably you recognized your bug where you said '180' but you really
meant '90' (rotating 180 will cause the display to be upside down).
Yes, I meant SetRotation(90), that was a simple typo. It doesn't work either way with 1.4.17.

I built DirectFB from the git repo (v1.7) and didn't have the same
issues. Mostly I've been trying to get to an accellerated solution but
it seemed to work as I would expect.
I just tried to compile the git version, but the compile fails in surface.c:

surface.c: In function 'dfb_surface_dump_buffer2':
surface.c:1280:6: error: unknown type name 'gzFile'
surface.c:1280:36: warning: initialization makes integer from pointer
without a cast [enabled by default]
surface.c:1280:49: warning: initialization makes integer from pointer
without a cast [enabled by default]
surface.c:1457:11: error: implicit declaration of function 'gzdopen'
[-Werror=implicit-function-declaration]
surface.c:1468:11: error: implicit declaration of function 'gzwrite'
[-Werror=implicit-function-declaration]
surface.c:1541:11: error: implicit declaration of function 'gzclose'
[-Werror=implicit-function-declaration]
cc1: some warnings being treated as errors

I have no idea what the problem is; thus, I can't test it with 1.7.0 at the moment.

I'm also running on ARM rather than x86 but that shouldn't matter. Do
you have a buildable piece of sample code that doesn't work?

I will try to make a demo program out of my application tomorrow. Currently, it 10024 lines long and depends on a few other libs as well, so that's not useful for testing purposes.

Greetings
Kasi Mir
_______________________________________________
directfb-dev mailing list
directfb-dev@directfb.org
http://mail.directfb.org/cgi-bin/mailman/listinfo/directfb-dev

Reply via email to