Bugs item #2885418, was opened at 2009-10-24 20:27
Message generated for change (Comment added) made by zmq46
You can respond by visiting: 
https://sourceforge.net/tracker/?func=detail&atid=409538&aid=2885418&group_id=33921

Please note that this message will contain a full copy of the comment thread,
including the initial issue submission, for this request,
not just the latest update.
Category: Build System
Group: None
Status: Open
Resolution: None
Priority: 5
Private: No
Submitted By: Nobody/Anonymous (nobody)
Assigned to: Dan McMahill (danmc)
Summary: makefile error in cygwin

Initial Comment:
When using build_gerbv --build-only, I get the following error.
Building for cygwin.
Makefile:36: *** commands commence before first target.  Stop.

----------------------------------------------------------------------

Comment By: justin xia (zmq46)
Date: 2009-10-27 09:50

Message:
Sure, a windows xp application I'm doing now need libgerbv dll with a
little change.

Yes, I already seen "Removing spurious carriage returns in the
Makefiles" on screen.

I already took a look of makefile, there is nothing weird around line 36.
Anyway I post ./win32/makefile here,

# Makefile.in generated by automake 1.10 from Makefile.am. 
# win32/Makefile.  Generated from Makefile.in by configure. 
 
# Copyright (C) 1994, 1995, 1996, 1997, 1998, 1999, 2000, 2001, 2002, 
# 2003, 2004, 2005, 2006  Free Software Foundation, Inc. 
# This Makefile.in is free software; the Free Software Foundation 
# gives unlimited permission to copy and/or distribute it, 
# with or without modifications, as long as this notice is preserved. 
 
# This program is distributed in the hope that it will be useful, 
# but WITHOUT ANY WARRANTY, to the extent permitted by law; without 
# even the implied warranty of MERCHANTABILITY or FITNESS FOR A 
# PARTICULAR PURPOSE. 
 
 
 
 
pkgdatadir = $(datadir)/gerbv 
pkglibdir = $(libdir)/gerbv 
pkgincludedir = $(includedir)/gerbv 
am__cd = CDPATH="$${ZSH_VERSION+.}$(PATH_SEPARATOR)" && cd 
install_sh_DATA = $(install_sh) -c -m 644 
install_sh_PROGRAM = $(install_sh) -c 
install_sh_SCRIPT = $(install_sh) -c 
INSTALL_HEADER = $(INSTALL_DATA) 
transform = $(program_transform_name) 
NORMAL_INSTALL = : 
PRE_INSTALL = : 
POST_INSTALL = : 
NORMAL_UNINSTALL = : 
PRE_UNINSTALL = : 
POST_UNINSTALL = : 
build_triplet = i686-pc-cygwin 
host_triplet = i686-pc-cygwin 
subdir = win32 
DIST_COMMON = $(srcdir)/Makefile.am $(srcdir)/Makefile.in 
ACLOCAL_M4 = $(top_srcdir)/aclocal.m4 
am__aclocal_m4_deps = $(top_srcdir)/acinclude.m4 \ 
        $(top_srcdir)/configure.ac 
am__configure_deps = $(am__aclocal_m4_deps) $(CONFIGURE_DEPENDENCIES) \ 
        $(ACLOCAL_M4) 
