Project

General

Profile

Actions

整備 #4173

open

make installでビルドとインストールの実行時にdoxygen_classref.confでエラーになる

Added by n.kawauchi over 7 years ago. Updated over 7 years ago.

Status:
解決
Priority:
通常
Assignee:
Start date:
08/31/2017
Due date:
% Done:

100%

Estimated time:

Description

  • make, make install はOKだが、make installでビルド&インストールを実行するとエラーになる
  • doxygen_classref.conf は doxygen_classref.conf.in から生成するので、Makefile.amでの依存設定を見直す

Related issues 1 (0 open1 closed)

Related to OpenRTM-aist (C++) - バグ #3887: trunkソースからインストールしようとした際、doxygen_classref.confが存在しないとエラーになる終了n.kawauchi01/26/2017

Actions
Actions #1

Updated by n.kawauchi over 7 years ago

  • Related to バグ #3887: trunkソースからインストールしようとした際、doxygen_classref.confが存在しないとエラーになる added
Actions #2

Updated by n.kawauchi over 7 years ago

  • Status changed from 新規 to 解決
  • % Done changed from 0 to 100

r3032 で対応。
修正ソースで下記の動作を確認した。

./build/autogen
./configure --prefix=/usr
make dist
make maintainer-clean

./build/autogen
./configure --prefix=/usr
make
sudo make install
sudo make uninstall
sudo make maintainer-clean

./build/autogen
./configure --prefix=/usr
sudo make install
sudo make uninstall
sudo make maintainer-clean

Actions

Also available in: Atom PDF