Any update on the issue

Dear all,

Today I am facing some issues while installing mysql-workbench-gpl-5.2.37-src] in CentOS 5.4.

./configure runs successfully but below command results in below error :

make

make[3]: Entering directory `/root/Desktop/MYSQLWORKBENCH/mysql-workbench-gpl-5.2.37-src/ext/scintilla/gtk' /bin/sh ../../../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I../../.. -I ../include -I ../src -I ../lexlib /usr/include/glib-2.0:/usr/lib64/glib-2.0/include -Wextra -Wall -Wno-unused -Wsign-compare -DTIXML_USE_STL=1 -c -o scintilla-marshal.lo scintilla-marshal.c gcc -DHAVE_CONFIG_H -I. -I../../.. -I ../include -I ../src -I ../lexlib /usr/include/glib-2.0:/usr/lib64/glib-2.0/include -Wextra -Wall -Wno-unused -Wsign-compare -DTIXML_USE_STL=1 -c scintilla-marshal.c -fPIC -DPIC -o .libs/scintilla-marshal.o gcc: /usr/include/glib-2.0:/usr/lib64/glib-2.0/include: No such file or directory
In file included from scintilla-marshal.c:2:
/usr/include/glib-2.0/glib-object.h:25:28: error: gobject/gboxed.h: No such file or directory /usr/include/glib-2.0/glib-object.h:26:28: error: gobject/genums.h: No such file or directory /usr/include/glib-2.0/glib-object.h:27:29: error: gobject/gobject.h: No such file or directory /usr/include/glib-2.0/glib-object.h:28:28: error: gobject/gparam.h: No such file or directory /usr/include/glib-2.0/glib-object.h:29:33: error: gobject/gparamspecs.h: No such file or directory /usr/include/glib-2.0/glib-object.h:30:29: error: gobject/gsignal.h: No such file or directory /usr/include/glib-2.0/glib-object.h:31:36: error: gobject/gsourceclosure.h: No such file or directory /usr/include/glib-2.0/glib-object.h:32:27: error: gobject/gtype.h: No such file or directory /usr/include/glib-2.0/glib-object.h:33:33: error: gobject/gtypemodule.h: No such file or directory /usr/include/glib-2.0/glib-object.h:34:33: error: gobject/gtypeplugin.h: No such file or directory /usr/include/glib-2.0/glib-object.h:35:28: error: gobject/gvalue.h: No such file or directory /usr/include/glib-2.0/glib-object.h:36:33: error: gobject/gvaluearray.h: No such file or directory /usr/include/glib-2.0/glib-object.h:37:33: error: gobject/gvaluetypes.h: No such file or directory
scintilla-marshal.c:52: error: expected ‘)’ before ‘*’ token
make[3]: *** [scintilla-marshal.lo] Error 1

Any comments to troubleshoot the issue.
I set following paths in my .bashrc
export GNOME_CFLAGS=/usr/include/glib-2.0:/usr/lib64/glib-2.0/include
export GNOME_LIBS=/usr/include/glib-2.0:/usr/lib64/glib-2.0/include
export CAIRO_CFLAGS=/usr/include/cairo:/usr/lib64
export CAIRO_LIBS=/usr/include/cairo:/usr/lib64

Thanks




--
MySQL General Mailing List
For list archives: http://lists.mysql.com/mysql
To unsubscribe:    http://lists.mysql.com/mysql

Reply via email to