mkinstalldirs = $(install_sh) -d 
CONFIG_HEADER = $(top_builddir)/config.h 
CONFIG_CLEAN_FILES = 
SOURCES = 
DIST_SOURCES = 
am__vpath_adj_setup = srcdirstrip=`echo "$(srcdir)" | sed 's|.|.|g'`; 
am__vpath_adj = case $$p in \ 
    $(srcdir)/*) f=`echo "$$p" | sed "s|^$$srcdirstrip/||"`;; \ 
    *) f=$$p;; \ 
  esac; 
am__strip_dir = `echo $$p | sed -e 's|^.*/||'`; 
am__installdirs = "$(DESTDIR)$(pkgdatadir)" 
pkgdataDATA_INSTALL = $(INSTALL_DATA) 
DATA = $(pkgdata_DATA) 
DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST) 
ACLOCAL = ${SHELL} /home/HP_Owner/missing --run aclocal-1.10 
AMTAR = ${SHELL} /home/HP_Owner/missing --run tar 
AR = ar 
AUTOCONF = ${SHELL} /home/HP_Owner/missing --run autoconf 
AUTOHEADER = ${SHELL} /home/HP_Owner/missing --run autoheader 
AUTOMAKE = ${SHELL} /home/HP_Owner/missing --run automake-1.10 
AWK = gawk 
CAIRO_CFLAGS = -Ic:/cygwin/home/HP_Owner/gtk_win32/include/cairo
-Ic:/cygwin/home/HP_Owner/gtk_win32/include/freetype2
-Ic:/cygwin/home/HP_Owner/gtk_win32/include
-Ic:/cygwin/home/HP_Owner/gtk_win32/include/libpng12    
CAIRO_LIBS = -Lc:/cygwin/home/HP_Owner/gtk_win32/lib -lcairo    
CC = gcc 
CCDEPMODE = depmode=none 
CFLAGS = -I/home/HP_Owner/gtk_win32/include -mms-bitfields -mno-cygwin
-mwindows -Wall  -mms-bitfields
-Ic:/cygwin/home/HP_Owner/gtk_win32/include/gtk-2.0
-Ic:/cygwin/home/HP_Owner/gtk_win32/lib/gtk-2.0/include
-Ic:/cygwin/home/HP_Owner/gtk_win32/include/atk-1.0
-Ic:/cygwin/home/HP_Owner/gtk_win32/include/cairo
-Ic:/cygwin/home/HP_Owner/gtk_win32/include/pango-1.0
-Ic:/cygwin/home/HP_Owner/gtk_win32/include/glib-2.0
-Ic:/cygwin/home/HP_Owner/gtk_win32/lib/glib-2.0/include
-Ic:/cygwin/home/HP_Owner/gtk_win32/include/freetype2
-Ic:/cygwin/home/HP_Owner/gtk_win32/include
-Ic:/cygwin/home/HP_Owner/gtk_win32/include/libpng12   
-Ic:/cygwin/home/HP_Owner/gtk_win32/include/cairo
-Ic:/cygwin/home/HP_Owner/gtk_win32/include/freetype2
-Ic:/cygwin/home/HP_Owner/gtk_win32/include
-Ic:/cygwin/home/HP_Owner/gtk_win32/include/libpng12   
CPP = gcc -E 
CPPFLAGS =  -mms-bitfields -mno-cygwin -mwindows -DPREFIXDIR=\"${prefix}\"
-DBINDIR=\"${bindir}\" 
CXX = g++ 
CXXCPP = g++ -E 
CXXDEPMODE = depmode=none 
CXXFLAGS = -g -O2 
CYGPATH_W = cygpath -w 
DEFS = -DHAVE_CONFIG_H 
DEPDIR = .deps 
ECHO = echo 
ECHO_C =  
ECHO_N = -n 
ECHO_T =  
EGREP = /usr/bin/grep -E 
EXEEXT = .exe 
F77 = g77 
FFLAGS = -g -O2 
GREP = /usr/bin/grep 
GTK_CFLAGS = -mms-bitfields
-Ic:/cygwin/home/HP_Owner/gtk_win32/include/gtk-2.0
-Ic:/cygwin/home/HP_Owner/gtk_win32/lib/gtk-2.0/include
-Ic:/cygwin/home/HP_Owner/gtk_win32/include/atk-1.0
-Ic:/cygwin/home/HP_Owner/gtk_win32/include/cairo
-Ic:/cygwin/home/HP_Owner/gtk_win32/include/pango-1.0
-Ic:/cygwin/home/HP_Owner/gtk_win32/include/glib-2.0
-Ic:/cygwin/home/HP_Owner/gtk_win32/lib/glib-2.0/include
-Ic:/cygwin/home/HP_Owner/gtk_win32/include/freetype2
-Ic:/cygwin/home/HP_Owner/gtk_win32/include
-Ic:/cygwin/home/HP_Owner/gtk_win32/include/libpng12    
GTK_LIBS = -Lc:/cygwin/home/HP_Owner/gtk_win32/lib -lgtk-win32-2.0
-lgdk-win32-2.0 -latk-1.0 -lgio-2.0 -lgdk_pixbuf-2.0 -lpangowin32-1.0
-lgdi32 -lpangocairo-1.0 -lpango-1.0 -lcairo -lgobject-2.0 -lgmodule-2.0
-lglib-2.0 -lintl    
GTK_UPDATE_ICON_CACHE_BIN = true 
IM_ANIMATE = notfound 
IM_COMPARE = notfound 
IM_COMPOSITE = notfound 
IM_CONVERT = /cygdrive/c/WINDOWS/system32/convert 
IM_DISPLAY = notfound 
IM_MONTAGE = notfound 
INSTALL = /usr/bin/install -c 
INSTALL_DATA = ${INSTALL} -m 644 
INSTALL_PROGRAM = ${INSTALL} 
INSTALL_SCRIPT = ${INSTALL} 
INSTALL_STRIP_PROGRAM = $(install_sh) -c -s 
LDFLAGS = -L/home/HP_Owner/gtk_win32/lib 
LIBOBJS =  
LIBS = -lm -lpng12  -Lc:/cygwin/home/HP_Owner/gtk_win32/lib
-lgtk-win32-2.0 -lgdk-win32-2.0 -latk-1.0 -lgio-2.0 -lgdk_pixbuf-2.0
-lpangowin32-1.0 -lgdi32 -lpangocairo-1.0 -lpango-1.0 -lcairo -lgobject-2.0
-lgmodule-2.0 -lglib-2.0 -lintl    -Lc:/cygwin/home/HP_Owner/gtk_win32/lib
-lcairo   
LIBTOOL = $(SHELL) $(top_builddir)/libtool 
LN_S = ln -s 
LTLIBOBJS =  
MAINT = # 
MAKEINFO = ${SHELL} /home/HP_Owner/missing --run makeinfo 
MKDIR_P = /usr/bin/mkdir -p 
OBJEXT = o 
PACKAGE = gerbv 
PACKAGE_BUGREPORT =  
PACKAGE_NAME = gerbv 
PACKAGE_STRING = gerbv 2.3.0 
PACKAGE_TARNAME = gerbv 
PACKAGE_VERSION = 2.3.0 
PATH_SEPARATOR = : 
PKG_CONFIG = \cygwin\home\HP_Owner\gtk_win32\bin/pkg-config 
RANLIB = ranlib 
SETENV = /usr/bin/env 
SET_MAKE =  
SHELL = /bin/sh 
STRIP = strip 
UPDATE_DESKTOP_DATABASE =  
VERSION = 2.3.0 
WIN32 = yes 
WINDRES = windres 
XDGDATADIR = ${datadir} 
abs_builddir = /home/HP_Owner/win32 
abs_srcdir = /home/HP_Owner/win32 
abs_top_builddir = /home/HP_Owner 
abs_top_srcdir = /home/HP_Owner 
ac_ct_CC = gcc 
ac_ct_CXX = g++ 
ac_ct_F77 = g77 
am__include = include 
am__leading_dot = . 
am__quote =  
am__tar = ${AMTAR} chof - "$$tardir" 
am__untar = ${AMTAR} xf - 
bindir = ${exec_prefix}/bin 
build = i686-pc-cygwin 
build_alias =  
build_cpu = i686 
build_os = cygwin 
build_vendor = pc 
builddir = . 
datadir = ${datarootdir} 
datarootdir = ${prefix}/share 
docdir = ${datarootdir}/doc/${PACKAGE_TARNAME} 
dvidir = ${docdir} 
exec_prefix = ${prefix} 
host = i686-pc-cygwin 
host_alias =  
host_cpu = i686 
host_os = cygwin 
host_vendor = pc 
htmldir = ${docdir} 
includedir = ${prefix}/include 
infodir = ${datarootdir}/info 
install_sh = $(SHELL) /home/HP_Owner/install-sh 
libdir = ${exec_prefix}/lib 
libexecdir = ${exec_prefix}/libexec 
localedir = ${datarootdir}/locale 
localstatedir = ${prefix}/var 
mandir = ${datarootdir}/man 
mkdir_p = /usr/bin/mkdir -p 
oldincludedir = /usr/include 
pdfdir = ${docdir} 
prefix = /home/HP_Owner/gerbv_inst 
program_transform_name = s,x,x, 
psdir = ${docdir} 
sbindir = ${exec_prefix}/sbin 
sharedstatedir = ${prefix}/com 
srcdir = . 
sysconfdir = ${prefix}/etc 
target_alias =  
top_builddir = .. 
top_srcdir = .. 
MAINTAINERCLEANFILES = *~ *.o Makefile Makefile.in 
EXTRA_DIST = build_gerbv extract_gtk_win32 gerbv.nsi.in Readme.txt \ 
        registerExtension.nsh 
 
