Hi!
Want to push it up to some place where one of us can get to it?
Cheers,
-Brian
On Aug 22, 2008, at 8:29 PM, Grant Limberg wrote:
So I'm having a little trouble with the change from 'struct
st_table' in drizzled/table.h to 'class Table'. I've removed
'typedef struct st_table TABLE' from storage/innobase/include/
row0types.h and replaced all instances of TABLE* with Table*.
storage/innobase/include/row0merge.h depended on that typedef for
row_merge_build_indexes(). I've tried including either <drizzled/
common_includes.h> or <drizzled/table.h> with joy but pages of error
messages.
Here's the current error messages I'm getting:
gcc -std=gnu99 -DHAVE_CONFIG_H -I. -I../.. -I../.. -I../.. -I../../
storage/innobase/include -W -Wall -Wextra -pedantic -Wundef -Wstrict-
prototypes -Wmissing-prototypes -Wmissing-declarations -Wredundant-
decls -Wno-strict-aliasing -DDRIZZLE_DYNAMIC_PLUGIN -ggdb3 -g -O2 -
MT ha_innodb_la-dict0dict.lo -MD -MP -MF .deps/ha_innodb_la-
dict0dict.Tpo -c dict/dict0dict.c -fno-common -DPIC -o .libs/
ha_innodb_la-dict0dict.o
In file included from dict/dict0dict.c:29:
../../storage/innobase/include/row0merge.h:171: error: syntax error
before 'Table'
../../storage/innobase/include/row0merge.h:171: warning: function
declaration isn't a prototype
make: *** [ha_innodb_la-dict0dict.lo] Error 1
I'm probably overlooking something small. Anyone have any hints to
point me in the right direction here?
Thanks in advance,
Grant Limberg
[EMAIL PROTECTED]
LinkedIn: http://www.linkedin.com/in/grantlimberg
http://www.glsoftware.net
_______________________________________________
Mailing list: https://launchpad.net/~drizzle-discuss
Post to : [email protected]
Unsubscribe : https://launchpad.net/~drizzle-discuss
More help : https://help.launchpad.net/ListHelp
--
_______________________________________________________
Brian "Krow" Aker, brian at tangent.org
Seattle, Washington
http://krow.net/ <-- Me
http://tangent.org/ <-- Software
_______________________________________________________
You can't grep a dead tree.
_______________________________________________
Mailing list: https://launchpad.net/~drizzle-discuss
Post to : [email protected]
Unsubscribe : https://launchpad.net/~drizzle-discuss
More help : https://help.launchpad.net/ListHelp