X-Spam-Check-By: sourceware.org Cc: , To: "Marcus Brinkmann" Message-ID: <20061205100916.3688@henman-np.b-eng.it.to-be.co.jp> From: "djh" Date: Tue, 05 Dec 2006 10:09:16 +0900 Subject: Re: GPGME 1.0.3 Build Problem In-reply-to: Your message of Mon, 04 Dec 2006 17:57:45 +0100 <87r6vfegza.wl%marcus.brinkmann@ruhr-uni-bochum.de> References: <20061130141425 DOT 2692 AT henman-np DOT b-eng DOT it DOT to-be DOT co DOT jp> <87wt5cx6t6.wl%marcus DOT brinkmann AT ruhr-uni-bochum DOT de> <87slg0wb6v.wl%marcus DOT brinkmann AT ruhr-uni-bochum DOT de> <456FACD3 DOT 7080700 AT users DOT sourceforge DOT net> <87lklrwwm7.wl%marcus DOT brinkmann AT ruhr-uni-bochum DOT de> <87r6vfegza.wl%marcus DOT brinkmann AT ruhr-uni-bochum DOT de> X-Mailer: MH-E 8.0.2; GNU Mailutils 1.1; GNU Emacs 22.0.50 Mailing-List: contact cygwin-help AT cygwin DOT com; run by ezmlm Precedence: bulk List-Id: List-Unsubscribe: List-Subscribe: List-Archive: List-Post: List-Help: , Sender: cygwin-owner AT cygwin DOT com Mail-Followup-To: cygwin AT cygwin DOT com Delivered-To: mailing list cygwin AT cygwin DOT com Marcus, > That can't work. Makefile.am is the basis for the generated files > Makefile.in and Makefile, the latter of which is actually used. These > files are only automatically generated when in maintainer mode. Yes, your right. I just read about the GNU build system last night and realized that. Sorry about my ignorance of the gnu autotools workflow. I see where the distribution was not in an "autoconfiscated" state when I changed the .am file. > If you have the development tools installed, you can easily recreate > these files by running ./autogen.sh in the toplevel directory. > Otherwise, please let me know and I will send you a patch against > 1.0.3 or a complete tar ball. > > Thanks, > Marcus I could find no no ./autogen.sh in the toplevel directory. But, I did try the below: gpgme-1.0.3 $ aclocal # aclocal (GNU automake) 1.9.6 --- result: /usr/share/aclocal/libmcrypt.m4:17: warning: underquoted definition of AM_PATH_LIBMCRYPT run info '(automake)Extending aclocal' or see http://sources.redhat.com/automake/automake.html#Extending-aclocal gpgme-1.0.3 $ automake # automake (GNU automake) 1.9.6 --- result Makefile.am:42: BUILD_W32_GLIB does not appear in AM_CONDITIONAL Makefile.am:106: BUILD_W32_GLIB does not appear in AM_CONDITIONAL Makefile.am:115: HAVE_W32_SYSTEM does not appear in AM_CONDITIONAL Makefile.am:172: BUILD_W32_GLIB does not appear in AM_CONDITIONAL Makefile.am:178: required file `./stpcpy.c' not found Makefile.am:178: required file `./vasprintf.c' not found Makefile.am:178: required file `./isascii.c' not found Makefile.am:178: required file `./funopen.c' not found Makefile.am:178: required file `./putc_unlocked.c' not found Makefile.am:178: required file `./memrchr.c' not found Makefile.am:178: required file `./ttyname_r.c' not found Fails with $? = 1 --- Consequently, a new Makefile.in does not get created. Thanks, Darel Henman -- Unsubscribe info: http://cygwin.com/ml/#unsubscribe-simple Problem reports: http://cygwin.com/problems.html Documentation: http://cygwin.com/docs.html FAQ: http://cygwin.com/faq/