トップ   編集 差分 履歴 添付 複製 名前変更 リロード   新規 一覧 検索 最終更新   ヘルプ   最終更新のRSS   ログイン

コンピュータ系/ソフトウェア/gcc/インストール/sandpoint(1.6.2)でのエラーと対策 の変更点

-vasprintfに関するエラー
--stdio.h(sandpoint付属?)とlibilibertyでのconflicting type エラー
---/usr/local/powerpc-netbsd/include/stdio.h
---gcc-4.1.2/include/libiberty.h
--対策
---stdio.hのvasprintfをコメントアウトしたらコンパイルは出来た.しかし普通のPGをコンパイルすると動かない
---libiliberty.hの該当部分をstdio.hのvasprintfのものと一緒にする.libilibery.hがextern なので.