pkgdata_DATA = Readme.txt BUGS.txt COPYING.txt 
CLEANFILES = BUGS.txt COPYING.txt 
all: all-am 
 
.SUFFIXES: 
$(srcdir)/Makefile.in: # $(srcdir)/Makefile.am  $(am__configure_deps) 
        @for dep in $?; do \ 
          case '$(am__configure_deps)' in \ 
            *$$dep*) \ 
              cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh \ 
                && exit 0; \ 
              exit 1;; \ 
          esac; \ 
        done; \ 
        echo ' cd $(top_srcdir) && $(AUTOMAKE) --gnu  win32/Makefile'; \ 
        cd $(top_srcdir) && \ 
          $(AUTOMAKE) --gnu  win32/Makefile 
.PRECIOUS: Makefile 
Makefile: $(srcdir)/Makefile.in $(top_builddir)/config.status 
        @case '$?' in \ 
          *config.status*) \ 
            cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh;; \ 
          *) \ 
            echo ' cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@
$(am__depfiles_maybe)'; \ 
            cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@
$(am__depfiles_maybe);; \ 
        esac; 
 
$(top_builddir)/config.status: $(top_srcdir)/configure
$(CONFIG_STATUS_DEPENDENCIES) 
        cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh 
 
$(top_srcdir)/configure: # $(am__configure_deps) 
        cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh 
