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/
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
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
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?