Hi tir, 08 03 2011 kl. 08:12 +0900, skrev Riping WANG: > I try to install miscellaneous-1.0.11. Finally, I want install > optim-1.0.16.tar.gz. > But for miscellaneous-1.0.11, it report the following. > Could you please help me out? Thank you. > > octave:1> # Octave 3.2.4, Mon Mar 07 17:15:52 2011 JST > <[email protected]> > octave:1> pkg install miscellaneous-1.0.11.tar.gz > waitbar.cc: In function ‘octave_value_list Fwaitbar(const > octave_value_list&, int)’: > waitbar.cc:126:23: warning: deprecated conversion from string constant > to ‘char*’ > waitbar.cc:147:37: warning: deprecated conversion from string constant > to ‘char*’ > waitbar.cc:148:35: warning: deprecated conversion from string constant > to ‘char*’ > xmltree_read.l: In function ‘xml_lex’: > xmltree_read.l:407:32: warning: operation on ‘pcdata’ may be undefined > xmltree_read.l:492:32: warning: operation on ‘pcdata’ may be undefined > xmltree_read.l:627:35: warning: operation on ‘pcdata’ may be undefined > xmltree_read.l:673:30: warning: operation on ‘pcdata’ may be undefined > xmltree_read.l:726:30: warning: operation on ‘pcdata’ may be undefined > xmltree_read.act: At top level: > xmltree_read.l:150:13: warning: ‘bufferliteral’ defined but not used > xmltree_read.l:1221:12: warning: ‘input’ defined but not used > xmltree_read.act: In function ‘xml_lex’: > xmltree_read.l:818:1: warning: ignoring return value of ‘fwrite’, > declared with attribute warn_unused_result > octave:2>
This looks like warnings (and not errors) to me. Did you check if the package actually got installed? Try typing 'pkg list' and see if the package appears. Søren ------------------------------------------------------------------------------ What You Don't Know About Data Connectivity CAN Hurt You This paper provides an overview of data connectivity, details its effect on application quality, and explores various alternative solutions. http://p.sf.net/sfu/progress-d2d _______________________________________________ Octave-dev mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/octave-dev
