Hello

I have trying to build database-1.0.3.tar.gz on octave-3.0.5 but gotten not 
successful results yet.

I have met the following cast error in sqlite3_wrap.cpp

octave:5> pkg install database-1.0.3.tar.gz
sqlite3_wrap.cpp: In function 'octave_value_list _wrap_sqlite3_auto_extension(co
nst octave_value_list&, int)':
sqlite3_wrap.cpp:6861: error: invalid conversion from 'void*' to 'void (*)()'
sqlite3_wrap.cpp:6861: error:   initializing argument 1 of 'int sqlite3_auto_ext
ension(void (*)())'

 result = (int)sqlite3_auto_extension(arg1);
  |
  V 
 result = (int)sqlite3_auto_extension( (void (*)())arg1);

Regards

Tatsuro

--------------------------------------
Power up the Internet with Yahoo! Toolbar.
http://pr.mail.yahoo.co.jp/toolbar/

------------------------------------------------------------------------------
OpenSolaris 2009.06 is a cutting edge operating system for enterprises 
looking to deploy the next generation of Solaris that includes the latest 
innovations from Sun and the OpenSource community. Download a copy and 
enjoy capabilities such as Networking, Storage and Virtualization. 
Go to: http://p.sf.net/sfu/opensolaris-get
_______________________________________________
Octave-dev mailing list
Octave-dev@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/octave-dev

Reply via email to