$(ACLOCAL_M4): # $(am__aclocal_m4_deps) 
        cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh 
 
mostlyclean-libtool: 
        -rm -f *.lo 
 
clean-libtool: 
        -rm -rf .libs _libs 
install-pkgdataDATA: $(pkgdata_DATA) 
        @$(NORMAL_INSTALL) 
        test -z "$(pkgdatadir)" || $(MKDIR_P) "$(DESTDIR)$(pkgdatadir)" 
        @list='$(pkgdata_DATA)'; for p in $$list; do \ 
          if test -f "$$p"; then d=; else d="$(srcdir)/"; fi; \ 
          f=$(am__strip_dir) \ 
          echo " $(pkgdataDATA_INSTALL) '$$d$$p' '$(DESTDIR)$(pkgdatadir)/$$f'";
\ 
          $(pkgdataDATA_INSTALL) "$$d$$p" "$(DESTDIR)$(pkgdatadir)/$$f"; \ 
        done 
 
uninstall-pkgdataDATA: 
        @$(NORMAL_UNINSTALL) 
        @list='$(pkgdata_DATA)'; for p in $$list; do \ 
          f=$(am__strip_dir) \ 
          echo " rm -f '$(DESTDIR)$(pkgdatadir)/$$f'"; \ 
          rm -f "$(DESTDIR)$(pkgdatadir)/$$f"; \ 
        done 
tags: TAGS 
TAGS: 
 
