Advertisement
Guest User

Untitled

a guest
Jan 23rd, 2019
124
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.15 KB | None | 0 0
  1. common.cc:98:18: warning: format ‘%d’ expects argument of type ‘int’, but argument 3 has type ‘octave_idx_type’ {aka ‘long int’} [-Wformat=]
  2. warning ("%s: unknown warning, iwarn = %d", name, index);
  3. ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ~~~~~
  4. warning: LFLAGS is deprecated and will be removed in a future version of Octave, use LDFLAGS instead
  5. /tmp/octave-help-Ahi1dx:159: misplaced {
  6. /tmp/octave-help-Ahi1dx:159: misplaced }
  7. /tmp/octave-help-PM5udt:156: misplaced {
  8. /tmp/octave-help-PM5udt:156: misplaced }
  9. /home/doug/octave/control-3.1.0/x86_64-pc-linux-gnu-api-v52+/__control_slicot_functions__.oct: failed to load: /home/doug/octave/control-3.1.0/x86_64-pc-linux-gnu-api-v52+/__control_slicot_functions__.oct: undefined symbol: _Z11warning_msgPKcllPS0_l
  10. error: called from
  11. doc_cache_create>create_cache at line 109 column 20
  12. gen_doc_cache_in_dir>@<anonymous> at line 143 column 16
  13. doc_cache_create>gen_doc_cache_in_dir at line 144 column 9
  14. doc_cache_create at line 55 column 12
  15. install>generate_lookfor_cache at line 794 column 5
  16. install at line 223 column 7
  17. pkg at line 441 column 9
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement