automakeが文句を言う一般的な問題は、さまざまなMakefile.am:sの次の行が原因で発生します。
Makefile.am:
SUBDIRS = deployment transport/http/util transport/http/common engine transport
この行の目的は、transport / http/utilとtransport/http / commonがエンジンディレクトリの前にビルドされ、残りのトランスポートがエンジンのビルド後にビルドされるように、ビルドの順序を強制することです。
この行により、MinGWでautomakeを実行すると次のエラーが発生します。
Makefile.am:1: directory should not contain `/'