gui-common r-1824 'MYX_DBM_TABLE_ENGINE' does not name a type

Carl Karsten <[email protected]> Sat, 11 Nov 2006 20:04:52 -0600
Newsgroups gmane.comp.db.mysql.mycc
Message-ID <[email protected]>
Is this the place to report this?

Is there a tenderbox script?

juser@e18:~/src/svn/mysql-gui-common$ svn up
At revision 1824.

make

...

if g++ -DHAVE_CONFIG_H -I. -I. -I../.. -I/usr/include/libglade-2.0 
-I/usr/include/gtk-2.0 -I/usr/include/libxml2 -I/usr/lib/gtk-2.0/include 
-I/usr/include/atk-1.0 -I/usr/include/cairo -I/usr/include/pango-1.0 
-I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include -I/usr/include/gtkmm-2.4 
-I/usr/lib/gtkmm-2.4/include -I/usr/include/glibmm-2.4 
-I/usr/lib/glibmm-2.4/include -I/usr/include/gdkmm-2.4 
-I/usr/lib/gdkmm-2.4/include -I/usr/include/pangomm-1.4 -I/usr/include/atkmm-1.6 
-I/usr/include/sigc++-2.0 -I/usr/lib/sigc++-2.0/include 
-I/usr/include/cairomm-1.0   -I/usr/include/mysql -DBIG_JOINS=1 
-DENABLE_LUA_MODULES -I/usr/include/freetype2   -DDLOAD_JVM -I/usr/include/lua50 
-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 
MGTableEditor.o -MD -MP -MF ".deps/MGTableEditor.Tpo" -c -o MGTableEditor.o 
MGTableEditor.cc; \
         then mv -f ".deps/MGTableEditor.Tpo" ".deps/MGTableEditor.Po"; else rm 
-f ".deps/MGTableEditor.Tpo"; exit 1; fi
MGTableEditor.cc:2384:2: warning: no newline at end of file
MGTableEditor.h:188: error: 'MYX_DBM_TABLE_ENGINE' does not name a type