ctags: CTAGS 
CTAGS: 
 
 
distdir: $(DISTFILES) 
        @srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \ 
        topsrcdirstrip=`echo "$(top_srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \ 
        list='$(DISTFILES)'; \ 
          dist_files=`for file in $$list; do echo $$file; done | \ 
          sed -e "s|^$$srcdirstrip/||;t" \ 
              -e "s|^$$topsrcdirstrip/|$(top_builddir)/|;t"`; \ 
        case $$dist_files in \ 
          */*) $(MKDIR_P) `echo "$$dist_files" | \ 
                           sed '/\//!d;s|^|$(distdir)/|;s,/[^/]*$$,,' | \ 
                           sort -u` ;; \ 
        esac; \ 
        for file in $$dist_files; do \ 
          if test -f $$file || test -d $$file; then d=.; else d=$(srcdir); fi; 
\ 
          if test -d $$d/$$file; then \ 
            dir=`echo "/$$file" | sed -e 's,/[^/]*$$,,'`; \ 
            if test -d $(srcdir)/$$file && test $$d != $(srcdir); then \ 
              cp -pR $(srcdir)/$$file $(distdir)$$dir || exit 1; \ 
            fi; \ 
            cp -pR $$d/$$file $(distdir)$$dir || exit 1; \ 
          else \ 
            test -f $(distdir)/$$file \ 
            || cp -p $$d/$$file $(distdir)/$$file \ 
            || exit 1; \ 
          fi; \ 
        done 
check-am: all-am 
check: check-am 
all-am: Makefile $(DATA) 
installdirs: 
        for dir in "$(DESTDIR)$(pkgdatadir)"; do \ 
          test -z "$$dir" || $(MKDIR_P) "$$dir"; \ 
        done 
install: install-am 
install-exec: install-exec-am 
install-data: install-data-am 
uninstall: uninstall-am 
 
install-am: all-am 
        @$(MAKE) $(AM_MAKEFLAGS) install-exec-am install-data-am 
 
installcheck: installcheck-am 
install-strip: 
        $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \ 
          install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \ 
          `test -z '$(STRIP)' || \ 
            echo "INSTALL_PROGRAM_ENV=STRIPPROG='$(STRIP)'"` install 
mostlyclean-generic: 
 
clean-generic: 
        -test -z "$(CLEANFILES)" || rm -f $(CLEANFILES) 
 
distclean-generic: 
        -test -z "$(CONFIG_CLEAN_FILES)" || rm -f $(CONFIG_CLEAN_FILES) 
 
maintainer-clean-generic: 
        @echo "This command is intended for maintainers to use" 
        @echo "it deletes files that may require special tools to rebuild." 
        -test -z "$(MAINTAINERCLEANFILES)" || rm -f $(MAINTAINERCLEANFILES) 
clean: clean-am 
 
clean-am: clean-generic clean-libtool mostlyclean-am 
 
distclean: distclean-am 
        -rm -f Makefile 
distclean-am: clean-am distclean-generic 
 
dvi: dvi-am 
 
dvi-am: 
 
html: html-am 
 
info: info-am 
 
info-am: 
 
install-data-am: install-pkgdataDATA 
 
install-dvi: install-dvi-am 
 
install-exec-am: 
 
install-html: install-html-am 
 
install-info: install-info-am 
 
install-man: 
 
install-pdf: install-pdf-am 
 
install-ps: install-ps-am 
 
installcheck-am: 
 
maintainer-clean: maintainer-clean-am 
        -rm -f Makefile 
maintainer-clean-am: distclean-am maintainer-clean-generic 
 
mostlyclean: mostlyclean-am 
 
mostlyclean-am: mostlyclean-generic mostlyclean-libtool 
 
pdf: pdf-am 
 
pdf-am: 
 
ps: ps-am 
 
ps-am: 
 
uninstall-am: uninstall-pkgdataDATA 
 
.MAKE: install-am install-strip 
 
.PHONY: all all-am check check-am clean clean-generic clean-libtool \ 
        distclean distclean-generic distclean-libtool distdir dvi \ 
        dvi-am html html-am info info-am install install-am \ 
        install-data install-data-am install-dvi install-dvi-am \ 
        install-exec install-exec-am install-html install-html-am \ 
        install-info install-info-am install-man install-pdf \ 
        install-pdf-am install-pkgdataDATA install-ps install-ps-am \ 
        install-strip installcheck installcheck-am installdirs \ 
        maintainer-clean maintainer-clean-generic mostlyclean \ 
        mostlyclean-generic mostlyclean-libtool pdf pdf-am ps ps-am \ 
        uninstall uninstall-am uninstall-pkgdataDATA 
 
 
BUGS.txt: $(top_srcdir)/BUGS 
        awk '{print $$0 "\r"}' $(top_srcdir)/BUGS > $@ 
 
COPYING.txt: $(top_srcdir)/COPYING 
        awk '{print $$0 "\r"}' $(top_srcdir)/COPYING > $@ 
# Tell versions [3.59,3.63) of GNU make to not export all variables. 
# Otherwise a system limit (for SysV at least) may be exceeded. 
.NOEXPORT: 


----------------------------------------------------------------------

Comment By: Dan McMahill (danmc)
Date: 2009-10-26 19:24

Message:
weird.  What you did should have worked.  Could you post the top level
Makefile so I can take a look and look for anything weird around line 36?

About gd, http://www.libgd.org/releases/oldreleases/ has an older build. 


Just to make sure you're doing what you really want.... you do know that
the build_gerbv script produces a non-cygwin version right?  If you are
running cygwin all the time and want a version of gerbv which uses X and/or
has to use the cygwin dll, then you can just use the normal ./configure &&
make steps.  For release versions of gerbv, there is a binary installer for
windows on the SF page.


But back to your problems, did you see a message go by on the console
saying something about "Removing spurious carriage returns in the
Makefiles"?  I'm wondering if something in that step failed and if you have
some CR's in your Makefile which should be just a LF only.  



----------------------------------------------------------------------

Comment By: Nobody/Anonymous (nobody)
Date: 2009-10-26 15:28

Message:
>From http://www.gtk.org/download-windows.html, I cannot get any
gd-*-win32.zip now.

----------------------------------------------------------------------

Comment By: Nobody/Anonymous (nobody)
Date: 2009-10-26 14:54

Message:
  I downloaded the source code from
http://sourceforge.net/projects/gerbv/files/gerbv/gerbv-2.3.0/gerbv-2.3.0.tar.gz,
then unzip it and save all files into the folder of ~. I also downloaded
glib, atk, pango, gtk+, gettext, libiconv, pkg-config etc. from
www.gtk.org(for windows), and save all of these files to
~/gtk_win32_downloads. 

 After that, I run cygwin, and run ./win32/extract_gtk_win32, it's all
right now.
then, run ./win32/build_gerbv --skip-install

The following text in c.log:
checking for a BSD-compatible install... /usr/bin/install -c
checking whether build environment is sane... yes
checking for a thread-safe mkdir -p... /usr/bin/mkdir -p
checking for gawk... gawk
checking whether make sets $(MAKE)... yes
checking whether to enable maintainer-specific portions of Makefiles... no
checking build system type... i686-pc-cygwin
checking host system type... i686-pc-cygwin
checking for windows... yes
checking whether build environment is sane... yes
checking for gcc... gcc
checking for C compiler default output file name... a.exe
checking whether the C compiler works... yes
checking whether we are cross compiling... no
checking for suffix of executables... .exe
checking for suffix of object files... o
checking whether we are using the GNU C compiler... yes
checking whether gcc accepts -g... yes
checking for gcc option to accept ISO C89... none needed
checking for style of include used by make... GNU
checking dependency style of gcc... none
checking whether make sets $(MAKE)... (cached) yes
checking for a BSD-compatible install... /usr/bin/install -c
checking for a sed that does not truncate output... /usr/bin/sed
checking for grep that handles long lines and -e... /usr/bin/grep
checking for egrep... /usr/bin/grep -E
checking for ld used by gcc... /usr/i686-pc-cygwin/bin/ld.exe
checking if the linker (/usr/i686-pc-cygwin/bin/ld.exe) is GNU ld... yes
checking for /usr/i686-pc-cygwin/bin/ld.exe option to reload object
files... -r
checking for BSD-compatible nm... /usr/bin/nm -B
checking whether ln -s works... yes
checking how to recognise dependent libraries... file_magic ^x86 archive
import|^x86 DLL
checking how to run the C preprocessor... gcc -E
checking for ANSI C header files... yes
checking for sys/types.h... yes
checking for sys/stat.h... yes
checking for stdlib.h... yes
checking for string.h... yes
checking for memory.h... yes
checking for strings.h... yes
checking for inttypes.h... yes
checking for stdint.h... yes
checking for unistd.h... yes
checking dlfcn.h usability... no
checking dlfcn.h presence... no
checking for dlfcn.h... no
checking for g++... g++
checking whether we are using the GNU C++ compiler... yes
checking whether g++ accepts -g... yes
checking dependency style of g++... none
checking how to run the C++ preprocessor... g++ -E
checking for g77... g77
checking whether we are using the GNU Fortran 77 compiler... yes
checking whether g77 accepts -g... yes
checking the maximum length of command line arguments... 8192
checking command to parse /usr/bin/nm -B output from gcc object... failed
checking for objdir... .libs
checking for ar... ar
checking for ranlib... ranlib
checking for strip... strip
checking if gcc supports -fno-rtti -fno-exceptions... no
checking for gcc option to produce PIC... 
checking if gcc static flag -static works... yes
checking if gcc supports -c -o file.o... yes
checking whether the gcc linker (/usr/i686-pc-cygwin/bin/ld.exe) supports
shared libraries... yes
checking whether -lc should be explicitly linked in... yes
checking dynamic linker characteristics... Win32 ld.exe
checking how to hardcode library paths into programs... immediate
checking whether stripping libraries is possible... yes
checking if libtool supports shared libraries... yes
checking whether to build shared libraries... yes
checking whether to build static libraries... yes
configure: creating libtool
appending configuration tag "CXX" to libtool
checking for ld used by g++... /usr/i686-pc-cygwin/bin/ld.exe
checking if the linker (/usr/i686-pc-cygwin/bin/ld.exe) is GNU ld... yes
checking whether the g++ linker (/usr/i686-pc-cygwin/bin/ld.exe) supports
shared libraries... yes
checking for g++ option to produce PIC... 
checking if g++ static flag -static works... yes
checking if g++ supports -c -o file.o... yes
checking whether the g++ linker (/usr/i686-pc-cygwin/bin/ld.exe) supports
shared libraries... yes
checking dynamic linker characteristics... Win32 ld.exe
checking how to hardcode library paths into programs... immediate
appending configuration tag "F77" to libtool
checking if libtool supports shared libraries... yes
checking whether to build shared libraries... yes
checking whether to build static libraries... yes
checking for g77 option to produce PIC... 
checking if g77 static flag -static works... yes
checking if g77 supports -c -o file.o... yes
checking whether the g77 linker (/usr/i686-pc-cygwin/bin/ld.exe) supports
shared libraries... yes
checking dynamic linker characteristics... Win32 ld.exe
checking how to hardcode library paths into programs... immediate
checking for windres... windres
checking for animate... notfound
checking for compare... notfound
checking for composite... notfound
checking for convert... /cygdrive/c/WINDOWS/system32/convert
checking for display... notfound
checking for montage... notfound
checking if all ImageMagick tools needed for the testsuite were found...
no.  The testsuite will be disabled because the following
tools from the ImageMagick suite were not found:
 animate compare composite display montage
No loss in gerbv functionality should be experienced, you just will not
be able to run the regression testsuite.

checking for pkg-config... \cygwin\home\HP_Owner\gtk_win32\bin/pkg-config
checking for sin in -lm... yes
checking pkg-config is at least version 0.9.0... yes
checking for CAIRO... yes
checking for GTK... yes
checking if ElectricFence debugging should be enabled... no
checking for env... /usr/bin/env
checking for gtk-update-icon-path... true
checking for unistd.h... (cached) yes
checking getopt.h usability... yes
checking getopt.h presence... yes
checking for getopt.h... yes
checking for string.h... (cached) yes
checking sys/mman.h usability... no
checking sys/mman.h presence... no
checking for sys/mman.h... no
checking for sys/types.h... (cached) yes
checking for sys/stat.h... (cached) yes
checking for stdlib.h... (cached) yes
checking regex.h usability... no
checking regex.h presence... no
checking for regex.h... no
checking libgen.h usability... yes
checking libgen.h presence... yes
checking for libgen.h... yes
checking time.h usability... yes
checking time.h presence... yes
checking for time.h... yes
checking for getopt_long... yes
checking for strlwr... yes
checking for realpath... no
checking for canonicalize_file_name... no
checking whether canonicalize_file_name must be declared... yes
checking for the bindir to datadir relative path... ..\\share
checking for the bindir to pkgdatadir relative path... ..\\share\\gerbv
checking for the bindir to exec_prefix relative path... ..
configure: creating ./config.status
config.status: creating Makefile
config.status: creating desktop/Makefile
config.status: creating doc/PNG-print/Makefile
config.status: creating doc/eagle/Makefile
config.status: creating doc/html/Makefile
config.status: creating doc/example-code/Makefile
config.status: creating doc/Makefile
config.status: creating example/eaglecad1/Makefile
config.status: creating example/nollezappare/Makefile
config.status: creating example/numpres/Makefile
config.status: creating example/jj/Makefile
config.status: creating example/dan/Makefile
config.status: creating example/ekf2/Makefile
config.status: creating example/exposure/Makefile
config.status: creating example/am-test/Makefile
config.status: creating example/cslk/Makefile
config.status: creating example/orcad/Makefile
config.status: creating example/Mentor-BoardStation/Makefile
config.status: creating example/pick-and-place/Makefile
config.status: creating example/polarity/Makefile
config.status: creating example/thermal/Makefile
config.status: creating example/trailing/Makefile
config.status: creating example/Makefile
config.status: creating man/Makefile
config.status: creating scheme/Makefile
config.status: creating src/Makefile
config.status: creating src/libgerbv.pc
config.status: creating win32/Makefile
config.status: creating test/Makefile
config.status: creating test/golden/Makefile
config.status: creating test/inputs/Makefile
config.status: creating config.h
config.status: config.h is unchanged
config.status: executing depfiles commands

** Configuration summary for gerbv 2.3.0:

   PREFIX:                   
   xdg data directory:       ${datarootdir}

   CPPFLAGS:                  -mms-bitfields -mno-cygwin -mwindows
-DPREFIXDIR=\"${prefix}\" -DBINDIR=\"${bindir}\"
   CFLAGS:                   -I/home/HP_Owner/gtk_win32/include
-mms-bitfields -mno-cygwin -mwindows -Wall  -mms-bitfields
-Ic:/cygwin/home/HP_Owner/gtk_win32/include/gtk-2.0
-Ic:/cygwin/home/HP_Owner/gtk_win32/lib/gtk-2.0/include
-Ic:/cygwin/home/HP_Owner/gtk_win32/include/atk-1.0
-Ic:/cygwin/home/HP_Owner/gtk_win32/include/cairo
-Ic:/cygwin/home/HP_Owner/gtk_win32/include/pango-1.0
-Ic:/cygwin/home/HP_Owner/gtk_win32/include/glib-2.0
-Ic:/cygwin/home/HP_Owner/gtk_win32/lib/glib-2.0/include
-Ic:/cygwin/home/HP_Owner/gtk_win32/include/freetype2
-Ic:/cygwin/home/HP_Owner/gtk_win32/include
-Ic:/cygwin/home/HP_Owner/gtk_win32/include/libpng12  
 -Ic:/cygwin/home/HP_Owner/gtk_win32/include/cairo
-Ic:/cygwin/home/HP_Owner/gtk_win32/include/freetype2
-Ic:/cygwin/home/HP_Owner/gtk_win32/include
-Ic:/cygwin/home/HP_Owner/gtk_win32/include/libpng12  
   LDFLAGS:                  -L/home/HP_Owner/gtk_win32/lib
   LIBS:                     -lm -lpng12 
-Lc:/cygwin/home/HP_Owner/gtk_win32/lib -lgtk-win32-2.0 -lgdk-win32-2.0
-latk-1.0 -lgio-2.0 -lgdk_pixbuf-2.0 -lpangowin32-1.0 -lgdi32
-lpangocairo-1.0 -lpango-1.0 -lcairo -lgobject-2.0 -lgmodule-2.0 -lglib-2.0
-lintl  
 -Lc:/cygwin/home/HP_Owner/gtk_win32/lib -lcairo  

   GTK Version:              2.16.6
   Cairo Version:            1.8.8

   Electric Fence Debugging: no


and clean.log is

Makefile:36: *** commands commence before first target.  Stop.


----------------------------------------------------------------------

Comment By: Dan McMahill (danmc)
Date: 2009-10-26 12:35

Message:

I have everal questions.

1)  how did you get the sources?  Was this from the release tarball or via
anoncvs?

2)  What were your exact steps?  Did you run build_gerbv --build-only
before anything?  It is not meant to run that way. 

There are several caveats related to that script.  In fact, It isn't
really meant for the end user but more for my use when building the binary
releases.  I stuck it in the releases so others can see how it is done but
it is fairly fragile.  In particular, it assumes specific locations for all
the gtk stuff in your file system.  Also, you have to run from the top of
the source  tree.  For example ./win32/build_gerbv.  The other thing is
--build-only requires that you have let configure run first (sorry I'm not
where I can look at the script to see if there was a config-only option). 
The whole purpose of --build-only was to help with my debugging because it
sets up the PATH environment variable along with a few others before
calling make.

Anyway, without a little more to go on, I can only take gueses as to your
problem

Changing the state to pending since it is waiting for more information.

-Dan


----------------------------------------------------------------------

Comment By: Stefan Petersen (spetm)
Date: 2009-10-24 23:09

Message:
Thanks for your bug report. I reassign it to our build systems expert Dan,
because this is out of my league.

----------------------------------------------------------------------

You can respond by visiting: 
https://sourceforge.net/tracker/?func=detail&atid=409538&aid=2885418&group_id=33921

------------------------------------------------------------------------------
Come build with us! The BlackBerry(R) Developer Conference in SF, CA
is the only developer event you need to attend this year. Jumpstart your
developing skills, take BlackBerry mobile applications to market and stay 
ahead of the curve. Join us from November 9 - 12, 2009. Register now!
http://p.sf.net/sfu/devconference
_______________________________________________
Gerbv-devel mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/gerbv-devel

Reply via email to