MySQL Forums
Forum List  »  MySQL Query Browser

Error when "make" of MySQL Browser
Posted by: Mark Georgiev
Date: February 05, 2005 12:12PM

I successfully installed MySQL Administrator. I cannot make Browser. When ./configure Browser all goes well. No problems. But when I try to "make" I get this error message. Can someone tell what this could mean? How to fix? Thank you.




Making all in library
make[1]: Entering directory `/opt/mysql-query-browser-1.1.5/mysql-query-browser/library'
Making all in source
make[2]: Entering directory `/opt/mysql-query-browser-1.1.5/mysql-query-browser/library/source'
make[2]: Nothing to be done for `all'.
make[2]: Leaving directory `/opt/mysql-query-browser-1.1.5/mysql-query-browser/library/source'
make[2]: Entering directory `/opt/mysql-query-browser-1.1.5/mysql-query-browser/library'
make[2]: Nothing to be done for `all-am'.
make[2]: Leaving directory `/opt/mysql-query-browser-1.1.5/mysql-query-browser/library'
make[1]: Leaving directory `/opt/mysql-query-browser-1.1.5/mysql-query-browser/library'
Making all in source
make[1]: Entering directory `/opt/mysql-query-browser-1.1.5/mysql-query-browser/source'
Making all in linux
make[2]: Entering directory `/opt/mysql-query-browser-1.1.5/mysql-query-browser/source/linux'
make all-am
make[3]: Entering directory `/opt/mysql-query-browser-1.1.5/mysql-query-browser/source/linux'
g++ -g -O2 -o mysql-query-browser-bin main.o html.o MGCellRendererBlob.o MQPreferences.o MQPreferencesEditor.o MGResultSetModel.o MQQueryDispatcher.o MQMainWindow.o MQResultSetView.o MQWorkArea.o MQBaseTab.o MQResultTab.o MQScriptEditorTab.o MQBookmarks.o MQHistory.o MQBookmarkBrowser.o MQHistoryBrowser.o MQFunctionBrowser.o MQNewBookmarkDialog.o MQIndicatorCellRenderer.o MQQueryParameters.o MQTableClauseMenu.o MGCodeEditor.o MQBaseModule.o MQSavedState.o MGCompletionList.o ../../library/source/libqb.a ../../../mysql-gui-common/source/linux/libqbcommongui.a ../../../mysql-gui-common/library/source/libmysqlx.a ../../source/linux/gtksourceview/gtkso
urceview/.libs/libgtksourceview-1.0.a -L/usr/lib/mysql -lmysqlclient -lz -lcrypt -lnsl -lm -Wl,--export-dynamic -pthread -L/usr/local/lib -L/usr/X11R6/lib -lgtkhtml-3.0 -lgnomeui-2 -lSM -lICE -lgnomeprintui-2-2 -lgal-2.0 -lgal-a11y-2.0 -lbonoboui-2 -lgnome-2 -lpopt -lbonobo-2 -lgconf-2 -lgnomevfs-2 -lbonobo-activation -lORBit-2 -lgthread-2.0 -lgnomecanvas-2 -lpangoft2-1.0 -lglade-2.0 -lgnomeprint-2-2 -lart_lgpl_2 -lxml2 -lpthread -lz -lgtkmm-2.0 -lgdkmm-2.0 -latkmm-1.0 -lgtk-x11-2.0 -lpangomm-1.0 -lglibmm-2.0 -lsigc-1.2 -lgdk-x11-2.0 -latk-1.0 -lgdk_pixbuf-2.0 -lm -lpangoxft-1.0 -lpangox-1.0 -lpango-1.0 -lgobject-2.0 -lgmodule-2.0 -ldl -lglib-2.0 -L/usr/lib -lpcre
../../../mysql-gui-common/library/source/libmysqlx.a(myx_recordset.o)(.text+0x487): In function `myx_query_execute':
/opt/mysql-query-browser-1.1.5/mysql-gui-common/library/source/myx_recordset.c:363: undefined reference to `mysql_more_results'
../../../mysql-gui-common/library/source/libmysqlx.a(myx_recordset.o)(.text+0x578):/opt/mysql-query-browser-1.1.5/mysql-gui-common/library/source/myx_recordset.c:172: undefined reference to `mysql_next_result'
collect2: ld returned 1 exit status
make[3]: *** [mysql-query-browser-bin] Error 1
make[3]: Leaving directory `/opt/mysql-query-browser-1.1.5/mysql-query-browser/source/linux'
make[2]: *** [all] Error 2
make[2]: Leaving directory `/opt/mysql-query-browser-1.1.5/mysql-query-browser/source/linux'
make[1]: *** [all-recursive] Error 1
make[1]: Leaving directory `/opt/mysql-query-browser-1.1.5/mysql-query-browser/source'
make: *** [all-recursive] Error 1

Options: ReplyQuote


Subject
Written By
Posted
Error when "make" of MySQL Browser
February 05, 2005 12:12PM


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.