octave-patch-tracker
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Octave-patch-tracker] [patch #8783] C++ implementation of textscan


From: Philip Nienhuis
Subject: [Octave-patch-tracker] [patch #8783] C++ implementation of textscan
Date: Sun, 21 Feb 2016 14:14:50 +0000
User-agent: Mozilla/5.0 (Windows NT 6.1; WOW64; rv:41.0) Gecko/20100101 Firefox/41.0 SeaMonkey/2.38

Follow-up Comment #55, patch #8783 (project octave):

How to compile ytextscan.cc?

I had to compile (previous) ztextscan.cc separately as well (it didn't build
automatically withe the rst of Octave)

On windows (Octave-4.1.0+):

>> mkoctfile ytextscan.cc
ytextscan.cc: In member function 'char* dstr::read(char*, int, char*&)':
ytextscan.cc:2500:45: error: 'bzero' was not declared in this scope
               bzero (eob, size - (eob - idx));
                                             ^
ytextscan.cc:2511:40: error: 'bzero' was not declared in this scope
                 bzero (buffer, size - i);
                                        ^
warning: mkoctfile: building exited with failure status



    _______________________________________________________

Reply to this item at:

  <http://savannah.gnu.org/patch/?8783>

_______________________________________________
  Message sent via/by Savannah
  http://savannah.gnu.org/




reply via email to

[Prev in Thread] Current Thread [Next in Thread]