autotools
Gettext error while "make update-po"
I have followed this guide, but when I try to do \"make update-po\" i get following erro开发者_JAVA百科r:[详细]
2023-03-28 12:06 分类:问答How to configure the source file directory and install location using GNU Autotools
I want a project directory like this: app/ src/ Makefile All of the .cpp开发者_C百科 and .hpp, .h files are in the src subdirectory. How can I configure Makefile.am or configure.ac to let the g[详细]
2023-03-25 14:37 分类:问答Does anybody have a patch or a kludge trick so that I am able to cross-compile climm-0.6.4 with gnutls-2.12.5?
I am trying to cross-compile climm-0.6.4 to windows under Ubuntu with the following command: ./configure --host=i686-pc-mingw32 --enable-ssl=gnutls[详细]
2023-03-25 08:00 分类:问答Distributing scripts using autotools
I would like to distribute my startup script with my app. Its called \"blah\" and it resides in the scripts/ folder of my project. I have this in my configure.ac:[详细]
2023-03-22 18:10 分类:问答PKG_CHECK_MODULES breaking in solaris
My project requires dependency of libxml2 am using autotools to check the dependencies & install the same. I declare the dependency of using the following macro in configure.ac[详细]
2023-03-21 08:19 分类:问答Is there any documentation for building OS X frameworks using autotools?
I have a cross-platform shared library, and I am using GNU autotools for 开发者_StackOverflowthe build system. I would like to be able to package the library as a framework on OS X. Is it possible to[详细]
2023-03-17 04:22 分类:问答How do I test for the version of XFIXES in my configure.ac when compiling my X Driver?
I\'m writing a video device driver for X, and it needs some features provided by the XFIXES Extension. Now, I\'m pretty sure that all of my target versions of the X Se开发者_如何学Crver will have at l[详细]
2023-03-15 16:53 分类:问答Locating $pkgdatadir defined by autotools from a script
My application uses autotools to install data files that are needed at runtime in $pkgdatadir. Part of the application is written in C, and the path to the data directory is set by the following state[详细]
2023-03-14 16:23 分类:问答autoconf alternative to AC_TRY_EVAL macro?
I am using the AC_TRY_EVAL macro in a configure.ac. However, http://www.mail-archive.com/autoconf@gnu.org/msg17799.html says that this is discouraged for several reasons.[详细]
2023-03-13 19:49 分类:问答Install data directory tree with massive number of files using automake
I have a data directory which I would like automake to generate install and uninstall targets for.Essentially, I just want to copy this directory verbatim to the DATA directory,Normally, I might list[详细]
2023-03-13 16:42 分类:问答