トップ «前の日(09-08) 最新 次の日(09-10)» 追記

Orz日記 by Akio Morita

ToDo:

  • 15 SAD Fit[]回りの障害事例の解析
  • 10 smart pointer版PEGクラスの再実装(Left Recursionまわり)
2006|03|04|05|06|07|08|09|10|11|12|
2007|01|02|03|04|06|09|10|11|12|
2008|01|02|03|04|05|06|07|08|09|10|11|12|
2009|01|02|03|04|05|06|07|08|09|10|11|12|
2010|01|02|03|04|05|06|07|08|09|10|11|12|
2011|01|02|03|04|05|06|07|08|09|10|11|12|
2012|01|02|03|04|05|07|08|09|10|11|12|
2013|01|03|04|05|06|07|08|09|10|11|12|
2014|01|02|03|04|05|06|07|08|09|10|11|12|
2015|01|02|03|04|06|07|08|10|12|
2016|01|02|03|05|06|08|10|11|
2017|01|02|03|04|05|06|07|09|10|11|12|
2018|01|02|03|04|06|07|08|09|10|11|12|
2019|01|03|04|05|07|08|09|10|11|12|
2020|01|02|03|04|05|06|07|08|09|10|11|12|
2021|01|02|03|04|05|06|07|08|09|10|11|12|
2022|01|02|03|04|05|06|07|08|09|10|11|12|
2023|01|02|03|04|05|06|07|08|09|10|11|12|
2024|01|02|03|04|05|06|07|08|09|

2008-09-08

_ [SAD]Cygwin環境

久々に、Cygwin環境でコンパイルしてみた。 で、色々問題を見つけたのでまとめてみる。

  • implicit declaration of function 'strdup'(src/random_driver.c,src/feature.c,src/sim/sad_api.c)
    • string.hをincludeしてるはずなのに、なぜかでる
  • 'M_PI' undeclared (first use in this function)(src/random_plugin_sad.c)
    • math.hをincludeしてるはずなのに、なぜかでる
  • implicit declaration of function 'hypot'(src/sim/fortran_math_hypot_.c)
    • ISO C99の数学関数(math.h)
  • implicit declaration of function 'asinh'(src/sim/fortran_math_asinh_.c)
    • ISO C99の数学関数(math.h)
  • implicit declaration of function 'acosh'(src/sim/fortran_math_acosh_.c)
    • ISO C99の数学関数(math.h)
  • implicit declaration of function 'atanh'(src/sim/fortran_math_atanh_.c)
    • ISO C99の数学関数(math.h)
  • implicit declaration of function 'posix_openpt/grantpt/ptsname'(src/sim/fortran_io_.c)
    • IEEE Std 1003.1-2001(POSIX.1)関数
  • ucontext.hが無い(src/sim/sad_signal.h)
    • SUSv2由来
  • implicit declaration of function 'vsnprintf'(src/sim/sad_api.c,src/tfProcess_.c)
    • ISO C99関数
  • implicit declaration of function 'snprintf'(src/tfNetworkIO_.c,src/tfProcess_.c)
    • ISO C99関数
  • implicit declaration of function 'isnan'(src/utils.c)
    • ISO C99関数
  • implicit declaration of function 'tempnam'(src/utils.c)
    • ISO C90関数
  • implicit declaration of function 'mkstemp'(src/sim/fortran_io_.c,src/tfFileIO_.c)
    • IEEE Std 1003.1-2001(POSIX.1)関数
  • implicit declaration of function 'realpath'(src/tfFileIO_.c)
    • IEEE Std 1003.1-2001(POSIX.1)関数
  • implicit declaration of function 'fmin/fmax'(src/tfDateTAI_.c)
    • ISO C99の数学関数(math.h)
  • implicit declaration of function 'crypt'(src/tfCrypt_.c)
    • IEEE Std 1003.1-2001(POSIX.1)関数
  • implicit declaration of function 'putenv/unsetenv'(src/Process_.c)
    • IEEE Std 1003.1-2001(POSIX.1)関数

とにかく、ISO Cと POSIXまわりで足りないものがあるような...

本日のツッコミ(全1件) [ツッコミを入れる]

_ 影達 [LHC始動おめでとうございます。グーグルにもお祝いの絵がアップされていましたね。順調に行けば西暦2034年頃にCER..]


カテゴリー: Admin | Emacs | EPICS | Fortran | FreeBSD | GCC | hgsubversion | IPv6 | KEKB | LHC | Lisp | LLVM | MADX | Ryzen | SAD | samba | tDiary | unix | WWW | YaSAI | お仕事 | イベント | 出張 | 宴会 | 数学 | 艦これ | 買いもの | 追記 | 雑記