uuid/uuid.h: No such file or directory

Carl Karsten <[email protected]> Fri, 03 Nov 2006 20:45:09 -0600
Newsgroups gmane.comp.db.mysql.mycc
Message-ID <[email protected]>
I am trying to build mysql-gui-common

myx_grt.c:41:23: error: uuid/uuid.h: No such file or directory

On a new Ubuntu-edgy install:

sudo apt-get install build-esential liblualib50-dev libglade2-dev 
libxml++2.6-dev libgtkmm-2.4-dev libpcre3-dev libmysqlclient15-dev

  wget 
http://dev.mysql.com/get/Downloads/MySQLGUITools/mysql-gui-tools-5.0r5.tar.gz/from/http://mysql.mirrors.hoobly.com/

tar xzvf mysql-gui-tools-5.0r5.tar.gz

cd  mysql-gui-tools-5.0r5/mysql-gui-common
./configure --enable-grt --enable-canvas
make

(snip)

if /bin/bash ../../../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. 
-I. -I../../.. -I../../../library/generic-runtime/include 
-I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include -I/usr/include/libxml2 
-I../../../library/utilities/include -I../../../library/utilities/shared_include 
-I../../../library/generic-runtime/newt -I/usr/include/mysql -DBIG_JOINS=1 
-I/usr/include/lua50 -DDLOAD_JVM -I/usr/include/lua50    -DENABLE_LUA_MODULES 
     -MT myx_grt.lo -MD -MP -MF ".deps/myx_grt.Tpo" -c -o myx_grt.lo myx_grt.c; \
         then mv -f ".deps/myx_grt.Tpo" ".deps/myx_grt.Plo"; else rm -f 
".deps/myx_grt.Tpo"; exit 1; fi
mkdir .libs
  gcc -DHAVE_CONFIG_H -I. -I. -I../../.. 
-I../../../library/generic-runtime/include -I/usr/include/glib-2.0 
-I/usr/lib/glib-2.0/include -I/usr/include/libxml2 
-I../../../library/utilities/include -I../../../library/utilities/shared_include 
-I../../../library/generic-runtime/newt -I/usr/include/mysql -DBIG_JOINS=1 
-I/usr/include/lua50 -DDLOAD_JVM -I/usr/include/lua50 -DENABLE_LUA_MODULES -MT 
myx_grt.lo -MD -MP -MF .deps/myx_grt.Tpo -c myx_grt.c  -fPIC -DPIC -o 
.libs/myx_grt.o
myx_grt.c:41:23: error: uuid/uuid.h: No such file or directory
myx_grt.c: In function 'myx_grt_get_guid':
myx_grt.c:1810: error: 'uuid_t' undeclared (first use in this function)
myx_grt.c:1810: error: (Each undeclared identifier is reported only once
myx_grt.c:1810: error: for each function it appears in.)
myx_grt.c:1810: error: expected ';' before 'gid'
myx_grt.c:1812: error: 'gid' undeclared (first use in this function)
make[4]: *** [myx_grt.lo] Error 1
make[4]: Leaving directory 
`/home/juser/mysql-gui-tools-5.0r5/mysql-gui-common/library/generic-runtime/source'
make[3]: *** [all-recursive] Error 1
make[3]: Leaving directory 
`/home/juser/mysql-gui-tools-5.0r5/mysql-gui-common/library/generic-runtime'
make[2]: *** [all-recursive] Error 1
make[2]: Leaving directory 
`/home/juser/mysql-gui-tools-5.0r5/mysql-gui-common/library'
make[1]: *** [all-recursive] Error 1
make[1]: Leaving directory `/home/juser/mysql-gui-tools-5.0r5/mysql-gui-common'
make: *** [all] Error 2

Is there an svn repo I can hit to get the cutting edge?

also, is anyone working on packaging a .deb?

Carl K

-- 
MySQL GUI Tools Mailing List
For list archives: http://lists.mysql.com/gui-tools
To unsubscribe:    http://lists.mysql.com/[email protected]