vine-users ML アーカイブ



[vine-users:073563] GCL MAKE error

瀧山と申します。

MAXIMA を使いたく、gcl(gcl-2.6.7)をinstallしているのですが
makeでエラーがでます。

===ここから

In file included from /usr/include/bfd.h:99,
                 from fat_string.c:17:
/usr/lib/gcc-lib/i386-redhat-linux/2.95.3/include/stdbool.h:11: conflicting types for `bool'
../h/../h/object.h:68: previous declaration of `bool'
make[1]: *** [fat_string.o] エラー 1

===ここまで

stdbool.hで

typedef enum
  {
    false = 0,
    true = 1
  } bool;

としていて

object.h で
#undef bool
typedef int bool;

としているのですが効かないようです。

対応方法がありましたらお教えください。

2.6r4です。

;;公式packageがあるのでしょうか?
;;gftpで覗いたところ見当たらなかったので...