MySQL Forums
Forum List  »  Source, Builds, Binaries

Problems Building GUI Tools on Solaris 10
Posted by: Mark Detrick
Date: September 16, 2006 11:22PM

When trying to build mysql-gui-tools-5.0r2/mysql-gui-common it fails as shown below. forkpty and kill appear to be undeclared and I can't find include/libs with those. glibc not available for Solaris. GUI tools binaries not available.

SunOS hassium 5.10 Generic_118833-22 sun4u sparc SUNW,Ultra-60
gcc-4.1.1, GNU libtool, make, binutil

Snipped...
then mv -f ".deps/MYXInterface.Tpo" ".deps/MYXInterface.Po"; else rm -f ".deps/MYXInterface.Tpo"; exit 1; fi
if /usr/local/bin/g++ -DHAVE_CONFIG_H -I. -I. -I../.. -I/usr/local/include/gtk-2.0 -I/usr/local/lib/gtk-2.0/include -I/usr/local/include/atk-1.0 -I/usr/local/include/cairo -I/usr/local/include/pango-1.0 -I/usr/local/include/glib-2.0 -I/usr/local/lib/glib-2.0/include -I/usr/local/include/gtkmm-2.4 -I/usr/local/lib/gtkmm-2.4/include -I/usr/local/include/glibmm-2.4 -I/usr/local/lib/glibmm-2.4/include -I/usr/local/include/gdkmm-2.4 -I/usr/local/lib/gdkmm-2.4/include -I/usr/local/include/pangomm-1.4 -I/usr/local/include/atkmm-1.6 -I/usr/local/include/sigc++-2.0 -I/usr/local/lib/sigc++-2.0/include -I/usr/local/include/cairomm-1.0 -I/usr/include/libglade-2.0 -I/usr/include/libxml2 -I/usr/sfw/include/freetype2 -I/usr/include/libpng12 -I/usr/sfw/include/mysql -I/usr/local/include -I../../library/base-library/include -I../../library/utilities/include -I../../library/utilities/shared_include -I../../library/generic-runtime/include -I../../library/sql-parser/include -I../../library/grt-modules/include -I../../library/grt-wb-controller/include -I../../library/generic-canvas/include -I../../library/generic-canvas/ftgl/include -I.. -DDATADIRNAME=\""/usr/local/share"\" -DCOMMONDIRNAME=\"""\" -Wall -MT MGExecSU.o -MD -MP -MF ".deps/MGExecSU.Tpo" -c -o MGExecSU.o MGExecSU.cc; \
then mv -f ".deps/MGExecSU.Tpo" ".deps/MGExecSU.Po"; else rm -f ".deps/MGExecSU.Tpo"; exit 1; fi
MGExecSU.cc:11:17: error: pty.h: No such file or directory
MGExecSU.cc: In member function 'bool MGExecSU::run_as_root()':
MGExecSU.cc:328: error: 'forkpty' was not declared in this scope
MGExecSU.cc: In member function 'void MGExecSU::cancel()':
MGExecSU.cc:405: error: 'kill' was not declared in this scope
make[3]: *** [MGExecSU.o] Error 1
make[3]: Leaving directory `/usr/local/appl/mysql/mysql-gui-tools-5.0r2/mysql-gui-common/source/linux'
make[2]: *** [all-recursive] Error 1
make[2]: Leaving directory `/usr/local/appl/mysql/mysql-gui-tools-5.0r2/mysql-gui-common/source'
make[1]: *** [all-recursive] Error 1
make[1]: Leaving directory `/usr/local/appl/mysql/mysql-gui-tools-5.0r2/mysql-gui-common'
make: *** [all] Error 2

Your help is appreciated.
Thank you

Options: ReplyQuote


Subject
Views
Written By
Posted
Problems Building GUI Tools on Solaris 10
6087
September 16, 2006 11:22PM


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.