RE: different data types between clist and mysql.

2010-04-21 Thread Murray Cumming
On Wed, 2010-04-21 at 10:19 -0400, Shawn Bakhtiar wrote: > > > FYI for OSX users > > I had to install the GNU Readline for Libgda for this to compile. > > without GNU Readline it popes the following error: > > /bin/sh ../libtool --tag=CC --mode=link gcc -arch i386 > -I/Developer/SDKs/

RE: different data types between clist and mysql.

2010-04-21 Thread Shawn Bakhtiar
FYI for OSX users I had to install the GNU Readline for Libgda for this to compile. without GNU Readline it popes the following error: /bin/sh ../libtool --tag=CC --mode=link gcc -arch i386 -I/Developer/SDKs/MacOSX10.5.sdk/usr/include -isysroot /Developer/SDKs/MacOSX10.5.sdk -mmacos

RE: different data types between clist and mysql.

2010-04-21 Thread Shawn Bakhtiar
LOL But then, what's the fun in that Thanks. I guess I never checked to see if something like that even existed. Just started writing a database interface specifically for our data structures. I will most certainly give this a try, it may very well come in handy for lists and inp

Re: Zoom/magnification of images in GDK

2010-04-21 Thread Tadej Borovšak
Hello > Now, I know how I could do this if I used gtkglext to get OpenGL in the > picture, so I could throw the image into a texture and then render it at an > arbitrary size. But I was wondering if there were any options built into > GTK/GDK which would allow me to avoid the extra dependency?