Monty,
I pushed what I have up to:
bzr push lp:~patg-patg/drizzle/clientsplit
Patrick Galbraith wrote:
Monty,
Now I get this error:
o -MD -MP -MF ".deps/linktest.Tpo" -c -o linktest.o linktest.c; \
then mv -f ".deps/linktest.Tpo" ".deps/linktest.Po"; else rm -f
".deps/linktest.Tpo"; exit 1; fi
linktest.c:2:25: error: mysql/mysql.h: No such file or directory
linktest.c: In function ‘main’:
linktest.c:13: error: ‘MYSQL’ undeclared (first use in this function)
linktest.c:13: error: (Each undeclared identifier is reported only once
linktest.c:13: error: for each function it appears in.)
linktest.c:13: error: expected ‘;’ before ‘my’
linktest.c:15: error: ‘my’ undeclared (first use in this function)
make[1]: *** [linktest.o] Error 1
So, linktest.c has:
nt main(int argc, char** argv) {
(void)argc;
(void)argv;
MYSQL my;
...
Shouldn't it be DRIZZLE my ?
Monty Taylor wrote:
Patrick Galbraith wrote:
Monty Taylor wrote:
I stuck a file called "linktest.c" into the libdrizzle dir to test for
missing symbols in libdrizzle while we were removing depends. Sounds
like it got removed.
Patrick Galbraith wrote:
I have all the client calls renamed to drizzle_xxx and when
compiling, get this error that doesn't tell me much:
creating libdrizzle.la
(cd .libs && rm -f libdrizzle.la && ln -s ../libdrizzle.la
libdrizzle.la)
make[1]: *** No rule to make target `linktest.o', needed by
`linktest'. Stop.
That's the only error, everything else seems to go fine. Any
thoughts? I could push this to a special tree if anyone wants to look
at it.
--Patrick
Monty,
Could you please re-commit/push ? ;)
Yes! Committing-pushing right now!
Monty
--
Satyam Eva Jayate - Truth Alone Triumphs
Mundaka Upanishad
_______________________________________________
Mailing list: https://launchpad.net/~drizzle-discuss
Post to : [email protected]
Unsubscribe : https://launchpad.net/~drizzle-discuss
More help : https://help.launchpad.net/ListHelp