チラシの裏

別の名を作業記録ともいう。

alliance-5.0-20070718.tar.gz

  • 終了
    • ./nero/src/MDefs.h
+ # include <limits.h>
    • ./nero/src/MPri.cpp
+ # include <memory.h>
    • ./nero/src/ADefs.h
- private:  static void  operator delete (void *zone);
+ public:  static void  operator delete (void *zone);
    • ./ocp/src/placer/Ocp.cpp
    • ./ocp/src/placer/PPlacement.h
+ # include <string.h>
    • ./sea/src/DEF_grammar_lex.l
- #define yylineno DEF_grammarlineno
  • エラー
/usr/include/c++/4.3/backward/backward_warning.h:33:2: warning: #warning This file includes at least one deprecated or antiquated header which may be removed without further notice at a future date. Please use a non-deprecated interface with equivalent functionality instead. For a listing of replacement headers and interfaces, consult the file backward_warning.h. To disable this warning use -Wno-deprecated.
In file included from Ocp.cpp:36:
PPlacement.h: In member function ‘bool eqstr::operator()(const char*, const char*) const’:
PPlacement.h:63: error: ‘strcmp’ was not declared in this scope
Ocp.cpp: In function ‘int main(int, char**)’:
Ocp.cpp:175: error: ‘strcmp’ was not declared in this scope
Ocp.cpp:297: error: ‘strcat’ was not declared in this scope
Ocp.cpp:340: error: ‘strncmp’ was not declared in this scope
Ocp.cpp:437: 警告: deprecated conversion from string constant to ‘char*’
Ocp.cpp:355: 警告: ignoring return value of ‘int system(const char*)’, declared with attribute warn_unused_result
make[3]: *** [Ocp.o] エラー 1
make[3]: ディレクトリ `/home/supistar/Desktop/alliance-5.0/ocp/src/placer' から出ます
make[2]: *** [all-recursive] エラー 1
make[2]: ディレクトリ `/home/supistar/Desktop/alliance-5.0/ocp/src' から出ます
make[1]: *** [all-recursive] エラー 1
make[1]: ディレクトリ `/home/supistar/Desktop/alliance-5.0/ocp' から出ます
make: *** [all-recursive] エラー 1