Preguntas etiquetadas con autotools




5
error: se utilizó la biblioteca Libtool pero 'LIBTOOL' no está definido
Estoy intentando automakeacceder a la biblioteca OrientDb C ++, pero obtengo algunos errores. 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 …
117 c  linux  autotools  orientdb 

19
posiblemente macro indefinida: AC_MSG_ERROR
Tengo lo siguiente en 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 Esto ha estado en nuestro proyecto durante mucho tiempo, pero en algunas configuraciones, aparece este error: configure.ac:45: error: possibly undefined macro: AC_MSG_ERROR If this token and others are legitimate, please …

4
CFLAGS vs CPPFLAGS
Entiendo que CFLAGS (o CXXFLAGS para C ++) son para el compilador, mientras que CPPFLAGS es usado por el preprocesador. Pero todavía no entiendo la diferencia. Necesito especificar una ruta de inclusión para un archivo de encabezado que se incluye con #include, ya que #include es una directiva de preprocesador, …
Al usar nuestro sitio, usted reconoce que ha leído y comprende nuestra Política de Cookies y Política de Privacidad.
Licensed under cc by-sa 3.0 with attribution required.