MySQL Forums
Forum List  »  Source, Builds, Binaries

MySQL GUI Common 5.0r9 compile problem
Posted by: dfisek
Date: January 23, 2007 05:07AM

Hi,

I am getting an error when compiling mysql-gui-common from MySQL-Gui-Tools 5.0r9. The installed version of MySQL is 5.0.27.

configure script (without any additional parameters) doesn't generate an error. During compilation I get :

gcc -DHAVE_CONFIG_H -I. -I. -I../../.. -I../include -I../../../library/utilities/shared_include -I../../../library/utilities/include -I../../../library/sql-parser/include -I/usr/include/mysql -mtune=i686 -pipe -fomit-frame-pointer -DHAVE_ERRNO_AS_DEFINE=1 -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include -I/usr/include/libxml2 -Wall -Wsign-compare -MT myx_library.lo -MD -MP -MF .deps/myx_library.Tpo -c myx_library.c -fPIC -DPIC -o .libs/myx_library.o
In file included from /usr/include/mysql/my_global.h:84,
from myx_library.c:35:
/usr/include/mysql/my_config.h:979:1: warning: "PACKAGE" redefined
In file included from myx_library.c:28:
../../../config.h:65:1: warning: this is the location of the previous definition
In file included from /usr/include/mysql/my_global.h:84,
from myx_library.c:35:
/usr/include/mysql/my_config.h:985:1: warning: "PACKAGE_NAME" redefined
In file included from myx_library.c:28:
../../../config.h:71:1: warning: this is the location of the previous definition
In file included from /usr/include/mysql/my_global.h:84,
from myx_library.c:35:
/usr/include/mysql/my_config.h:988:1: warning: "PACKAGE_STRING" redefined
In file included from myx_library.c:28:
../../../config.h:74:1: warning: this is the location of the previous definition
In file included from /usr/include/mysql/my_global.h:84,
from myx_library.c:35:
/usr/include/mysql/my_config.h:991:1: warning: "PACKAGE_TARNAME" redefined
In file included from myx_library.c:28:
../../../config.h:77:1: warning: this is the location of the previous definition
In file included from /usr/include/mysql/my_global.h:84,
from myx_library.c:35:
/usr/include/mysql/my_config.h:994:1: warning: "PACKAGE_VERSION" redefined
In file included from myx_library.c:28:
../../../config.h:80:1: warning: this is the location of the previous definition
In file included from /usr/include/mysql/my_global.h:84,
from myx_library.c:35:
/usr/include/mysql/my_config.h:1110:1: warning: "VERSION" redefined
In file included from myx_library.c:28:
../../../config.h:86:1: warning: this is the location of the previous definition
In file included from myx_library.c:35:
/usr/include/mysql/my_global.h:318:24: asm/atomic.h: No such file or directory
make[4]: *** [myx_library.lo] Hata 1


I had no problem compiling in MySQL-Gui-Tools 5.0r8. Any advice?

- dfisek

Options: ReplyQuote


Subject
Views
Written By
Posted
MySQL GUI Common 5.0r9 compile problem
2762
January 23, 2007 05:07AM


Sorry, you can't reply to this topic. It has been closed.

Content reproduced on this site is the property of the respective copyright holders. It is not reviewed in advance by Oracle and does not necessarily represent the opinion of Oracle or any other party.