Perguntas com a marcação «autotools»




5
erro: biblioteca Libtool usada, mas 'LIBTOOL' é indefinida
Estou tentando a automakebiblioteca OrientDb C ++, mas estou obtendo alguns erros. Makefile.am:10: error: Libtool library used but 'LIBTOOL' is undefined Makefile.am:10: The usual way to define 'LIBTOOL' is to add 'LT_INIT' Makefile.am:10: to 'configure.ac' and run 'aclocal' and 'autoconf' again. Makefile.am:10: If 'LT_INIT' is in 'configure.ac', make sure Makefile.am:10: …
117 c  linux  autotools  orientdb 

19
macro possivelmente indefinida: AC_MSG_ERROR
Tenho o seguinte em configure.ac: AC_CHECK_PROGS(MAKE,$MAKE make gmake,error) if test "x$MAKE" = "xerror" ;then AC_MSG_ERROR([cannot find a make command]) fi Isso está em nosso projeto há muito tempo, mas em algumas configurações, recebo este erro: configure.ac:45: error: possibly undefined macro: AC_MSG_ERROR If this token and others are legitimate, please use …

4
CFLAGS vs CPPFLAGS
Eu entendo que CFLAGS (ou CXXFLAGS para C ++) são para o compilador, enquanto CPPFLAGS é usado pelo pré-processador. Mas ainda não entendo a diferença. Preciso especificar um caminho de inclusão para um arquivo de cabeçalho que está incluído com #include - porque #include é uma diretiva de pré-processador, o …
Ao utilizar nosso site, você reconhece que leu e compreendeu nossa Política de Cookies e nossa Política de Privacidade.
Licensed under cc by-sa 3.0 with attribution required.