Eric K. Dickinson writes:
> All seemed to be going well untill.......
> 
> 
> sr/local/include/mysql  -c get_table.cc
> g++ -O3 -g -pipe -fforce-mem -fforce-addr -I.
> -I../mysql++-1.7.8/sqlplusint -I/usr/local/include/mysql  -c admin.cc
> g++ -O3 -g -pipe -fforce-mem -fforce-addr -I.
> -I../mysql++-1.7.8/sqlplusint -I/usr/local/include/mysql  -c single.cc
> g++ -O3 -g -pipe -fforce-mem -fforce-addr -I.
> -I../mysql++-1.7.8/sqlplusint -I/usr/local/include/mysql  -c zoom.cc
> g++ -O3 -g -pipe -fforce-mem -fforce-addr -I.
> -I../mysql++-1.7.8/sqlplusint -I/usr/local/include/mysql  -c sin_jpeg.cc
> gcc -O3 -g -pipe -fforce-mem -fforce-addr -I.
> -I../mysql++-1.7.8/sqlplusint -I/usr/local/include/mysql  -c jmemsrc.c
> jmemsrc.c: In function `jpeg_mem_src':
> jmemsrc.c:198: warning: assignment from incompatible pointer type
> gcc -O3 -g -pipe -fforce-mem -fforce-addr -I.
> -I../mysql++-1.7.8/sqlplusint -I/usr/local/include/mysql  -c options.c
> options.c:17: warning: initialization from incompatible pointer type
> options.c: In function `mysql_read_default_options':
> options.c:40: warning: initialization makes pointer from integer without
> a cast
> options.c:135: structure has no member named `charset_dir'
> options.c:136: structure has no member named `charset_dir'
> options.c:139: structure has no member named `charset_name'
> options.c:140: structure has no member named `charset_name'
> make: *** [options.o] Error 1
> root@nova:/usr/local/mysqlgui-1.7.4#
> 
> 
> eric
> 
> 
> 
> -- 
> 
> Eric K. Dickinson CNE, MCSE, GNU/Linux Geek
> http://dickinse.dyndns.org
> NRA Indoor Pistol Master


Hi!

You are using some ancient MySQL C API libs. 

Please use latest 3.23 C API.


Regards,

Sinisa

      ____  __     _____   _____  ___     ==  MySQL AB
     /*/\*\/\*\   /*/ \*\ /*/ \*\ |*|     Sinisa Milivojevic
    /*/ /*/ /*/   \*\_   |*|   |*||*|     mailto:[EMAIL PROTECTED]
   /*/ /*/ /*/\*\/*/  \*\|*|   |*||*|     Larnaca, Cyprus
  /*/     /*/  /*/\*\_/*/ \*\_/*/ |*|____
  ^^^^^^^^^^^^/*/^^^^^^^^^^^\*\^^^^^^^^^^^
             /*/             \*\                Developers Team

---------------------------------------------------------------------
Before posting, please check:
   http://www.mysql.com/manual.php   (the manual)
   http://lists.mysql.com/           (the list archive)

To request this thread, e-mail <[EMAIL PROTECTED]>
To unsubscribe, e-mail <[EMAIL PROTECTED]>
Trouble unsubscribing? Try: http://lists.mysql.com/php/unsubscribe.php

Reply via email to