MGTableEditor.cc:44: error: 'MYX_DBM_TE_MERGE' was not declared in this scope
MGTableEditor.cc:51: error: 'MYX_DBM_TABLE_ENGINE' does not name a type
MGTableEditor.cc:54: error: 'MYX_DBM_TE_MYISAM' was not declared in this scope
MGTableEditor.cc:57: error: 'MYX_DBM_TE_INNODB' was not declared in this scope
MGTableEditor.cc:60: error: 'MYX_DBM_TE_FALCON' was not declared in this scope
MGTableEditor.cc:63: error: 'MYX_DBM_TE_NDB' was not declared in this scope
MGTableEditor.cc:66: error: 'MYX_DBM_TE_ARCHIVE' was not declared in this scope
MGTableEditor.cc:69: error: 'MYX_DBM_TE_CSV' was not declared in this scope
MGTableEditor.cc:72: error: 'MYX_DBM_TE_FEDERATED' was not declared in this scope
MGTableEditor.cc:75: error: 'MYX_DBM_TE_BLACKHOLE' was not declared in this scope
MGTableEditor.cc:78: error: 'MYX_DBM_TE_BDB' was not declared in this scope
MGTableEditor.cc:80: error: 'MYX_DBM_TE_MEMORY' was not declared in this scope
MGTableEditor.cc:84: error: 'MYX_DBM_TE_MERGE' was not declared in this scope
MGTableEditor.cc:88: error: 'MYX_DBM_TE_ISAM' was not declared in this scope
MGTableEditor.cc:90: error: too many initializers for 'EngineOptions'
MGTableEditor.cc:90: error: too many initializers for 'EngineOptions'
MGTableEditor.cc:90: error: too many initializers for 'EngineOptions'
MGTableEditor.cc:90: error: too many initializers for 'EngineOptions'
MGTableEditor.cc:90: error: too many initializers for 'EngineOptions'
MGTableEditor.cc:90: error: too many initializers for 'EngineOptions'
MGTableEditor.cc:90: error: too many initializers for 'EngineOptions'
MGTableEditor.cc:90: error: too many initializers for 'EngineOptions'
MGTableEditor.cc:90: error: too many initializers for 'EngineOptions'
MGTableEditor.cc:90: error: too many initializers for 'EngineOptions'
MGTableEditor.cc:90: error: too many initializers for 'EngineOptions'
MGTableEditor.cc:90: error: too many initializers for 'EngineOptions'
MGTableEditor.cc: In member function 'void 
MGTableEditor::show_table_options(MYX_DBM_TABLE_DATA*)':
MGTableEditor.cc:393: error: 'struct EngineOptions' has no member named 'type'
MGTableEditor.cc:393: error: 'struct MYX_DBM_TABLE_DATA' has no member named 
'table_engine'
MGTableEditor.cc: In member function 'void 
MGTableEditor::update_for_selected_engine()':
MGTableEditor.cc:792: error: 'MYX_DBM_TABLE_ENGINE' was not declared in this scope
MGTableEditor.cc:792: error: expected `;' before 'type'
MGTableEditor.cc:796: error: 'type' was not declared in this scope
MGTableEditor.cc:796: error: 'struct EngineOptions' has no member named 'type'
MGTableEditor.cc:805: error: 'type' was not declared in this scope
MGTableEditor.cc:816: error: 'type' was not declared in this scope
MGTableEditor.cc:816: error: 'MYX_DBM_TE_MEMORY' was not declared in this scope
MGTableEditor.cc:827: error: 'MYX_DBM_TE_MYISAM' was not declared in this scope
MGTableEditor.cc:827: error: 'MYX_DBM_TE_INNODB' was not declared in this scope
MGTableEditor.cc: At global scope:
MGTableEditor.cc:1078: error: 'MYX_DBM_TABLE_ENGINE' does not name a type
MGTableEditor.cc: In member function 'void MGTableEditor::add_fk()':
MGTableEditor.cc:1651: error: 'get_selected_engine' was not declared in this scope
MGTableEditor.cc:1651: error: 'MYX_DBM_TE_INNODB' was not declared in this scope
MGTableEditor.cc: In member function 'void MGTableEditor::revert_changes()':
MGTableEditor.cc:1771: error: cannot convert 'const char*' to 'MYX_ENGINES*' for 
argument '3' to 'MYX_DBM_TABLE_DATA* myx_dbm_retrieve_table_data(MYSQL*, 
MYX_DBM_DATATYPES*, MYX_ENGINES*, const char*, const char*, const char*, 
MYX_LIB_ERROR*)'
MGTableEditor.cc:1801: error: 'struct MYX_DBM_TABLE_DATA' has no member named 
'table_engine'
MGTableEditor.cc:1801: error: 'myx_dbm_get_default_storage_engine' was not 
declared in this scope
MGTableEditor.cc: In member function 'void MGTableEditor::commit_changes()':
MGTableEditor.cc:1968: error: 'struct MYX_DBM_TABLE_DATA' has no member named 
'table_engine'
MGTableEditor.cc:1968: error: 'struct EngineOptions' has no member named 'type'
MGTableEditor.cc:2214: error: cannot convert 'const char*' to 'MYX_ENGINES*' for 
argument '3' to 'MYX_DBM_TABLE_DATA* myx_dbm_retrieve_table_data(MYSQL*, 
MYX_DBM_DATATYPES*, MYX_ENGINES*, const char*, const char*, const char*, 
MYX_LIB_ERROR*)'
make[3]: *** [MGTableEditor.o] Error 1
make[3]: Leaving directory `/home/juser/src/svn/mysql-gui-common/source/linux'
make[2]: *** [all-recursive] Error 1
make[2]: Leaving directory `/home/juser/src/svn/mysql-gui-common/source'
make[1]: *** [all-recursive] Error 1
make[1]: Leaving directory `/home/juser/src/svn/mysql-gui-common'
make: *** [all] Error 2

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