This is not good at all I get a clean compile and your getting real errors. First what is your gcc version ? Mine is gcc --version gcc (GCC) 3.4.2
Finally anyone on the list know of a reason for this behavior ? My aim id is mikemmel if anyone wants to aim me that is having problems. On 7/6/05, Korkut Gule <[EMAIL PROTECTED]> wrote: > It's another symbol now. If there's an easy way that you describe as a > general solution i can do it too. Seems like it's a common problem... > > gcc -DHAVE_CONFIG_H -I. -I. -I../.. -DG_LOG_DOMAIN=\"Gdk-DirectFB\" > -I../.. -I../../gdk -I../../gdk -DG_DISABLE_DEPRECATED > -DGDK_PIXBUF_DISABLE_DEPRECATED -DGDK_DISABLE_DEPRECATED -DG_ENABLE_DEBUG > -pthread -D_REENTRANT -D_GNU_SOURCE -I/usr/include/glib-2.0 > -I/usr/lib/glib-2.0/include -I/usr/include/directfb -I/usr/include/pango-1.0 > -I/usr/include/freetype2 -I/usr/include/cairo -I/usr/X11R6/include > -I/usr/include/libpng12 -g -O2 -g -Wall -MT gdkkeys-directfb.lo -MD -MP -MF > .deps/gdkkeys-directfb.Tpo -c gdkkeys-directfb.c -fPIC -DPIC -o > .libs/gdkkeys-directfb.o > ../../gdk/gdkaliasdef.c:1682: error: 'gdk_keyval_convert_case' aliased to > undefined symbol 'IA__gdk_keyval_convert_case' > Here is my compile string note I don't have X11 in my pkgconfig path so that may be why your including the X11 headers but otherwise the same my prefix is set to /home/memmel/GTK2.7/BUILD also. gcc -DHAVE_CONFIG_H -I. -I. -I../.. -DG_LOG_DOMAIN=\"Gdk-DirectFB\" -I../.. -I../../gdk -I../../gdk -DG_DISABLE_DEPRECATED -DGDK_PIXBUF_DISABLE_DEPRECATED -DGDK_DISABLE_DEPRECATED -DG_ENABLE_DEBUG -pthread -D_REENTRANT -D_GNU_SOURCE -I/home/memmel/GTK2.7/BUILD/include/glib-2.0 -I/home/memmel/GTK2.7/BUILD/lib/glib-2.0/include -I/home/memmel/GTK2.7/BUILD/include/directfb -I/home/memmel/GTK2.7/BUILD/include/pango-1.0 -I/home/memmel/GTK2.7/BUILD/include/freetype2 -I/home/memmel/GTK2.7/BUILD/include -I/home/memmel/GTK2.7/BUILD/include/cairo -I/home/memmel/GTK2.7/BUILD/include/libpng12 -g -O2 -g -Wall -MT gdkkeys-directfb.lo -MD -MP -MF .deps/gdkkeys-directfb.Tpo -c gdkkeys-directfb.c -fPIC -DPIC -o .libs/gdkkeys-directfb.o Mike _______________________________________________ directfb-dev mailing list [email protected] http://mail.directfb.org/cgi-bin/mailman/listinfo/directfb-dev
