Re: Installing Mysql Workbench

2012-02-16 Thread Adarsh Sharma

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



Re: Installing Mysql Workbench

2012-02-16 Thread Adarsh Sharma

Thanks Vikas,

I checked my versions and below are the details :-

[root@]# gcc --version
gcc (GCC) 4.1.2 20080704 (Red Hat 4.1.2-46)
Copyright (C) 2006 Free Software Foundation, Inc.
This is free software; see the source for copying conditions.  There is NO
warranty; not even for MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.

[root@]# yacc --version [Don't know how to check 
its version ]

usage: yacc [-dlrtv] [-b file_prefix] [-o output_filename]
   [-p symbol_prefix] filename

[root@w~]# bison --version
bison (GNU Bison) 2.3
Written by Robert Corbett and Richard Stallman.

Copyright (C) 2006 Free Software Foundation, Inc.
This is free software; see the source for copying conditions.  There is NO
warranty; not even for MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.

[root@ws-test ~]# flex --version
flex version 2.5.4
[root@ws-test ~]# flex++ --version
flex++ version 2.5.4
[root@ws-test ~]#


Do I need to update any software.

Thanks

Vikas Shukla wrote:

Hi Adarsh, Please first check whether the pre-requisites for mysql are
accomplished are not.
For this, check following things:-
 1. gcc and its compatible version
 2. Yacc
 3. Bison
 4. Flex

These packages of appropriate version must be installed on your linux.

On Thu, Feb 16, 2012 at 2:04 PM, Adarsh Sharma adarsh.sha...@orkash.com wrote:
  

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





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



Installing Mysql Workbench

2012-02-15 Thread Adarsh Sharma

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



Installing Mysql-Workbench

2012-02-09 Thread Adarsh Sharma

Dear All,

I researched about data modelling  designing Schema diagrams  need a 
tool to design Schema diagrams.
Today i download the source code of Mysql-Workbench ( 
mysql-workbench-gpl-5.2.37-src ), but when i run the ./configure command 
i am facing the below issue :-



checking for GNOME... configure: error: Package requirements (gtkmm-2.4 
= 2.12) were not met:


Requested 'gtkmm-2.4 = 2.12' but version of gtkmm is 2.10.10

Consider adjusting the PKG_CONFIG_PATH environment variable if you
installed software in a non-standard prefix.

Alternatively, you may set the environment variables GNOME_CFLAGS
and GNOME_LIBS to avoid the need to call pkg-config.
See the pkg-config man page for more details.


I know I need to meet some dependencies , and is there any link that 
first installs all dependencies 7 then mysql-workbench because my yum 
install dependencies does not find the corresponding packages.



Thanks in Advance.

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